Commit Graph

48165 Commits

Author SHA1 Message Date
Nextcloud bot 4bac19456e
[tx-robot] updated from transifex 2019-10-22 02:16:05 +00:00
Nextcloud bot 3ffb67a8ca
[tx-robot] updated from transifex 2019-10-21 02:16:12 +00:00
Nextcloud bot a409420c99
[tx-robot] updated from transifex 2019-10-20 02:17:04 +00:00
Roeland Jago Douma fa535029f5
Merge pull request #17587 from nextcloud/backport/17585/stable15
[stable15] added documentation links on settings pages
2019-10-19 11:11:15 +02:00
Nextcloud bot 3835211eea
[tx-robot] updated from transifex 2019-10-19 02:16:04 +00:00
Sascha Wiswedel 1aea5d4540 added documentation links on settings pages
Signed-off-by: Sascha Wiswedel <sascha.wiswedel@nextcloud.com>
2019-10-18 10:07:52 +00:00
Roeland Jago Douma 69e878dcc8
Merge pull request #17540 from nextcloud/backport/17332/stable15
[stable15] Only cache the mimetype if the file exists
2019-10-18 10:46:36 +02:00
Nextcloud bot 093ccc6aef
[tx-robot] updated from transifex 2019-10-18 02:15:44 +00:00
Nextcloud bot 235a159660
[tx-robot] updated from transifex 2019-10-17 02:16:14 +00:00
Nextcloud bot b04f7f8cd3
[tx-robot] updated from transifex 2019-10-16 02:16:02 +00:00
Nextcloud bot 1215d6b1c9
[tx-robot] updated from transifex 2019-10-15 02:15:26 +00:00
Joas Schilling f519ed3fda Only cache the mimetype if the file exists
Otherwise files access control will cache "application/octet-stream"
for all the target node on:
rename, move, copy and all other methods which create a new item

To check this:
1. Add an automated tagging rule which tags on mimetype NOT "httpd/unix-directory"
2. Add an access control rule which checks for any mimetype
3. Create a folder and rename it, the folder should not be tagged, but it is

Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-14 19:40:59 +00:00
Nextcloud bot fd9d85374e
[tx-robot] updated from transifex 2019-10-14 02:15:29 +00:00
Nextcloud bot c1524a3716
[tx-robot] updated from transifex 2019-10-13 02:16:10 +00:00
Nextcloud bot 62d868d6d8
[tx-robot] updated from transifex 2019-10-12 02:15:29 +00:00
Nextcloud bot b2ed19f2d5
[tx-robot] updated from transifex 2019-10-11 02:15:02 +00:00
Joas Schilling 0174577164
Merge pull request #17013 from nextcloud/backport/16999/stable15
[stable15] Return the proper jailed path when requesting the root path
2019-10-10 08:58:09 +02:00
Nextcloud bot 37c065b260
[tx-robot] updated from transifex 2019-10-09 02:15:28 +00:00
Nextcloud bot 345bc74eac
[tx-robot] updated from transifex 2019-10-08 02:15:21 +00:00
blizzz 6f741688ef
Merge pull request #17442 from nextcloud/backport/17359/stable15
[stable15] Don't call basename on null
2019-10-07 16:45:49 +02:00
Joas Schilling ce417f30c4 Don't call basename on null
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-10-07 12:03:00 +00:00
Nextcloud bot 197d533987
[tx-robot] updated from transifex 2019-10-07 02:15:02 +00:00
Nextcloud bot 8677f925f8
[tx-robot] updated from transifex 2019-10-06 02:15:32 +00:00
Nextcloud bot 2fd6028557
[tx-robot] updated from transifex 2019-10-05 02:15:26 +00:00
Nextcloud bot 078c14b1dd
[tx-robot] updated from transifex 2019-10-04 02:15:47 +00:00
Nextcloud bot 550463b91b
[tx-robot] updated from transifex 2019-10-03 02:14:44 +00:00
Nextcloud bot e75f81ac84
[tx-robot] updated from transifex 2019-10-02 02:15:31 +00:00
Nextcloud bot 4904f6ce7c
[tx-robot] updated from transifex 2019-10-01 12:42:17 +00:00
Roeland Jago Douma eaffa88749
Merge pull request #17272 from nextcloud/backport/14913/stable15
[stable15] Fix directory detection for s3
2019-10-01 12:53:21 +02:00
Roeland Jago Douma 1a37bebc78
Merge pull request #17297 from nextcloud/backport/17286/stable15
[stable15] Correctly detect the mimetype from uploads
2019-09-30 17:11:05 +02:00
Nextcloud bot 07c43e69cb
[tx-robot] updated from transifex 2019-09-28 02:15:12 +00:00
Joas Schilling ba247125a6 Correctly detect the mimetype from uploads
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-09-27 08:53:26 +00:00
Daniel Kesselberg 06be5b6c13 Use local variable for directory name
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:00 +00:00
Daniel Kesselberg 9bc0b067fc Don't strip path from directory prefix
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:41:00 +00:00
Daniel Kesselberg d7742c1504 Fill directory cache from opendir
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:59 +00:00
Daniel Kesselberg b07fb56ddc Change visibility to private (from protected)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:58 +00:00
Daniel Kesselberg c423cba30b Rename $location to $path
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:58 +00:00
Daniel Kesselberg 4e562baad6 Add method to check if directory exists
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-09-26 09:40:57 +00:00
Nextcloud bot 0b63292c57
[tx-robot] updated from transifex 2019-09-26 02:15:17 +00:00
Roeland Jago Douma dc990963f3
Merge pull request #17251 from nextcloud/version/15.0.12/final
Nextcloud 15.0.12
2019-09-25 20:24:59 +02:00
Nextcloud bot bc0ecfe028
[tx-robot] updated from transifex 2019-09-25 02:15:07 +00:00
Roeland Jago Douma 362bc9a445
Nextcloud 15.0.12
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-24 21:30:59 +02:00
Nextcloud bot bd490fd998
[tx-robot] updated from transifex 2019-09-24 02:15:01 +00:00
Nextcloud bot 69e17d2672
[tx-robot] updated from transifex 2019-09-22 02:15:55 +00:00
Nextcloud bot eb0120a615
[tx-robot] updated from transifex 2019-09-21 02:15:10 +00:00
Nextcloud bot 3f618596e3
[tx-robot] updated from transifex 2019-09-20 02:15:23 +00:00
Roeland Jago Douma e0523ccd2c
Merge pull request #17212 from nextcloud/backport/17207/stable15
[stable15] Fix l10n in federated file sharing
2019-09-19 18:31:11 +02:00
Roeland Jago Douma 8b439fd617
Merge pull request #17112 from nextcloud/version/15.0.12/RC1
15.0.12 RC 1
2019-09-19 16:20:37 +02:00
Christoph Wurst f46db97acc Fix l10n in federated file sharing
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2019-09-19 13:29:38 +00:00
Roeland Jago Douma d768bcebc8
15.0.12 RC 1
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-09-19 10:33:29 +02:00