Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
| * | Fix confirmation dialog when deleting external storage | Robin Appelman | 2017-10-12 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-13 | 10 | -4/+194 |
| | | |||||
* | | Merge pull request #6818 from ↵ | John Molakvoæ | 2017-10-12 | 1 | -1/+2 |
|\ \ | | | | | | | | | | | | | nextcloud/allow-div-on-nav-edit-entry-instead-of-form Allow div instead of forms on editable nav entries | ||||
| * | | Allow div instead of forms on editable nav entries | John Molakvoæ (skjnldsv) | 2017-10-12 | 1 | -1/+2 |
|/ / | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | Merge pull request #6795 from nextcloud/fix/contactsmenu-ie11 | blizzz | 2017-10-12 | 1 | -2/+13 |
|\ \ | | | | | | | Fix contacts menu for IE11 | ||||
| * | | Fix contacts menu for IE11 | Christoph Wurst | 2017-10-09 | 1 | -2/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | IE11 triggers an 'input' event whenever an input is focussed or loses focus. Thus this causes an endless loading loop as soon as the view is re-rendered. To prevent this, this remembers the previous search term and ignores events where the term has not changed. Fixes https://github.com/nextcloud/server/issues/5281 Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Merge pull request #6763 from nextcloud/fix-user-quota | John Molakvoæ | 2017-10-12 | 3 | -7/+4 |
|\ \ \ | | | | | | | | | Fix quota overflow and error color | ||||
| * | | | Correct class to quota | John Molakvoæ (skjnldsv) | 2017-10-12 | 2 | -4/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fix quota overflow and error color | John Molakvoæ (skjnldsv) | 2017-10-12 | 1 | -3/+1 |
|/ / / | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | / | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-12 | 18 | -0/+68 |
| |/ |/| | |||||
* | | Merge pull request #6602 from nextcloud/s3-multipart-upload | Robin Appelman | 2017-10-11 | 2 | -5/+61 |
|\ \ | | | | | | | Add multipart upload for s3 | ||||
| * | | set s3 part size to 500mb | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | Add tests for multipart upload | Robin Appelman | 2017-09-21 | 2 | -6/+19 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | only do multipart upload for large files | Robin Appelman | 2017-09-21 | 1 | -0/+24 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
| * | | multipart upload for s3 object storage | Robin Appelman | 2017-09-20 | 1 | -5/+22 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-11 | 82 | -150/+152 |
| | | | |||||
* | | | Merge pull request #6739 from nextcloud/apps-management-updates | Julius Härtl | 2017-10-10 | 6 | -18/+115 |
|\ \ \ | | | | | | | | | Add Updates section to app management | ||||
| * | | | App management: Do not show udpdate category if no updates are available | Julius Härtl | 2017-10-10 | 1 | -3/+30 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | App management: Show proper message when no updates are available | Julius Härtl | 2017-10-10 | 2 | -6/+31 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | App management: do not reset update counter to 0 on category change | Julius Härtl | 2017-10-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | Do not return app names multiple times | Julius Härtl | 2017-10-10 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | | App management: add update section | Julius Härtl | 2017-10-10 | 5 | -16/+60 |
|/ / / | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #6692 from nextcloud/inputs-border-to-main-bg | Roeland Jago Douma | 2017-10-10 | 3 | -34/+36 |
|\ \ \ | | | | | | | | | Inputs border to main bg and fix white inputs | ||||
| * | | | Variable for checkboxes and name fix | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -14/+18 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | White checkboxes variable | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -9/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Fix white inputs | John Molakvoæ (skjnldsv) | 2017-10-04 | 1 | -19/+16 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | Initial commit | John Molakvoæ (skjnldsv) | 2017-10-04 | 3 | -22/+22 |
| | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-10 | 6 | -22/+22 |
| |_|/ |/| | | |||||
* | | | Merge pull request #6790 from nextcloud/fix-pgsql-tests | Roeland Jago Douma | 2017-10-09 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | fix postgresql tests | ||||
| * | | | fix postgresql tests | blizzz | 2017-10-09 | 1 | -1/+1 |
|/ / / | | | | | | | | | | | | | we don't support pgsql 10 yet. because Doctrine does not either. Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | | | 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 | ||||
| * | | | Check if the user/group exists for dav shares | Joas Schilling | 2017-10-05 | 11 | -30/+96 |
| | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-09 | 4 | -0/+12 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-08 | 2 | -0/+60 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-07 | 26 | -2/+88 |
| | | | | |||||
* | | | | Merge pull request #6759 from ↵ | Joas Schilling | 2017-10-06 | 4 | -18/+67 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/allow-multiple-settings-and-sections-per-app Allow multiple settings and sections per app | ||||
| * | | | | Allow multiple settings and sections per app | Joas Schilling | 2017-10-05 | 4 | -18/+67 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-06 | 42 | -34/+108 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #6766 from nextcloud/php7.2-rc3 | Roeland Jago Douma | 2017-10-05 | 1 | -4/+4 |
|\ \ \ \ | | | | | | | | | | | Update php7.2 container to rc3 | ||||
| * | | | | Update php7.2 container to rc3 | Roeland Jago Douma | 2017-10-04 | 1 | -4/+4 |
| |/ / / | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* / / / | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-05 | 92 | -258/+368 |
|/ / / | |||||
* | | | Merge pull request #6700 from nextcloud/accessibility-fixes | Julius Härtl | 2017-10-04 | 7 | -29/+27 |
|\ \ \ | | | | | | | | | Accessibility fixes | ||||
| * | | | Add empty alt text to avatars as they are decorative next to usernames | Jan-Christoph Borchardt | 2017-09-29 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Improve accessibility of Contacts menu | Jan-Christoph Borchardt | 2017-09-29 | 1 | -5/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Remove unneeded tabindex, add keyboard focus feedback for app list | Jan-Christoph Borchardt | 2017-09-29 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Remove redundant alternative text | Jan-Christoph Borchardt | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Merge legacy app title h1 into Nextcloud h1, ref #5822 | Jan-Christoph Borchardt | 2017-09-29 | 1 | -8/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Add proper labels to various form elements and buttons | Jan-Christoph Borchardt | 2017-09-29 | 3 | -6/+10 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
| * | | | Add alt text to app icons in header | Jan-Christoph Borchardt | 2017-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> |