Commit Graph

49890 Commits

Author SHA1 Message Date
Nextcloud bot d8c6d9824f
[tx-robot] updated from transifex 2020-01-07 02:28:54 +00:00
Nextcloud bot 9c580e75c1
[tx-robot] updated from transifex 2020-01-06 02:27:39 +00:00
Nextcloud bot 35d62199e2
[tx-robot] updated from transifex 2020-01-05 02:30:50 +00:00
Nextcloud bot 102152a3b3
[tx-robot] updated from transifex 2020-01-04 02:28:02 +00:00
Nextcloud bot 28be5544ee
[tx-robot] updated from transifex 2020-01-03 02:27:58 +00:00
Nextcloud bot c6171c6148
[tx-robot] updated from transifex 2020-01-02 02:27:27 +00:00
Nextcloud bot 62b6b6e0ad
[tx-robot] updated from transifex 2020-01-01 02:27:43 +00:00
Nextcloud bot 193a1664fd
[tx-robot] updated from transifex 2019-12-31 02:28:02 +00:00
Nextcloud bot 5244df8c6d
[tx-robot] updated from transifex 2019-12-30 02:27:30 +00:00
Nextcloud bot dc3ed03510
[tx-robot] updated from transifex 2019-12-29 02:28:10 +00:00
Nextcloud bot 463088fbc8
[tx-robot] updated from transifex 2019-12-28 02:27:43 +00:00
Julius Härtl 916e3185d8 Allow inline styles for theming images
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-27 16:23:43 +00:00
Nextcloud bot b2a0f2649f
[tx-robot] updated from transifex 2019-12-27 02:27:24 +00:00
Nextcloud bot 3d7b5a1a01
[tx-robot] updated from transifex 2019-12-26 02:27:15 +00:00
Nextcloud bot dd97971609
[tx-robot] updated from transifex 2019-12-24 02:27:56 +00:00
Roeland Jago Douma 4261a91f85
Merge pull request #18489 from nextcloud/backport/18433/stable16
[stable16] Use File Node API for more download cases, skip unreadable files
2019-12-23 15:42:03 +01:00
Nextcloud bot a0ceaff687
[tx-robot] updated from transifex 2019-12-23 02:27:50 +00:00
Nextcloud bot ab1528c2b0
[tx-robot] updated from transifex 2019-12-22 02:28:54 +00:00
Nextcloud bot 9d26cb25cf
[tx-robot] updated from transifex 2019-12-21 02:26:52 +00:00
John Molakvoæ baf956b121
[stable16] Fix listing users in groups with slash in the name (#18486)
[stable16] Fix listing users in groups with slash in the name
2019-12-20 11:25:33 +01:00
Nextcloud bot 1619338549
[tx-robot] updated from transifex 2019-12-20 02:26:46 +00:00
Gary Kim b2fba45572
Fix listing users in groups with slash in the name
Signed-off-by: Gary Kim <gary@garykim.dev>
2019-12-20 07:25:51 +08:00
Arthur Schiwon b67980b52d 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:56:53 +00:00
Arthur Schiwon 2989732597 use Nodes API for zip streaming
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-12-19 16:56:52 +00:00
Julius Härtl 38184ca9fd Use files node API for single file downloads
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-12-19 16:56:51 +00:00
Roeland Jago Douma d85782706d
Merge pull request #18400 from nextcloud/backport/18302/stable16
[stable16] Fix comments search result to work with multibyte strings
2019-12-19 10:18:27 +01:00
Roeland Jago Douma afa23942a5
Merge pull request #18459 from nextcloud/version/16.0.7/final
16.0.7
2019-12-19 08:44:53 +01:00
Nextcloud bot 021cfbf104
[tx-robot] updated from transifex 2019-12-19 02:26:45 +00:00
Roeland Jago Douma efcbe865a9
16.0.7
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-18 09:23:54 +01:00
Nextcloud bot e98e0306a5
[tx-robot] updated from transifex 2019-12-18 02:26:51 +00:00
Nextcloud bot 76b54fa2e7
[tx-robot] updated from transifex 2019-12-17 02:26:46 +00:00
Nextcloud bot 68fa396eed
[tx-robot] updated from transifex 2019-12-16 02:26:40 +00:00
Nextcloud bot 1b26d3e542
[tx-robot] updated from transifex 2019-12-15 02:27:12 +00:00
Nextcloud bot 8c43734cca
[tx-robot] updated from transifex 2019-12-14 02:26:46 +00:00
Michał Węgrzynek 2f8cfbb76d 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:25 +00:00
Nextcloud bot c4c8b7677d
[tx-robot] updated from transifex 2019-12-13 02:26:37 +00:00
Roeland Jago Douma 0c0600af09
Merge pull request #18345 from nextcloud/version/16.0.7/rc1
16.0.7 RC1
2019-12-12 23:30:24 +01:00
Roeland Jago Douma 0fad25b78c
16.0.7 RC1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 23:26:03 +01:00
Roeland Jago Douma 20f6ab1040
Merge pull request #18387 from nextcloud/backport/18386/stable16
[stable16] [stable17] Allow to detect mimetype by content
2019-12-12 23:25:13 +01:00
Joas Schilling 42a51146d1 Allow to specify apps that somethign is a dir
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Roeland Jago Douma c743af30d6 Fix detection of non extention types
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 22:05:18 +00:00
Joas Schilling 877e1bb55b Try more methods
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Joas Schilling b7b7380d6b Update the unit test to dataProviders
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:18 +00:00
Joas Schilling 25d7d6965d Improve mimetype detection in workflow components
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Joas Schilling 1fe16ca6f5 Some more fixes in detecting the mimetype from the content
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Joas Schilling 0f3fe7be2c Allow to check for the mimetype by content only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-12-12 22:05:17 +00:00
Roeland Jago Douma d32fd77d22
Merge pull request #18376 from nextcloud/backport/18365/stable16
[stable16] Bump the CRL
2019-12-12 19:18:34 +01:00
Roeland Jago Douma 0cb869321d Bump the CRL
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-12-12 14:41:06 +00:00
Roeland Jago Douma d41f36dad5
Merge pull request #18356 from nextcloud/backport/17935/stable16
[stable16] adding share type circles
2019-12-12 13:09:14 +01:00
Roeland Jago Douma 67559c34e8
Merge pull request #18367 from nextcloud/backport/18364/stable16
[stable16] Support more IPv6 addresses in the RefreshWebcalJob
2019-12-12 13:07:58 +01:00