summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Set the data from the templateJoas Schilling2017-10-182-41/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Set the subject with the email template to allow themingJoas Schilling2017-10-181-7/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2017-10-1810-8/+94
|
* [tx-robot] updated from transifexNextcloud bot2017-10-1718-32/+192
|
* [tx-robot] updated from transifexNextcloud bot2017-10-162-30/+42
|
* Merge pull request #6585 from nextcloud/theming-fileupload-errorhandlingRoeland Jago Douma2017-10-154-22/+222
|\ | | | | Theming: Handle errors on uploaded files properly
| * Theming: Add tests for mimetype and upload error checksJulius Härtl2017-10-032-15/+170
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Theming: Fix message/loading display on errorsJulius Härtl2017-10-032-0/+3
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Theming: Check valid image format also for logoJulius Härtl2017-10-031-0/+12
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * Theming: Handle errors on uploaded files properlyJulius Härtl2017-10-032-17/+47
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Merge pull request #6791 from nextcloud/fix-test-warningsRoeland Jago Douma2017-10-152-3/+3
|\ \ | | | | | | Fix test warnings
| * | Don't use deprecated $this->getMock() methodJoas Schilling2017-10-091-2/+2
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Fix tests with group managerJoas Schilling2017-10-091-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-1416-20/+290
| | |
* | | Use ::class to avoid errorsJoas Schilling2017-10-131-6/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0Joas Schilling2017-10-131-1/+1
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #6816 from nextcloud/external-storage-confirm-delete-fixJoas Schilling2017-10-131-1/+1
|\ \ \ | | | | | | | | Fix confirmation dialog when deleting external storage
| * | | Fix confirmation dialog when deleting external storageRobin Appelman2017-10-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2017-10-132-4/+84
| | | |
* | | | Correct class to quotaJohn Molakvoæ (skjnldsv)2017-10-121-1/+1
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* / / [tx-robot] updated from transifexNextcloud bot2017-10-104-12/+12
|/ /
* | Merge pull request #6770 from nextcloud/check-user-group-exists-dav-sharesJoas Schilling2017-10-0911-30/+96
|\ \ | | | | | | Check if the user/group exists for dav shares
| * | Check if the user/group exists for dav sharesJoas Schilling2017-10-0511-30/+96
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-092-0/+10
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-082-0/+60
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-0714-2/+76
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-0624-34/+90
|/ /
* | [tx-robot] updated from transifexNextcloud bot2017-10-0510-158/+268
| |
* | Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-043-3/+5
|\ \ | | | | | | Accessibility fixes
| * | Remove redundant alternative textJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-292-2/+4
| | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | Merge pull request #6328 from nextcloud/split-sharees-api-logicblizzz2017-10-042-2123/+88
|\ \ \ | | | | | | | | Splits off the logic from sharees endpoint thus making it available from within Nc/via PHP.
| * | | shareeAPIController unit test clean up and last fixesArthur Schiwon2017-09-262-57/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | remove unused methodArthur Schiwon2017-09-262-43/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | move splitUserRemote unit testsArthur Schiwon2017-09-261-72/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adapt unit test for ensuring exceptionArthur Schiwon2017-09-261-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off former searchSharee unit testArthur Schiwon2017-09-261-176/+0
| | | | | | | | | | | | | | | | | | | | | | | | also moves registering default plugins to Server for proper unit testing Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adjust ShareeAPIController invalid-input search unit testArthur Schiwon2017-09-261-16/+15
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | adjust ShareeAPIController search testArthur Schiwon2017-09-262-32/+22
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getEmail testsArthur Schiwon2017-09-261-244/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getRemote unit testsArthur Schiwon2017-09-261-220/+0
| | | | | | | | | | | | | | | | | | | | | | | | adds two small fixes → they actually work \o/ Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getGroups unit testsArthur Schiwon2017-09-261-392/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | split off getUsers unit testsArthur Schiwon2017-09-261-318/+0
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | allow more than one plugin per share typeArthur Schiwon2017-09-261-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | however it does not dedupe (appears too complex/expensive while we don't havve the issue currently) Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | don't keep result types hard codedArthur Schiwon2017-09-261-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | | Splits off the logic from sharees endpoint thus making it available fromArthur Schiwon2017-09-261-558/+31
| | | | | | | | | | | | | | | | | | | | | | | | within Nc/via PHP. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | [tx-robot] updated from transifexNextcloud bot2017-10-048-68/+300
| |_|/ |/| |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-034-24/+128
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-022-2/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2017-10-012-0/+4
| | |