summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2017-03-072-8/+8
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0610-6/+214
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0512-16/+336
|
* [tx-robot] updated from transifexNextcloud bot2017-03-0414-2/+320
|
* Merge pull request #3597 from nextcloud/remove-data-from-lookup-serverRoeland Jago Douma2017-03-031-19/+30
|\ | | | | add posibility to remove all personal data from lookup server
| * add posibility to remove all personal data from lookup serverBjoern Schiessle2017-02-231-19/+30
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | Merge pull request #3607 from nextcloud/api-to-resend-welcome-messageRoeland Jago Douma2017-03-033-1/+619
|\ \ | | | | | | OCS API endpoint to resend welcome message
| * | OCS API endpoint to resend welcome messageMorris Jobke2017-02-283-1/+619
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * send a POST request to ocs/v1.php/cloud/users/USERNAME/resendWelcomeMessage to trigger the welcome message to be send * fixes #3367 example curl statement: curl -i https://example.org/ocs/v1.php/cloud/users/USERNAME/welcome -H "OCS-APIRequest: true" -u admin:password -X POST Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | Merge pull request #3678 from ↵Roeland Jago Douma2017-03-034-55/+100
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/issue-3677-caldav-sharing-permission-problem CalDAV sharing permissions should not depend on the order
| * | | Make sure shares use read-write when availableJoas Schilling2017-03-022-4/+24
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Don't waste energy unless necessaryJoas Schilling2017-03-022-16/+21
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Add a unit test for the broken caseJoas Schilling2017-03-022-1/+22
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | | Unit test cleanupJoas Schilling2017-03-021-37/+36
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #3689 from nextcloud/cleanup-legacy-classesJoas Schilling2017-03-031-1/+2
|\ \ \ \ | | | | | | | | | | Cleanup not used legacy classes
| * | | | Cleanup not used legacy classesMorris Jobke2017-03-031-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Person was removed via #2170 * other lcasses/interfaces are not used at all Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3687 from nextcloud/proper-transfer-ownership-dateJoas Schilling2017-03-031-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Use a proper date format for transfer ownership
| * | | | | Use a proper date format for transfer ownershipMorris Jobke2017-03-021-1/+1
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * on Windows : is not allowed as filename and doesn't get synced then * uses 2017-03-02 22-00-00 instead of 2017-03-02T22:00:00+00:00 as format Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3686 from nextcloud/downstream-27282Joas Schilling2017-03-032-0/+23
|\ \ \ \ \ | | | | | | | | | | | | filelist only refreshed if directory changes
| * | | | | filelist only refreshed if directory changesnoveens2017-03-022-0/+23
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | check introduced at another method comment added to explain one check comment added to explain one check unit tests added small fixes in unit tests missing semicolon added Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | Merge pull request #3681 from nextcloud/dav-nonexisting-ownerMorris Jobke2017-03-021-3/+10
|\ \ \ \ \ | | | | | | | | | | | | handle non existing owners when handling dav requests
| * | | | | handle non existing owners when handling dav requestsRobin Appelman2017-03-021-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | | | [tx-robot] updated from transifexNextcloud bot2017-03-0318-6/+348
| |/ / / / |/| | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2017-03-02156-18/+9830
| |/ / / |/| | |
* | | | Merge pull request #3676 from individual-it/trash_problemJoas Schilling2017-03-021-5/+2
|\ \ \ \ | | | | | | | | | | fix for #3201
| * | | | fix for #3201Artur Neumann2017-03-021-2/+3
| | | | |
| * | | | Revert "fix mouse pointer"Artur Neumann2017-03-021-5/+1
| | | | | | | | | | | | | | | | | | | | This reverts commit a4e2dc3033e40b58e5e72e2bda85a327ff092464.
* | | | | Transifex config for theming appMorris Jobke2017-03-011-0/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-03-022-0/+4
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-03-018-22/+78
| |/ / |/| |
* | | Merge pull request #3649 from nextcloud/bugfix/saving-backup-codes-data-uriRoeland Jago Douma2017-02-281-41/+121
|\ \ \ | | | | | | | | Fix saving backup codes by using a correct data uri
| * | | Fix saving backup codes by using a correct data uriChristoph Wurst2017-02-281-41/+121
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #3651 from ↵Morris Jobke2017-02-281-76/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/provisioning-usercontroller-test Refactor provision api app's UserControllerTest
| * | | | Refactor provision api app's UserControllerTestChristoph Wurst2017-02-281-76/+67
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replace deprecated getMock with createMock * Use createMock consistently * Use php's ::class references Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #3643 from nextcloud/replace-deprecated-tipsyLukas Reschke2017-02-282-3/+3
|\ \ \ \ | |/ / / |/| | | Replace deprecated $.tipsy(...) by $.tooltip(...)
| * | | fix typoMorris Jobke2017-02-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
| * | | Replace deprecated $.tipsy(...) by $.tooltip(...)Christoph Wurst2017-02-272-3/+3
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #2997 from nextcloud/fix_2957Morris Jobke2017-02-284-34/+48
|\ \ \ \ | | | | | | | | | | Allow groups with / in sabre
| * | | | Properly handle groups with a /Roeland Jago Douma2017-02-274-34/+48
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a group contains a slash the principal URI becomes principals/groups/foo/bar. Now the URI is plit on '/' so this creates issues ;) Fixes #2957 * Add tests for groups with / Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2017-02-2810-14/+146
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2714-24/+32
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-02-2512-8/+156
| | |
* | | Merge pull request #3588 from GreenArchon/issue_#3461Lukas Reschke2017-02-241-1/+1
|\ \ \ | | | | | | | | Typecast shared mount's storage_id to int as documented + some refactor to avoid similar bugs
| * | | Typecast filecache 'storage' as int to return it as documented, fixes #3461Frédéric Fortier2017-02-201-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Frédéric Fortier <frederic.fortier@oronospolytechnique.com>
* | | | Merge pull request #3598 from ↵Roeland Jago Douma2017-02-241-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/issue-3583-shared-addressbooks-fail-on-legacy-endpoint Use the correct principal for shared addressbooks
| * | | | Use the correct principal for shared addressbooksJoas Schilling2017-02-231-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #3605 from nextcloud/single-userJoas Schilling2017-02-242-19/+2
|\ \ \ \ \ | | | | | | | | | | | | Clean up single user mode
| * | | | | Clean up single user modeMorris Jobke2017-02-222-19/+2
| |/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Single user mode basically disables WebDAV, OCS and cron execution. Since we heavily rely on WebDAV and OCS also in the web UI it's basically useless. An admin only sees a broken interface and can't even change any settings nor sees any files. Also sharing is not possible. As this is at least the case since Nextcloud 9 and we haven't received any reports for this it seems that this feature is not used at all so I removed it. The encryption commands now rely on the well tested maintenance mode. Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* / / / / [tx-robot] updated from transifexNextcloud bot2017-02-2416-94/+430
|/ / / /
* | | / [tx-robot] updated from transifexNextcloud bot2017-02-238-2/+58
| |_|/ |/| |
* | | Merge pull request #3567 from nextcloud/autocomplete-settingsBjörn Schießle2017-02-221-4/+16
|\ \ \ | | | | | | | | some sharing settings