summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | 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
| * 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
| |\ \
| | * | Fix ugly error style on installMarkus Goetz2013-04-231-1/+1
| * | | Disallow URLs containing a @Lukas Reschke2013-04-231-2/+7
| |/ /
* | | 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 pull request #3010 from owncloud/fix-cookie_pathThomas Tanghus2013-04-191-2/+3
|\ \
| * | Don't use empty session.cookie_path, otherwise we get multiple cookiesBart Visscher2013-04-181-2/+3
| |/
* / Warn when we do an upgradeBrice Maron2013-04-171-1/+1
|/
* Juse send the cookies in the ownCloud directoryLukas Reschke2013-04-061-1/+4
* Remove space before parethesisVicDeo2013-03-201-1/+1
* Remove leading and trailing backslashes in classname. Ref #2310VicDeo2013-03-191-0/+2
* remove deprecated callFrank Karlitschek2013-03-171-2/+2
* Clear the CSS and JS cache earlier to make sure update goes smoothlyMichael Gapczynski2013-03-051-0/+4
* Disable loading of backgroundjobs js when upgrade is neededBart Visscher2013-03-031-1/+1
* Check maintenance mode before loading apps in route matcherBart Visscher2013-03-031-1/+3
* Merge pull request #1972 from owncloud/raw-pathinfoBernhard Posselt2013-02-271-1/+1
|\
| * Use the plain urlencoded path info for the routing matchingBart Visscher2013-02-271-1/+1
* | timeout after a longer timeBernhard Posselt2013-02-271-2/+2
* | Merge pull request #1956 from owncloud/session-error-formatBart Visscher2013-02-271-0/+1
|\ \
| * | only add style.css to initsessionBernhard Posselt2013-02-271-1/+2
| * | add css and scripts before session initBernhard Posselt2013-02-271-1/+1
| |/
* / Fix using wrong quotes for breaking long linesBart Visscher2013-02-261-6/+6
|/
* use error templateBernhard Posselt2013-02-251-3/+9
* added simple error message for the browserBernhard Posselt2013-02-251-0/+2
* write an error log when session could not be initializedBernhard Posselt2013-02-251-0/+2
* set http 500 when session could not be started to prevent serving of empty fi...Bernhard Posselt2013-02-251-2/+5
* set DEBUG from xdebug session before we first use itRobin Appelman2013-02-151-6/+6
* Don't cache errors/exceptions when debug is enabledRobin Appelman2013-02-151-1/+1
* Merge pull request #1662 from owncloud/style-cleanupBart Visscher2013-02-141-11/+30
|\