summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-02-1814-4/+142
|
* Merge pull request #25449 from nextcloud/backport/25393/stable19Roeland Jago Douma2021-02-171-0/+1
|\ | | | | [stable19] add repair job for unencoded group share uris
| * 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>
* | 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-1712-4/+454
| | | | |
* | | | | [tx-robot] updated from transifexNextcloud bot2021-02-166-2/+74
| |_|/ / |/| | |
* | | | [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-1312-84/+116
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-1210-24/+40
| |/ / |/| |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-112-16/+16
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-102-0/+2
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-094-4/+4
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0812-36/+40
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0716-126/+166
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-068-2/+896
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0514-172/+432
| | |
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0412-58/+152
| | |
* | | [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-02864-1832/+866
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-02-0128-38/+888
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-318-4/+394
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-3024-118/+748
|/
* 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-282-6/+66
|\ | | | | [stable19] respect DB restrictions on number of arguments in statements and queries
| * silence psalm false positiveArthur Schiwon2021-01-151-0/+2
| | | | | | | | 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-2824-22/+158
| |
* | 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-27116-208/+254
|/ /
* | [tx-robot] updated from transifexNextcloud bot2021-01-268-2/+68
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-258-0/+84
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-244-2/+6
| |
* | [tx-robot] updated from transifexNextcloud bot2021-01-2370-38/+74
| |
* | Merge pull request #25277 from nextcloud/backport/25274/stable19Morris Jobke2021-01-221-1/+1
|\ \ | | | | | | [stable19] Do not obtain userFolder of a federated user
| * | Do not obtain userFolder of a federated userRoeland Jago Douma2021-01-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Federated shares are somewhat special. So we can't move the files from the main user and we should try to get it from the intialized root already. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #25262 from nextcloud/backport/25255/stable19Roeland Jago Douma2021-01-221-1/+1
|\ \ \ | |/ / |/| | [stable19] also use storage copy when dav copying directories
| * | also use storage copy when dav copying directoriesRobin Appelman2021-01-211-1/+1
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>