Commit graph

16166 commits

Author SHA1 Message Date
Nextcloud bot
544b8522b4
[tx-robot] updated from transifex 2019-08-04 02:15:41 +00:00
Nextcloud bot
bb89a01241
[tx-robot] updated from transifex 2019-08-02 02:14:52 +00:00
Nextcloud bot
062ec6adb0
[tx-robot] updated from transifex 2019-08-01 02:15:50 +00:00
Nextcloud bot
fdd35722cc
[tx-robot] updated from transifex 2019-07-31 02:16:26 +00:00
Nextcloud bot
af348e1393
[tx-robot] updated from transifex 2019-07-30 02:15:11 +00:00
Nextcloud bot
7a8142edfd
[tx-robot] updated from transifex 2019-07-29 02:15:21 +00:00
Nextcloud bot
c9568371e1
[tx-robot] updated from transifex 2019-07-28 02:15:46 +00:00
Nextcloud bot
907ef8c3f9
[tx-robot] updated from transifex 2019-07-27 02:14:59 +00:00
Nextcloud bot
baa31c430e
[tx-robot] updated from transifex 2019-07-26 02:15:02 +00:00
Nextcloud bot
24e95b0bb4
[tx-robot] updated from transifex 2019-07-25 02:15:01 +00:00
Nextcloud bot
5d8be2dd49
[tx-robot] updated from transifex 2019-07-23 02:16:05 +00:00
Nextcloud bot
94acddb6fd
[tx-robot] updated from transifex 2019-07-22 02:16:22 +00:00
Nextcloud bot
3fe7a27902
[tx-robot] updated from transifex 2019-07-21 02:15:31 +00:00
Nextcloud bot
96de99da7d
[tx-robot] updated from transifex 2019-07-20 02:14:53 +00:00
Nextcloud bot
fd69188d81
[tx-robot] updated from transifex 2019-07-19 02:27:39 +00:00
Roeland Jago Douma
d115e7f802 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:49:34 +00:00
Nextcloud bot
10a8660230
[tx-robot] updated from transifex 2019-07-12 02:15:21 +00:00
Nextcloud bot
bc56617f90
[tx-robot] updated from transifex 2019-07-09 02:14:10 +00:00
Nextcloud bot
4b09890a21
[tx-robot] updated from transifex 2019-07-07 02:14:33 +00:00
Nextcloud bot
e06e521e65
[tx-robot] updated from transifex 2019-07-05 02:14:29 +00:00
Nextcloud bot
180e5d3d16
[tx-robot] updated from transifex 2019-07-04 02:14:11 +00:00
Morris Jobke
e7ee8a2f48
Merge pull request #16216 from nextcloud/backport/16186/stable14
[stable14] Better check reshare permissions part2
2019-07-03 23:27:42 +02:00
Joas Schilling
35dda87384
Unify the permission checking in one place only
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 21:33:06 +02:00
Joas Schilling
98c09e0314
Better check reshare permissions when creating a share
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-07-03 21:33:02 +02:00
Roeland Jago Douma
983d757c04
Fix notification casting
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-07-03 20:35:53 +02:00
Robin Appelman
48a0065d2d verify that paths are valid for recursive local move
Signed-off-by: Robin Appelman <robin@icewind.nl>
2019-06-27 14:40:13 +00:00
Nextcloud bot
fdc77e7052
[tx-robot] updated from transifex 2019-06-26 02:14:17 +00:00
Joas Schilling
7b80635b82 Prevent faulty logs from nested setupFS calls
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-06-21 10:03:20 +00:00
Nextcloud bot
c15f612953
[tx-robot] updated from transifex 2019-06-18 02:14:18 +00:00
Nextcloud bot
1d24a06aa5
[tx-robot] updated from transifex 2019-06-17 02:14:18 +00:00
Nextcloud bot
7eeddf458c
[tx-robot] updated from transifex 2019-06-16 02:14:27 +00:00
Nextcloud bot
7bb7fa278f
[tx-robot] updated from transifex 2019-06-14 02:14:49 +00:00
Daniel Kesselberg
c34bdac5ae
Don't notify admins if no potentially over exposing links found
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2019-06-03 21:51:19 +02:00
Nextcloud bot
37ccc9d373
[tx-robot] updated from transifex 2019-05-29 02:14:05 +00:00
Nextcloud bot
942f8fb587
[tx-robot] updated from transifex 2019-05-28 02:14:01 +00:00
Nextcloud bot
9fb3b781cb
[tx-robot] updated from transifex 2019-05-27 02:13:59 +00:00
Nextcloud bot
6cbe8aa83b
[tx-robot] updated from transifex 2019-05-26 02:14:34 +00:00
Nextcloud bot
c5b50c970e
[tx-robot] updated from transifex 2019-05-25 02:14:10 +00:00
Nextcloud bot
91218f3fdc
[tx-robot] updated from transifex 2019-05-24 02:13:59 +00:00
Nextcloud bot
8ab3280236
[tx-robot] updated from transifex 2019-05-23 02:14:06 +00:00
Nextcloud bot
50f7c4f6d0
[tx-robot] updated from transifex 2019-05-21 02:13:48 +00:00
Nextcloud bot
5d5978b5e1
[tx-robot] updated from transifex 2019-05-20 02:13:33 +00:00
Roeland Jago Douma
66f739d85f
DateTime is not yet in 14
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2019-05-16 16:20:49 +02:00
Nextcloud bot
be64907459
[tx-robot] updated from transifex 2019-05-12 00:22:20 +00:00
Nextcloud bot
7c88d77f40
[tx-robot] updated from transifex 2019-05-10 00:13:23 +00:00
Joas Schilling
7b4b2c6186 fix class might be undefined
Co-Authored-By: blizzz <blizzz@arthur-schiwon.de>

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:53:59 +00:00
Arthur Schiwon
c9a0fbef62 remove args from logging of common-spelled methods dependent on class
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:53:58 +00:00
Arthur Schiwon
21ee2db3be remove setup args from logging
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-05-08 13:53:58 +00:00
Nextcloud bot
710be115f9
[tx-robot] updated from transifex 2019-05-05 00:13:22 +00:00
Nextcloud bot
f606d25468
[tx-robot] updated from transifex 2019-05-01 00:13:02 +00:00