Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |
| | | |||||
* | | Fix syntax for php5.6 | Christoph Wurst | 2018-06-04 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Fix local users check in contacts menu | Christoph Wurst | 2018-06-04 | 1 | -1/+2 |
| | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | | Merge pull request #9694 from nextcloud/backport/9692/stable13 | Morris Jobke | 2018-06-01 | 1 | -1/+9 |
|\ \ | | | | | | | [stable13] Make sure the log doesn't try to read from PUT if it can't | ||||
| * | | Make sure the log doesn't try to read from PUT if it can't | Roeland Jago Douma | 2018-05-30 | 1 | -1/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If a PUT request comes in that is not JSON or from encoded. Then we can only read it (exactly) once. If that is the case we must assume no shared secret is set. If we don't then we either are the first to read it, thus causing the real read of the data to fail. Or we are later and then it throws an exception (also failing the request). Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-06-01 | 4 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-31 | 4 | -6/+8 |
|/ / | |||||
* | | Merge pull request #9668 from nextcloud/backport/9666/stable13 | Morris Jobke | 2018-05-30 | 1 | -0/+6 |
|\ \ | | | | | | | [stable13] Make sure the file is readable before attempting to create a preview | ||||
| * | | Make sure the file is readable before attempting to create a preview | Roeland Jago Douma | 2018-05-29 | 1 | -0/+6 |
| | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-30 | 2 | -0/+2 |
|/ / | |||||
* | | Merge pull request #9651 from nextcloud/backport/9271/stable13 | Morris Jobke | 2018-05-29 | 2 | -4/+2 |
|\ \ | | | | | | | [stable13] Fix undefined variables | ||||
| * | | Remove a check for an unused variable | Morris Jobke | 2018-05-29 | 1 | -3/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | Left over from a refactoring https://github.com/nextcloud/server/pull/1940 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
| * | | Fix undefined variable - found by Phan | Morris Jobke | 2018-05-29 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | | Make LargeFileHelper.php faster by avoiding execs as much as possible | marco44 | 2018-05-29 | 1 | -6/+14 |
|/ / | | | | | | | Signed-off-by: Marc Cousin <cousinmarc@gmail.com> | ||||
* | | Merge pull request #9620 from nextcloud/backport/9576/stable13 | Morris Jobke | 2018-05-29 | 1 | -0/+3 |
|\ \ | | | | | | | [stable13] Emit event when running ./occ db:add-missing-indices | ||||
| * | | Emit event when running ./occ db:add-missing-indices | Roeland Jago Douma | 2018-05-28 | 1 | -0/+3 |
| | | | | | | | | | | | | | | | | | | | | | This allows apps to listen to this event in order to also update indecies there. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 4 | -0/+4 |
| | | | |||||
* | | | Merge pull request #9622 from nextcloud/backport/9475/stable13 | Morris Jobke | 2018-05-28 | 2 | -0/+12 |
|\ \ \ | | | | | | | | | [stable13] Delete the previews when a version is restored | ||||
| * | | | Delete the previews when a version is restored | Roeland Jago Douma | 2018-05-26 | 2 | -0/+12 |
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #9469 When a version of a file is restored the previews are no longer valid. Thus we should remove them so they are regenerated. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-28 | 4 | -0/+4 |
| | | | |||||
* | | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-27 | 94 | -188/+188 |
|/ / | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-26 | 2 | -4/+4 |
| | | |||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-25 | 2 | -0/+6 |
| | | |||||
* | | Always set the request language to the force language | Roeland Jago Douma | 2018-05-24 | 1 | -6/+5 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | make sure force language is reflected in html lang attribute | Georg Ehrke | 2018-05-24 | 1 | -0/+6 |
| | | | | | | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com> | ||||
* | | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-24 | 2 | -2/+6 |
| | |