aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Don't use sys_get_temp_dir(), as it reports the wrong path in restricted envi...Hendrik Langer2011-10-191-12/+13
* make sharing work with the new mouting mechanismRobin Appelman2011-10-181-7/+7
* prevent error involving webdav workaroundRobin Appelman2011-10-131-1/+1
* webdav workaround for apache+php-cgiRobin Appelman2011-10-131-0/+8
* added infield labels. readded fade in of login button. updated label on insta...Marvin Thomas Rabe2011-10-031-0/+1
* set cookie secure if forcessl is enabledFlorian Pritz2011-09-241-2/+4
* use jquery 1.6.4Florian Pritz2011-09-241-1/+1
* Make event category choice multiselectBart Visscher2011-09-231-1/+1
* Cleanup lib/base.phpBart Visscher2011-09-181-166/+91
* Remove global vars and use the OC static version.Bart Visscher2011-09-181-18/+9
* added jquery-tipsy for nice title tooltipsJan-Christoph Borchardt2011-08-121-1/+4
* 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 the...Robin Appelman2011-07-311-7/+7
* 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
|\
| * 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
* 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