summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Fix singe user mode on public.php - take twoThomas Müller2015-05-061-1/+5
* Fix single user check in case no user is logged inThomas Müller2015-05-061-13/+19
* do not disclose information, show generic error on login pageJörn Friedrich Dreyer2015-04-221-9/+15
* Use the TempManager to handle temporary filesRobin Appelman2015-01-081-1/+2
* Create config if it does not existsLukas Reschke2014-12-071-1/+9
* Allow read-only configurationLukas Reschke2014-12-011-3/+3
* Ignore port for trusted domainsLukas Reschke2014-11-131-7/+1
* Show login again instead of JSON if CSRF check failsLukas Reschke2014-10-291-1/+3
* Make supported DBs configurable within config.phpLukas Reschke2014-10-271-1/+1
* Inject config into checkserver and cleanup testsRobin Appelman2014-09-301-1/+1
* Append port to trusted domain in case it's not 80 or 443Lukas Reschke2014-09-231-2/+10
* Also setup the filesystem when matching routesRobin Appelman2014-09-221-0/+1
* Don't automatically setup the filesystem the moment we load OC\Files\FileSystemRobin Appelman2014-09-221-0/+1
* Move BasicAuth check to "isLoggedIn()"Lukas Reschke2014-09-191-31/+2
* Move basic auth checkLukas Reschke2014-09-181-12/+4
* Do not load extra user backends when an upgrade is dueVincent Petry2014-09-101-1/+3
* Move trusted domain check to init()Lukas Reschke2014-09-051-15/+15
* Add a trusted domain wizardLukas Reschke2014-08-251-4/+3
* Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-7/+0
* Merge pull request #10440 from owncloud/enforce-debugClark Tomlinson2014-08-151-7/+0
* Load authentication backends before tryBasicAuthgekmihesg2014-08-131-0/+3
* Add registerAutoloaderCache().Andreas Fischer2014-08-061-15/+18
* Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-08-061-2/+11
* InstanceId is properly injected into factory. Remove comment.Andreas Fischer2014-08-061-2/+0
* ownCloud users are exported as address bookThomas Müller2014-07-281-0/+9
* Remove uneeded `strip_tags`Lukas Reschke2014-07-221-2/+2
* Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-221-20/+22
* Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-221-16/+14
* Only calculate the WEBROOT from scriptName if it contains $SUBURIJoas Schilling2014-07-071-3/+11
* fix hook namesBjoern Schiessle2014-07-031-2/+2
* more strings to translate in utils also some fixes in defaultsVolkan Gezer2014-06-281-6/+8
* Bring back loadApps() in base.phpVincent Petry2014-06-241-0/+1
* Prevent loadApps on upgradeVincent Petry2014-06-181-12/+6
* Merge pull request #9047 from owncloud/fix_preload_fundamental_appsLukas Reschke2014-06-181-0/+2
|\
| * Load fundamental apps, before any possible customizing app may followArthur Schiwon2014-06-161-0/+2
* | Add deprecation notice to load* functionsLukas Reschke2014-06-161-2/+6
|/
* set logger before registrate to an error handlerMorris Jobke2014-06-091-1/+1
* Merge pull request #8159 from owncloud/mobile-sidebar-swipeThomas Müller2014-06-061-0/+1
|\
| * add snap.js scriptJan-Christoph Borchardt2014-06-051-0/+1
* | Move authentication to it's own callLukas Reschke2014-06-051-1/+2
* | Remove legacy routing codeLukas Reschke2014-06-051-56/+19
|/
* Merge pull request #8620 from owncloud/design-navigation-twoThomas Müller2014-06-051-0/+1
|\
| * hide navigation by default, not only on small screens, first stepJan-Christoph Borchardt2014-06-041-0/+1
* | Do not load apps when upgrade is neededVincent Petry2014-06-041-1/+1
|/
* Merge pull request #8701 from owncloud/slide-up-toggleBernhard Posselt2014-06-041-0/+1
|\
| * rename to apps.jsBernhard Posselt2014-05-261-1/+1
| * add a slideup mechanismBernhard Posselt2014-05-231-0/+1
* | Merge pull request #8853 from owncloud/design-typefaceJan-Christoph Borchardt2014-06-041-0/+1
|\ \
| * | use Open Sans as typefaceJan-Christoph Borchardt2014-06-031-0/+1
* | | Merge pull request #8468 from owncloud/remove-infieldlabelsJan-Christoph Borchardt2014-06-041-2/+1
|\ \ \