aboutsummaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Very simple log rotationBart Visscher2013-08-281-0/+1
* Merge pull request #3891 from owncloud/fix_loadAppScriptFileBart Visscher2013-08-281-5/+8
|\
| * Check if the app is enabled and the app path is found before trying to load t...Bart Visscher2013-06-281-5/+8
* | Merge pull request #4434 from owncloud/fix_octemplate_escapingThomas Tanghus2013-08-281-1/+1
|\ \
| * | Fix octemplate string escaping.Thomas Tanghus2013-08-141-1/+1
* | | add quota streamwrapper that limits the amount of data that can be written to...Robin Appelman2013-07-251-16/+19
|/ /
* | shorten wording on config directory errorsJan-Christoph Borchardt2013-07-231-1/+2
* | In debug mode uncaught exceptions should display a nice pageBart Visscher2013-07-211-3/+7
* | Cleanup error generation in base.phpBart Visscher2013-07-161-20/+8
* | Use autoloader for Patchwork/PHP/Shim/NormalizerBart Visscher2013-07-161-0/+1
* | Merge pull request #3962 from owncloud/move-error-handlersBart Visscher2013-07-151-3/+2
|\ \
| * | Move error handlers from OC_Log to OC\Log\ErrorHandlerBart Visscher2013-07-051-3/+2
* | | Merge pull request #3487 from owncloud/basic_auth_hackThomas Müller2013-07-141-7/+5
|\ \ \
| * | | Move comment and set requesttoken.Thomas Tanghus2013-06-051-3/+2
| * | | Cleanup hacke v.2Thomas Tanghus2013-05-311-4/+2
| * | | Revert "Clean up hack."Thomas Tanghus2013-05-311-2/+4
| * | | Clean up hack.Thomas Tanghus2013-05-311-4/+2
| * | | Hack base.php to make Basic Auth workThomas Tanghus2013-05-251-1/+2
* | | | Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-081-2/+3
| |/ / |/| |
* | | session_life_time -> session_lifetimeThomas Mueller2013-06-281-2/+2
* | | session life time is now configurable and set to the same valueThomas Mueller2013-06-261-5/+14
| |/ |/|
* | Init dummy session firstVictor Dubiniuk2013-06-171-3/+3
* | Merge branch 'master' into move-maint-startThomas Mueller2013-06-141-24/+45
|\ \
| * \ Merge pull request #3578 from owncloud/ocdialogThomas Tanghus2013-06-031-0/+2
| |\ \
| | * | Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-021-0/+2
| * | | Merge pull request #3560 from owncloud/init-order-sessionJörn Friedrich Dreyer2013-06-031-3/+3
| |\ \ \
| | * | | initialize the session earlierRobin Appelman2013-05-311-3/+3
| | |/ /
| * | | merge master into backgroundjobRobin Appelman2013-06-021-73/+57
| |\| |
| | * | Merge pull request #3509 from owncloud/update_jquery_to_1_10Jörn Friedrich Dreyer2013-05-301-1/+2
| | |\ \
| | | * | Update jquery to 1.10.0 & add jquery-migrate 1.2.1kondou2013-05-271-1/+2
| | | |/
| | * | provide a dummy session for CLIRobin Appelman2013-05-281-0/+2
| | * | Fix session not working errorRobin Appelman2013-05-281-1/+4
| | * | Use the new session wrapperRobin Appelman2013-05-281-18/+24
| | |/
| | * Merge pull request #3406 from owncloud/oc_dialogs_oc_templateMorris Jobke2013-05-221-0/+1
| | |\
| | | * Port OC.dialogs to use octemplate except for prompt() and form().Thomas Tanghus2013-05-161-0/+1
| * | | Don't try to use backgroundjobs before the installtion is doneRobin Appelman2013-04-221-5/+7
| * | | Try to supress pre-upgrade backgroundjob errorRobin Appelman2013-04-211-1/+1
| * | | Ensure we don't throw an exception before we can upgrade to the new backgroun...Robin Appelman2013-04-211-1/+5
| * | | Rework background job systemRobin Appelman2013-04-201-1/+1
* | | | Merge branch 'master' into move-maint-startMichael Gapczynski2013-05-211-61/+18
|\ \ \ \ | | |/ / | |/| |
| * | | only connect share hooks if installation OC is installedFlorin Peter2013-05-171-4/+6
| | |/ | |/|
| * | check for setlocale after setting up the paths to prevent autoloader confusionRobin Appelman2013-05-071-2/+7
| * | Move autoloader to it's own classRobin Appelman2013-05-071-56/+6
* | | Turn off theme before updateMichael Gapczynski2013-05-141-0/+1
* | | Move start of the maintenance mode to the ajax callBart Visscher2013-05-041-4/+0
|/ /
* | Don't start the session when in cli modeRobin Appelman2013-04-261-1/+3
* | Merge pull request #2993 from owncloud/resolve_apps_lib_pathThomas Tanghus2013-04-241-2/+9
|\ \
| * | Added explanationThomas Tanghus2013-04-181-0/+1
| * | Let autoloader resolve paths under apps lib directory.Thomas Tanghus2013-04-181-2/+8
* | | Merge pull request #3089 from guruz/fix_ugly_config_writeability_errorMorris Jobke2013-04-241-1/+1
|\ \ \