Nextcloud bot
9375bb3cc6
[tx-robot] updated from transifex
2019-08-10 02:15:03 +00:00
Nextcloud bot
d2c4938774
[tx-robot] updated from transifex
2019-08-09 02:14:28 +00:00
Roeland Jago Douma
337aa1cd3c
Properly return an int in the getId function of the cache
...
fixes #16684
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-08-08 06:15:53 +00:00
Nextcloud bot
7dc8425c16
[tx-robot] updated from transifex
2019-08-08 02:14:58 +00:00
Nextcloud bot
dac0b7e088
[tx-robot] updated from transifex
2019-08-07 02:14:51 +00:00
Nextcloud bot
09f18f1bf1
[tx-robot] updated from transifex
2019-08-06 02:14:51 +00:00
Nextcloud bot
30a413d09c
[tx-robot] updated from transifex
2019-08-05 02:14:40 +00:00
Nextcloud bot
4d7a877277
[tx-robot] updated from transifex
2019-08-04 02:15:35 +00:00
Nextcloud bot
130c4b9b5b
[tx-robot] updated from transifex
2019-08-02 02:14:45 +00:00
Nextcloud bot
fbf3a189a1
[tx-robot] updated from transifex
2019-08-01 02:15:42 +00:00
Nextcloud bot
d140264828
[tx-robot] updated from transifex
2019-07-31 02:16:19 +00:00
Nextcloud bot
792d8fbdcc
[tx-robot] updated from transifex
2019-07-30 02:15:00 +00:00
Nextcloud bot
33154b8c92
[tx-robot] updated from transifex
2019-07-29 02:15:14 +00:00
Nextcloud bot
d6c81fd3b8
[tx-robot] updated from transifex
2019-07-28 02:15:40 +00:00
Roeland Jago Douma
c7b8906c15
Merge pull request #16565 from nextcloud/backport/16555/stable15
...
[stable15] use a pattern to identify sensitive config keys
2019-07-27 10:38:09 +02:00
Nextcloud bot
b8adf73612
[tx-robot] updated from transifex
2019-07-27 02:14:52 +00:00
Arthur Schiwon
8c956693a5
treat sensitive config keys by pattern
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-07-26 14:07:17 +00:00
Nextcloud bot
6332721ffa
[tx-robot] updated from transifex
2019-07-26 02:14:56 +00:00
Nextcloud bot
469da4ff0a
[tx-robot] updated from transifex
2019-07-25 02:14:55 +00:00
Nextcloud bot
cbd7ac6ac0
[tx-robot] updated from transifex
2019-07-23 02:15:57 +00:00
Nextcloud bot
6a878f0fce
[tx-robot] updated from transifex
2019-07-22 02:16:15 +00:00
Nextcloud bot
ba8804dba9
[tx-robot] updated from transifex
2019-07-21 02:15:24 +00:00
Nextcloud bot
12670fbf38
[tx-robot] updated from transifex
2019-07-20 02:14:46 +00:00
Nextcloud bot
5c3e599a15
[tx-robot] updated from transifex
2019-07-19 02:15:14 +00:00
Marcel Klehr
eb14a8fcba
Fix File#putContents(string) on ObjectStorage
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
2019-07-17 20:40:05 +00:00
Roeland Jago Douma
7bd081ff84
Do not keep searching for recent
...
If userA has a lot of recent files. But only shares 1 file with userB
(that has no files at all). We could keep searching until we run out of
recent files for userA.
Now assume the inactive userB has 20 incomming shares like that from
different users. getRecent then basically keeps consuming huge amounts
of resources and with each iteration the load on the DB increases
(because of the offset).
This makes sure we do not get more than 3 times the limit we search for
or more than 5 queries.
This means we might miss some recent entries but we should fix that
separatly. This is just to make sure the load on the DB stays sane.
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-17 05:48:53 +00:00
Nextcloud bot
2f857c6b37
[tx-robot] updated from transifex
2019-07-12 02:15:15 +00:00
Nextcloud bot
caf46d2d25
[tx-robot] updated from transifex
2019-07-09 02:14:03 +00:00
Nextcloud bot
758f2ef9ef
[tx-robot] updated from transifex
2019-07-07 02:14:28 +00:00
Nextcloud bot
b4c9bd6299
[tx-robot] updated from transifex
2019-07-05 02:14:23 +00:00
Nextcloud bot
5b1e5f26d5
[tx-robot] updated from transifex
2019-07-04 02:14:02 +00:00
Morris Jobke
bbd4007753
Merge pull request #16215 from nextcloud/backport/16186/stable15
...
[stable15] Better check reshare permissions part2
2019-07-03 23:29:09 +02:00
Joas Schilling
132902337e
Unify the permission checking in one place only
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 21:31:40 +02:00
Joas Schilling
029ecb7966
Better check reshare permissions when creating a share
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 21:29:31 +02:00
Roeland Jago Douma
32c072853f
Fix notification casting
...
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-03 20:32:45 +02:00
Robin Appelman
cdc97ec9c3
verify that paths are valid for recursive local move
...
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-27 14:39:32 +00:00
Roeland Jago Douma
f63a2bfd97
Merge pull request #16083 from nextcloud/backport/15832/stable15
...
[stable15] Fix full text search for groupfolders
2019-06-26 15:48:57 +02:00
Joas Schilling
fdc532f753
Fall back to black for non-color values
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-26 08:18:31 +00:00
Nextcloud bot
a20a77f9af
[tx-robot] updated from transifex
2019-06-26 02:14:12 +00:00
Morris Jobke
9ad616e221
Fix full text search for groupfolders
...
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2019-06-25 19:46:25 +00:00
Joas Schilling
bad2e92c89
Prevent faulty logs from nested setupFS calls
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-21 10:02:23 +00:00
Nextcloud bot
5ae15863f4
[tx-robot] updated from transifex
2019-06-18 02:14:12 +00:00
Nextcloud bot
df223a0ab8
[tx-robot] updated from transifex
2019-06-17 02:14:12 +00:00
Nextcloud bot
0855196d77
[tx-robot] updated from transifex
2019-06-16 02:14:21 +00:00
Nextcloud bot
823206dd06
[tx-robot] updated from transifex
2019-06-14 02:14:42 +00:00
Daniel Kesselberg
567fe4b833
Don't notify admins if no potentially over exposing links found
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-03 21:41:32 +02:00
Robin Appelman
2b845a7268
search files by id in shared storages last
...
this prevents unneeded recursion when the file is not in the share
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-05-29 19:58:44 +00:00
Roeland Jago Douma
9037373631
Merge pull request #15771 from nextcloud/backport/15766/stable15
...
[stable15] Check for free space on touch
2019-05-29 20:49:15 +02:00
Nextcloud bot
70d87f6438
[tx-robot] updated from transifex
2019-05-29 02:13:58 +00:00
Julius Härtl
91bc8ba2cd
Check for free space on touch
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2019-05-28 13:03:53 +00:00