Nextcloud bot
a588916f64
[tx-robot] updated from transifex
2018-09-19 12:38:11 +00:00
Daniel Calviño Sánchez
b9122257eb
Include empty directories in the default state of acceptance tests
...
Before each scenario of the acceptance tests is run the Nextcloud server
is reset to a default state. To do this the full directory of the
Nextcloud server is commited to a local Git repository and then reset to
that commit when needed.
Unfortunately, Git does not support including empty directories in a
commit. Due to this, when the default state was restored, it could
happen that the file cache listed an empty directory that did not exist
because it was not properly restored (for example,
"data/appdata_*/css/icons"), and that in turn could lead to an error
when the directory was used.
Currently the only way to force Git to include an empty directory is to
add a dummy file to the directory (so it will no longer be empty,
but that should not be a problem in the affected directories, even if
the dummy file is not included in the file cache); although Git FAQ
suggests using a ".gitignore" file a ".keep" file was used instead, as
it conveys better its purpose.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2018-09-19 12:51:39 +02:00
Nextcloud bot
94b13c605d
[tx-robot] updated from transifex
2018-09-19 00:12:34 +00:00
Nextcloud bot
1d24a509d9
[tx-robot] updated from transifex
2018-09-18 00:12:41 +00:00
Nextcloud bot
ba97e60ffc
[tx-robot] updated from transifex
2018-09-17 00:12:40 +00:00
Nextcloud bot
f085101422
[tx-robot] updated from transifex
2018-09-16 00:12:39 +00:00
Nextcloud bot
665db6ba80
[tx-robot] updated from transifex
2018-09-15 00:12:20 +00:00
Nextcloud bot
2d9a488cf3
[tx-robot] updated from transifex
2018-09-14 00:12:43 +00:00
blizzz
acce19f2a5
Merge pull request #10824 from nextcloud/backport/10820/stable13
...
[stable13] [LDAP] The WebUI Wizard also should not assign empty config IDs
2018-09-13 13:11:46 +02:00
blizzz
9c68ce1556
Merge pull request #10829 from nextcloud/backport/10828/mimetype-detection-broken-for-junked-uploads
...
[stable13] Fix mimetype detection for junked uploads
2018-09-13 10:51:06 +02:00
Nextcloud bot
8e668729b1
[tx-robot] updated from transifex
2018-09-13 00:12:22 +00:00
Nextcloud bot
95e2d5f170
[tx-robot] updated from transifex
2018-09-12 00:12:24 +00:00
Nextcloud bot
a6678dfdf1
[tx-robot] updated from transifex
2018-09-11 00:12:33 +00:00
Nextcloud bot
f6fbd6ee21
[tx-robot] updated from transifex
2018-09-10 00:13:47 +00:00
Nextcloud bot
ef3789e16b
[tx-robot] updated from transifex
2018-09-09 00:13:18 +00:00
Nextcloud bot
dfa6da5a03
[tx-robot] updated from transifex
2018-09-08 00:12:42 +00:00
Nextcloud bot
7c55f20d1d
[tx-robot] updated from transifex
2018-09-07 00:12:46 +00:00
Nextcloud bot
972e8c3399
[tx-robot] updated from transifex
2018-09-06 00:13:04 +00:00
Nextcloud bot
a1a578114f
[tx-robot] updated from transifex
2018-09-05 00:13:00 +00:00
Nextcloud bot
a08fdd8750
[tx-robot] updated from transifex
2018-09-04 00:12:26 +00:00
Roeland Jago Douma
0d8c0215d0
Merge pull request #10911 from nextcloud/customproperties-ignored-list-13
...
[13] use the same ignored properties list for both CustomerPropertiesBackends
2018-09-03 09:04:55 +02:00
Nextcloud bot
f73724b5ec
[tx-robot] updated from transifex
2018-09-03 00:12:27 +00:00
Nextcloud bot
891d923a53
[tx-robot] updated from transifex
2018-09-02 00:12:45 +00:00
Nextcloud bot
90ab77d8bb
[tx-robot] updated from transifex
2018-09-01 00:12:27 +00:00
Morris Jobke
2f024dcd02
Merge pull request #10902 from nextcloud/cast-timestamp-13
...
[13] cast timestamps older than unix epoch to 0
2018-08-31 09:09:12 +02:00
Nextcloud bot
9bde06aab3
[tx-robot] updated from transifex
2018-08-31 00:12:18 +00:00
Morris Jobke
2a973843f0
Merge pull request #10932 from nextcloud/version/noid/13.0.6
...
13.0.6
2018-08-30 13:15:36 +02:00
Morris Jobke
200c3b6181
13.0.6
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-08-30 10:49:25 +02:00
Nextcloud bot
9db4afce72
[tx-robot] updated from transifex
2018-08-30 00:12:18 +00:00
Nextcloud bot
2ffcba3814
[tx-robot] updated from transifex
2018-08-29 00:12:17 +00:00
Robin Appelman
8a3f6a816b
use the same ignored properties list for both CustomerPropertiesBackends
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-28 18:34:04 +02:00
Christian
ed5224cd46
cast timestamps older than unix epoch to 0
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-28 16:57:42 +02:00
Nextcloud bot
a4daa91b42
[tx-robot] updated from transifex
2018-08-28 00:13:18 +00:00
Robin Appelman
6dae2b9250
cache parent exists status during share setup
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:51 +02:00
Robin Appelman
e3b9e9e57c
tokens can't be valid local user names
...
this saves searching for shares on non-public link dav requests
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:49 +02:00
Robin Appelman
110650ff58
only determine is sharing is disabled for a user once
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:47 +02:00
Robin Appelman
237e4b7521
don't check if target dir exists when using the default share target directory
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:45 +02:00
Robin Appelman
a396c37693
re-use view instances for shared storages
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:44 +02:00
Robin Appelman
c897e2af8e
more efficient way to detect added and removed mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:42 +02:00
Robin Appelman
f2152ecda9
more efficient unique share target generation
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:39 +02:00
Robin Appelman
f199e7ed17
cache OC\Files\Mount\Manager::findIn results
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:25:37 +02:00
Robin Appelman
65c8fd3b29
cache OC\Files\Mount\Manager::findIn results
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:23:01 +02:00
Robin Appelman
bb092553ef
use more efficient method to find mountpoint for path
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:21:20 +02:00
Robin Appelman
67ae310693
remove double loop for detecting changed mounts
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-27 16:19:50 +02:00
Nextcloud bot
1769029910
[tx-robot] updated from transifex
2018-08-27 00:12:24 +00:00
Nextcloud bot
1aae409cc8
[tx-robot] updated from transifex
2018-08-26 00:12:42 +00:00
Nextcloud bot
8ec2c933de
[tx-robot] updated from transifex
2018-08-25 00:12:43 +00:00
Roeland Jago Douma
1a016f21e6
Merge pull request #10837 from nextcloud/dav-search-no-negative-mtime-13
...
[13] disallow negative mtime in dav search
2018-08-24 17:46:52 +02:00
Robin Appelman
d69234e339
disallow negative mtime in dav search
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-08-24 16:25:35 +02:00
Joas Schilling
1eeea993a8
Fix mimetype detection for junked uploads
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2018-08-24 10:49:08 +02:00