aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #25710 from nextcloud/backport/25707/stable19Joas Schilling2021-02-232-4/+7
|\ | | | | [stable19] Send emails on password reset to the displayname
| * Send emails on password reset to the displaynameJoas Schilling2021-02-182-4/+7
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-2344-278/+676
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2124-24/+252
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2012-12/+58
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-194-2/+8
| |
* | Merge pull request #25495 from nextcloud/version/19.0.9/RC1v19.0.9RC1Roeland Jago Douma2021-02-181-2/+2
|\ \ | |/ |/| 19.0.9 RC1
| * 19.0.9 RC1Roeland Jago Douma2021-02-051-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #25704 from nextcloud/backport/25700/stable19Roeland Jago Douma2021-02-181-1/+1
|\ \ | | | | | | [stable19] Initialize \OCP\AppFramework\Http\ZipResponse::$resources
| * | Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-1822-6/+226
|/ /
* | Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-176-1/+340
|\ \ | | | | | | [stable19] add repair job for unencoded group share uris
| * | adjust applicable versionArthur Schiwon2021-02-172-2/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | compatibility to Nc 19Arthur Schiwon2021-02-173-5/+5
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add missing changes from backport sourceArthur Schiwon2021-02-172-2/+3
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | test: adjust expectationArthur Schiwon2021-02-021-3/+2
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | show suggestion to clean up possible invalid shares laterArthur Schiwon2021-02-021-0/+6
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | take into account that UNIQUE index might not work as expectedArthur Schiwon2021-02-021-0/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * | add repair job for unencoded calendarsArthur Schiwon2021-02-025-0/+332
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #25380 from nextcloud/backport/25101/stable19blizzz2021-02-172-1/+45
|\ \ \ | | | | | | | | [stable19] LDAP: make actually use of batch read known groups
| * | | really use known groupsArthur Schiwon2021-02-172-1/+45
| | | | | | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | | Merge pull request #25652 from nextcloud/backport/25594/stable19Roeland Jago Douma2021-02-173-3/+3
|\ \ \ \ | | | | | | | | | | [stable19] Use ownerDisplayName for SharingEntry Tooltip
| * | | | Use ownerDisplayName for SharingEntry TooltipDan VerWeire2021-02-173-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Some NC installations may use a LDAP UUID for the username. If that is the case, then the tooltip for who a file/folder was shared by may say something like `Shared with Steve McQueen (smqueen@yada.com) by FKDJ39-38D794JG-4398GJODF9H3G-4534`. This commit changes the value showed for the owner to the full display name. Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | | | Merge pull request #25593 from nextcloud/backport/25582/stable19Roeland Jago Douma2021-02-172-0/+19
|\ \ \ \ \ | | | | | | | | | | | | [stable19] Do not send imip email to invalid recipients
| * | | | | Do not send imip email to invalid recipientsChristoph Wurst2021-02-172-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | | 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
| | | |