summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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-1310-4/+194
| |
* | Merge pull request #6818 from ↵John Molakvoæ2017-10-121-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 entriesJohn Molakvoæ (skjnldsv)2017-10-121-1/+2
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #6795 from nextcloud/fix/contactsmenu-ie11blizzz2017-10-121-2/+13
|\ \ | | | | | | Fix contacts menu for IE11
| * | Fix contacts menu for IE11Christoph Wurst2017-10-091-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-quotaJohn Molakvoæ2017-10-123-7/+4
|\ \ \ | | | | | | | | Fix quota overflow and error color
| * | | Correct class to quotaJohn Molakvoæ (skjnldsv)2017-10-122-4/+3
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix quota overflow and error colorJohn Molakvoæ (skjnldsv)2017-10-121-3/+1
|/ / / | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | / [tx-robot] updated from transifexNextcloud bot2017-10-1218-0/+68
| |/ |/|
* | Merge pull request #6602 from nextcloud/s3-multipart-uploadRobin Appelman2017-10-112-5/+61
|\ \ | | | | | | Add multipart upload for s3
| * | set s3 part size to 500mbRobin Appelman2017-10-111-1/+3
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | Add tests for multipart uploadRobin Appelman2017-09-212-6/+19
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | only do multipart upload for large filesRobin Appelman2017-09-211-0/+24
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
| * | multipart upload for s3 object storageRobin Appelman2017-09-201-5/+22
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2017-10-1182-150/+152
| | |
* | | Merge pull request #6739 from nextcloud/apps-management-updatesJulius Härtl2017-10-106-18/+115
|\ \ \ | | | | | | | | Add Updates section to app management
| * | | App management: Do not show udpdate category if no updates are availableJulius Härtl2017-10-101-3/+30
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | App management: Show proper message when no updates are availableJulius Härtl2017-10-102-6/+31
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | App management: do not reset update counter to 0 on category changeJulius Härtl2017-10-101-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | Do not return app names multiple timesJulius Härtl2017-10-101-0/+2
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
| * | | App management: add update sectionJulius Härtl2017-10-105-16/+60
|/ / / | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | Merge pull request #6692 from nextcloud/inputs-border-to-main-bgRoeland Jago Douma2017-10-103-34/+36
|\ \ \ | | | | | | | | Inputs border to main bg and fix white inputs
| * | | Variable for checkboxes and name fixJohn Molakvoæ (skjnldsv)2017-10-041-14/+18
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | White checkboxes variableJohn Molakvoæ (skjnldsv)2017-10-041-9/+10
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Fix white inputsJohn Molakvoæ (skjnldsv)2017-10-041-19/+16
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
| * | | Initial commitJohn Molakvoæ (skjnldsv)2017-10-043-22/+22
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | [tx-robot] updated from transifexNextcloud bot2017-10-106-22/+22
| |_|/ |/| |
* | | Merge pull request #6790 from nextcloud/fix-pgsql-testsRoeland Jago Douma2017-10-091-1/+1
|\ \ \ | | | | | | | | fix postgresql tests
| * | | fix postgresql testsblizzz2017-10-091-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-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-094-0/+12
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-10-082-0/+60
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2017-10-0726-2/+88
| | | |
* | | | Merge pull request #6759 from ↵Joas Schilling2017-10-064-18/+67
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | nextcloud/allow-multiple-settings-and-sections-per-app Allow multiple settings and sections per app
| * | | | Allow multiple settings and sections per appJoas Schilling2017-10-054-18/+67
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2017-10-0642-34/+108
| |/ / / |/| | |
* | | | Merge pull request #6766 from nextcloud/php7.2-rc3Roeland Jago Douma2017-10-051-4/+4
|\ \ \ \ | | | | | | | | | | Update php7.2 container to rc3
| * | | | Update php7.2 container to rc3Roeland Jago Douma2017-10-041-4/+4
| |/ / / | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / / / [tx-robot] updated from transifexNextcloud bot2017-10-0592-258/+368
|/ / /
* | | Merge pull request #6700 from nextcloud/accessibility-fixesJulius Härtl2017-10-047-29/+27
|\ \ \ | | | | | | | | Accessibility fixes
| * | | Add empty alt text to avatars as they are decorative next to usernamesJan-Christoph Borchardt2017-09-291-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Improve accessibility of Contacts menuJan-Christoph Borchardt2017-09-291-5/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Remove unneeded tabindex, add keyboard focus feedback for app listJan-Christoph Borchardt2017-09-292-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Remove redundant alternative textJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Merge legacy app title h1 into Nextcloud h1, ref #5822Jan-Christoph Borchardt2017-09-291-8/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Add proper labels to various form elements and buttonsJan-Christoph Borchardt2017-09-293-6/+10
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
| * | | Add alt text to app icons in headerJan-Christoph Borchardt2017-09-291-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>