summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* [tx-robot] updated from transifexNextcloud bot2021-04-21172-144/+690
|
* Merge pull request #26653 from nextcloud/psalm/noid/update-baseline/stable21Morris Jobke2021-04-201-104/+5
|\ | | | | [stable21] Update psalm baseline
| * Update baseline on stable21Vincent Petry2021-04-201-104/+5
| | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | Merge pull request #26607 from nextcloud/backport/26252/stable21Morris Jobke2021-04-201-1/+8
|\ \ | |/ |/| [stable21] Add force option to app install command
| * Add force option to app install commandMaxopoly2021-04-171-1/+8
| | | | | | | | Signed-off-by: Maxopoly <max@dermax.org>
* | Merge pull request #26641 from nextcloud/backport/26633/stable21Morris Jobke2021-04-201-1/+1
|\ \ | | | | | | [stable21] Make lookup search explicit
| * | Make lookup search explicitRoeland Jago Douma2021-04-201-1/+1
| | | | | | | | | | | | | | | | | | Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26639 from nextcloud/backport/26551/stable21Roeland Jago Douma2021-04-201-1/+1
|\ \ \ | |/ / |/| | [stable21] ensure redis returns bool for hasKey
| * | ensure redis returns bool for hasKeyArthur Schiwon2021-04-191-1/+1
| | | | | | | | | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #26625 from ↵Morris Jobke2021-04-203-4/+10
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/bugfix/noid/fix-sharemail-empty-password-check [stable21] Fix empty password check for mail shares
| * | | Fix empty password check for mail sharesVincent Petry2021-04-193-4/+10
| | | | | | | | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | | Merge pull request #26636 from nextcloud/backport/26615/stable21Morris Jobke2021-04-201-0/+8
|\ \ \ \ | | | | | | | | | | [stable21] Require read permissions for federated shares
| * | | | Require read permissions for federated sharesRoeland Jago Douma2021-04-191-0/+8
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | Else they end up as weird shares that can't be properly utilized by other parties anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* / | | [tx-robot] updated from transifexNextcloud bot2021-04-2098-96/+556
|/ / /
* | | Merge pull request #26621 from nextcloud/backport/26613/stable21Morris Jobke2021-04-192-10/+23
|\ \ \ | | | | | | | | [stable21] Do not allow adding file drop shares to your own cloud
| * | | Do not allow adding file drop shares to your own cloudRoeland Jago Douma2021-04-192-10/+23
|/ / / | | | | | | | | | | | | | | | | | | There is no reason for this and you can't create such shares normally anyway. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26616 from nextcloud/backport/26614/stable21Morris Jobke2021-04-191-33/+33
|\ \ \ | |/ / |/| | [stable21] Update root.crl due to revoked news.crt
| * | Update root.crl due to revoked news.crtMorris Jobke2021-04-191-33/+33
|/ / | | | | | | | | | | See https://github.com/nextcloud/app-certificate-requests/pull/382 Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | [tx-robot] updated from transifexNextcloud bot2021-04-1936-60/+106
| |
* | [tx-robot] updated from transifexNextcloud bot2021-04-182-2/+2
|/
* [tx-robot] updated from transifexNextcloud bot2021-04-1752-32/+106
|
* Merge pull request #26604 from ↵dependabot-preview[bot]2021-04-161-3/+3
|\ | | | | | | nextcloud/dependabot/npm_and_yarn/stable21/ssri-6.0.2
| * [Security] Bump ssri from 6.0.1 to 6.0.2dependabot-preview[bot]2021-04-161-3/+3
|/ | | | | | | | Bumps [ssri](https://github.com/npm/ssri) from 6.0.1 to 6.0.2. **This update includes a security fix.** - [Release notes](https://github.com/npm/ssri/releases) - [Changelog](https://github.com/npm/ssri/blob/v6.0.2/CHANGELOG.md) - [Commits](https://github.com/npm/ssri/compare/v6.0.1...v6.0.2) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
* Merge pull request #26587 from nextcloud/backport/26581/stable21Roeland Jago Douma2021-04-161-3/+6
|\ | | | | [stable21] Fix constraint violation detection in QB Mapper
| * Fix constraint violation detection in QB MapperJoas Schilling2021-04-161-3/+6
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* [tx-robot] updated from transifexNextcloud bot2021-04-1644-76/+296
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1548-14/+180
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1446-30/+160
|
* Merge pull request #26535 from nextcloud/backport/26521/stable21Roeland Jago Douma2021-04-135-8/+18
|\ | | | | [stable21] Fix accessibility issues on log in screen
| * Fix 'Log in with a device' link focusabilityJan C. Borchardt2021-04-133-4/+6
| | | | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
| * Fix log in button hover/focus feedbackJan C. Borchardt2021-04-131-1/+3
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix password visibility toggle alt text and hover/focus feedbackJan C. Borchardt2021-04-132-3/+9
|/ | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* [tx-robot] updated from transifexNextcloud bot2021-04-13102-108/+118
|
* Merge pull request #26525 from nextcloud/backport/26433/stable21Joas Schilling2021-04-121-0/+11
|\ | | | | [stable21] Limit size of properties to 2048 characters
| * Limit size of properties to 2048 charactersLukas Reschke2021-04-121-0/+11
|/ | | | | | | | | It is unreasonable to expect that one of these fields would be longer than 2048 characters. Whilst some have definitely lower limits (such as for phone numbers or domain names), a upper bound as sanity check makes sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #26514 from nextcloud/backport/26439/stable21Roeland Jago Douma2021-04-122-4/+12
|\ | | | | [stable21] Increase subnet matcher
| * Increase subnet matcherLukas Reschke2021-04-122-4/+12
|/ | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* Merge pull request #26508 from nextcloud/backport/26230/stable21Roeland Jago Douma2021-04-122-2/+2
|\ | | | | [stable21] l10n: Add word user in FederatedShareProvider.php
| * l10n: Add word user in FederatedShareProvider.phpValdnet2021-04-122-2/+2
|/ | | | | | Standardizing text strings with other Nextcloud applications. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* [tx-robot] updated from transifexNextcloud bot2021-04-1288-88/+172
|
* [tx-robot] updated from transifexNextcloud bot2021-04-116-6/+22
|
* [tx-robot] updated from transifexNextcloud bot2021-04-1024-52/+162
|
* [tx-robot] updated from transifexNextcloud bot2021-04-0910-20/+98
|
* Merge pull request #26453 from nextcloud/version/21.0.1/finalv21.0.1Roeland Jago Douma2021-04-081-2/+2
|\ | | | | 21.0.1 final
| * 21.0.1 finalRoeland Jago Douma2021-04-081-2/+2
| | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26459 from nextcloud/backport/26458/stable21Joas Schilling2021-04-081-0/+4
|\ \ | | | | | | [stable21] Show icon-phone when setting is set to private instead of local
| * | Show icon-phone when setting is set to private instead of localJoas Schilling2021-04-081-0/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #26447 from nextcloud/3rdparty/stable21/phpseclib-2.0.31Roeland Jago Douma2021-04-081-0/+0
|\ \ \ | |/ / |/| | [3rdparty][stable21] phpseclib-2.0.31
| * | [3rdparty][stable21] phpseclib-2.0.31Roeland Jago Douma2021-04-081-0/+0
| |/ | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26451 from nextcloud/revert-26326-backport/26070/stable21Roeland Jago Douma2021-04-083-12/+0
|\ \ | |/ |/| Revert "[stable21] add a prefix index to filecache.path"