Nextcloud bot
8ac3a6d954
[tx-robot] updated from transifex
2020-10-09 02:18:54 +00:00
Roeland Jago Douma
759f47cba3
Merge pull request #23212 from nextcloud/backport/23096/stable19
...
[stable19] Also check the path based mimetype for flow rule checks
2020-10-08 11:52:09 +02:00
Nextcloud bot
bafa390482
[tx-robot] updated from transifex
2020-10-08 02:18:54 +00:00
Nextcloud bot
bf530996d6
[tx-robot] updated from transifex
2020-10-07 02:18:24 +00:00
Roeland Jago Douma
8f5adecb3b
Merge pull request #23196 from nextcloud/backport/23175/stable19
...
[stable19] Fix legacy update notifications
2020-10-06 13:28:37 +02:00
Morris Jobke
c75378ac86
Merge pull request #23186 from nextcloud/backport/23109/stable19
...
[stable19] dont hold a transaction during the move to trash
2020-10-06 09:11:44 +02:00
Julius Härtl
9e3bdcd63c
Make sure to check the mimetype on the path if a secure one could not be detemined though the content
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-10-06 06:08:08 +00:00
Nextcloud bot
85e5e7141b
[tx-robot] updated from transifex
2020-10-06 02:18:48 +00:00
mrtnmtth
aa989b7777
Fix legacy update notifications
...
Signed-off-by: mrtnmtth <mrtn.mtth@gmx.de>
2020-10-05 14:08:14 +00:00
Robin Appelman
f6bf519e55
dont hold a transaction during the move to trash
...
because moving to trash can take a long time, keeping a transaction active for the duration can lead to issues
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-10-05 15:27:31 +02:00
Nextcloud bot
3759bef671
[tx-robot] updated from transifex
2020-10-05 02:18:52 +00:00
Nextcloud bot
a1b2b5ddd4
[tx-robot] updated from transifex
2020-10-04 02:18:24 +00:00
Nextcloud bot
993d07de8c
[tx-robot] updated from transifex
2020-10-02 11:06:28 +00:00
Roeland Jago Douma
8b25f10d2c
Merge pull request #23137 from nextcloud/fix/19/settings_ignore_js
...
[stable19] Fix ignoring the correct settings files for translations
2020-10-02 12:44:44 +02:00
Roeland Jago Douma
3250629946
[stable19] Fix ignoring the correct settings files for translations
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-02 12:34:54 +02:00
Roeland Jago Douma
916f6124b0
Merge pull request #22941 from nextcloud/backport/22395/stable19
...
[stable19] Fix settings chunk loading
2020-10-01 10:51:07 +02:00
Joas Schilling
eec45af773
Merge pull request #23086 from nextcloud/backport/22983/stable19
...
[stable19] Sync all users to the system addresssbook
2020-10-01 09:31:03 +02:00
Nextcloud bot
99e5940a7f
[tx-robot] updated from transifex
2020-10-01 02:18:43 +00:00
Nextcloud bot
27d982e4bb
[tx-robot] updated from transifex
2020-09-30 02:18:26 +00:00
Joas Schilling
ee29d6ab11
Sync all users to the system addresssbook
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-29 07:18:56 +00:00
Nextcloud bot
0d4ea5fc63
[tx-robot] updated from transifex
2020-09-29 02:18:06 +00:00
Roeland Jago Douma
164096aa26
Merge pull request #22804 from nextcloud/backport/stable19/22116-22648-22761
...
[stable19] Fix share transfer of single files and on the transfered node
2020-09-28 19:15:12 +02:00
Roeland Jago Douma
bd037f8298
Merge pull request #22988 from nextcloud/backport/22533/stable19
...
[stable19] Flow: do not hide "matches" and "does not match" checkers
2020-09-28 19:13:17 +02:00
Roeland Jago Douma
c091fbd5b9
Merge pull request #23002 from nextcloud/backport/22940/stable19
...
[stable19] Never copy the share link when the password is forced
2020-09-28 18:56:57 +02:00
Joas Schilling
2169b7d484
Never copy the share link when the password is forced
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-09-28 16:19:50 +02:00
Roeland Jago Douma
93dbaed5c3
Merge pull request #23049 from nextcloud/backport/23034/stable19
...
[stable19] Fix numeric folders throwing on markDirty
2020-09-28 15:00:56 +02:00
Nextcloud bot
26b1d3d9e4
[tx-robot] updated from transifex
2020-09-28 02:17:58 +00:00
Nextcloud bot
a10b6c8277
[tx-robot] updated from transifex
2020-09-27 02:17:34 +00:00
Nextcloud bot
3b0a89be04
[tx-robot] updated from transifex
2020-09-26 02:17:59 +00:00
Joas Schilling
3fe6b5b5f8
Fix numeric folders throwing on markDirty
...
TypeError: strpos() expects parameter 1 to be string, int given
The problem is that in cacheNode() we strip of any slashes, so
a folder "0/" will be trimmed to "0" and be used as an array key.
Since PHP automatically casts numeric array keys to integers,
you afterwards get $nodePath as int(0). Since it's now a number,
the strpos() function does not accept it anymore. Simply casting
$nodePath to a string again in the foreach solves the issue
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-09-25 13:14:58 +00:00
Nextcloud bot
066eafb172
[tx-robot] updated from transifex
2020-09-25 02:18:59 +00:00
Nextcloud bot
2c7b88454d
[tx-robot] updated from transifex
2020-09-24 02:17:59 +00:00
Nextcloud bot
617174b519
[tx-robot] updated from transifex
2020-09-23 02:18:00 +00:00
Arthur Schiwon
83beefc3eb
do not hide "matches" and "does not match" checkers
...
- they show up previously with / typed – end user needs to know about it
- inconsistent with some other fields, that show it directly
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-09-22 12:42:56 +02:00
Nextcloud bot
dcceb1360f
[tx-robot] updated from transifex
2020-09-22 02:17:57 +00:00
Nextcloud bot
c2977c5c0f
[tx-robot] updated from transifex
2020-09-21 02:17:33 +00:00
Nextcloud bot
1681e74d2d
[tx-robot] updated from transifex
2020-09-20 02:17:17 +00:00
Nextcloud bot
c8f9fa1830
[tx-robot] updated from transifex
2020-09-18 19:05:38 +00:00
John Molakvoæ (skjnldsv)
9d15d718bb
Fix settings chunk loading
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2020-09-18 15:57:38 +02:00
Julius Härtl
7ea6ed6224
Merge pull request #22926 from nextcloud/backport/22915/stable19
...
[stable19] improve handling of out of space errors for smb
2020-09-18 13:13:36 +02:00
Nextcloud bot
34793138c7
[tx-robot] updated from transifex
2020-09-18 02:17:08 +00:00
Robin Appelman
67543d77a0
improve handling of out of space errors for smb
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-17 18:43:43 +00:00
Julius Härtl
818b69ec54
Transfer shares if no path provided
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-17 19:03:07 +02:00
Julius Härtl
14c3f1ebd8
Transfer shares of the transferred root node
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-09-17 19:03:07 +02:00
Nextcloud bot
8c2c8fd831
[tx-robot] updated from transifex
2020-09-17 02:27:15 +00:00
Robin Appelman
f140e3a03a
only get the permissions from the share source if it's not already cached
...
this prevents having to setup the share source when doing metadata stuff on the share root
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-09-16 17:29:02 +00:00
Nextcloud bot
c1a7a026f6
[tx-robot] updated from transifex
2020-09-16 02:17:02 +00:00
Nextcloud bot
871d9a614e
[tx-robot] updated from transifex
2020-09-15 10:48:39 +00:00
Georg Ehrke
ac87e46dff
Mitigate encoding issue with user principal uri
...
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2020-09-14 06:20:32 +00:00
Roeland Jago Douma
9e88559e94
Merge pull request #22775 from nextcloud/fix/noid/stable19-ldap-group-update-events
...
[stable19] makes LDAP's group updater dispatch type events
2020-09-11 08:45:49 +02:00