Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Collapse)Author
2018-07-12[tx-robot] updated from transifexNextcloud bot
2018-07-11Sanitize parameters in createSessionToken() while loggingMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-07-11[tx-robot] updated from transifexNextcloud bot
2018-07-10[tx-robot] updated from transifexNextcloud bot
2018-06-29[tx-robot] updated from transifexNextcloud bot
2018-06-28[tx-robot] updated from transifexNextcloud bot
2018-06-27[tx-robot] updated from transifexNextcloud bot
2018-06-21[tx-robot] updated from transifexNextcloud bot
2018-06-20[tx-robot] updated from transifexNextcloud bot
2018-06-19[tx-robot] updated from transifexNextcloud bot
2018-06-17[tx-robot] updated from transifexNextcloud bot
2018-06-16[tx-robot] updated from transifexNextcloud bot
2018-06-15[tx-robot] updated from transifexNextcloud bot
2018-06-14[tx-robot] updated from transifexNextcloud bot
2018-06-12[tx-robot] updated from transifexNextcloud bot
2018-06-08Make the token expiration also work for autocasting 0Roeland Jago Douma
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>
2018-06-08[tx-robot] updated from transifexNextcloud bot
2018-06-01Merge pull request #9695 from nextcloud/backport/9692/stable12Morris Jobke
[stable12] Make sure the log doesn't try to read from PUT if it can't
2018-06-01[tx-robot] updated from transifexNextcloud bot
2018-05-31[tx-robot] updated from transifexNextcloud bot
2018-05-30Make sure the log doesn't try to read from PUT if it can'tRoeland Jago Douma
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>
2018-05-30Merge pull request #9669 from nextcloud/backport/9666/stable12Morris Jobke
[stable12] Make sure the file is readable before attempting to create a preview
2018-05-30[tx-robot] updated from transifexNextcloud bot
2018-05-29Make sure the file is readable before attempting to create a previewRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-29[tx-robot] updated from transifexNextcloud bot
2018-05-28[tx-robot] updated from transifexNextcloud bot
2018-05-27[tx-robot] updated from transifexNextcloud bot
2018-05-26[tx-robot] updated from transifexNextcloud bot
2018-05-25[tx-robot] updated from transifexNextcloud bot
2018-05-24Always set the request language to the force languageRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-24make sure force language is reflected in html lang attributeGeorg Ehrke
Signed-off-by: Georg Ehrke <developer@georgehrke.com>
2018-05-24[tx-robot] updated from transifexNextcloud bot
2018-05-23cleanup locks in scanner on errorRobin Appelman
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-05-23Properly set expires to NULL when creating a tokenRoeland Jago Douma
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-23Certain tokens can expireRoeland Jago Douma
However due to the nature of what we store in the token (encrypted passwords etc). We can't just delete the tokens because that would make the oauth refresh useless. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-23Allow the rotation of tokensRoeland Jago Douma
This for example will allow rotating the apptoken for oauth Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2018-05-23[tx-robot] updated from transifexNextcloud bot
2018-05-22[tx-robot] updated from transifexNextcloud bot
2018-05-20[tx-robot] updated from transifexNextcloud bot
2018-05-18[tx-robot] updated from transifexNextcloud bot
2018-05-17[tx-robot] updated from transifexNextcloud bot
2018-05-14[tx-robot] updated from transifexNextcloud bot
2018-05-12[tx-robot] updated from transifexNextcloud bot
2018-05-11[tx-robot] updated from transifexNextcloud bot
2018-05-10[tx-robot] updated from transifexNextcloud bot
2018-05-09[tx-robot] updated from transifexNextcloud bot
2018-04-27[tx-robot] updated from transifexNextcloud bot
2018-04-22[tx-robot] updated from transifexNextcloud bot
2018-04-21[tx-robot] updated from transifexNextcloud bot
2018-04-19Merge pull request #9232 from nextcloud/12-9205Roeland Jago Douma
[stable12] Provide an option to disable HTML emails