Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 1 | -7/+7 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-18 | 10 | -8/+94 | |
|/ / / / / | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-17 | 18 | -32/+192 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-16 | 2 | -30/+42 | |
* | | | | | Merge pull request #6585 from nextcloud/theming-fileupload-errorhandling | Roeland Jago Douma | 2017-10-15 | 4 | -22/+222 | |
|\ \ \ \ \ | ||||||
| * | | | | | Theming: Add tests for mimetype and upload error checks | Julius Härtl | 2017-10-03 | 2 | -15/+170 | |
| * | | | | | Theming: Fix message/loading display on errors | Julius Härtl | 2017-10-03 | 2 | -0/+3 | |
| * | | | | | Theming: Check valid image format also for logo | Julius Härtl | 2017-10-03 | 1 | -0/+12 | |
| * | | | | | Theming: Handle errors on uploaded files properly | Julius Härtl | 2017-10-03 | 2 | -17/+47 | |
* | | | | | | Merge pull request #6791 from nextcloud/fix-test-warnings | Roeland Jago Douma | 2017-10-15 | 2 | -3/+3 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | Don't use deprecated $this->getMock() method | Joas Schilling | 2017-10-09 | 1 | -2/+2 | |
| * | | | | | Fix tests with group manager | Joas Schilling | 2017-10-09 | 1 | -1/+1 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 16 | -20/+290 | |
* | | | | | | Use ::class to avoid errors | Joas Schilling | 2017-10-13 | 1 | -6/+12 | |
* | | | | | | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0 | Joas Schilling | 2017-10-13 | 1 | -1/+1 | |
* | | | | | | Merge pull request #6816 from nextcloud/external-storage-confirm-delete-fix | Joas Schilling | 2017-10-13 | 1 | -1/+1 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Fix confirmation dialog when deleting external storage | Robin Appelman | 2017-10-12 | 1 | -1/+1 | |
* | | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-13 | 2 | -4/+84 | |
* | | | | | | | Correct class to quota | John Molakvoæ (skjnldsv) | 2017-10-12 | 1 | -1/+1 | |
|/ / / / / / | ||||||
* / / / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-10 | 4 | -12/+12 | |
|/ / / / / | ||||||
* | | | | | Merge pull request #6770 from nextcloud/check-user-group-exists-dav-shares | Joas Schilling | 2017-10-09 | 11 | -30/+96 | |
|\ \ \ \ \ | ||||||
| * | | | | | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 11 | -30/+96 | |
* | | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-09 | 2 | -0/+10 | |
| |_|_|/ / |/| | | | | ||||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-08 | 2 | -0/+60 | |
| |_|_|/ |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 14 | -2/+76 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-06 | 24 | -34/+90 | |
|/ / / | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-05 | 10 | -158/+268 | |
* | | | Merge pull request #6700 from nextcloud/accessibility-fixes | Julius Härtl | 2017-10-04 | 3 | -3/+5 | |
|\ \ \ | ||||||
| * | | | Remove redundant alternative text | Jan-Christoph Borchardt | 2017-09-29 | 1 | -1/+1 | |
| * | | | Add proper labels to various form elements and buttons | Jan-Christoph Borchardt | 2017-09-29 | 2 | -2/+4 | |
* | | | | Merge pull request #6328 from nextcloud/split-sharees-api-logic | blizzz | 2017-10-04 | 2 | -2123/+88 | |
|\ \ \ \ | ||||||
| * | | | | shareeAPIController unit test clean up and last fixes | Arthur Schiwon | 2017-09-26 | 2 | -57/+22 | |
| * | | | | remove unused method | Arthur Schiwon | 2017-09-26 | 2 | -43/+0 | |
| * | | | | move splitUserRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -72/+0 | |
| * | | | | adapt unit test for ensuring exception | Arthur Schiwon | 2017-09-26 | 1 | -2/+2 | |
| * | | | | split off former searchSharee unit test | Arthur Schiwon | 2017-09-26 | 1 | -176/+0 | |
| * | | | | adjust ShareeAPIController invalid-input search unit test | Arthur Schiwon | 2017-09-26 | 1 | -16/+15 | |
| * | | | | adjust ShareeAPIController search test | Arthur Schiwon | 2017-09-26 | 2 | -32/+22 | |
| * | | | | split off getEmail tests | Arthur Schiwon | 2017-09-26 | 1 | -244/+0 | |
| * | | | | split off getRemote unit tests | Arthur Schiwon | 2017-09-26 | 1 | -220/+0 | |
| * | | | | split off getGroups unit tests | Arthur Schiwon | 2017-09-26 | 1 | -392/+0 | |
| * | | | | split off getUsers unit tests | Arthur Schiwon | 2017-09-26 | 1 | -318/+0 | |
| * | | | | allow more than one plugin per share type | Arthur Schiwon | 2017-09-26 | 1 | -0/+2 | |
| * | | | | don't keep result types hard coded | Arthur Schiwon | 2017-09-26 | 1 | -1/+2 | |
| * | | | | Splits off the logic from sharees endpoint thus making it available from | Arthur Schiwon | 2017-09-26 | 1 | -558/+31 | |
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-04 | 8 | -68/+300 | |
| |_|/ / |/| | | | ||||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-03 | 4 | -24/+128 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-02 | 2 | -2/+2 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-01 | 2 | -0/+4 | |
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-09-30 | 42 | -28/+144 | |
| |/ / |/| | |