Robin Appelman
83958ebd4b
add oc_user::getUser to get the user id of the loggedin user
14 years ago
Robin Appelman
ee0f1490e1
Multiply changes to user system
...
keeping tracked of the logged in user is no longer done by the active backend but by oc_user directly instead
multiply backends can be active at the same time, allowing alternative authentication procedures like openid or tokens to be used next to the regular user system
14 years ago
Jakob Sack
6a19a7d226
added preferences to base.php, will be needed for i18n stuff
14 years ago
Michael Gapczynski
bf66563cda
First version of shared storage provider - not functional
14 years ago
Robin Appelman
2a5ee9512e
allow tear down of filesystem.
...
also fix a bug when chrooting to '/'
14 years ago
Robin Appelman
d65f8bba73
try to adjust times to the clients timezone
14 years ago
Robin Appelman
09458aa639
add dateOnly option to formatDate
14 years ago
Robin Appelman
1850bddb67
move sqlite database into the data folder, makes it easier to set the correct permissions
14 years ago
Robin Appelman
8a6edd4654
Show currect filename when downloading files
14 years ago
Robin Appelman
b7aba15f17
add search functionality, for now only searches files but plugins/apps can extend that
14 years ago
Robin Appelman
4c0d6dc9e7
make OC_HOOKS actually work
14 years ago
Robin Appelman
cf76cad931
change printPageNavi() to getPageNavi() to allow some more flexibility
14 years ago
Marco Michelino
d1b4f74bc2
Avoid // in URIs
14 years ago
Robin Appelman
fe90bf4bdc
disable the backup system for now
14 years ago
Robin Appelman
67ba9b320e
seperate hooks for OC_FILESYSTEM and OC_FILESTORAGE
14 years ago
Robin Appelman
900ece18e7
seperate view and logic for pagenavi
14 years ago
Frank Karlitschek
91b5d8575a
add pager function to the base lib and remove the default table width
14 years ago
Robin Appelman
7b02151639
make the file permissions hint more clear
14 years ago
Frank Karlitschek
1372d8339d
add a date format function for more eyecandy
14 years ago
Robin Appelman
bf45dcb959
only check for permissions for folders that exists
14 years ago
Robin Appelman
d002ed0b94
set strict error reporting
14 years ago
Robin Appelman
5ccdea8e5b
save installation state of databases in appconfig instead of plugin.xml
14 years ago
Robin Appelman
f0e59b9043
better display for server configuration errors
14 years ago
Jakob Sack
964a55033a
never ever call a function you just removed
14 years ago
Robin Appelman
1495ec0f31
show server configuration errors on seperate page
14 years ago
Jakob Sack
8465f76e7e
Use OC_CONFIG where possible
14 years ago
Jakob Sack
177fd27382
Make OC_CONFIG working again
14 years ago
Jakob Sack
fc33094429
replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )
14 years ago
Robin Appelman
69289bf943
move chmodr to OC_HELPER
14 years ago
Robin Appelman
26841884af
move OC_DB to it's own file
14 years ago
Robin Appelman
232654cb60
get rid of the oc_require and friends
14 years ago
Jakob Sack
f1015c88fa
Minor bug fixing
14 years ago
Jakob Sack
3d89b2caa4
php is not perl
14 years ago
Jakob Sack
3c01e30748
Try to make owncloud working again
14 years ago
Jakob Sack
149793f2e7
First version of the new user management
14 years ago
Jakob Sack
908e377246
Refactoring of OC_DB
14 years ago
Jakob Sack
d3502315bd
added class OC_HOOK to base.php. It is in base.php because it is needed
...
very ofter and it is quite small.
14 years ago
Robin Appelman
0f494970d1
Fix a couple of minor coding errors
14 years ago
Robin Appelman
1df0397163
only load mdb2 once as it was before
14 years ago
Jakob Sack
883c7a582d
Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APP
14 years ago
Jakob Sack
f7f957abb9
Base for a more flexible navigation
14 years ago
Jakob Sack
ae5dc3efdf
New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user preferences
14 years ago
Jakob Sack
94b405b64f
Make it possible to use several datadirs.
...
This could be useful if the user does not want his gallery images on the webdav storage.
14 years ago
Jakob Sack
dfa6b749ba
Introducing OC_HELPER for small helper functions; making setup of filesystem optional
14 years ago
Jakob Sack
132695ceb1
Start of the refactoring. Commit is quite big because I forgot to use git right from the beginning. Sorry.
14 years ago
Jonathan Riddell
d294c2f6bd
Fix licencing, make headers refer to intended AGPL, include copy of AGPL
14 years ago
Robin Appelman
a5533ffc6a
only load mdb2 once as it was before
14 years ago
Robin Appelman
0a505fd383
only load mdb2 when we use the database
14 years ago
Robin Appelman
9d8047382e
fix ocs private data get/set queries for mysql
...
handle the app paramater with private data get correctly according to the spec
still fails under sqlite (and probably postgresql) but I will look more into that later
14 years ago
Robin Appelman
0337b46975
remove debug statement
14 years ago