Commit Graph

50822 Commits

Author SHA1 Message Date
Nextcloud bot 5cf0f255bb
[tx-robot] updated from transifex 2020-01-04 02:27:54 +00:00
Nextcloud bot a79c846b88
[tx-robot] updated from transifex 2020-01-03 02:27:50 +00:00
John Molakvoæ 237cdb851b
Re-open popover on link password save failure (#18551)
Re-open popover on link password save failure
2020-01-02 15:53:18 +01:00
John Molakvoæ (skjnldsv) a826176f79
Re-open popover on link password save failure
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-01-02 14:45:14 +01:00
Nextcloud bot 2a05eebdf5
[tx-robot] updated from transifex 2020-01-02 02:27:19 +00:00
Nextcloud bot 82311594ae
[tx-robot] updated from transifex 2020-01-01 02:27:35 +00:00
Nextcloud bot 6c6121ac0f
[tx-robot] updated from transifex 2019-12-31 02:27:55 +00:00
Nextcloud bot 29694db9d1
[tx-robot] updated from transifex 2019-12-30 02:27:22 +00:00
Nextcloud bot acc0ac39b0
[tx-robot] updated from transifex 2019-12-29 02:28:02 +00:00
Nextcloud bot cee7a0041f
[tx-robot] updated from transifex 2019-12-28 02:27:36 +00:00
Nextcloud bot 6efa4bf068
[tx-robot] updated from transifex 2019-12-27 02:27:17 +00:00
Nextcloud bot 62b733c9e5
[tx-robot] updated from transifex 2019-12-26 02:27:08 +00:00
Nextcloud bot c0355d3b9b
[tx-robot] updated from transifex 2019-12-24 02:27:49 +00:00
Roeland Jago Douma 4f8589c894
Merge pull request #18488 from nextcloud/backport/18433/stable17
[stable17] Use File Node API for more download cases, skip unreadable files
2019-12-23 15:25:12 +01:00
Nextcloud bot 342fff64da
[tx-robot] updated from transifex 2019-12-23 02:27:42 +00:00
Nextcloud bot 847924758f
[tx-robot] updated from transifex 2019-12-22 02:28:45 +00:00
Nextcloud bot 4b02baba16
[tx-robot] updated from transifex 2019-12-21 02:26:45 +00:00
Nextcloud bot dfcb6833b3
[tx-robot] updated from transifex 2019-12-20 02:26:38 +00:00
Arthur Schiwon 5bab0da935 when downloading from web, skip files that are not accessible
* avoids a 403, but enables download of resources that are not restricted
* single file downloads still cause 403

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-19 16:55:54 +00:00
Arthur Schiwon 61de35c70e use Nodes API for zip streaming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-19 16:55:54 +00:00
Julius Härtl 4d646a75f5 Use files node API for single file downloads
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 16:55:53 +00:00
Christoph Wurst 08b6265670
Merge pull request #18467 from nextcloud/backport/18462/list-group-slash-name
[stable17] Fix listing users in groups with slash in the name
2019-12-19 15:01:33 +01:00
Gary Kim 03b2a5058c
Fix listing users in groups with slash in the name
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-19 17:41:21 +08:00
Roeland Jago Douma 6f1219cd95
Merge pull request #18475 from nextcloud/backport/18456/stable17
[stable17] Fix Office preview generation
2019-12-19 10:33:03 +01:00
Roeland Jago Douma 678cbd53af
Merge pull request #18399 from nextcloud/backport/18302/stable17
[stable17] Fix comments search result to work with multibyte strings
2019-12-19 10:18:03 +01:00
Roeland Jago Douma 8306acc940
Merge pull request #18458 from nextcloud/version/17.0.2/final
17.0.2
2019-12-19 08:50:39 +01:00
Roeland Jago Douma 9792206981
Merge pull request #18419 from nextcloud/dependachristoph/stable17/npm_and_yarn/serialize-javascript-handlebars
[stable17] Bump serialize-javascript and handlebars
2019-12-19 08:45:33 +01:00
Christoph Wurst 22fd37485b
Bump serialize-javascript and handlebars
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-12-19 08:26:45 +01:00
Nextcloud bot ad76ed332c
[tx-robot] updated from transifex 2019-12-19 02:26:36 +00:00
Roeland Jago Douma 3d02121db3 Fix Office preview generation
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-18 21:43:31 +00:00
Roeland Jago Douma 02decf7981
17.0.2
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-18 09:20:38 +01:00
Nextcloud bot f6941a831c
[tx-robot] updated from transifex 2019-12-18 02:26:41 +00:00
Nextcloud bot 0dc8da1f24
[tx-robot] updated from transifex 2019-12-17 02:26:38 +00:00
Nextcloud bot fb54c07b2d
[tx-robot] updated from transifex 2019-12-16 02:26:32 +00:00
Nextcloud bot ad3ba247e1
[tx-robot] updated from transifex 2019-12-15 02:27:03 +00:00
Nextcloud bot 9c72d261b9
[tx-robot] updated from transifex 2019-12-14 02:26:38 +00:00
Michał Węgrzynek 3031a36f4b Fix comments search result to work with multibyte strings
Currently, the searching in comments breaks up, if comments contain multibyte characters and string manipulation logic in getRelevantMessagePart happens to cut through them rendering the resulting string invalid (not UTF-8 compliant). This patch replaces all string manipulating functions in this code to multibyte aware ones.

Signed-off-by: Michał Węgrzynek <michal.wegrzynek@malloc.com.pl>
2019-12-13 14:39:17 +00:00
Nextcloud bot 458f4398ef
[tx-robot] updated from transifex 2019-12-13 02:26:28 +00:00
Roeland Jago Douma 3fe9fb611a
Merge pull request #18344 from nextcloud/version/17.0.2/rc1
17.0.2 RC1
2019-12-12 23:09:17 +01:00
Roeland Jago Douma a852892377
17.0.2 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 23:09:01 +01:00
Roeland Jago Douma 0a172d08bb
Merge pull request #18386 from nextcloud/backport/18236/stable17
[stable17] Allow to detect mimetype by content
2019-12-12 23:04:26 +01:00
Joas Schilling 790de0acef
Allow to specify apps that somethign is a dir
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:18 +01:00
Roeland Jago Douma 6955841c82
Fix detection of non extention types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 22:23:18 +01:00
Joas Schilling 848ca71730
Try more methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:18 +01:00
Joas Schilling a8b484f2e6
Update the unit test to dataProviders
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:18 +01:00
Joas Schilling f7c1fd569e
Improve mimetype detection in workflow components
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:17 +01:00
Joas Schilling 1dad2ddf39
Some more fixes in detecting the mimetype from the content
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:17 +01:00
Joas Schilling 5c9f503146
Allow to check for the mimetype by content only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:23:17 +01:00
Roeland Jago Douma 51dfddb9a4
Merge pull request #18375 from nextcloud/backport/18365/stable17
[stable17] Bump the CRL
2019-12-12 19:18:25 +01:00
Roeland Jago Douma 0872b391a3 Bump the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 14:40:03 +00:00