Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-09 | 2 | -0/+18 |
| | |||||
* | Merge pull request #16292 from ↵ | Roeland Jago Douma | 2019-07-08 | 7 | -586/+0 |
|\ | | | | | | | | | nextcloud/techdebt/noid/cleanup-outdated-repair-steps Remove one time repair steps that have already run when updating to 17 | ||||
| * | Remove one time repair steps that have already run when updating to 17 | Morris Jobke | 2019-07-08 | 7 | -586/+0 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Try to delete the cypress folder of the viewer app | Morris Jobke | 2019-07-08 | 4 | -0/+86 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Mimetype list integrity check should not fail if it's changed (#15810) | John Molakvoæ | 2019-07-07 | 5 | -2/+26 |
|\ | | | | | Mimetype list integrity check should not fail if it's changed | ||||
| * | Remove empty lines | Xheni Myrtaj | 2019-07-04 | 1 | -2/+0 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
| * | Added Tests for modified mimetypelist | Xheni Myrtaj | 2019-07-04 | 1 | -0/+2 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
| * | Update lib/private/IntegrityCheck/Checker.php | Xheni Myrtaj | 2019-05-31 | 1 | -1/+1 |
| | | | | | | Co-Authored-By: Morris Jobke <hey@morrisjobke.de> | ||||
| * | Update autoload map | Xheni Myrtaj | 2019-05-30 | 2 | -0/+2 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
| * | Fix indentation | Xheni Myrtaj | 2019-05-29 | 1 | -21/+21 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
| * | Do not fail integrity check if mimetype list is changed | Xheni Myrtaj | 2019-05-29 | 3 | -23/+45 |
| | | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com> | ||||
* | | Allow IProviderV2 for previews as well (#16209) | John Molakvoæ | 2019-07-07 | 3 | -13/+28 |
|\ \ | | | | | | | Allow IProviderV2 for previews as well | ||||
| * | | Allow IProviderV2 for previews as well | John Molakvoæ (skjnldsv) | 2019-07-05 | 3 | -13/+28 |
| | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-07 | 2 | -0/+16 |
| | | | |||||
* | | | Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displayname | Roeland Jago Douma | 2019-07-05 | 1 | -0/+4 |
|\ \ \ | | | | | | | | | Always set the display name for user shares | ||||
| * | | | Always set the display name for user shares | Julius Härtl | 2019-07-03 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-05 | 8 | -0/+64 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-07-04 | 16 | -0/+138 |
|/ / / | |||||
* | | | Unify the permission checking in one place only | Joas Schilling | 2019-07-03 | 1 | -9/+12 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Better check reshare permissions when creating a share | Joas Schilling | 2019-07-03 | 1 | -3/+22 |
|/ / | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | Send emails when remote wipe starts/finishes | Christoph Wurst | 2019-07-02 | 3 | -0/+173 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #15775 from ↵ | Georg Ehrke | 2019-07-02 | 8 | -47/+279 |
|\ \ | | | | | | | | | | | | | nextcloud/refactor/decouple-remote-wipe-notifications Decouple remote wipe notifcation channels with events | ||||
| * | | Decouple remote wipe notifcation channels with events | Christoph Wurst | 2019-06-27 | 8 | -47/+279 |
| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | Allow apps to overwrite the maximum length when reading from database | Joas Schilling | 2019-07-01 | 1 | -6/+16 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | Merge pull request #16107 from nextcloud/local-check-path | Roeland Jago Douma | 2019-06-27 | 1 | -0/+21 |
|\ \ \ | |/ / |/| | | verify that paths are valid for recursive local move | ||||
| * | | verify that paths are valid for recursive local move | Robin Appelman | 2019-06-27 | 1 | -0/+21 |
| | | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | Allow apps to store longer messages in the comments API | Joas Schilling | 2019-06-26 | 2 | -5/+7 |
| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-26 | 2 | -0/+10 |
| | | | |||||
* | | | Merge pull request #16055 from nextcloud/design/native-fonts | Jan-Christoph Borchardt | 2019-06-26 | 2 | -6/+6 |
|\ \ \ | | | | | | | | | Use native font stack | ||||
| * | | | Move font from Nunito to Noto Sans | Jan-Christoph Borchardt | 2019-06-22 | 2 | -6/+6 |
| | | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net> | ||||
* | | | | Merge pull request #16021 from ↵ | Roeland Jago Douma | 2019-06-25 | 1 | -0/+5 |
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fall-back-to-black-for-non-color-values Fall back to black for non-color values | ||||
| * | | | | Fall back to black for non-color values | Joas Schilling | 2019-06-20 | 1 | -0/+5 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Merge pull request #15832 from ↵ | Roeland Jago Douma | 2019-06-25 | 2 | -2/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fulltext-search-groupfolders Fix full text search for groupfolders | ||||
| * | | | | | Fix full text search for groupfolders | Morris Jobke | 2019-06-17 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | | | | Merge pull request #15870 from nextcloud/preview-provider-v2 | Roeland Jago Douma | 2019-06-25 | 34 | -134/+345 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add new Provider interface for preview providers | ||||
| * | | | | | | Add new Provider interface for preview providers | Robin Appelman | 2019-06-17 | 34 | -134/+345 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the main difference is passing the `File` object to the provider instead of a `View` + path Old providers will still continue to work as before Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | | Merge pull request #15777 from nextcloud/feature/ocp-event-dispatcher | Roeland Jago Douma | 2019-06-25 | 14 | -24/+480 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Add event dispatcher to OCP | ||||
| * | | | | | Add event dispatcher to OCP | Christoph Wurst | 2019-06-25 | 14 | -24/+480 |
| | |/ / / | |/| | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | | | | Merge pull request #15889 from nextcloud/touch-handle-backend-exceptions | Robin Appelman | 2019-06-21 | 1 | -1/+6 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | handle storage exceptions when trying to set mtime | ||||
| * | | | | handle storage exceptions when trying to set mtime | Robin Appelman | 2019-06-06 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | not all storage backends can handle setting the mtime and they might not always handle that error correctly. Signed-off-by: Robin Appelman <robin@icewind.nl> | ||||
* | | | | | Merge pull request #15540 from ↵ | Joas Schilling | 2019-06-21 | 1 | -2/+3 |
|\ \ \ \ \ | |_|/ / / |/| | | | | | | | | | | | | | | nextcloud/bugfix/noid/prevent-faulty-logs-from-nested-setupFS-calls Prevent faulty logs from nested setupFS calls | ||||
| * | | | | Prevent faulty logs from nested setupFS calls | Joas Schilling | 2019-05-15 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | | | | | Add extendedSupport to Subscription (#15922) | John Molakvoæ | 2019-06-19 | 4 | -3/+41 |
|\ \ \ \ \ | | | | | | | | | | | | | Add extendedSupport to Subscription | ||||
| * | | | | | Add extendedSupport to Subscription | Julius Härtl | 2019-06-17 | 4 | -3/+41 |
| | |_|/ / | |/| | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | Allow to access source maps on apache | Julius Härtl | 2019-06-19 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> | ||||
* | | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-18 | 2 | -2/+2 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-17 | 2 | -0/+8 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Nextcloud bot | 2019-06-16 | 2 | -0/+2 |
| | | | | |||||
* | | | | Add strict type on Notifications tests (#15935) | John Molakvoæ | 2019-06-14 | 2 | -29/+29 |
|\ \ \ \ | | | | | | | | | | | Add strict type on Notifications tests | ||||
| * | | | | Add strict type on Notifications tests | John Molakvoæ (skjnldsv) | 2019-06-13 | 2 | -29/+29 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> |