summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2019-08-102-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-094-2/+4
|
* Properly return an int in the getId function of the cacheRoeland Jago Douma2019-08-081-1/+1
| | | | | | fixes #16684 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2019-08-084-18/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-08-072-12/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-08-062-6/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-08-052-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-042-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-08-024-2/+6
|
* [tx-robot] updated from transifexNextcloud bot2019-08-014-2/+50
|
* [tx-robot] updated from transifexNextcloud bot2019-07-312-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2019-07-302-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-07-294-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-07-2818-0/+18
|
* Merge pull request #16565 from nextcloud/backport/16555/stable15Roeland Jago Douma2019-07-271-4/+5
|\ | | | | [stable15] use a pattern to identify sensitive config keys
| * treat sensitive config keys by patternArthur Schiwon2019-07-261-4/+5
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2019-07-27124-206/+206
|/
* [tx-robot] updated from transifexNextcloud bot2019-07-262-10/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-07-252-4/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-07-234-0/+12
|
* [tx-robot] updated from transifexNextcloud bot2019-07-224-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2019-07-214-4/+10
|
* [tx-robot] updated from transifexNextcloud bot2019-07-202-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-07-1916-0/+16
|
* Fix File#putContents(string) on ObjectStorageMarcel Klehr2019-07-171-4/+4
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Do not keep searching for recentRoeland Jago Douma2019-07-171-1/+6
| | | | | | | | | | | | | | | | | | | 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>
* [tx-robot] updated from transifexNextcloud bot2019-07-122-6/+22
|
* [tx-robot] updated from transifexNextcloud bot2019-07-092-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2019-07-072-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2019-07-058-0/+64
|
* [tx-robot] updated from transifexNextcloud bot2019-07-0416-0/+138
|
* Merge pull request #16215 from nextcloud/backport/16186/stable15Morris Jobke2019-07-031-11/+33
|\ | | | | [stable15] Better check reshare permissions part2
| * Unify the permission checking in one place onlyJoas Schilling2019-07-031-9/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * Better check reshare permissions when creating a shareJoas Schilling2019-07-031-3/+22
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix notification castingRoeland Jago Douma2019-07-031-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* verify that paths are valid for recursive local moveRobin Appelman2019-06-271-0/+21
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #16083 from nextcloud/backport/15832/stable15Roeland Jago Douma2019-06-262-2/+5
|\ | | | | [stable15] Fix full text search for groupfolders
| * Fix full text search for groupfoldersMorris Jobke2019-06-252-2/+5
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fall back to black for non-color valuesJoas Schilling2019-06-261-0/+5
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2019-06-262-0/+10
|/
* Prevent faulty logs from nested setupFS callsJoas Schilling2019-06-211-2/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2019-06-182-2/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-172-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2019-06-162-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2019-06-14110-754/+772
|
* Don't notify admins if no potentially over exposing links foundDaniel Kesselberg2019-06-031-7/+7
| | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* search files by id in shared storages lastRobin Appelman2019-05-291-0/+8
| | | | | | this prevents unneeded recursion when the file is not in the share Signed-off-by: Robin Appelman <robin@icewind.nl>
* Merge pull request #15771 from nextcloud/backport/15766/stable15Roeland Jago Douma2019-05-292-3/+14
|\ | | | | [stable15] Check for free space on touch
| * Check for free space on touchJulius Härtl2019-05-282-3/+14
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | [tx-robot] updated from transifexNextcloud bot2019-05-294-0/+12
|/