summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
...
* [tx-robot] updated from transifexNextcloud bot2018-08-222-30/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-08-212-0/+2
|
* Merge pull request #10762 from ↵blizzz2018-08-201-1/+1
|\ | | | | | | | | nextcloud/backport/10260/improved-sql-for-fetching-quota [stable13] Use the path_hash instead of the path to query the filecache
| * Use the path_hash instead of the path to query the filecacheMorris Jobke2018-08-201-1/+1
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Make sure error_log() always receives a stringJoas Schilling2018-08-201-0/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Update the scope of the lockdownmanagerRoeland Jago Douma2018-08-141-0/+3
| | | | | | We have the token anyway. So better the scope as well. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #10620 from nextcloud/mimetype-insert-if-not-exists-13blizzz2018-08-131-14/+7
|\ | | | | [13] use insertIfNotExists to store new mimetypes.
| * use insertIfNotExists to store new mimetypes.Robin Appelman2018-08-091-14/+7
| | | | | | | | | | | | Also throw an error if we can't find the mimetype after insert Signed-off-by: Robin Appelman <robin@icewind.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-08-134-0/+8
| |
* | make file cache updates more robustBjoern Schiessle2018-08-081-2/+17
|/ | | | | | only update the encrypted version after the write operation is finished and the stream is closed Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* [tx-robot] updated from transifexNextcloud bot2018-08-082-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-072-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-062-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-08-046-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-08-03106-106/+114
|
* [tx-robot] updated from transifexNextcloud bot2018-08-0218-18/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-312-0/+6
|
* [tx-robot] updated from transifexNextcloud bot2018-07-284-0/+16
|
* [tx-robot] updated from transifexNextcloud bot2018-07-276-0/+72
|
* [tx-robot] updated from transifexNextcloud bot2018-07-2612-2/+56
|
* [tx-robot] updated from transifexNextcloud bot2018-07-2594-94/+94
|
* Do scan the root storage in background scanRobin Appelman2018-07-241-5/+0
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* [tx-robot] updated from transifexNextcloud bot2018-07-232-0/+2
|
* [tx-robot] updated from transifexNextcloud bot2018-07-194-0/+8
|
* [tx-robot] updated from transifexNextcloud bot2018-07-164-0/+20
|
* [tx-robot] updated from transifexNextcloud bot2018-07-122-12/+14
|
* Sanitize parameters in createSessionToken() while loggingMorris Jobke2018-07-111-0/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Merge pull request #10170 from nextcloud/backport/9823/stable13Morris Jobke2018-07-115-6/+41
|\ | | | | [stable13] Allow updating the token on session regeneration
| * Allow updating the token on session regenerationRoeland Jago Douma2018-07-095-6/+41
| | | | | | | | | | | | | | Sometimes when we force a session regeneration we want to update the current token for this session. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #10169 from nextcloud/backport/9955/stable13John Molakvoæ2018-07-111-1/+1
|\ \ | | | | | | [stable13] Request a valid property for DAV opendir
| * | Request a valid property for DAV opendirRoeland Jago Douma2018-07-091-1/+1
| |/ | | | | | | | | | | | | | | Apperently Sabre and Onedrive are not friends when requesting a single 404 property. I need to dig deeper on why this is. Anyways requesting a valid property makes it work like a charm. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #10180 from nextcloud/lock-negative-13Morris Jobke2018-07-111-2/+8
|\ \ | | | | | | [13] prevent lock values from going negative with memcache backend
| * | prevent lock values from going negative with memcache backendRobin Appelman2018-07-101-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | This can be caused by the code releasing more locks then it acquires, once the lock value becomes negative it's likely that it will never be able to change into an exclusive lock again. Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | [tx-robot] updated from transifexNextcloud bot2018-07-116-2/+82
| | |
* | | [tx-robot] updated from transifexNextcloud bot2018-07-1026-12/+186
| |/ |/|
* | Merge pull request #10121 from nextcloud/stable13-allow-disable-encryptionMorris Jobke2018-07-091-2/+6
|\ \ | |/ |/| [stable13] allow to disable encryption
| * allow to disable encryptionBjoern Schiessle2018-07-051-2/+6
| | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org>
* | [tx-robot] updated from transifexNextcloud bot2018-06-298-0/+8
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-282-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-278-0/+16
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-216-2/+72
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-202-0/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-192-2/+74
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-172-0/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-162-4/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-152-2/+2
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-14112-324/+324
| |
* | [tx-robot] updated from transifexNextcloud bot2018-06-122-0/+2
| |
* | Make the token expiration also work for autocasting 0Roeland Jago Douma2018-06-081-1/+1
| | | | | | | | | | | | | | Some bad databases don't respect the default null apprently. Now even if they cast it to 0 it should work just fine. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-06-082-0/+32
| |