summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Only check translations insteda of the full fileJoas Schilling2021-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix PHP CSJoas Schilling2021-04-201-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correclty use plural for share exceptionJoas Schilling2021-04-201-2/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Correctly replace all PHP placeholders with the parametersJoas Schilling2021-04-203-6/+29
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix languages that miss a string in the translationJoas Schilling2021-04-201-7/+16
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Add a check for the pipe characterJoas Schilling2021-04-202-0/+11
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* "Symfony\Component\Translation\PluralizationRules" is deprecatedJoas Schilling2021-04-202-40/+23
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #26550 from ↵Morris Jobke2021-04-204-24/+137
|\ | | | | | | | | nextcloud/fix/noid/prefer-cloudshare-over-mail-take2 hide mail share if a cloud share is possible – backend only solution
| * save a whitespace todayblizzz2021-04-201-1/+1
| | | | | | | | | | Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com> Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
| * ignore mail shares of related remote share resultsArthur Schiwon2021-04-204-24/+137
|/ | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* Merge pull request #26548 from nextcloud/design/files-accessibilityJan C. Borchardt2021-04-2011-43/+93
|\ | | | | Files & Core accessibility fixes
| * Fix accessibility of federation menu privacy buttonsJan C. Borchardt2021-04-194-25/+40
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix accessibility of profile picture sectionJan C. Borchardt2021-04-193-4/+14
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix missing label of Files navigation sublist togglesJan C. Borchardt2021-04-191-1/+4
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix missing label of grid view toggleJan C. Borchardt2021-04-191-0/+1
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix screenreader label of search iconJan C. Borchardt2021-04-193-6/+13
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Add proper labels for personal settings privacy togglesJan C. Borchardt2021-04-191-7/+7
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Improve focus feedback for file list actionsJan C. Borchardt2021-04-191-4/+16
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
| * Fix summary footer position and text contrastJan C. Borchardt2021-04-191-3/+5
| | | | | | | | Signed-off-by: Jan C. Borchardt <hey@jancborchardt.net>
* | Merge pull request #26624 from nextcloud/enh/sharing/readpermMorris Jobke2021-04-204-5/+28
|\ \ | | | | | | Consider read permission in sharing tab
| * | Consider read permission in sharing tabRoeland Jago Douma2021-04-194-5/+28
| | | | | | | | | | | | | | | | | | | | | | | | When updating a share we should make sure to use all the old permissions (and only change what we actually changed). So the READ permission in this case should also be fetched instead of always granted. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | Merge pull request #26633 from nextcloud/enh/sharee/lookup_laterJulius Härtl2021-04-201-1/+1
|\ \ \ | | | | | | | | Make lookup search explicit
| * | | Make lookup search explicitRoeland Jago Douma2021-04-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Speedsup sharee lookup quite a bit. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | | | [tx-robot] updated from transifexNextcloud bot2021-04-2098-96/+556
| | | |
* | | | Merge pull request #26615 from nextcloud/enh/ffs/require_readMorris Jobke2021-04-191-0/+8
|\ \ \ \ | |_|_|/ |/| | | 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>
* | | | Merge pull request #26618 from nextcloud/bugfix/noid/fix-english-languageRoeland Jago Douma2021-04-196-9/+9
|\ \ \ \ | |_|/ / |/| | | Fix English source string
| * | | Fix English source stringJoas Schilling2021-04-196-9/+9
| | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | Merge pull request #26601 from ↵Roeland Jago Douma2021-04-1920-129/+57
|\ \ \ \ | |_|_|/ |/| | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-3.1.2 Bump @nextcloud/dialogs from 3.1.1 to 3.1.2
| * | | Bump @nextcloud/dialogs from 3.1.1 to 3.1.2dependabot[bot]2021-04-1920-129/+57
| |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/dialogs](https://github.com/nextcloud/nextcloud-dialogs) from 3.1.1 to 3.1.2. - [Release notes](https://github.com/nextcloud/nextcloud-dialogs/releases) - [Changelog](https://github.com/nextcloud/nextcloud-dialogs/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/nextcloud-dialogs/compare/v3.1.1...v3.1.2) Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: npmbuildbot-nextcloud[bot] <npmbuildbot-nextcloud[bot]@users.noreply.github.com>
* | | Merge pull request #26613 from nextcloud/enh/no_add_to_your_nc_file_dropRoeland Jago Douma2021-04-192-10/+23
|\ \ \ | |/ / |/| | 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 #26614 from nextcloud/crl/noid/update-crl-revoked-newsMorris Jobke2021-04-191-33/+33
|\ \ | | | | | | 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>
* | Merge pull request #26605 from nextcloud/dependabot/npm_and_yarn/ssri-6.0.2Julius Härtl2021-04-191-3/+3
|\ \ | | | | | | [Security] Bump ssri from 6.0.1 to 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 #26555 from nextcloud/techdebt/noid/run-migrator-tests-on-OCIJoas Schilling2021-04-191-3/+49
|\ \ \ | |_|/ |/| | Run migrator tests on OCI
| * | Integer 0 is not stored as Null and therefor worksJoas Schilling2021-04-161-1/+3
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Test that oracle throws on EmptyValues in a NotNull columnsJoas Schilling2021-04-161-14/+28
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
| * | Run migrator tests on OCIJoas Schilling2021-04-161-3/+33
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | [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 #26592 from nextcloud/enh/2fa_backup/fancy_new_eventsRoeland Jago Douma2021-04-164-17/+56
|\ \ | | | | | | Listen to proper UserDeletedEvent
| * | Listen to proper UserDeletedEventRoeland Jago Douma2021-04-164-17/+56
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26553 from nextcloud/enh/bootstrap/notifiersRoeland Jago Douma2021-04-1612-41/+110
|\ \ | | | | | | Move NotifierService registration to IBootstrap
| * | Move over notification to new registrationRoeland Jago Douma2021-04-167-39/+12
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Deprecate the old wayRoeland Jago Douma2021-04-161-0/+1
| | | | | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
| * | Allow registering NotifierServices trough IBootstrapRoeland Jago Douma2021-04-164-2/+97
|/ / | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* | Merge pull request #26581 from nextcloud/bugfix/noid/fix-device-loginRoeland Jago Douma2021-04-161-3/+6
|\ \ | | | | | | Fix constraint violation detection in QB Mapper