summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #7148 from nextcloud/rename-locks-stable11Morris Jobke2017-11-271-78/+83
|\ | | | | Unlock files even if an exception occurs (stable11)
| * Unlock files even if an exception occursKristof Hamann2017-11-121-78/+83
| | | | | | | | Signed-off-by: Kristof Hamann <korelstar@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-202-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-162-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2017-11-122-8/+8
|/
* [tx-robot] updated from transifexNextcloud bot2017-11-1112-36/+2606
|
* [tx-robot] updated from transifexNextcloud bot2017-11-1012-0/+2588
|
* [tx-robot] updated from transifexNextcloud bot2017-11-0948-46/+524
|
* [tx-robot] updated from transifexNextcloud bot2017-11-072-0/+516
|
* [tx-robot] updated from transifexNextcloud bot2017-11-064-64/+84
|
* [tx-robot] updated from transifexNextcloud bot2017-11-034-0/+1032
|
* Merge pull request #7023 from aimakun/dev-issue-6991Roeland Jago Douma2017-11-023-3/+3
|\ | | | | Fix mismatch method signature in Nextcloud 11
| * Issue #6991: Fix mismatch copyFromStorage method signature between ↵aimakun2017-11-013-3/+3
| | | | | | | | | | | | \OC\Files\Storage\Common and its child classes Signed-off-by: Teerapong Kraiamornchai <aima.kun@gmail.com>
* | [tx-robot] updated from transifexNextcloud bot2017-11-012-0/+18
|/
* [tx-robot] updated from transifexNextcloud bot2017-10-312-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-10-294-2/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-10-272-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2017-10-262-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-10-254-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-10-246-0/+558
|
* Fix future time spansdartcafe2017-10-221-9/+45
| | | | Signed-off-by: dartcafe <github@dartcafe.de>
* [tx-robot] updated from transifexNextcloud bot2017-10-222-0/+38
|
* [tx-robot] updated from transifexNextcloud bot2017-10-214-0/+36
|
* [tx-robot] updated from transifexNextcloud bot2017-10-202-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-194-0/+18
|
* [tx-robot] updated from transifexNextcloud bot2017-10-1814-0/+118
|
* [tx-robot] updated from transifexNextcloud bot2017-10-172-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-144-2/+144
|
* [tx-robot] updated from transifexNextcloud bot2017-10-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-10-046-12/+16
|
* [tx-robot] updated from transifexNextcloud bot2017-10-032-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2017-09-302-4/+4
|
* Merge pull request #6695 from nextcloud/11_3794Joas Schilling2017-09-291-19/+1
|\ | | | | MP3 without cover don't get a preview
| * MP3 without cover don't get a previewRoeland Jago Douma2017-09-281-19/+1
| | | | | | | | | | | | | | | | | | | | * Fixes #2739 It tries to create an image from an SVG file. Which we don't support. So this fails and prints an log line. Then we fall back anyways to the 404 and fetch the default icon. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2017-09-2916-0/+16
|/
* [tx-robot] updated from transifexNextcloud bot2017-09-284-2/+4
|
* don't pass User object when uid string is expectedArthur Schiwon2017-09-271-1/+2
| | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* [tx-robot] updated from transifexNextcloud bot2017-09-272-2/+2
|
* Fix function builderRobin Appelman2017-09-221-0/+1
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add brackets around concat statements so comparing the result works as intendedJoas Schilling2017-09-222-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix version for repair stepRobin Appelman2017-09-223-4/+14
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* rename fun to funcRobin Appelman2017-09-222-2/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add function builder to the query builderRobin Appelman2017-09-227-0/+255
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Add MD5() to sqliteRobin Appelman2017-09-221-0/+3
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* chunk getting invalid paths and reuse queriesRobin Appelman2017-09-221-27/+61
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* use a generator instead of fetching all rows at onceRobin Appelman2017-09-221-2/+9
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* adjust to moved repair stepRobin Appelman2017-09-222-2/+6
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Run repair step only onceMorris Jobke2017-09-224-4/+10
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Add repair step for invalid pathsRobin Appelman2017-09-222-1/+124
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>