summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* bumb version number for upcomming betaRobin Appelman2011-07-281-1/+1
* bumb jquery and jquery-ui versionsRobin Appelman2011-07-251-3/+3
* not all http server add index.php to $_SERVER[SCRIPT_NAME], do it manuallyRobin Appelman2011-06-261-1/+5
* allow plugins/apps to add custom headers to all pagesRobin Appelman2011-06-241-0/+11
* add oc_user::getUser to get the user id of the loggedin userRobin Appelman2011-06-221-1/+1
* Multiply changes to user systemRobin Appelman2011-06-211-1/+1
* 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
* 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 correct...Robin Appelman2011-04-281-14/+0
| * add search functionality, for now only searches files but plugins/apps can ex...Robin Appelman2011-04-241-0/+1
| * 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
|\
| * 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
* 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 pr...Jakob Sack2011-03-031-24/+5