Nextcloud bot
7ffae790ef
[tx-robot] updated from transifex
2021-05-22 02:27:38 +00:00
Nextcloud bot
3a9c6eef44
[tx-robot] updated from transifex
2021-05-21 02:28:17 +00:00
Nextcloud bot
2f8c2c335a
[tx-robot] updated from transifex
2021-05-20 02:28:18 +00:00
Nextcloud bot
99788d3d06
[tx-robot] updated from transifex
2021-05-19 02:31:56 +00:00
Nextcloud bot
f80b1fe0cb
[tx-robot] updated from transifex
2021-05-16 02:27:10 +00:00
Roeland Jago Douma
94be523a40
Add bruteforce protection to the shareinfo endpoint
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-05-12 08:11:34 +00:00
Nextcloud bot
b8cb6a8e84
[tx-robot] updated from transifex
2021-05-12 02:26:38 +00:00
Nextcloud bot
6fbdbfa971
[tx-robot] updated from transifex
2021-05-10 02:32:02 +00:00
Nextcloud bot
edae9eb9a4
[tx-robot] updated from transifex
2021-05-06 02:25:54 +00:00
Nextcloud bot
83ec0bd360
[tx-robot] updated from transifex
2021-05-04 02:26:38 +00:00
Nextcloud bot
cb58b11f19
[tx-robot] updated from transifex
2021-05-03 02:25:55 +00:00
Nextcloud bot
a27a241d25
[tx-robot] updated from transifex
2021-05-01 02:26:54 +00:00
Nextcloud bot
3b1ac61331
[tx-robot] updated from transifex
2021-04-30 02:28:11 +00:00
Nextcloud bot
eb93e0dd29
[tx-robot] updated from transifex
2021-04-29 02:26:50 +00:00
Nextcloud bot
c5ac15925b
[tx-robot] updated from transifex
2021-04-28 02:26:07 +00:00
Nextcloud bot
b8fc36c6be
[tx-robot] updated from transifex
2021-04-27 02:25:56 +00:00
Nextcloud bot
09c8c985e1
[tx-robot] updated from transifex
2021-04-25 02:25:15 +00:00
Nextcloud bot
a335ff969d
[tx-robot] updated from transifex
2021-04-23 02:26:35 +00:00
Nextcloud bot
80d93acff0
[tx-robot] updated from transifex
2021-04-21 02:26:25 +00:00
Roeland Jago Douma
e5edc58d11
Make lookup search explicit
...
Speedsup sharee lookup quite a bit.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2021-04-20 08:37:48 +00:00
Nextcloud bot
a4c55e4601
[tx-robot] updated from transifex
2021-04-20 02:26:21 +00:00
Nextcloud bot
ed5f446ec1
[tx-robot] updated from transifex
2021-04-19 02:26:26 +00:00
Nextcloud bot
36a16bcf63
[tx-robot] updated from transifex
2021-04-17 02:24:25 +00:00
Nextcloud bot
36d2bb05cf
[tx-robot] updated from transifex
2021-04-15 02:25:32 +00:00
Nextcloud bot
d35011b3f7
[tx-robot] updated from transifex
2021-04-14 02:27:12 +00:00
Nextcloud bot
7faa8e697b
[tx-robot] updated from transifex
2021-04-11 02:25:03 +00:00
Nextcloud bot
ff2a0b3126
[tx-robot] updated from transifex
2021-04-10 02:31:32 +00:00
Nextcloud bot
bc1331f2c9
[tx-robot] updated from transifex
2021-04-04 02:25:07 +00:00
Nextcloud bot
7eb7a91b06
[tx-robot] updated from transifex
2021-04-02 02:26:26 +00:00
Nextcloud bot
35db1b5996
[tx-robot] updated from transifex
2021-03-31 02:25:11 +00:00
Nextcloud bot
dae4431427
[tx-robot] updated from transifex
2021-03-29 02:24:18 +00:00
Nextcloud bot
53aa26b6c6
[tx-robot] updated from transifex
2021-03-27 02:24:47 +00:00
Nextcloud bot
1a05043008
[tx-robot] updated from transifex
2021-03-26 02:25:53 +00:00
Nextcloud bot
f6cbda9e60
[tx-robot] updated from transifex
2021-03-25 02:25:57 +00:00
Nextcloud bot
c555e86e63
[tx-robot] updated from transifex
2021-03-24 02:25:25 +00:00
Nextcloud bot
1c9904aafc
[tx-robot] updated from transifex
2021-03-23 02:24:24 +00:00
Nextcloud bot
208f84d2e4
[tx-robot] updated from transifex
2021-03-22 02:24:06 +00:00
Julius Härtl
96287f336e
Add appconfig to always show the unique label of a sharee
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-18 13:07:03 +00:00
Daniel Calviño Sánchez
ec454e7c2b
Fix valid storages removed when cleaning remote storages
...
The remote URL of a share is always stored in the database with a
trailing slash. However, when a cloud ID is generated trailing slashes
are removed.
The ID of a remote storage is generated from the cloud ID, but the
"cleanup-remote-storage" command directly used the remote URL stored in
the database. Due to this, even if the remote storage was valid, its ID
did not match the ID of the remote share generated by the command and
ended being removed.
Now the command generates the ID of remote shares using the cloud ID
instead, just like done by the remote storage, so there is no longer a
mismatch.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-03-18 07:59:45 +00:00
Nextcloud bot
a50f4a42bc
[tx-robot] updated from transifex
2021-03-18 02:25:22 +00:00
Morris Jobke
4f18ff9815
Merge pull request #25944 from nextcloud/backport/25659/stable20
...
[stable20] catch notfound and forbidden exception in smb::getmetadata
2021-03-17 20:13:57 +01:00
Robin Appelman
7fd53b91c3
fix search in nested jails
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-16 15:22:22 +01:00
Vincent Petry
20ebdf4fe0
Log exceptions when creating share
...
Because the exceptions don't always contain a useful message for the UI,
but also because in some cases we need to find out what went wrong.
In some setups, a ShareNotFoundException might happen during creation
when we try to re-read the just written share. Usually related to Galera
Cluster where node syncing wait is not enabled.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-15 15:06:43 +00:00
Christoph Wurst
3e18eca7a0
Merge pull request #26059 from nextcloud/backport/25911/stable20
...
[stable20] Only clear share password model when actually saved
2021-03-15 09:48:19 +01:00
Nextcloud bot
25f27569f5
[tx-robot] updated from transifex
2021-03-15 02:24:17 +00:00
Vincent Petry
51ba0faeaf
Only clear share password model when actually saved
...
Instead of always clearing the password in the share model, now only do
it when it was actually saved.
Fixes an issue where saving another field would clear the password too
early and prevent it to be saved when the dropdown closed.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-11 10:20:59 +00:00
Vincent Petry
aad21777d4
Hide expiration date field for remote shares
...
Remote shares currently do not support expiration date.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
2021-03-10 09:08:28 +00:00
Nextcloud bot
2046e71da2
[tx-robot] updated from transifex
2021-03-08 02:23:30 +00:00
Roeland Jago Douma
f70e6e8482
Merge pull request #25919 from nextcloud/backport/25805/stable20
...
[stable20] Clear multiselect after selection in share panel
2021-03-05 09:43:52 +01:00
Robin Appelman
326f7ac857
catch notfound and forbidden exception in smb::getmetadata
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2021-03-05 07:54:09 +00:00