Arthur Schiwon
fbd2b7d7d5
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:09:24 +00:00
Nextcloud bot
02df65a102
[tx-robot] updated from transifex
2019-11-21 02:16:11 +00:00
Nextcloud bot
9d5e7a4dd4
[tx-robot] updated from transifex
2019-11-20 02:16:28 +00:00
Nextcloud bot
1986315b32
[tx-robot] updated from transifex
2019-11-19 02:17:57 +00:00
Nextcloud bot
c2e3fcddb5
[tx-robot] updated from transifex
2019-11-18 02:16:06 +00:00
Roeland Jago Douma
d9d6408a7a
Merge pull request #17945 from nextcloud/backport/17926/stable17
...
[stable17] re-acquired expired shared locks on large file uploads
2019-11-17 09:09:51 +01:00
Nextcloud bot
f05e1d1749
[tx-robot] updated from transifex
2019-11-17 02:17:24 +00:00
Nextcloud bot
577e9d0cad
[tx-robot] updated from transifex
2019-11-16 02:16:07 +00:00
Nextcloud bot
1893d4512a
[tx-robot] updated from transifex
2019-11-15 02:16:13 +00:00
Robin Appelman
bfc9e50160
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:17 +00:00
Nextcloud bot
d5fc345d70
[tx-robot] updated from transifex
2019-11-14 02:16:24 +00:00
Roeland Jago Douma
a78d05a42e
Merge pull request #17925 from nextcloud/backport/17873/stable17
...
[stable17] Make timeout a optional parameter
2019-11-13 19:56:40 +01:00
Roeland Jago Douma
e899e4957c
Check quota before transfer ownership
...
Fixes #15664
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-11-13 14:09:53 +00:00
Daniel Kesselberg
6a1f4b1801
Make timeout a optional parameter
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-11-13 11:56:41 +00:00
Nextcloud bot
49d3e0f4a3
[tx-robot] updated from transifex
2019-11-13 02:16:18 +00:00
Roeland Jago Douma
351b76f97e
Merge pull request #17858 from nextcloud/backport/17847/stable17
...
[stable17] Also set X-OC-Mtime header for files that are smaller than 10MB
2019-11-12 08:11:22 +01:00
Nextcloud bot
f6469c04d9
[tx-robot] updated from transifex
2019-11-12 02:16:22 +00:00
Nextcloud bot
6d6d490572
[tx-robot] updated from transifex
2019-11-10 02:17:08 +00:00
Julius Härtl
14d5856f84
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:24:08 +00:00
Nextcloud bot
9153ccdd19
[tx-robot] updated from transifex
2019-11-08 02:16:24 +00:00
Nextcloud bot
5165e45074
[tx-robot] updated from transifex
2019-11-07 02:16:05 +00:00
Nextcloud bot
a16641963e
[tx-robot] updated from transifex
2019-11-06 02:16:16 +00:00
Nextcloud bot
2a0b02ec9a
[tx-robot] updated from transifex
2019-11-05 02:15:55 +00:00
Nextcloud bot
6136a6c128
[tx-robot] updated from transifex
2019-11-04 02:15:35 +00:00
Nextcloud bot
4d686e278b
[tx-robot] updated from transifex
2019-11-03 02:16:14 +00:00
Nextcloud bot
8806e7df14
[tx-robot] updated from transifex
2019-11-02 02:15:06 +00:00
Roeland Jago Douma
1b7dd567d7
Merge pull request #17766 from nextcloud/backport/17756/stable17
...
[stable17] fix action menu on mobile
2019-11-01 08:51:59 +01:00
Roeland Jago Douma
40f264d219
Merge pull request #17767 from nextcloud/backport/17755/stable17
...
[stable17] Bring back external storage group select delete
2019-11-01 08:51:40 +01:00
Nextcloud bot
202e7a4f2c
[tx-robot] updated from transifex
2019-11-01 07:46:38 +00:00
John Molakvoæ (skjnldsv)
5e22a8b07d
Bring back external storage group select delete
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2019-10-31 14:55:11 +00:00
Greta Doci
c3b0f658cc
fix action menu on mobile
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-31 14:54:35 +00:00
Daniel Kesselberg
18e3ec10f5
Return $schema on change and null otherwise
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-10-29 19:39:04 +00:00
Nextcloud bot
743bd4156f
[tx-robot] updated from transifex
2019-10-29 02:15:29 +00:00
Nextcloud bot
c4a2725f2b
[tx-robot] updated from transifex
2019-10-28 02:15:42 +00:00
Nextcloud bot
090169dab7
[tx-robot] updated from transifex
2019-10-27 02:14:19 +00:00
Roeland Jago Douma
7777c5ff1c
Cleanup theming mess
...
* Do not do translations in the constructor. This gets called to early
so there is no user yet. Which means we can't obtain the locale. Which
means we store the wrong translation instance.
* Same for the theming app magic. Just use the parent call when needed.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-10-26 10:15:26 +00:00
Nextcloud bot
5e89d5f421
[tx-robot] updated from transifex
2019-10-26 02:15:24 +00:00
Greta Doci
fffbcc6b1b
add comment
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-25 13:00:40 +00:00
Greta Doci
bedbb343c3
fix filename overlapping on mobile ref #17364
...
Signed-off-by: Greta Doci <gretadoci@gmail.com>
2019-10-25 13:00:39 +00:00
Nextcloud bot
b2ccf4d17f
[tx-robot] updated from transifex
2019-10-25 02:15:40 +00:00
Nextcloud bot
28b97e591f
[tx-robot] updated from transifex
2019-10-24 02:15:34 +00:00
Nextcloud bot
5ac7195e55
[tx-robot] updated from transifex
2019-10-23 02:15:32 +00:00
Roeland Jago Douma
c0cdc68741
Merge pull request #17156 from nextcloud/stable17-16976
...
[stable17] Always use the folder icon depending on the mount type if not a share mount
2019-10-22 19:11:02 +02:00
Roeland Jago Douma
3dfcad949e
Merge pull request #17617 from nextcloud/backport/17595/stable17
...
[stable17] treat LDAP error 50 as auth issue, prevents lost server connection errors
2019-10-22 16:09:11 +02:00
Julius Härtl
4a672f59d2
Fallback to directory icon based on the mount type
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-10-22 15:53:39 +02:00
Nextcloud bot
5ef19dacc2
[tx-robot] updated from transifex
2019-10-22 02:15:50 +00:00
Arthur Schiwon
67d68deba1
treat LDAP error 50 as auth issue, prevents lost server connection errors
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-10-21 09:56:39 +00:00
Roeland Jago Douma
a9775e36d2
Merge pull request #17597 from nextcloud/backport/17575/stable17
...
[stable17] Include the share in the Files_Sharing::loadAdditionalScripts event
2019-10-21 09:46:07 +02:00
Nextcloud bot
bad70805e4
[tx-robot] updated from transifex
2019-10-21 02:15:57 +00:00
Nextcloud bot
aa58d6c980
[tx-robot] updated from transifex
2019-10-20 02:16:50 +00:00