Commit Graph

16506 Commits

Author SHA1 Message Date
Arthur Schiwon be25caeffb set a storage availability delay on auth issues to avoid lock out
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
2019-09-09 14:52:16 +00:00
Nextcloud bot 4136e1f36c
[tx-robot] updated from transifex 2019-09-08 02:16:56 +00:00
Nextcloud bot 7528c849d9
[tx-robot] updated from transifex 2019-09-06 02:15:17 +00:00
Nextcloud bot 4b951bf72a
[tx-robot] updated from transifex 2019-09-03 02:15:20 +00:00
Nextcloud bot ad4ac73a20
[tx-robot] updated from transifex 2019-08-30 02:15:27 +00:00
Nextcloud bot 0a251076bb
[tx-robot] updated from transifex 2019-08-28 02:15:42 +00:00
Roeland Jago Douma 27c9519381
Merge pull request #16825 from nextcloud/backport/16808/stable15
[stable15] Undefined variable response when server is no nextcloud anymore
2019-08-22 16:14:31 +02:00
Nextcloud bot e996a3bdde
[tx-robot] updated from transifex 2019-08-22 02:14:48 +00:00
Joas Schilling 8544be0867 Undefined variable response when server is no nextcloud anymore
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-21 14:07:42 +00:00
Joas Schilling c79156146b Filter more configs
Signed-off-by: Joas Schilling <coding@schilljs.com>
2019-08-20 07:03:38 +00:00
Nextcloud bot fc445242f9
[tx-robot] updated from transifex 2019-08-20 02:15:03 +00:00
Nextcloud bot fecc8736ef
[tx-robot] updated from transifex 2019-08-19 02:15:11 +00:00
Nextcloud bot b06bd254d1
[tx-robot] updated from transifex 2019-08-18 02:15:54 +00:00
Nextcloud bot c1f0ff0746
[tx-robot] updated from transifex 2019-08-17 02:15:16 +00:00
Nextcloud bot a8a5594dbe
[tx-robot] updated from transifex 2019-08-15 02:14:49 +00:00
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