summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Update composer autoloaderMorris Jobke2018-08-241-1/+1
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* [tx-robot] updated from transifexNextcloud bot2018-08-222-30/+34
|
* [tx-robot] updated from transifexNextcloud bot2018-08-212-0/+2
|
* 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>
* [tx-robot] updated from transifexNextcloud bot2018-08-134-0/+8
|
* [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
|
* [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>
* [tx-robot] updated from transifexNextcloud bot2018-07-116-2/+82
|
* [tx-robot] updated from transifexNextcloud bot2018-07-1026-12/+186
|
* [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
|
* Merge pull request #9695 from nextcloud/backport/9692/stable12Morris Jobke2018-06-011-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'tRoeland Jago Douma2018-05-301-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 transifexNextcloud bot2018-06-014-0/+4
| |
* | [tx-robot] updated from transifexNextcloud bot2018-05-314-6/+8
|/
* Merge pull request #9669 from nextcloud/backport/9666/stable12Morris Jobke2018-05-301-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 previewRoeland Jago Douma2018-05-291-0/+6
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2018-05-302-0/+2
|/
* [tx-robot] updated from transifexNextcloud bot2018-05-294-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-284-0/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-2794-188/+188
|
* [tx-robot] updated from transifexNextcloud bot2018-05-262-4/+4
|
* [tx-robot] updated from transifexNextcloud bot2018-05-252-0/+6
|
* Always set the request language to the force languageRoeland Jago Douma2018-05-241-6/+5
| | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* make sure force language is reflected in html lang attributeGeorg Ehrke2018-05-241-0/+6
| | | | Signed-off-by: Georg Ehrke <developer@georgehrke.com>