Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-22 | 2 | -30/+34 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-21 | 2 | -0/+2 | |
| | ||||||
* | Merge pull request #10762 from ↵ | blizzz | 2018-08-20 | 1 | -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 filecache | Morris Jobke | 2018-08-20 | 1 | -1/+1 | |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | | Make sure error_log() always receives a string | Joas Schilling | 2018-08-20 | 1 | -0/+3 | |
|/ | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | |||||
* | Update the scope of the lockdownmanager | Roeland Jago Douma | 2018-08-14 | 1 | -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-13 | blizzz | 2018-08-13 | 1 | -14/+7 | |
|\ | | | | | [13] use insertIfNotExists to store new mimetypes. | |||||
| * | use insertIfNotExists to store new mimetypes. | Robin Appelman | 2018-08-09 | 1 | -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 transifex | Nextcloud bot | 2018-08-13 | 4 | -0/+8 | |
| | | ||||||
* | | make file cache updates more robust | Bjoern Schiessle | 2018-08-08 | 1 | -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 transifex | Nextcloud bot | 2018-08-08 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-07 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-06 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-04 | 6 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-03 | 106 | -106/+114 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-02 | 18 | -18/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-31 | 2 | -0/+6 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-28 | 4 | -0/+16 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-27 | 6 | -0/+72 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-26 | 12 | -2/+56 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-25 | 94 | -94/+94 | |
| | ||||||
* | Do scan the root storage in background scan | Robin Appelman | 2018-07-24 | 1 | -5/+0 | |
| | | | | Signed-off-by: Robin Appelman <robin@icewind.nl> | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-23 | 2 | -0/+2 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-19 | 4 | -0/+8 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-16 | 4 | -0/+20 | |
| | ||||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-12 | 2 | -12/+14 | |
| | ||||||
* | Sanitize parameters in createSessionToken() while logging | Morris Jobke | 2018-07-11 | 1 | -0/+1 | |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | |||||
* | Merge pull request #10170 from nextcloud/backport/9823/stable13 | Morris Jobke | 2018-07-11 | 5 | -6/+41 | |
|\ | | | | | [stable13] Allow updating the token on session regeneration | |||||
| * | Allow updating the token on session regeneration | Roeland Jago Douma | 2018-07-09 | 5 | -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/stable13 | John Molakvoæ | 2018-07-11 | 1 | -1/+1 | |
|\ \ | | | | | | | [stable13] Request a valid property for DAV opendir | |||||
| * | | Request a valid property for DAV opendir | Roeland Jago Douma | 2018-07-09 | 1 | -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-13 | Morris Jobke | 2018-07-11 | 1 | -2/+8 | |
|\ \ | | | | | | | [13] prevent lock values from going negative with memcache backend | |||||
| * | | prevent lock values from going negative with memcache backend | Robin Appelman | 2018-07-10 | 1 | -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 transifex | Nextcloud bot | 2018-07-11 | 6 | -2/+82 | |
| | | | ||||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-07-10 | 26 | -12/+186 | |
| |/ |/| | ||||||
* | | Merge pull request #10121 from nextcloud/stable13-allow-disable-encryption | Morris Jobke | 2018-07-09 | 1 | -2/+6 | |
|\ \ | |/ |/| | [stable13] allow to disable encryption | |||||
| * | allow to disable encryption | Bjoern Schiessle | 2018-07-05 | 1 | -2/+6 | |
| | | | | | | | | Signed-off-by: Bjoern Schiessle <bjoern@schiessle.org> | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-29 | 8 | -0/+8 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-28 | 2 | -0/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-27 | 8 | -0/+16 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-21 | 6 | -2/+72 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-20 | 2 | -0/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-19 | 2 | -2/+74 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-17 | 2 | -0/+6 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-16 | 2 | -4/+4 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-15 | 2 | -2/+2 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-14 | 112 | -324/+324 | |
| | | ||||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-12 | 2 | -0/+2 | |
| | | ||||||
* | | Make the token expiration also work for autocasting 0 | Roeland Jago Douma | 2018-06-08 | 1 | -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 transifex | Nextcloud bot | 2018-06-08 | 2 | -0/+32 | |
| | |