Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Also repair storage id's when repairing invalid entries | Robin Appelman | 2017-07-21 | 1 | -0/+34 |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Merge pull request #5802 from nextcloud/rm_dep_controller_functions | Lukas Reschke | 2017-07-21 | 1 | -69/+0 |
|\ | | | | | Remove deprecated Controller Functions | ||||
| * | Remove deprecated Controller Functions | Roeland Jago Douma | 2017-07-20 | 1 | -69/+0 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5818 from nextcloud/ocs_privatedata | Roeland Jago Douma | 2017-07-21 | 1 | -172/+0 |
|\ \ | | | | | | | PrivateData to app | ||||
| * | | PrivateData to app | Roeland Jago Douma | 2017-07-21 | 1 | -172/+0 |
| |/ | | | | | | | | | | | | | * PrivateData is an app now: https://github.com/nextcloud/privatedata * No need to load the OCS routes.php (as there is none!) Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5797 from paulijar/share20-postUnshareFromSelf | Morris Jobke | 2017-07-21 | 2 | -0/+86 |
|\ \ | |/ |/| | Dispatch event postUnshareFromSelf when the recipient of a share unshares it | ||||
| * | Emit hook postUnshareFromSelf when the recipient of a share unshares it | Pauli Järvinen | 2017-07-20 | 2 | -0/+86 |
| | | | | | | | | | | | | - This kind of hook signal used to be emitted in the old Share library but it was missing from Share 2.0 Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | | Merge pull request #5719 from nextcloud/improve-jscombiner | Morris Jobke | 2017-07-19 | 1 | -1/+24 |
|\ \ | |/ |/| | Properly handle if the deps file if for some reason empty | ||||
| * | Properly handle if the deps file if for some reason empty | Morris Jobke | 2017-07-19 | 1 | -1/+24 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Fix emitting of legacy hook post_unshare | Pauli Järvinen | 2017-07-16 | 1 | -1/+1 |
| | | | | | | | | | | | | - When a file was unshared, the legacy hook pre_unshare fired twice and the hook post_unshare did not fire at all. This was obviously a copy-paste error. Signed-off-by: Pauli Järvinen <pauli.jarvinen@gmail.com> | ||||
* | | Merge pull request #5699 from nextcloud/bruteforce_capability | Lukas Reschke | 2017-07-14 | 1 | -0/+68 |
|\ \ | |/ |/| | Add bruteforce capabilities | ||||
| * | Add bruteforce capabilities | Roeland Jago Douma | 2017-07-13 | 1 | -0/+68 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #5708 from nextcloud/nested-permissions-mask | Morris Jobke | 2017-07-13 | 1 | -0/+15 |
|\ \ | | | | | | | Fix scan permissions with nested permissions masks | ||||
| * | | Fix scan permissions with nested permissions masks | Robin Appelman | 2017-07-13 | 1 | -0/+15 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* / | chunk getting invalid paths and reuse queries | Robin Appelman | 2017-07-13 | 1 | -0/+38 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | Write cert bundle to tmp file first | Roeland Jago Douma | 2017-07-12 | 1 | -2/+15 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Merge pull request #5567 from nextcloud/public-capabilities | Roeland Jago Douma | 2017-07-12 | 1 | -0/+28 |
|\ | | | | | Public capabilities API | ||||
| * | Add tests for public capabilties | Julius Härtl | 2017-06-30 | 1 | -0/+28 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Merge pull request #5615 from ↵ | Morris Jobke | 2017-07-07 | 1 | -12/+52 |
|\ \ | | | | | | | | | | | | | nextcloud/issue-5286-fix-navigation-entries-for-group-restricted-apps Don't load navigation entries of restricted apps | ||||
| * | | Don't load navigation entries of restricted apps | Joas Schilling | 2017-07-05 | 1 | -12/+52 |
| |/ | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5424 from nextcloud/moveFromCache-from-shared | Morris Jobke | 2017-07-06 | 2 | -0/+167 |
|\ \ | | | | | | | fix moving folders out of a cache jail | ||||
| * | | adjust to moved repair step | Robin Appelman | 2017-06-29 | 1 | -2/+8 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Add repair step for invalid paths | Robin Appelman | 2017-06-21 | 1 | -0/+111 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | fix moving folders out of a cache jail | Robin Appelman | 2017-06-15 | 1 | -0/+50 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | update file system tests to take the master key into account | Bjoern Schiessle | 2017-07-06 | 2 | -15/+25 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | fix and extend dav test to also test the master-key setup | Bjoern Schiessle | 2017-07-06 | 1 | -0/+2 |
| | | | | | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | | | Merge pull request #5231 from nextcloud/migrations | Morris Jobke | 2017-07-05 | 6 | -7/+230 |
|\ \ \ | | | | | | | | | Migrations | ||||
| * | | | Fix autoloader and namespace test | Morris Jobke | 2017-07-05 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | | Fix the installer tests | Joas Schilling | 2017-07-05 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Fix tests of CodeChecker and MigrationService | Joas Schilling | 2017-07-05 | 5 | -28/+83 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | Start migrations | Joas Schilling | 2017-07-05 | 1 | -0/+162 |
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | Fixme: - Install and update of apps - No revert on live systems (debug only) - Service adjustment to our interface - Loading via autoloader Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #5342 from nextcloud/userlist-used-space | Morris Jobke | 2017-07-05 | 1 | -2/+33 |
|\ \ \ | |/ / |/| | | show used space in user list | ||||
| * | | show used space in user list | Robin Appelman | 2017-06-15 | 1 | -2/+33 |
| |/ | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | … and their tests needed adjustments, too | Arthur Schiwon | 2017-06-29 | 5 | -8/+8 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | forgotten test adjustments | Arthur Schiwon | 2017-06-23 | 1 | -6/+3 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | take out additional (legacy) settings section from tests | Arthur Schiwon | 2017-06-23 | 1 | -2/+1 |
| | | | | | | | | | | | | | | because it is dependent whether anything else registers into it and \OC_App is static Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | …and adjust tests | Arthur Schiwon | 2017-06-23 | 1 | -22/+23 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | add missing pieces to Settings Manager and fix and extend its unit tests | Arthur Schiwon | 2017-06-23 | 1 | -10/+120 |
| | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | Improve wording of various error messages | Jan-Christoph Borchardt | 2017-06-21 | 1 | -22/+22 |
| | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | Fix tests | Julius Härtl | 2017-06-16 | 1 | -20/+31 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Add tests and inject IRequest | Julius Härtl | 2017-06-16 | 1 | -27/+50 |
| | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | Fix unknown share token | Joas Schilling | 2017-06-13 | 1 | -0/+5 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5027 from nextcloud/require-nextcloud-version-as-per-docs | Morris Jobke | 2017-06-12 | 1 | -4/+6 |
|\ \ | |/ |/| | Version and dependency are now required | ||||
| * | Version and dependency are now required | Joas Schilling | 2017-05-22 | 1 | -4/+6 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Merge pull request #5213 from nextcloud/fix-change-hook | blizzz | 2017-06-02 | 1 | -1/+95 |
|\ \ | | | | | | | Trigger changeUser hook only on real changes | ||||
| * | | emit changeUser only if there really was a change (quota, displayname) | Arthur Schiwon | 2017-06-01 | 1 | -1/+95 |
| |/ | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* / | add new config switched for the global scale architecture | Bjoern Schiessle | 2017-05-29 | 1 | -0/+95 |
|/ | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Fix tests | Lukas Reschke | 2017-05-20 | 2 | -6/+15 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Merge pull request #4894 from nextcloud/generic-security-activities | Lukas Reschke | 2017-05-19 | 1 | -4/+4 |
|\ | | | | | Change 2FA activities to more generic security activities | ||||
| * | Fix tests | Roeland Jago Douma | 2017-05-18 | 1 | -4/+4 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> |