dartcafe
917e996dda
Fix future time spans
...
Signed-off-by: dartcafe <github@dartcafe.de>
2017-10-22 07:26:52 +02:00
Nextcloud bot
bc19a8b193
[tx-robot] updated from transifex
2017-10-22 00:08:45 +00:00
Nextcloud bot
1c488aae8a
[tx-robot] updated from transifex
2017-10-21 00:08:36 +00:00
Nextcloud bot
5d2c6233a9
[tx-robot] updated from transifex
2017-10-20 00:08:44 +00:00
Joas Schilling
2d1929cb1e
Allow to migrate from 10.0.3.3
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-19 16:59:54 +02:00
Nextcloud bot
e8c217ed4f
[tx-robot] updated from transifex
2017-10-19 00:08:38 +00:00
Nextcloud bot
8b0842f020
[tx-robot] updated from transifex
2017-10-18 00:08:33 +00:00
Roeland Jago Douma
4419aee908
Merge pull request #6855 from nextcloud/s3-multipart-propagate-exception-12
...
[12] propagate multipart upload exception when aborting upload
2017-10-17 20:42:30 +02:00
Robin Appelman
74b43f1d7d
propagate multipart upload exception when aborting upload
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-17 15:19:40 +02:00
Bjoern Schiessle
7aaf12b37d
fix url
...
Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
2017-10-17 11:27:06 +02:00
Nextcloud bot
ea269db6d6
[tx-robot] updated from transifex
2017-10-17 00:08:33 +00:00
Nextcloud bot
e6000abdd6
[tx-robot] updated from transifex
2017-10-16 00:08:36 +00:00
Roeland Jago Douma
51ed66fb26
Merge pull request #6814 from nextcloud/upload-cache-path-12
...
[12] also use configured 'cache_path' for new chunking
2017-10-15 21:43:03 +02:00
Roeland Jago Douma
d57557774e
Merge pull request #6815 from nextcloud/s3-multipart-upload-part-size-12
...
[12] set s3 part size to 500mb
2017-10-15 21:41:15 +02:00
Roeland Jago Douma
6e3ec7d911
Merge pull request #6774 from nextcloud/backport-6645-only-colons-for-ipv6
...
[stable12] Only allow colons in db host for IPv6 addresses
2017-10-15 21:40:04 +02:00
Nextcloud bot
95bd9d4c64
[tx-robot] updated from transifex
2017-10-14 02:29:15 +00:00
Roeland Jago Douma
21f5f0267f
Merge pull request #6823 from nextcloud/stable12-fix/contactsmenu-ie11
...
[stable12] Fix contacts menu for IE11
2017-10-13 19:54:05 +02:00
Nextcloud bot
7762130869
[tx-robot] updated from transifex
2017-10-13 00:08:37 +00:00
Christoph Wurst
0c7d745074
Fix contacts menu for IE11
...
IE11 triggers an 'input' event whenever an input is focussed
or loses focus. Thus this causes an endless loading loop as soon
as the view is re-rendered. To prevent this, this remembers the
previous search term and ignores events where the term has not
changed.
Fixes https://github.com/nextcloud/server/issues/5281
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2017-10-12 16:26:01 +02:00
Nextcloud bot
513432f966
[tx-robot] updated from transifex
2017-10-12 00:08:38 +00:00
Robin Appelman
e2a25d5caf
set s3 part size to 500mb
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-11 16:01:04 +02:00
Robin Appelman
1c315a2a8a
also use configured 'cache_path' for new chunking
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-11 14:27:02 +02:00
Nextcloud bot
980ba0e904
[tx-robot] updated from transifex
2017-10-11 00:08:40 +00:00
Nextcloud bot
c14beb8ee5
[tx-robot] updated from transifex
2017-10-10 00:08:41 +00:00
Robin Appelman
8f88755f57
update 3rdparty
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-09 18:11:30 +02:00
Robin Appelman
df2fa2fce2
Merge pull request #6737 from nextcloud/aws-sdk-12
...
[12] Update aws sdk + s3 improvements
2017-10-09 18:05:16 +02:00
Robin Appelman
239f561ab2
Add tests for multipart upload
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-09 15:29:44 +02:00
Robin Appelman
6fee4232ee
only do multipart upload for large files
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-09 15:29:40 +02:00
Robin Appelman
d3a57a7568
multipart upload for s3 object storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-09 15:29:34 +02:00
Joas Schilling
0577336105
Merge pull request #6792 from nextcloud/6790-bp-s12
...
[stable12] fix postgresql tests
2017-10-09 14:11:57 +02:00
blizzz
be97297c96
fix postgresql tests
...
we don't support pgsql 10 yet. because Doctrine does not either.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2017-10-09 13:20:29 +02:00
Nextcloud bot
35641b54a0
[tx-robot] updated from transifex
2017-10-09 00:08:42 +00:00
Nextcloud bot
7a583c400e
[tx-robot] updated from transifex
2017-10-08 00:08:32 +00:00
Nextcloud bot
adea68e218
[tx-robot] updated from transifex
2017-10-07 00:08:40 +00:00
Joas Schilling
8f41e8ee60
Only allow colons in db host for IPv6 addresses
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-06 09:43:35 +02:00
Nextcloud bot
037376b4ce
[tx-robot] updated from transifex
2017-10-06 00:08:40 +00:00
Joas Schilling
76faefd980
Merge pull request #6751 from nextcloud/backport-6750-fix-language-when-setting-password
...
[stable12] Fix language when trying to change password
2017-10-05 09:36:09 +02:00
Nextcloud bot
ceec594cc0
[tx-robot] updated from transifex
2017-10-05 00:08:34 +00:00
Robin Appelman
6aa25b9f1e
Merge pull request #6743 from nextcloud/invalid-path-repair-from11-12
...
[12] dont run invalid path repair step when upgrading from 11.0.5.2 and later
2017-10-04 15:08:34 +02:00
Joas Schilling
0782072bde
Fix language when trying to change password
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2017-10-04 09:49:26 +02:00
Nextcloud bot
1c30c72909
[tx-robot] updated from transifex
2017-10-04 00:08:37 +00:00
Robin Appelman
95dc9a89b3
dont run invalid path repair step when upgrading from 11.0.5.2 and later
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 16:28:54 +02:00
Robin Appelman
d2b8bfc915
show diff in autoload checker
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:37 +02:00
Robin Appelman
5b82e2e4d5
update autoloader
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:31 +02:00
Robin Appelman
82a3a8be06
fix undefined constants
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:28 +02:00
Robin Appelman
869e06fe69
merge vendor js
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:25 +02:00
Robin Appelman
d26951beb4
fix path style
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:21 +02:00
Robin Appelman
d97f66454c
disable part files for s3 external storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:16 +02:00
Robin Appelman
83ef030ea6
add stat cache for s3 external storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:12 +02:00
Robin Appelman
e42b950521
more efficient is_dir
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2017-10-03 14:11:09 +02:00