summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Clarify the trusted_domain error pageLukas Reschke2014-04-271-1/+1
* Backport of #8183 to stable6Robin Appelman2014-04-231-0/+29
* Show warning page when accessing server from an untrusted domainVincent Petry2014-03-061-0/+16
* Use display name from magic cookie, fixes #4884Arthur Schiwon2013-10-181-0/+1
* introduce OC_Util::rememberLoginAllowed()Bjoern Schiessle2013-09-301-1/+1
* don't remember login if the encrypion app is enabled because the userBjoern Schiessle2013-09-301-0/+1
* backport autoloader magic trying to find class in lib folderJörn Friedrich Dreyer2013-09-021-1/+10
* Use the real username in preferences and magic cookie instead of case-insensi...Arthur Schiwon2013-08-301-3/+4
* whitespacesArthur Schiwon2013-08-301-4/+4
* Backport #3487 Basic Auth fixThomas Tanghus2013-08-071-6/+4
* Merge https://github.com/owncloud/core/pull/3827Björn Schießle2013-07-081-2/+3
* Squashed commit of the following:Thomas Müller2013-07-011-5/+14
* Fix ugly error style on installMarkus Goetz2013-06-251-1/+1
* Squashed commit of the following:Thomas Mueller2013-06-141-4/+1
* only connect share hooks if installation OC is installedFlorin Peter2013-05-171-4/+6
* Disallow URLs containing a @Lukas Reschke2013-04-231-2/+7
* Warn when we do an upgradeBrice Maron2013-04-171-1/+1
* Remove space before parethesisVicDeo2013-03-311-1/+1
* Remove leading and trailing backslashes in classname. Ref #2310VicDeo2013-03-311-0/+2
* backport https://github.com/owncloud/core/pull/2411Frank 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
|\
| * Style-fix: Breakup long linesBart Visscher2013-02-141-10/+29
| * Fix SpaceBeforeOpenBrace errorsBart Visscher2013-02-141-1/+1
* | Invalidate existing HSTS headersLukas Reschke2013-02-141-0/+5
* | adding a compatibility.js as a single source to define all fallback function ...Thomas Mueller2013-02-141-0/+1
|/
* Merge pull request #1546 from owncloud/fix-loading-hooksThomas Müller2013-02-091-0/+1
|\
| * Always load the apps before trying to match a routeBart Visscher2013-02-081-0/+1
* | Merge pull request #1543 from owncloud/utf8-locale-masterThomas Müller2013-02-091-2/+2
|\ \
| * | some systems use en_US.UTF8 instead of en_US.UTF-8Thomas Müller2013-02-081-2/+2
| |/
* | Merge branch 'master' into clean-app-idThomas Müller2013-02-091-0/+1
|\ \
| * \ Merge pull request #1481 from owncloud/fixing-1354-masterThomas Müller2013-02-091-0/+1
| |\ \ | | |/ | |/|
| | * Merge branch 'master' into fixing-1354-masterThomas Mueller2013-02-071-3/+5
| | |\
| | * | Execute the post setup check after finishing the setupBart Visscher2013-02-061-22/+0
| | * | basic WebDAV test in place nowThomas Mueller2013-02-051-0/+23