Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * \ | Merge branch 'master' into csrf-on-login-and-logout | Thomas Müller | 2014-05-19 | 1 | -34/+15 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: core/templates/login.php | ||||
| * | | | Redirect to index if the logout link is accessed without valid session | Lukas Reschke | 2014-05-11 | 1 | -0/+8 |
| | | | | | | | | | | | | | | | | | | | | This is needed to prevent "Token expired" messages while login if a session is expired @see https://github.com/owncloud/core/pull/8443#issuecomment-42425583 | ||||
| * | | | Add CSRF check on login and logout | Lukas Reschke | 2014-05-04 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | This is a minor issue and not worth a backport in my opinion as it could break more things than it's worth having it. | ||||
* | | | | Merge pull request #8727 from owncloud/upgrade-overview | Lukas Reschke | 2014-05-29 | 1 | -0/+15 |
|\ \ \ \ | | | | | | | | | | | Added update overview page | ||||
| * | | | | Now showing disabled apps as upgrade status line | Vincent Petry | 2014-05-27 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | - Added app id in update overview. - Added status message for disabled app for CLI upgrade and web upgrade | ||||
| * | | | | Added update overview page | Vincent Petry | 2014-05-27 | 1 | -0/+15 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #8681 from owncloud/logintimestamp | Lukas Reschke | 2014-05-28 | 1 | -15/+9 |
|\ \ \ \ | | | | | | | | | | | Record login timestamp per user. Required for new user managament. | ||||
| * | | | | Clarify comment | Lukas Reschke | 2014-05-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | clean up tryRememberLogin and save the timestamp of users last login | Arthur Schiwon | 2014-05-21 | 1 | -15/+9 |
| | |_|/ | |/| | | |||||
* | | | | remove legacy OC_Filesystem being used in a hook callback | Thomas Müller | 2014-05-28 | 1 | -2/+2 |
| |/ / |/| | | |||||
* | | | use custom logfile path if defined, otherwise use default of owncloud.log in ↵ | scolebrook | 2014-05-20 | 1 | -1/+2 |
|/ / | | | | | | | data directory | ||||
* | | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | | | | | * test case added to avoid adding them later | ||||
* | | Merge pull request #8557 from owncloud/custom_session_handling | Thomas Müller | 2014-05-19 | 1 | -2/+11 |
|\ \ | | | | | | | Allow apps to create custom session handlers. | ||||
| * | | Allow apps to create custom session handlers. | ringmaster | 2014-05-12 | 1 | -2/+11 |
| | | | |||||
* | | | Change parameter order of implode | Robin McCorkell | 2014-05-13 | 1 | -1/+1 |
| | | | |||||
* | | | adding X-Robots-Tag to all responses of ownCloud + move addSecurityHeaders() ↵ | Thomas Müller | 2014-05-12 | 1 | -29/+1 |
|/ / | | | | | | | to OC_Response, which seems to be a more reasonable place | ||||
* / | Rename issubdirectory to isSubDirectory | Lukas Reschke | 2014-05-11 | 1 | -1/+1 |
|/ | |||||
* | Merge pull request #8171 from owncloud/fix-import | Bernhard Posselt | 2014-05-02 | 1 | -0/+1 |
|\ | | | | | be nice and use a relative import so people can use the class without fi... | ||||
| * | add class Pimple to autloader | Thomas Müller | 2014-04-28 | 1 | -0/+1 |
| | | |||||
* | | Merge pull request #7852 from josh4trunks/basic_auth_fix | Thomas Müller | 2014-04-28 | 1 | -13/+14 |
|\ \ | | | | | | | Fixes login / logout when HTTP Basic Headers are avilable. | ||||
| * | | Fixed Typo | josh4trunks | 2014-04-03 | 1 | -1/+1 |
| | | | |||||
| * | | Don't always $cookie_path, only set it when needed | josh4trunks | 2014-04-03 | 1 | -3/+2 |
| | | |