summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Initialize \OCP\AppFramework\Http\ZipResponse::$resourcesChristoph Wurst2021-02-171-1/+1
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #25650 from nextcloud/backport/25594/stable21Christoph Wurst2021-02-173-3/+3
|\ | | | | [stable21] Use ownerDisplayName for SharingEntry Tooltip
| * Use ownerDisplayName for SharingEntry TooltipDan VerWeire2021-02-163-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 #25688 from nextcloud/backport/25440/stable21Roeland Jago Douma2021-02-177-39/+107
|\ \ | | | | | | [stable21] Cache the user backend info for 5mins
| * | Cache the user backend info for 300sJoas Schilling2021-02-177-39/+107
|/ / | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [tx-robot] updated from transifexNextcloud bot2021-02-1722-18/+482
| |
* | Merge pull request #25665 from nextcloud/backport/25661/stable21Christoph Wurst2021-02-161-9/+14
|\ \ | | | | | | [stable21] 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-1610-2/+416
| |
* | Merge pull request #25662 from nextcloud/backport/25655/stable21Roeland Jago Douma2021-02-151-2/+2
|\ \ | |/ |/| [stable21] Fix app icon list in dark mode
| * Fix app icon list in dark modeJoas Schilling2021-02-151-2/+2
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #25624 from nextcloud/backport/25612/stable21Roeland Jago Douma2021-02-151-3/+3
|\ | | | | [stable21] Make new result parts optional
| * Make new result parts optionalJoas Schilling2021-02-131-3/+3
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | [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-1316-86/+120
|
* Merge pull request #25579 from nextcloud/backport/25299/stable21Roeland Jago Douma2021-02-123-2/+2
|\ | | | | [stable21] favicon-touch image corners
| * Update manifest.jsonElsie Hupp2021-02-111-1/+1
| | | | | | | | | | | | Updated dimensions of favicon-touch.png Signed-off-by: Elsie Hupp <github@elsiehupp.com>
| * Update favicon-touch.pngElsie Hupp2021-02-111-0/+0
| | | | | | | | | | | | removed rounded corners and increased size (exported from SVG) Signed-off-by: Elsie Hupp <github@elsiehupp.com>
| * Remove rounded cornerselsiehupp2021-02-111-1/+1
| | | | | | | | | | | | `apple-touch-icon` expects squared corners; only `apple-touch-icon-precomposed` expects pre-rounded corners. iOS and browsers apply their own corner radii to `apple-touch-icon`. Signed-off-by: Elsie Hupp <github@elsiehupp.com>
* | Merge pull request #25591 from nextcloud/backport/25582/stable21Roeland Jago Douma2021-02-122-0/+19
|\ \ | | | | | | [stable21] Do not send imip email to invalid recipients
| * | Do not send imip email to invalid recipientsChristoph Wurst2021-02-112-0/+19
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-1220-48/+100
|/ /
* | Merge pull request #25586 from nextcloud/backport/25576/stable21Roeland Jago Douma2021-02-111-1/+1
|\ \ | |/ |/| [stable21] Fix WebP availability check
| * Fix WebP availability checkRoeland Jago Douma2021-02-111-1/+1
|/ | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Merge pull request #25488 from nextcloud/version/21/rc2v21.0.0RC2Roeland Jago Douma2021-02-111-2/+2
|\ | | | | Version/21/rc2
| * 21 RC2Roeland Jago Douma2021-02-051-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | [tx-robot] updated from transifexNextcloud bot2021-02-116-18/+28
| |
* | [tx-robot] updated from transifexNextcloud bot2021-02-108-2/+74
| |
* | Merge pull request #25450 from nextcloud/backport/25393/stable21Roeland Jago Douma2021-02-096-1/+340
|\ \ | | | | | | [stable21] add repair job for unencoded group share uris
| * | 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-1/+334
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | [tx-robot] updated from transifexNextcloud bot2021-02-098-4/+8
| | |
* | | Merge pull request #25522 from nextcloud/backport/25503/stable21Vincent Petry2021-02-083-2/+3
|\ \ \ | | | | | | | | [stable21] Sharing dropdown now opens below
| * | | Sharing dropdown now opens belowVincent Petry2021-02-063-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes an issue where the dropdown list was not visible on small screens as it would appear above the field and be hidden behind the container border. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0824-38/+514
| | | |
* | | | [tx-robot] updated from transifexNextcloud bot2021-02-0736-140/+218
|/ / /
* | | [tx-robot] updated from transifexNextcloud bot2021-02-0614-4/+926
| | |
* | | Merge pull request #25496 from nextcloud/backport/25487/stable21Roeland Jago Douma2021-02-051-0/+8
|\ \ \ | | | | | | | | [stable21] Log deprecation notice of GenericEventWrapper just once
| * | | Log deprecation notice of GenericEventWrapper just onceChristoph Wurst2021-02-051-0/+8
| | | | | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | Merge pull request #25451 from nextcloud/backport/24700/stable21Roeland Jago Douma2021-02-051-1/+5
|\ \ \ \ | |/ / / |/| | | [stable21] Resolves #24699, Support ES2 and ECS instance providers for S3 buckets
| * | | Fix failing testsJames Letendre2021-02-021-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | | Add web identity provider to S3 connection chainJames Letendre2021-02-021-13/+4
| | | | | | | | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | | Replace defaultProvider with explicit calls to exclude user home directory ↵James Letendre2021-02-021-1/+15
| | | | | | | | | | | | | | | | | | | | | | | | lookup Signed-off-by: James Letendre <james.letendre@gmail.com>
| * | | Resolves #24699, Support ES2 and ECS instance providers for S3 bucketsJames Letendre2021-02-021-2/+1
| |/ / | | | | | | | | | Signed-off-by: James Letendre <james.letendre@gmail.com>
* | | Merge pull request #25476 from nextcloud/backport/25443/stable21Roeland Jago Douma2021-02-053-5/+5
|\ \ \ | | | | | | | | [stable21] Make user list pagination more tolerant
| * | | Make user list pagination more tolerantVincent Petry2021-02-043-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In case the server returns more results than expected by the limit, it is now still interpreted as there being more results to query. This situation can happen when there are multiple user backends in place. Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #25478 from nextcloud/backport/25441/stable21Roeland Jago Douma2021-02-053-5/+10
|\ \ \ \ | |_|_|/ |/| | | [stable21] Fix duplicate tag info view registration