aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Collapse)AuthorAgeFilesLines
* work on user managementRobin Appelman2011-08-101-0/+2
|
* work in new app managementRobin Appelman2011-08-101-1/+2
|
* Copying globals to OC::*Jakob Sack2011-08-101-0/+6
|
* fix include pathFrank Karlitschek2011-08-071-1/+1
|
* more improved error reportingFrank Karlitschek2011-08-061-8/+11
|
* Merge branch 'master' of git.kde.org:owncloudFrank Karlitschek2011-08-061-5/+5
|\
| * descriptions for OC:: variablesRobin Appelman2011-08-061-5/+5
| |
* | nicer error report and streamlined setupFrank Karlitschek2011-08-061-1/+11
|/
* Add principals, minor changes in base.phpJakob Sack2011-08-061-9/+21
|
* prepare replacing global $vars with OC::$varsJakob Sack2011-08-021-2/+25
|
* Introducing a semiautoload. Enables autoload for classes that are not in lib/Jakob Sack2011-08-021-2/+15
|
* keyboard shortcuts for search resultsRobin Appelman2011-07-311-0/+1
|
* make sure jquery and common javascript is loaded before the javascript of ↵Robin Appelman2011-07-311-7/+7
| | | | the apps
* configure users/groups before loading appsRobin Appelman2011-07-311-3/+4
|
* laod apps ways earlier!Jakob Sack2011-07-311-4/+6
|
* Renaming classes :-)Jakob Sack2011-07-291-21/+21
|
* One class per file!Jakob Sack2011-07-291-0/+90
|
* Merge branch 'master' of git://anongit.kde.org/owncloud into autoloadJakob Sack2011-07-291-3/+0
|\ | | | | | | | | | | Conflicts: lib/base.php lib/filestorage.php
| * bumb version number for upcomming betaRobin Appelman2011-07-281-1/+1
| |
* | Further improvementsJakob Sack2011-07-271-2/+10
| |
* | Use autoloadJakob Sack2011-07-271-330/+8
|/
* 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
| | | | this fixes incorect generated links in some cases
* 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
| | | | | | 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
* 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
| |