Julius Härtl
d77b3345b2
Show unique displayname context in the sharing input
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2021-01-05 10:06:32 +01:00
Nextcloud bot
6ea1157822
[tx-robot] updated from transifex
2021-01-05 02:21:47 +00:00
Nextcloud bot
f801758704
[tx-robot] updated from transifex
2021-01-03 02:21:16 +00:00
Nextcloud bot
9520bc2010
[tx-robot] updated from transifex
2021-01-01 02:21:21 +00:00
Nextcloud bot
faf572163a
[tx-robot] updated from transifex
2020-12-31 02:27:21 +00:00
Nextcloud bot
4bff74a4e0
[tx-robot] updated from transifex
2020-12-30 02:19:28 +00:00
Roeland Jago Douma
7d282a4e88
Avoid huge exception argument logging
...
In some cases it might happen that you have an argument that deep down
somewhere has an array with a lot of entries (think thousands). Now
before we would just happily print them all. Which would fill the log.
Now it will just print the first 5. And add a line that there are N
more.
If you are on debug level we will still print them all.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-29 10:46:54 +00:00
Nextcloud bot
25a65a34a7
[tx-robot] updated from transifex
2020-12-29 02:20:11 +00:00
Nextcloud bot
5d6cdabb88
[tx-robot] updated from transifex
2020-12-22 02:19:25 +00:00
Roeland Jago Douma
ae49423991
Actually set the TTL on redis set
...
Else well the keys remain for ever and ever.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-21 13:53:42 +00:00
Nextcloud bot
1d38b3a587
[tx-robot] updated from transifex
2020-12-20 02:19:49 +00:00
Nextcloud bot
7467551d85
[tx-robot] updated from transifex
2020-12-18 02:20:29 +00:00
Nextcloud bot
200cc52aad
[tx-robot] updated from transifex
2020-12-15 02:22:32 +00:00
Nextcloud bot
cb1725f3d8
[tx-robot] updated from transifex
2020-12-12 02:19:05 +00:00
Nextcloud bot
f2ee49e1cf
[tx-robot] updated from transifex
2020-12-10 02:20:35 +00:00
Nextcloud bot
635039c8ae
[tx-robot] updated from transifex
2020-12-08 02:20:41 +00:00
Roeland Jago Douma
7bff8a4c65
Merge pull request #24564 from nextcloud/backport/24552/stable19
...
[stable19] Remember me is not an app_password
2020-12-07 11:56:43 +01:00
Nextcloud bot
ef6a602868
[tx-robot] updated from transifex
2020-12-07 02:21:00 +00:00
Nextcloud bot
926138801c
[tx-robot] updated from transifex
2020-12-06 02:19:47 +00:00
Nextcloud bot
503fd6aea3
[tx-robot] updated from transifex
2020-12-05 02:19:10 +00:00
Morris Jobke
ec270ce35e
Fix typo
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2020-12-04 15:56:38 +00:00
Roeland Jago Douma
a5951d0d79
Remember me is not an app_password
...
While technically they are stored the same. This session variable is
used to indicate that a user is using an app password to authenticate.
Like from a client. Or when having it generated automatically.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-04 15:56:32 +00:00
Roeland Jago Douma
ca917c59e1
Generate a new session id if the decrypting the session data fails
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-04 11:58:13 +00:00
Nextcloud bot
2ade35f6da
[tx-robot] updated from transifex
2020-12-04 02:19:42 +00:00
Roeland Jago Douma
bf9888870c
Fix vsprint parameter
...
%2\$; is not valid. On php7 this is just ignored but on php8 it gives an
error. %2\$s; works.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-12-03 08:20:06 +00:00
Nextcloud bot
253aeb3049
[tx-robot] updated from transifex
2020-12-03 02:20:10 +00:00
aler9
349f754833
Fix file size computation on 32bit platforms
...
Signed-off-by: aler9 <46489434+aler9@users.noreply.github.com>
2020-12-02 15:27:22 +00:00
Morris Jobke
21defabc41
Merge pull request #24327 from nextcloud/backport/24103/stable19
...
[stable19] Only check path for being accessible when the storage is a object home
2020-12-01 11:04:09 +01:00
Nextcloud bot
df795519ad
[tx-robot] updated from transifex
2020-12-01 02:20:05 +00:00
Roeland Jago Douma
6d6382a55d
Merge pull request #24354 from nextcloud/backport/24162/stable19
...
[stable19] set the display name of federated sharees from addressbook
2020-11-25 16:18:12 +01:00
Arthur Schiwon
29a452c693
send expected format of cloud id
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-25 14:32:30 +01:00
Arthur Schiwon
10a252c905
set the display name of federated sharees from addressbook
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2020-11-25 14:32:06 +01:00
lui87kw
aecf4eff27
Extra white space to follow other ifs
...
Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
2020-11-25 11:55:16 +00:00
bladewing
43e401e3a2
Avoid substr() error when strpos returns false
...
"Exception: substr() expects parameter 3 to be int, bool given" can occur on Line 378 $mimePart = substr($icon, 0, strpos($icon, '-'));
This happens, when '-' is not found and strpos returns false instead of an int.
When this occurs, e.g., Activity hangs.
Signed-off-by: lui87kw <lukas.ifflaender@uni-wuerzburg.de>
2020-11-25 11:55:15 +00:00
Christoph Wurst
49299ed1c1
Fix the config key on the sharing expire checkbox
...
We don't use `shareapi_internal_enforce_expire_date` anywhere.
`shareapi_enforce_internal_expire_date` is the one we want.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2020-11-24 14:56:53 +00:00
Julius Härtl
3d0fd501f6
Only check path for being accessible when the storage is a object home
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2020-11-24 09:15:27 +00:00
Carlos Ferreira
8f9facccf0
Simple typo in comments
2020-11-20 19:48:09 +00:00
Nextcloud bot
cf65cba574
[tx-robot] updated from transifex
2020-11-19 02:20:29 +00:00
Roeland Jago Douma
47ee460f86
Merge pull request #24160 from nextcloud/backport/24069/stable19
...
[stable19] Fix default internal expiration date
2020-11-16 19:17:46 +01:00
Julius Härtl
8de8bd2326
Merge pull request #24076 from nextcloud/backport/23741/stable19
...
[stable19] Unlock when promoting to exclusive lock fails
2020-11-16 17:07:05 +01:00
Daniel Calviño Sánchez
dd70a20da0
Fix default internal expiration date
...
The default expiration date for internal shares was set from the default
link expiration date instead of the internal one.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2020-11-16 13:20:11 +00:00
Joas Schilling
eecac68459
Don't throw on SHOW VERSION query
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-16 09:02:52 +00:00
Nextcloud bot
fa9b2278fa
[tx-robot] updated from transifex
2020-11-14 02:19:57 +00:00
Ashod Nakashian
da7f445179
Unlock when promoting to exclusive lock fails
...
In certain cases changeLock to EXCLUSIVE fails
and throws LockedException. This leaves the
file locked as SHARED in file_put_contents,
which prevents retrying (because on second
call file_put_contents takes another SHARED
lock on the same file, and changeLock doesn't
allow more than a single SHARED lock to promote
to EXCLUSIVE).
To avoid this case, we catch the LockedException
and unlock before re-throwing.
Signed-off-by: Ashod Nakashian <ashod.nakashian@collabora.co.uk>
2020-11-12 19:07:35 +00:00
Joas Schilling
b9db1cede3
Only use index of mount point when it is there
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-12 14:44:43 +01:00
Robin Appelman
f70abf4939
add mount point to quota warning message
...
makes it more clear to the user what the quota applies to
Signed-off-by: Robin Appelman <robin@icewind.nl>
2020-11-12 14:39:12 +01:00
Joas Schilling
d5dfaf42a8
Fix iLike() falsely turning escaped % and _ into wildcards
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2020-11-11 09:27:28 +00:00
Nextcloud bot
b1efe1896b
[tx-robot] updated from transifex
2020-11-11 02:20:31 +00:00
John Molakvoæ
8ff6d748c8
Removed config.js
2020-11-09 17:14:36 +01:00
Morris Jobke
91242c9f0a
Merge pull request #23634 from nextcloud/backport/23374/stable19
...
[stable19] Only retry fetching app store data once every 5 minutes in case it fails
2020-11-09 16:59:56 +01:00