Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | register app autoload instead of loading apps | Arthur Schiwon | 2016-08-12 | 1 | -3/+6 |
| | |||||
* | Merge branch 'master' into implement_712 | Lukas Reschke | 2016-08-11 | 2 | -29/+1 |
|\ | |||||
| * | Merge pull request #777 from nextcloud/ocs_capabilities | Morris Jobke | 2016-08-10 | 1 | -28/+0 |
| |\ | | | | | | | Move /cloud/capabilities and /cloud/user to Core | ||||
| | * | Remove OC_OCS_Cloud and OC\OCS\Cloud | Roeland Jago Douma | 2016-08-09 | 1 | -28/+0 |
| | | | |||||
| * | | Merge pull request #529 from nextcloud/vendor-maintenance-downgrade | Lukas Reschke | 2016-08-10 | 1 | -1/+1 |
| |\ \ | | |/ | |/| | Allow downgrades of maintenance accross vendors | ||||
| | * | Allow downgrades of maintenance accross vendors | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | | |||||
* | | | fixes, improvements, and another app: | Arthur Schiwon | 2016-08-11 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | * setupSettings now also triggered on enable * fixes detection of present admin section or settings in the DB * add update routine in such cases * encryption app migrated | ||||
* | | | fix registration of admin settings and section on app install | Arthur Schiwon | 2016-08-11 | 1 | -0/+6 |
| | | | |||||
* | | | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method | ||||
* | | | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -1/+4 |
|/ / | | | | | | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | | libxml - compare against loaded version | Morris Jobke | 2016-07-28 | 1 | -2/+8 |
| | | | | | | | | | | | | | | * if the compiled in version is older than the loaded version Nextcloud doesn't work * uses the loaded libxml version to check against fixes #205 | ||||
* | | fix autoloading in LPAP integration tests, resolves #544 | Arthur Schiwon | 2016-07-25 | 1 | -1/+1 |
|/ | |||||
* | Update with robin | Joas Schilling | 2016-07-21 | 20 | -20/+20 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 32 | -98/+99 |
| | |||||
* | Revert "Remove "Help" link from personal sidebar" | Lukas Reschke | 2016-07-21 | 1 | -4/+2 |
| | | | | This reverts commit deef15a3c7119b2965e7212ce53ba70e6baed779. | ||||
* | Link to proper clients | Lukas Reschke | 2016-07-21 | 1 | -4/+3 |
| | |||||
* | Use proper documentation links | Lukas Reschke | 2016-07-21 | 1 | -2/+2 |
| | | | | Since it is just faking the 10 we need to hardcode this here... | ||||
* | Merge pull request #479 from nextcloud/add-bruteforce-throttler | Lukas Reschke | 2016-07-21 | 1 | -1/+1 |
|\ | | | | | Implement brute force protection | ||||
| * | Implement brute force protection | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Class Throttler implements the bruteforce protection for security actions in Nextcloud. It is working by logging invalid login attempts to the database and slowing down all login attempts from the same subnet. The max delay is 30 seconds and the starting delay are 200 milliseconds. (after the first failed login) | ||||
* | | Merge pull request #476 from nextcloud/port-same-site-cookies | Lukas Reschke | 2016-07-20 | 2 | -0/+9 |
|\ \ | | | | | | | [master] Port Same-Site Cookies to master | ||||
| * | | [master] Port Same-Site Cookies to master | Lukas Reschke | 2016-07-20 | 2 | -0/+9 |
| |/ | | | | | | | Fixes https://github.com/nextcloud/server/issues/50 | ||||
* | | Merge pull request #462 from nextcloud/master-explode | Morris Jobke | 2016-07-20 | 1 | -1/+1 |
|\ \ | |/ |/| | [master] Use explode() instead of split() | ||||
| * | [master] Use explode() instead of split() | Lukas Reschke | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | Sync from https://github.com/owncloud/core/pull/25488 | ||||
* | | Show app name in error message if app could not be loaded. (#25441) | Klaas Freitag | 2016-07-20 | 1 | -1/+6 |
|/ | |||||
* | Merge pull request #405 from nextcloud/theming-fixes | Björn Schießle | 2016-07-18 | 1 | -1/+1 |
|\ | | | | | Theming fixes | ||||
| * | Use the themed Defaults everywhere | Joas Schilling | 2016-07-15 | 1 | -1/+1 |
| | | |||||
* | | Remove asset pipelin | Roeland Jago Douma | 2016-07-15 | 1 | -42/+0 |
|/ | | | | | | | | Fixes #215 The asset pipeline has shown to do more harm than good. Some apps fail hard with it. Also it makes sure that you download a huge file on each unvisited page. | ||||
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 2 | -22/+13 |
| | | | | * the setup check is still there | ||||
* | Migrate logic to dynamic controller | Lukas Reschke | 2016-06-27 | 2 | -34/+5 |
| | | | | Also adds support for having custom login backgrounds | ||||
* | write theme settings to database | Bjoern Schiessle | 2016-06-27 | 1 | -4/+33 |
| | |||||
* | Merge remote-tracking branch 'upstream/master' into master-upstream-sync | Lukas Reschke | 2016-06-26 | 1 | -5/+6 |
|\ | |||||
| * | redirect to new login route (#25099) | Christoph Wurst | 2016-06-21 | 1 | -5/+6 |
| | | | | | | | | | | | | * redirect to new login route * encode anchor in url and restore it client-side | ||||
* | | fix more strings | Morris Jobke | 2016-06-20 | 2 | -9/+5 |
| | | |||||
* | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160611 | Arthur Schiwon | 2016-06-11 | 2 | -1/+8 |
|\| | |||||
| * | Check 2FA state for raw php files too | Christoph Wurst | 2016-06-10 | 2 | -1/+8 |
| | | |||||
* | | Downstream 2016-06-09 | Arthur Schiwon | 2016-06-09 | 3 | -16/+29 |
|\| | | | | | | | Merge branch 'master' of https://github.com/owncloud/core into downstream-160609 | ||||
| * | Merge pull request #25000 from owncloud/fix-email-login-dav | Vincent Petry | 2016-06-09 | 1 | -2/+2 |
| |\ | | | | | | | Allow login by email address via webdav as well | ||||
| | * | Allow login by email address via webdav as well - fixes #24791 | Thomas Müller | 2016-06-09 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #25014 from owncloud/admin-datadircheck-fix | Vincent Petry | 2016-06-09 | 1 | -13/+24 |
| |\ \ | | |/ | |/| | Use temporary htaccesstest.txt for data dir security check | ||||
| | * | Use temporary htaccesstest.txt for data dir security check | Vincent Petry | 2016-06-07 | 1 | -13/+24 |
| | | | |||||
| * | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-07 | 1 | -1/+3 |
| |/ | |||||
* | | Revert "Downstream 2016-06-08" | blizzz | 2016-06-09 | 1 | -3/+1 |
| | | |||||
* | | dissalow symlinks in local storages that point outside the datadir | Robin Appelman | 2016-06-09 | 1 | -1/+3 |
| | | |||||
* | | THIS IS NEXTCLOUD! adjusting the design | Jan-Christoph Borchardt | 2016-06-08 | 1 | -7/+7 |
| | | |||||
* | | Remove "Help" link from personal sidebar | Lukas Reschke | 2016-06-06 | 1 | -2/+4 |
|/ | | | | | | At the moment we want to hide the help link from the personal sidebar as it contains the original ownCloud documentation. Once we have our own documentation with our proper branding and so on we can reenable this. | ||||
* | Fix second check for quota size (#24989) | Joas Schilling | 2016-06-06 | 1 | -1/+1 |
| | |||||
* | Merge pull request #24936 from owncloud/2fa-block-ocs | Vincent Petry | 2016-06-02 | 1 | -0/+4 |
|\ | | | | | block OCS if 2FA challenge needs to be solved first | ||||
| * | block OCS if 2FA challenge needs to be solved first | Christoph Wurst | 2016-06-01 | 1 | -0/+4 |
| | | |||||
* | | Merge pull request #24946 from ↵ | Vincent Petry | 2016-06-02 | 1 | -0/+5 |
|\ \ | | | | | | | | | | | | | owncloud/issue-24943-duplicate-downgrade-unsupported-message Do not show the hint when it's the same as the message | ||||
| * | | Do not show the hint when it's the same as the message | Joas Schilling | 2016-06-01 | 1 | -0/+5 |
| |/ |