Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update composer autoloader | Morris Jobke | 2018-08-24 | 1 | -1/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | [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 |
| | |||||
* | 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> | ||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-08-13 | 4 | -0/+8 |
| | |||||
* | [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 |
| | |||||
* | [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> | ||||
* | [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 |
| | |||||
* | [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 |
| | |||||
* | Merge pull request #9695 from nextcloud/backport/9692/stable12 | Morris Jobke | 2018-06-01 | 1 | -1/+9 |
|\ | | | | | [stable12] 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 #9669 from nextcloud/backport/9666/stable12 | Morris Jobke | 2018-05-30 | 1 | -0/+6 |
|\ | | | | | [stable12] 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 |
|/ | |||||
* | [tx-robot] updated from transifex | Nextcloud bot | 2018-05-29 | 4 | -0/+4 |
| | |||||
* | [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> |