summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | | | Merge pull request #25385 from nextcloud/backport/25218/stable19Roeland Jago Douma2021-02-171-2/+18
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable19] do not remove valid group shares
| * | | | | | do not remove valid group sharesArthur Schiwon2021-01-291-2/+18
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | | | [tx-robot] updated from transifexNextcloud bot2021-02-1718-16/+466
| | | | | |
* | | | | | Merge pull request #25667 from nextcloud/backport/25661/stable19Christoph Wurst2021-02-161-9/+14
|\ \ \ \ \ \ | | | | | | | | | | | | | | [stable19] Updated CRL
| * | | | | | Updated CRLRoeland Jago Douma2021-02-151-9/+14
| | |_|/ / / | |/| | | | | | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | | | [tx-robot] updated from transifexNextcloud bot2021-02-168-2/+350
|/ / / / /
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-1510-50/+134
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-146-50/+156
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-1314-84/+118
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-1214-46/+66
| |/ / / |/| | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-114-18/+18
| | | |
* | | | Merge pull request #25431 from nextcloud/backport/25424/stable19Roeland Jago Douma2021-02-102-1/+3
|\ \ \ \ | | | | | | | | | | [stable19] Keep direct login active when redirecting
| * | | | Keep direct login active when redirectingJulius Härtl2021-02-092-1/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-104-0/+4
| | | | |
* | | | | Merge pull request #25389 from nextcloud/backport/25302/stable19Roeland Jago Douma2021-02-091-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Use RFC-compliant URL encoding for cookies
| * | | | | Use RFC-compliant URL encoding for cookiesMarco Ziech2021-01-291-1/+1
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | PHP 7.4.2 changed the way how cookies are decoded, applying RFC-compliant raw URL decoding. This leads to a conflict Nextcloud's own cookie encoding, breaking the remember-me function if the UID contains a space character. Fixes #24438 Signed-off-by: Marco Ziech <marco@ziech.net>
* | | | | Merge pull request #25507 from nextcloud/backport/25500/stable19Roeland Jago Douma2021-02-091-1/+2
|\ \ \ \ \ | | | | | | | | | | | | [stable19] fix(translation): replace static error message
| * | | | | revert(comment)Samuel2021-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | | revert(exception): keep throwing an exception for nowSamuel2021-02-051-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Samuel <faust64@gmail.com>
| * | | | | fix(translation): replace static error messageSamuel2021-02-051-1/+2
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | as suggested by @kesselb in nextcloud/server#25490 Signed-off-by: Samuel <faust64@gmail.com>
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-098-4/+8
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-0824-38/+514
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-0732-134/+212
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-0610-4/+898
|/ / / /
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0524-216/+484
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0416-58/+160
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0312-2/+32
| |_|/ |/| |
* | | Merge pull request #25422 from nextcloud/backport/25383/stable19Julius Härtl2021-02-022-2/+10
|\ \ \ | |_|/ |/| | [stable19] Properly handle SMB ACL blocking scanning a directory
| * | Properly handle SMB ACL blocking scanning a directoryJulius Härtl2021-02-012-2/+10
| | | | | | | | | | | | | | | | | | | | | | | | This makes sure that a possible ForbiddenException is properly passed through the storage as a ForbiddenException and can be catched when trying to fetch the quota info of a parent folder Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-021160-3402/+1004
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-02-0130-38/+894
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3120-70/+924
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3038-292/+958
|/
* Merge pull request #25375 from nextcloud/backport/25369/stable19Roeland Jago Douma2021-01-291-1/+1
|\ | | | | [stable19] The objectid is a string
| * The objectid is a stringRoeland Jago Douma2021-01-291-1/+1
| | | | | | | | | | | | | | This allows the query to use the index. Else it has to resort on scanning all the rows. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25367 from nextcloud/backport/25361/stable19Roeland Jago Douma2021-01-291-1/+2
|\ \ | |/ |/| [stable19] fix parameter provided as string not array
| * fix parameter provided as string not arrayArthur Schiwon2021-01-281-1/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2926-64/+1030
|/
* Merge pull request #25121 from nextcloud/backport/25036/stable19blizzz2021-01-284-12/+177
|\ | | | | [stable19] respect DB restrictions on number of arguments in statements and queries
| * CI satisfactionArthur Schiwon2021-01-151-1/+0
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * silence psalm false positiveArthur Schiwon2021-01-151-0/+2
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * DB: warn on parameter number constraintsArthur Schiwon2021-01-152-6/+112
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * respect DB limits limit per statement and queryArthur Schiwon2021-01-152-6/+64
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-01-2830-24/+956
| |
* | Merge pull request #25323 from nextcloud/backport/25310/stable19Roeland Jago Douma2021-01-272-68/+123
|\ \ | | | | | | [stable19] [CalDAV] Validate notified emails
| * | [CalDAV] Validate notified emailsThomas Citharel2021-01-262-68/+123
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | [tx-robot] updated from transifexNextcloud bot2021-01-27120-208/+270
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-01-2610-2/+82
| |
* | Merge pull request #25295 from nextcloud/version/19.0.8/finalv19.0.8Roeland Jago Douma2021-01-251-2/+2
|\ \ | | | | | | 19.0.8
| * | 19.0.8Roeland Jago Douma2021-01-231-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>