summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
* added preferences to base.php, will be needed for i18n stuffJakob Sack2011-06-191-0/+2
|
* allow tear down of filesystem.Robin Appelman2011-06-121-1/+6
| | | | also fix a bug when chrooting to '/'
* try to adjust times to the clients timezoneRobin Appelman2011-06-051-2/+9
|
* merge refactoring in masterRobin Appelman2011-06-021-5/+0
|
* add dateOnly option to formatDateRobin Appelman2011-06-021-3/+4
|
* mergeRobin Appelman2011-04-281-21/+16
|\
| * move sqlite database into the data folder, makes it easier to set the ↵Robin Appelman2011-04-281-14/+0
| | | | | | | | correct permissions
| * add search functionality, for now only searches files but plugins/apps can ↵Robin Appelman2011-04-241-0/+1
| | | | | | | | extend that
| * make OC_HOOKS actually workRobin Appelman2011-04-231-5/+5
| |
| * change printPageNavi() to getPageNavi() to allow some more flexibilityRobin Appelman2011-04-211-3/+3
| |
| * Avoid // in URIsMarco Michelino2011-04-191-2/+10
| |
* | Show currect filename when downloading filesRobin Appelman2011-04-261-1/+1
|/
* disable the backup system for nowRobin Appelman2011-04-181-9/+9
|
* seperate hooks for OC_FILESYSTEM and OC_FILESTORAGERobin Appelman2011-04-181-1/+0
|
* seperate view and logic for pagenaviRobin Appelman2011-04-181-23/+8
|
* add pager function to the base lib and remove the default table widthFrank Karlitschek2011-04-171-0/+42
|
* make the file permissions hint more clearRobin Appelman2011-04-171-1/+1
|
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrank Karlitschek2011-04-161-3/+2
|\
| * only check for permissions for folders that existsRobin Appelman2011-04-161-1/+1
| |
| * set strict error reportingRobin Appelman2011-04-161-2/+1
| |
* | add a date format function for more eyecandyFrank Karlitschek2011-04-161-0/+12
|/
* save installation state of databases in appconfig instead of plugin.xmlRobin Appelman2011-04-161-0/+1
|
* Merge branch 'refactoring' of git.kde.org:owncloud into refactoringFrank Karlitschek2011-04-161-10/+22
|\ | | | | | | | | Conflicts: admin/apps.php
| * better display for server configuration errorsRobin Appelman2011-04-161-7/+19
| |
| * never ever call a function you just removedJakob Sack2011-04-161-5/+4
|/
* show server configuration errors on seperate pageRobin Appelman2011-04-161-13/+23
|
* Use OC_CONFIG where possibleJakob Sack2011-04-161-41/+35
|
* Make OC_CONFIG working againJakob Sack2011-04-161-3/+0
|
* replaced $CONFIG_DB* with OC_CONFIG::getValue( "db*" )Jakob Sack2011-04-161-4/+10
|
* move chmodr to OC_HELPERRobin Appelman2011-04-161-25/+2
|
* move OC_DB to it's own fileRobin Appelman2011-04-161-294/+1
|
* mergeRobin Appelman2011-04-161-4/+4
|\
| * Minor bug fixingJakob Sack2011-04-151-4/+4
| |
* | get rid of the oc_require and friendsRobin Appelman2011-04-161-136/+18
|/
* php is not perlJakob Sack2011-04-151-21/+19
|
* Try to make owncloud working againJakob Sack2011-04-151-11/+11
|
* First version of the new user managementJakob Sack2011-04-151-1/+3
|
* Refactoring of OC_DBJakob Sack2011-04-081-196/+218
|
* added class OC_HOOK to base.php. It is in base.php because it is neededJakob Sack2011-03-291-10/+64
| | | | very ofter and it is quite small.
* Fix a couple of minor coding errorsRobin Appelman2011-03-181-1/+1
|
* only load mdb2 once as it was beforeRobin Appelman2011-03-171-2/+2
|
* Small fixes in OC_APP, removed functions in OC_UTIL that now are in OC_APPJakob Sack2011-03-111-30/+0
|
* Base for a more flexible navigationJakob Sack2011-03-031-5/+5
|
* New classes for owncloud: OC_APP for applications, OC_PREFERENCES for user ↵Jakob Sack2011-03-031-24/+5
| | | | preferences
* Make it possible to use several datadirs.Jakob Sack2011-03-031-10/+9
| | | | This could be useful if the user does not want his gallery images on the webdav storage.
* Introducing OC_HELPER for small helper functions; making setup of filesystem ↵Jakob Sack2011-03-021-91/+44
| | | | optional
* Start of the refactoring. Commit is quite big because I forgot to use git ↵Jakob Sack2011-03-011-0/+807
right from the beginning. Sorry.