Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #10409 from owncloud/iShallNotCopyStuffWithoutThinking | Lukas Reschke | 2014-08-19 | 1 | -0/+12 |
|\ | | | | | Add a copied_sample_config switch | ||||
| * | Add a copied_sample_config switch | Lukas Reschke | 2014-08-19 | 1 | -0/+12 |
| | | | | | | | | | | | | | | | | Hopefully this will stop people from copying the sample config. I'm so annoyed by all those wrong bug reports... Add some explanation about this switch Move check to init | ||||
* | | Merge pull request #10442 from owncloud/move-failed-logins | Lukas Reschke | 2014-08-15 | 1 | -7/+0 |
|\ \ | | | | | | | Move authentication failed logging to checkPassword | ||||
| * | | Move authentication failed logging to checkPassword | Lukas Reschke | 2014-08-15 | 1 | -7/+0 |
| | | | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/10366 | ||||
* | | | Remove ability to trigger DEBUG mode via cookie | Lukas Reschke | 2014-08-15 | 1 | -7/+0 |
|/ / | | | | | | | | | Users should not be able to enable debug mode on their own by setting a cookie. Using debug mode might leak too much information about the environment or have other unexpected behaviour. We should backport this. | ||||
* / | update deprecation docs | Jörn Friedrich Dreyer | 2014-08-14 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #10323 from gekmihesg/master | blizzz | 2014-08-13 | 1 | -0/+3 |
|\ | | | | | Load authentication backends before tryBasicAuth | ||||
| * | Load authentication backends before tryBasicAuth | gekmihesg | 2014-08-10 | 1 | -0/+3 |
| | | |||||
* | | Fix checking of NULL or empty OC::$THIRDPARTYROOT/OC::$THIRDPARTYWEBROOT | marc0s | 2014-07-30 | 1 | -2/+2 |
|/ | | | | Fixes #10065 | ||||
* | Merge pull request #10029 from owncloud/fix-thirdparty | Morris Jobke | 2014-07-30 | 1 | -11/+16 |
|\ | | | | | Fix silent crash if 3rdparty dir is not available | ||||
| * | Replace exit with return | Victor Dubiniuk | 2014-07-30 | 1 | -1/+1 |
| | | |||||
| * | Fix silent crash if 3rdparty dir is not available | Victor Dubiniuk | 2014-07-30 | 1 | -11/+16 |
| | | |||||
* | | Add registerAutoloaderCache(). | Andreas Fischer | 2014-07-29 | 1 | -15/+18 |
| | | |||||
* | | Memcache\Factory: Remove static, use globalPrefix. | Andreas Fischer | 2014-07-29 | 1 | -2/+11 |
| | | |||||
* | | InstanceId is properly injected into factory. Remove comment. | Andreas Fischer | 2014-07-29 | 1 | -2/+0 |
|/ | |||||
* | Merge pull request #9641 from owncloud/localuser-addressbook | Thomas Müller | 2014-07-28 | 1 | -0/+9 |
|\ | | | | | ownCloud users are exported as address book | ||||
| * | ownCloud users are exported as address book | Thomas Müller | 2014-07-24 | 1 | -0/+9 |
| | | |||||
* | | reorder if statements to remove negation, indentation correction | Jörn Friedrich Dreyer | 2014-07-25 | 1 | -9/+9 |
| | | |||||
* | | don't silently exit in cli-mode in case ownCloud in not yet installed | Thomas Müller | 2014-07-24 | 1 | -0/+2 |
| | | |||||
* | | Remove uneeded `strip_tags` | Lukas Reschke | 2014-07-19 | 1 | -2/+2 |
| | | | | | | | | | | This `strip_tags` seems to be completely unneeded and will cause problems with passwords containing stripped characters. (e.g. `<` or `>`) Needs https://github.com/owncloud/core/pull/9735 to be merged first. | ||||
* | | Extract Auth Header logic into new function handleAuthHeaders(). | Andreas Fischer | 2014-07-19 | 1 | -20/+22 |
| | | |||||
* | | Deduplicate user/password extraction from alternative HTTP headers. | Andreas Fischer | 2014-07-19 | 1 | -16/+14 |
|/ | |||||
* | Only calculate the WEBROOT from scriptName if it contains $SUBURI | Joas Schilling | 2014-07-07 | 1 | -3/+11 |
| | | | | | | | If not we are most likely in CLI mode. However to be able to still generate valid URLs, we need to use the overwrite webroot instead. Fix #9490 | ||||
* | fix hook names | Bjoern Schiessle | 2014-07-03 | 1 | -2/+2 |
| | |||||
* | more strings to translate in utils also some fixes in defaults | Volkan Gezer | 2014-06-28 | 1 | -6/+8 |
| | |||||
* | Bring back loadApps() in base.php | Vincent Petry | 2014-06-24 | 1 | -0/+1 |
| | | | | | loadApps() had been deleted by mistake in 799205488cf82312586f99185e13df6015caa2ff | ||||
* | Prevent loadApps on upgrade | Vincent Petry | 2014-06-18 | 1 | -12/+6 |
| | | | | | | Moved OC::needUpgrade() to OCP\Util::needUpgrade() to make it accessible form the router. Moved maintenance + upgrade check to the router. | ||||
* | Merge pull request #9047 from owncloud/fix_preload_fundamental_apps | Lukas Reschke | 2014-06-18 | 1 | -0/+2 |
|\ | | | | | Load fundamental apps, before any possible customizing app may follow | ||||
| * | Load fundamental apps, before any possible customizing app may follow | Arthur Schiwon | 2014-06-16 | 1 | -0/+2 |
| | | |||||
* | | Add deprecation notice to load* functions | Lukas Reschke | 2014-06-16 | 1 | -2/+6 |
|/ | | | | | | This functions are deprecated and/or removed since ownCloud 7. Additionally a issubdirectory check has been added here to prevent developers to use this function in a potentially insecure way. Port of https://github.com/owncloud/core/pull/9033 | ||||
* | set logger before registrate to an error handler | Morris Jobke | 2014-06-09 | 1 | -1/+1 |
| | |||||
* | Merge pull request #8159 from owncloud/mobile-sidebar-swipe | Thomas Müller | 2014-06-06 | 1 | -0/+1 |
|\ | | | | | Mobile sidebar swipe | ||||
| * | add snap.js script | Jan-Christoph Borchardt | 2014-06-05 | 1 | -0/+1 |
| | | |||||
* | | Move authentication to it's own call | Lukas Reschke | 2014-06-05 | 1 | -1/+2 |
| | | |||||
* | | Remove legacy routing code | Lukas Reschke | 2014-06-05 | 1 | -56/+19 |
|/ | | | | | | | | | | | | | | | | | | | The getfile routing code was absolutely legacy and not needed anymore. Additionally \OC::$REQUESTEDAPP was never set to the actually accessed application. This commit removes the legacy routing code and ensures that $REQUESTEDAPP is always set so that other applications (e.g. the firewall or a two-factor authentication) can intercept the currently accessed app. Testplan: [x] Installation works [x] Login with DB works [x] Logout works [x] Login with alternate backend works (tested with user_webdavauth) [x] Other apps are accessible [x] Redirect on login works (e.g. index.php?redirect_url=%2Fcore%2Findex.php%2Fsettings%2Fapps%3Finstalled) [x] Personal settings are accessible [x] Admin settings are accessible [x] Sharing files works [x] DAV works [x] OC::$REQUESTEDAPP contains the requested application and can be intercepted by other applications | ||||
* | Merge pull request #8620 from owncloud/design-navigation-two | Thomas Müller | 2014-06-05 | 1 | -0/+1 |
|\ | | | | | Toggle app navigation not only on mobile, but on desktop as well | ||||
| * | hide navigation by default, not only on small screens, first step | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
| | | |||||
* | | Do not load apps when upgrade is needed | Vincent Petry | 2014-06-04 | 1 | -1/+1 |
|/ | | | | | This prevents routes like "core/js/oc.js" to automatically load apps and trigger their update prematurely. | ||||
* | Merge pull request #8701 from owncloud/slide-up-toggle | Bernhard Posselt | 2014-06-04 | 1 | -0/+1 |
|\ | | | | | Create reusable data attribute for apps setting slideup | ||||
| * | rename to apps.js | Bernhard Posselt | 2014-05-26 | 1 | -1/+1 |
| | | |||||
| * | add a slideup mechanism | Bernhard Posselt | 2014-05-23 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #8853 from owncloud/design-typeface | Jan-Christoph Borchardt | 2014-06-04 | 1 | -0/+1 |
|\ \ | | | | | | | Use Open Sans as typeface | ||||
| * | | use Open Sans as typeface | Jan-Christoph Borchardt | 2014-06-03 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #8468 from owncloud/remove-infieldlabels | Jan-Christoph Borchardt | 2014-06-04 | 1 | -2/+1 |
|\ \ \ | | | | | | | | | Remove infieldlabels | ||||
| * | | | move to updated version of placeholder | Morris Jobke | 2014-06-03 | 1 | -1/+1 |
| | | | | |||||
| * | | | first step of infield label removal, fix login screen | Jan-Christoph Borchardt | 2014-06-03 | 1 | -1/+0 |
| |/ / | |||||
* | | | Merge pull request #8686 from owncloud/session-early | Morris Jobke | 2014-06-03 | 1 | -0/+3 |
|\ \ \ | |/ / |/| | | Make the session available as early as possible | ||||
| * | | Add some comments | Robin Appelman | 2014-06-03 | 1 | -0/+1 |
| | | | |||||
| * | | Make the session available as early as possible | Robin Appelman | 2014-05-23 | 1 | -0/+2 |
| |/ | |||||
* | | Merge pull request #8443 from owncloud/csrf-on-login-and-logout | Vincent Petry | 2014-06-02 | 1 | -0/+10 |
|\ \ | | | | | | | Add CSRF check on login and logout |