summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-07-092-0/+18
|
* Merge pull request #16292 from ↵Roeland Jago Douma2019-07-087-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 17Morris Jobke2019-07-087-586/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Try to delete the cypress folder of the viewer appMorris Jobke2019-07-084-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-075-2/+26
|\ | | | | Mimetype list integrity check should not fail if it's changed
| * Remove empty linesXheni Myrtaj2019-07-041-2/+0
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Added Tests for modified mimetypelistXheni Myrtaj2019-07-041-0/+2
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Update lib/private/IntegrityCheck/Checker.phpXheni Myrtaj2019-05-311-1/+1
| | | | | | Co-Authored-By: Morris Jobke <hey@morrisjobke.de>
| * Update autoload mapXheni Myrtaj2019-05-302-0/+2
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Fix indentationXheni Myrtaj2019-05-291-21/+21
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
| * Do not fail integrity check if mimetype list is changedXheni Myrtaj2019-05-293-23/+45
| | | | | | | | Signed-off-by: Xheni Myrtaj <myrtajxheni@gmail.com>
* | Allow IProviderV2 for previews as well (#16209)John Molakvoæ2019-07-073-13/+28
|\ \ | | | | | | Allow IProviderV2 for previews as well
| * | Allow IProviderV2 for previews as wellJohn Molakvoæ (skjnldsv)2019-07-053-13/+28
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-07-072-0/+16
| | |
* | | Merge pull request #16208 from nextcloud/bugfix/noid/user-share-displaynameRoeland Jago Douma2019-07-051-0/+4
|\ \ \ | | | | | | | | Always set the display name for user shares
| * | | Always set the display name for user sharesJulius Härtl2019-07-031-0/+4
| | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-058-0/+64
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-07-0416-0/+138
|/ / /
* | | Unify the permission checking in one place onlyJoas Schilling2019-07-031-9/+12
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Better check reshare permissions when creating a shareJoas Schilling2019-07-031-3/+22
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Send emails when remote wipe starts/finishesChristoph Wurst2019-07-023-0/+173
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #15775 from ↵Georg Ehrke2019-07-028-47/+279
|\ \ | | | | | | | | | | | | nextcloud/refactor/decouple-remote-wipe-notifications Decouple remote wipe notifcation channels with events
| * | Decouple remote wipe notifcation channels with eventsChristoph Wurst2019-06-278-47/+279
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Allow apps to overwrite the maximum length when reading from databaseJoas Schilling2019-07-011-6/+16
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #16107 from nextcloud/local-check-pathRoeland Jago Douma2019-06-271-0/+21
|\ \ \ | |/ / |/| | verify that paths are valid for recursive local move
| * | verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Allow apps to store longer messages in the comments APIJoas Schilling2019-06-262-5/+7
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [tx-robot] updated from transifexNextcloud bot2019-06-262-0/+10
| | |
* | | Merge pull request #16055 from nextcloud/design/native-fontsJan-Christoph Borchardt2019-06-262-6/+6
|\ \ \ | | | | | | | | Use native font stack
| * | | Move font from Nunito to Noto SansJan-Christoph Borchardt2019-06-222-6/+6
| | | | | | | | | | | | | | | | Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
* | | | Merge pull request #16021 from ↵Roeland Jago Douma2019-06-251-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 valuesJoas Schilling2019-06-201-0/+5
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #15832 from ↵Roeland Jago Douma2019-06-252-2/+5
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fulltext-search-groupfolders Fix full text search for groupfolders
| * | | | | Fix full text search for groupfoldersMorris Jobke2019-06-172-2/+5
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | | | | | Merge pull request #15870 from nextcloud/preview-provider-v2Roeland Jago Douma2019-06-2534-134/+345
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add new Provider interface for preview providers
| * | | | | | Add new Provider interface for preview providersRobin Appelman2019-06-1734-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-dispatcherRoeland Jago Douma2019-06-2514-24/+480
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | Add event dispatcher to OCP
| * | | | | Add event dispatcher to OCPChristoph Wurst2019-06-2514-24/+480
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #15889 from nextcloud/touch-handle-backend-exceptionsRobin Appelman2019-06-211-1/+6
|\ \ \ \ \ | |_|_|/ / |/| | | | handle storage exceptions when trying to set mtime
| * | | | handle storage exceptions when trying to set mtimeRobin Appelman2019-06-061-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 Schilling2019-06-211-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 callsJoas Schilling2019-05-151-2/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Add extendedSupport to Subscription (#15922)John Molakvoæ2019-06-194-3/+41
|\ \ \ \ \ | | | | | | | | | | | | Add extendedSupport to Subscription
| * | | | | Add extendedSupport to SubscriptionJulius Härtl2019-06-174-3/+41
| | |_|/ / | |/| | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | Allow to access source maps on apacheJulius Härtl2019-06-191-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2019-06-182-2/+2
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2019-06-172-0/+8
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2019-06-162-0/+2
| | | |
* | | | Add strict type on Notifications tests (#15935)John Molakvoæ2019-06-142-29/+29
|\ \ \ \ | | | | | | | | | | Add strict type on Notifications tests
| * | | | Add strict type on Notifications testsJohn Molakvoæ (skjnldsv)2019-06-132-29/+29
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>