summaryrefslogtreecommitdiffstats
path: root/lib/base.php
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinkingLukas Reschke2014-08-191-0/+12
|\
| * Add a copied_sample_config switchLukas Reschke2014-08-191-0/+12
* | Merge pull request #10442 from owncloud/move-failed-loginsLukas Reschke2014-08-151-7/+0
|\ \
| * | Move authentication failed logging to checkPasswordLukas Reschke2014-08-151-7/+0
* | | Remove ability to trigger DEBUG mode via cookieLukas Reschke2014-08-151-7/+0
|/ /
* / update deprecation docsJörn Friedrich Dreyer2014-08-141-1/+1
|/
* Merge pull request #10323 from gekmihesg/masterblizzz2014-08-131-0/+3
|\
| * Load authentication backends before tryBasicAuthgekmihesg2014-08-101-0/+3
* | Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOTmarc0s2014-07-301-2/+2
|/
* Merge pull request #10029 from owncloud/fix-thirdpartyMorris Jobke2014-07-301-11/+16
|\
| * Replace exit with returnVictor Dubiniuk2014-07-301-1/+1
| * Fix silent crash if 3rdparty dir is not availableVictor Dubiniuk2014-07-301-11/+16
* | Add registerAutoloaderCache().Andreas Fischer2014-07-291-15/+18
* | Memcache\Factory: Remove static, use globalPrefix.Andreas Fischer2014-07-291-2/+11
* | InstanceId is properly injected into factory. Remove comment.Andreas Fischer2014-07-291-2/+0
|/
* Merge pull request #9641 from owncloud/localuser-addressbookThomas Müller2014-07-281-0/+9
|\
| * ownCloud users are exported as address bookThomas Müller2014-07-241-0/+9
* | reorder if statements to remove negation, indentation correctionJörn Friedrich Dreyer2014-07-251-9/+9
* | don't silently exit in cli-mode in case ownCloud in not yet installedThomas Müller2014-07-241-0/+2
* | Remove uneeded `strip_tags`Lukas Reschke2014-07-191-2/+2
* | Extract Auth Header logic into new function handleAuthHeaders().Andreas Fischer2014-07-191-20/+22
* | Deduplicate user/password extraction from alternative HTTP headers.Andreas Fischer2014-07-191-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
|\ \ \
| * | | move to updated version of placeholderMorris Jobke2014-06-031-1/+1
| * | | first step of infield label removal, fix login screenJan-Christoph Borchardt2014-06-031-1/+0
| |/ /
* | | Merge pull request #8686 from owncloud/session-earlyMorris Jobke2014-06-031-0/+3
|\ \ \ | |/ / |/| |
| * | Add some commentsRobin Appelman2014-06-031-0/+1
| * | Make the session available as early as possibleRobin Appelman2014-05-231-0/+2
| |/
* | Merge pull request #8443 from owncloud/csrf-on-login-and-logoutVincent Petry2014-06-021-0/+10
|\ \