Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #6515 from nextcloud/templating-of-email-subjects | Joas Schilling | 2017-10-18 | 17 | -127/+204 |
|\ | | | | | Allow templating of email subjects | ||||
| * | Fix autoloading | Joas Schilling | 2017-10-18 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Set the data from the template | Joas Schilling | 2017-10-18 | 9 | -113/+46 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Introduce a public interface for Message | Joas Schilling | 2017-10-18 | 4 | -9/+106 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Set the subject with the email template to allow theming | Joas Schilling | 2017-10-18 | 6 | -14/+21 |
| | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | Allow templating of email subjects | Joas Schilling | 2017-10-18 | 2 | -0/+38 |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-18 | 28 | -8/+224 |
| | |||||
* | Merge pull request #6854 from nextcloud/s3-multipart-propagate-exception | Roeland Jago Douma | 2017-10-17 | 1 | -0/+1 |
|\ | | | | | propagate multipart upload exception when aborting upload | ||||
| * | propagate multipart upload exception when aborting upload | Robin Appelman | 2017-10-17 | 1 | -0/+1 |
|/ | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | fix url | Bjoern Schiessle | 2017-10-17 | 2 | -4/+4 |
| | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | ||||
* | Merge pull request #5673 from tbille/gui-bug-authentication | Julius Härtl | 2017-10-17 | 1 | -1/+3 |
|\ | | | | | Destroy modal when closed | ||||
| * | Destroy modal when closed | Thomas Bille | 2017-10-17 | 1 | -1/+3 |
|/ | | | | Signed-off-by: Thomas Bille <contact@tbille.fr> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-17 | 22 | -32/+198 |
| | |||||
* | Merge pull request #6844 from nextcloud/phan-repo | Roeland Jago Douma | 2017-10-16 | 2 | -3/+3 |
|\ | | | | | Phan is moved to a new repo | ||||
| * | Phan is moved to a new repo | Roeland Jago Douma | 2017-10-16 | 2 | -3/+3 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Merge pull request #6837 from nextcloud/timespan-check-3 | blizzz | 2017-10-16 | 1 | -12/+49 |
|\ \ | | | | | | | Fix future time spans | ||||
| * | | Fix future time spans | dartcafe | 2017-10-15 | 1 | -12/+49 |
| |/ | | | | | | | Signed-off-by: dartcafe <github@dartcafe.de> | ||||
* | | [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: Handle errors on uploaded files properly | ||||
| * | | Theming: Add tests for mimetype and upload error checks | Julius Härtl | 2017-10-03 | 2 | -15/+170 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Theming: Fix message/loading display on errors | Julius Härtl | 2017-10-03 | 2 | -0/+3 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Theming: Check valid image format also for logo | Julius Härtl | 2017-10-03 | 1 | -0/+12 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
| * | | Theming: Handle errors on uploaded files properly | Julius Härtl | 2017-10-03 | 2 | -17/+47 |
| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | Merge pull request #6812 from nextcloud/upload-cache-path | Roeland Jago Douma | 2017-10-15 | 1 | -1/+3 |
|\ \ \ | | | | | | | | | also use configured 'cache_path' for new chunking | ||||
| * | | | also use configured 'cache_path' for new chunking | Robin Appelman | 2017-10-11 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | Merge pull request #6791 from nextcloud/fix-test-warnings | Roeland Jago Douma | 2017-10-15 | 2 | -3/+3 |
|\ \ \ \ | | | | | | | | | | | Fix test warnings | ||||
| * | | | | Don't use deprecated $this->getMock() method | Joas Schilling | 2017-10-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Fix tests with group manager | Joas Schilling | 2017-10-09 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #6813 from nextcloud/exclude-avatar-from-same-site-cookie | Roeland Jago Douma | 2017-10-15 | 1 | -0/+1 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | Exclude avatar from Same-Site Cookie requirement | ||||
| * | | | | Exclude avatar from Same-Site Cookie requirement | Lukas Reschke | 2017-10-11 | 1 | -0/+1 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | Required to work with the upcoming Collabora avatar integration. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | | | | Merge pull request #6761 from nextcloud/fix-avatar-loading-state | John Molakvoæ | 2017-10-14 | 3 | -36/+51 |
|\ \ \ \ | | | | | | | | | | | Fix popover position and avatar loading | ||||
| * | | | | Ellipsis | John Molakvoæ (skjnldsv) | 2017-10-14 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
| * | | | | Fix popover position and avatar loading | John Molakvoæ (skjnldsv) | 2017-10-14 | 3 | -36/+46 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | Merge pull request #6829 from nextcloud/fix-app-nav-edit-inputs | John Molakvoæ | 2017-10-14 | 1 | -1/+0 |
|\ \ \ \ | | | | | | | | | | | Fix app-navigation editable entry input colors | ||||
| * | | | | Fix app-navigation editable entry input colors | John Molakvoæ (skjnldsv) | 2017-10-13 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2017-10-14 | 26 | -38/+552 |
| | | | | | |||||
* | | | | | Merge pull request #6826 from ↵ | Joas Schilling | 2017-10-13 | 1 | -6/+12 |
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | | nextcloud/fix-class-name-in-exception-logger-plugin Fix class name in exception logger plugin | ||||
| * | | | | Use ::class to avoid errors | Joas Schilling | 2017-10-13 | 1 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
| * | | | | Fix class name, regression from 44cf67accdc294f46bf82b3f8661f353dc5e22f0 | Joas Schilling | 2017-10-13 | 1 | -1/+1 |
|/ / / / | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | 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 |
| |/ / / / |/| | | | |