summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* | Merge pull request #25957 from nextcloud/backport/25932/stable19Roeland Jago Douma2021-03-061-1/+1
|\ \ | | | | | | [stable19] Skip empty obsolete owner when adding to own NC
| * | Skip empty obsolete owner when adding to own NCVincent Petry2021-03-051-1/+1
| |/ | | | | | | | | | | | | | | | | The owner field is nowadays always empty when adding a federated share using "Add to your Nextcloud", so don't check for it. Fixes an issue where "Add to your Nextcloud" doesn't add anything. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* / [tx-robot] updated from transifexNextcloud bot2021-03-0648-194/+626
|/
* Merge pull request #25845 from nextcloud/backport/25757/stable19Roeland Jago Douma2021-03-051-16/+22
|\ | | | | [stable19] fix detecting cyclic group memberships
| * fix detecting cyclic group membershipsArthur Schiwon2021-03-031-16/+22
| | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-03-0518-8/+134
| |
* | [tx-robot] updated from transifexNextcloud bot2021-03-0454-168/+296
|/
* Merge pull request #25901 from nextcloud/backport/25860/stable19Roeland Jago Douma2021-03-031-3/+6
|\ | | | | [stable19] do not die after LDAP auth failed with expired acc
| * do not die after LDAP auth failed with expired accArthur Schiwon2021-03-021-3/+6
| | | | | | | | | | | | - some servers return error code 53 Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | [tx-robot] updated from transifexNextcloud bot2021-03-0348-40/+488
|/
* Merge pull request #25859 from nextcloud/backport/25856/stable19kesselb2021-03-021-1/+1
|\ | | | | [stable19] Card::getOwner should return the actual value
| * Card::getOwner should return the actual valueRoeland Jago Douma2021-03-011-1/+1
| | | | | | | | | | | | | | I guess we never call this at runtime or it would already ahve done boom very loudly. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-03-02226-2770/+2840
|/
* Merge pull request #25849 from nextcloud/backport/25715/stable19Roeland Jago Douma2021-03-011-1/+1
|\ | | | | [stable19] Bump the ca location
| * Bump the ca locationRoeland Jago Douma2021-03-011-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25741 from nextcloud/backport/25602/stable19Roeland Jago Douma2021-03-013-8/+23
|\ | | | | [stable19] Avoid creating two share links when password is enforced
| * Avoid creating two share links when password is enforcedJulius Härtl2021-03-013-8/+23
| | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | [tx-robot] updated from transifexNextcloud bot2021-03-0118-20/+90
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2822-98/+124
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2718-68/+240
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2632-242/+584
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-2526-64/+680
| |
* | Merge pull request #25720 from nextcloud/version/19.0.9/finalv19.0.9Roeland Jago Douma2021-02-241-2/+2
|\ \ | | | | | | 19.0.9 final
| * | 19.0.9 finalRoeland Jago Douma2021-02-191-2/+2
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-2432-348/+412
| | |
* | | 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>