blizzz
356e75eeed
Merge pull request #18048 from nextcloud/backport/18030/stable16
...
[stable16] uid can be false when the user record does not exit
2019-11-21 11:03:30 +01:00
Roeland Jago Douma
77bae5e60a
Merge pull request #18041 from nextcloud/backport/18004/stable16
...
[stable16] Convert more columns to bigint
2019-11-21 08:47:41 +01:00
Roeland Jago Douma
084e62864b
Merge pull request #18051 from nextcloud/backport/18035/stable16
...
[stable16] Update the CRL
2019-11-21 07:56:56 +01:00
Roeland Jago Douma
1c6b658d28
Update the CRL
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-21 06:52:37 +00:00
Roeland Jago Douma
ecc06866dd
Merge pull request #18037 from nextcloud/backport/18003/stable16
...
[stable16] Do not check for updates if we have no internet
2019-11-21 07:48:34 +01:00
Roeland Jago Douma
4cac0e893c
Merge pull request #18044 from nextcloud/backport/18009/stable16
...
[stable16] Fix installing with MySQL 8.0.4+
2019-11-21 07:48:16 +01:00
Arthur Schiwon
3259cb64a9
uid can be false when the user record does not exit
...
fixes not loading files app for users who got a share by the gone LDAP user
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-21 06:10:11 +00:00
Nextcloud bot
7d7b7fcb58
[tx-robot] updated from transifex
2019-11-21 02:16:19 +00:00
Joas Schilling
4cd1d56888
Fix installing with MySQL 8.0.4+
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-20 20:52:51 +00:00
Roeland Jago Douma
f8a4966544
Convert more columns to bigint
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20 20:35:23 +00:00
Roeland Jago Douma
529623e749
Do not check for updates if we have no internet
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-20 19:56:06 +00:00
Nextcloud bot
a61d88f473
[tx-robot] updated from transifex
2019-11-20 02:16:36 +00:00
Nextcloud bot
0660f1fcc7
[tx-robot] updated from transifex
2019-11-19 02:18:06 +00:00
Nextcloud bot
15e097ae6c
[tx-robot] updated from transifex
2019-11-18 02:16:14 +00:00
Roeland Jago Douma
6cbc8a08d5
Merge pull request #17944 from nextcloud/backport/17926/stable16
...
[stable16] re-acquired expired shared locks on large file uploads
2019-11-17 09:10:00 +01:00
Roeland Jago Douma
54cdbea127
Merge pull request #17953 from nextcloud/backport/17942/stable16
...
[stable16] pass through ServerNotAvailableException on app init
2019-11-17 09:09:12 +01:00
Nextcloud bot
3273c51485
[tx-robot] updated from transifex
2019-11-17 02:17:31 +00:00
Nextcloud bot
f943a656bd
[tx-robot] updated from transifex
2019-11-16 02:16:13 +00:00
Nextcloud bot
d814c457c1
[tx-robot] updated from transifex
2019-11-15 02:16:20 +00:00
Arthur Schiwon
fbce2b7156
pass through ServerNotAvailableException on app init
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-14 21:01:11 +00:00
Robin Appelman
61382f525b
re-acquired expired shared locks on large file uploads
...
during large file uploads, the shared lock that we get at the begining can expire
leading to locked errors later on, instead of erroring, try to re-get the lock
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-14 18:35:08 +00:00
Roeland Jago Douma
711ce573c1
Merge pull request #17929 from nextcloud/backport/17873/stable16
...
[stable16] Make timeout a optional parameter
2019-11-14 09:52:33 +01:00
Nextcloud bot
e400b70e0b
[tx-robot] updated from transifex
2019-11-14 02:16:31 +00:00
Roeland Jago Douma
bfda90d9d4
Merge pull request #17927 from nextcloud/backport/17924/stable16
...
[stable16] Check quota before transfer ownership
2019-11-13 19:56:29 +01:00
Daniel Kesselberg
6c3faa96d2
Make timeout a optional parameter
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-13 16:08:15 +00:00
Roeland Jago Douma
5c94ae2c25
Check quota before transfer ownership
...
Fixes #15664
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13 14:09:50 +00:00
Nextcloud bot
4ef8ff5660
[tx-robot] updated from transifex
2019-11-13 02:16:25 +00:00
Roeland Jago Douma
21968d0595
Merge pull request #17910 from nextcloud/backport/16846/stable16
...
[stable16] Always check via http and https whether htaccess is working
2019-11-12 19:51:00 +01:00
Joas Schilling
733f10cc16
Always check via http and https whether htaccess is working
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-11-12 13:19:42 +00:00
Roeland Jago Douma
8f3062577c
Merge pull request #17906 from nextcloud/backport/17388/stable16
...
[stable16] Don't use an undefined index if not needed
2019-11-12 08:13:37 +01:00
Roeland Jago Douma
54aef17e73
Merge pull request #17884 from nextcloud/backport/17843/stable16
...
[stable16] 🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
2019-11-12 08:12:37 +01:00
Roeland Jago Douma
a2c2389dd4
Merge pull request #17857 from nextcloud/backport/17847/stable16
...
[stable16] Also set X-OC-Mtime header for files that are smaller than 10MB
2019-11-12 08:11:36 +01:00
Nextcloud bot
fe78fe9ba8
[tx-robot] updated from transifex
2019-11-12 02:16:29 +00:00
Roeland Jago Douma
1a4505f64b
Don't use an undefined index if not needed
...
It is not set. And not used. Just some copy paste leftover.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-11 17:49:59 +00:00
Jonas Sulzer
20cf58396f
🐛 FIX: horizontal scrolling on mobile due to tab accessibility navigation 'skip to content' positioned at a fixed position
...
Signed-off-by: Jonas Sulzer <jonas@violoncello.ch>
2019-11-10 08:48:42 +00:00
Nextcloud bot
e19a32ccfc
[tx-robot] updated from transifex
2019-11-10 02:17:15 +00:00
Nextcloud bot
3099781f3c
[tx-robot] updated from transifex
2019-11-09 02:16:01 +00:00
Julius Härtl
26aa01e161
Also set X-OC-Mtime header for files that are smaller than 10MB
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-11-08 09:23:56 +00:00
blizzz
c3dc9b7e84
Merge pull request #17852 from nextcloud/backport/17830/stable16
...
[stable16] actually return the quote when getting global storage info
2019-11-08 09:32:29 +01:00
Nextcloud bot
04e6470b2f
[tx-robot] updated from transifex
2019-11-08 02:16:32 +00:00
Robin Appelman
555900a0d2
actually return the quote when getting global storage info
...
prevents 'undefined' index errors when 'include external storage in quota' is enabled
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-11-07 22:55:01 +00:00
Roeland Jago Douma
0e57eabfa0
Merge pull request #17827 from nextcloud/version/16.0.6/final
...
16.0.6
2019-11-07 23:19:58 +01:00
Roeland Jago Douma
d171d1aff8
Merge pull request #17841 from nextcloud/backport/17822/stable16
...
[stable16] switch to Files Node API for zip generation
2019-11-07 12:59:33 +01:00
Arthur Schiwon
d0db369464
switch to Files Node API for zip generation
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-11-07 10:04:59 +00:00
Nextcloud bot
00b838ca6c
[tx-robot] updated from transifex
2019-11-07 02:16:14 +00:00
Roeland Jago Douma
47e8313218
16.0.6
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-06 09:30:05 +01:00
Nextcloud bot
bf3de19f62
[tx-robot] updated from transifex
2019-11-06 02:16:25 +00:00
Nextcloud bot
a575ef9145
[tx-robot] updated from transifex
2019-11-05 02:16:03 +00:00
Nextcloud bot
153a764e3c
[tx-robot] updated from transifex
2019-11-04 02:15:43 +00:00
Nextcloud bot
803b54186b
[tx-robot] updated from transifex
2019-11-03 02:16:22 +00:00