aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add new button componentVanessa Pertsch2022-03-025-15/+22
| | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* [tx-robot] updated from transifexNextcloud bot2022-03-022-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #31347 from nextcloud/fix/31164/duplicate-email-messagePytal2022-03-013-7/+7
|\
| * Fix duplicate primary email messageChristopher Ng2022-03-023-7/+7
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #30536 from nextcloud/fix/l10n-exception-messagePytal2022-03-011-18/+52
|\
| * Make Sabre File exception messages translatableChristopher Ng2022-03-011-18/+52
|/ | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* Merge pull request #31354 from nextcloud/fix/caching-avatarCarl Schwan2022-03-012-1/+2
|\ | | | | Fix caching of the user avatar
| * Add warning to the userCarl Schwan2022-03-011-0/+1
| | | | | | | | | | | | Signed-off-by: Carl Schwan <carl@carlschwan.eu> Co-authored-by: MichaIng <micha@dietpi.com> Co-authored-by: zroebg <carlos@reendex.com>
| * Fix caching of the user avatarCarl Schwan2022-02-251-1/+1
| | | | | | | | | | | | | | | | | | | | Now on firefox/safari it is only refetched once a day. On Chrom{e,ium} we keep the previous behavior of maybe refetching it more often. This also notify the user about this behavior when they upload an avatar picture. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | Merge pull request #31333 from nextcloud/fix/fix-archive-typingCôme Chilliet2022-03-013-169/+123
|\ \ | | | | | | Improve typing in OC\Archive classes
| * | Move to strong typing in OC\ArchiveCôme Chilliet2022-02-243-155/+78
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix unused import in OC\Archive\ZIPCôme Chilliet2022-02-241-1/+0
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Fix more typing in OC\Archive classesCôme Chilliet2022-02-243-9/+9
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | Improve typing in OC\Archive classesCôme Chilliet2022-02-243-18/+50
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #31380 from nextcloud/fix/opendocument-preview-avoid-errorsCôme Chilliet2022-03-011-1/+1
|\ \ \ | | | | | | | | Ignore errors when searching for bundled preview
| * | | Ignore errors when searching for bundled previewCôme Chilliet2022-02-281-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | When an odt file is xml and not zip, it would throw a ValueError. It will now just ignore this file and return null for the preview. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Merge pull request #31355 from nextcloud/fix/23441/fix-developer-linkSimon L2022-03-015-8/+11
|\ \ \ \ | | | | | | | | | | try to fix developer link
| * | | | try to fix developer linkszaimen2022-03-015-8/+11
| | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: szaimen <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #31363 from nextcloud/techdebt/noid/delay-getting-preferencesJoas Schilling2022-03-011-8/+12
|\ \ \ \ \ | | | | | | | | | | | | Delay loading user preferences until we need them
| * | | | | Delay loading user preferences until we need themJoas Schilling2022-02-281-8/+12
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | Merge pull request #31383 from ↵Côme Chilliet2022-03-011-14/+0
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/automated/noid/psalm-baseline-update-1646108128 [Automated] Update psalm-baseline.xml
| * | | | | Update psalm baselinenextcloud-command2022-03-011-14/+0
| | |/ / / | |/| | | | | | | | | | | | | Signed-off-by: GitHub <noreply@github.com>
* | | | | Merge pull request #31340 from ↵Vanessa2022-03-013-9/+15
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | nextcloud/fix/31237/new-button-authTokenSetupDialogue Fix/31237/new button auth token setup dialogue
| * | | | use new button componentVanessa Pertsch2022-03-013-9/+15
|/ / / / | | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | Merge pull request #31338 from nextcloud/fix/31237/new-button-AppListVanessa2022-02-2810-34/+54
|\ \ \ \ | |/ / / |/| | | Fix/31237/new button app list
| * | | Apps toolbar height and alignment fixJohn Molakvoæ2022-02-287-25/+40
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
| * | | use new button componentVanessa Pertsch2022-02-246-11/+13
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
| * | | use new button componentVanessa Pertsch2022-02-243-6/+9
| |/ / | | | | | | | | | | | | Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.com> Signed-off-by: Vanessa Pertsch <vanessa.pertsch@posteo.de>
* | | Merge pull request #31377 from nextcloud/fix/specify-nullable-stringAnna2022-02-281-1/+1
|\ \ \ | | | | | | | | Specify string as nullable for credentials password
| * | | Specify string as nullable for credentials passwordAnna Larch2022-02-281-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* | | | Merge pull request #30889 from nextcloud/fix/fix-occ-listenersCôme Chilliet2022-02-281-0/+2
|\ \ \ \ | | | | | | | | | | Fix listeners declaration in case of occ usage
| * | | | Build OC\Core\Application when running occ or cron to register listeners ↵Côme Chilliet2022-02-281-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | correctly Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #31371 from ↵dependabot[bot]2022-02-283-9/+9
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/url-parse-1.5.10
| * | | | | Bump url-parse from 1.5.7 to 1.5.10dependabot[bot]2022-02-283-9/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.7 to 1.5.10. - [Release notes](https://github.com/unshiftio/url-parse/releases) - [Commits](https://github.com/unshiftio/url-parse/compare/1.5.7...1.5.10) --- updated-dependencies: - dependency-name: url-parse dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | Merge pull request #31339 from nextcloud/fix/preview-code-cleaningCôme Chilliet2022-02-287-37/+58
|\ \ \ \ \ \ | | | | | | | | | | | | | | Fix typing in OC\Preview
| * | | | | | Fix tmp file cleaning for bundled previewsCôme Chilliet2022-02-242-2/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix typing in OC\Preview\MovieCôme Chilliet2022-02-241-10/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | | | Fix typing in OC\PreviewCôme Chilliet2022-02-247-25/+51
| | |_|_|/ / | |/| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | | Merge pull request #31304 from nextcloud/feature/dry_run_for_add_indicesChristoph Wurst2022-02-284-39/+140
|\ \ \ \ \ \ | | | | | | | | | | | | | | Add --dry-run option for add-missing-* cmd
| * | | | | | Add --dry-run option for db:add-missing-* cmdLouis Chemineau2022-02-244-39/+140
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | | | | Merge pull request #31360 from ↵Vincent Petry2022-02-281-0/+3
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | | | | | | | | | | | | | | nextcloud/techdebt/noid/also-skip-user-setup-when-getting-certificates Don't set up full filesystem to check for certificates
| * | | | | | Don't set up full filesystem to check for certificatesJoas Schilling2022-02-261-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | | | | | Merge pull request #31366 from nextcloud/dependabot/npm_and_yarn/backbone-1.4.1dependabot[bot]2022-02-284-11/+11
|\ \ \ \ \ \ \
| * | | | | | | Bump backbone from 1.4.0 to 1.4.1dependabot[bot]2022-02-284-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [backbone](https://github.com/jashkenas/backbone) from 1.4.0 to 1.4.1. - [Release notes](https://github.com/jashkenas/backbone/releases) - [Commits](https://github.com/jashkenas/backbone/compare/1.4.0...1.4.1) --- updated-dependencies: - dependency-name: backbone dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-2812-72/+108
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31365 from ↵dependabot[bot]2022-02-284-11/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-0.3.1
| * | | | | | | Bump @nextcloud/calendar-availability-vue from 0.3.0 to 0.3.1dependabot[bot]2022-02-284-11/+11
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue) from 0.3.0 to 0.3.1. - [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases) - [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md) - [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v0.3.0...v0.3.1) --- updated-dependencies: - dependency-name: "@nextcloud/calendar-availability-vue" dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | | | [tx-robot] updated from transifexNextcloud bot2022-02-2716-258/+346
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | | Merge pull request #31367 from ↵dependabot[bot]2022-02-262-8/+8
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/puppeteer-13.4.0
| * | | | | | | Bump puppeteer from 13.3.2 to 13.4.0dependabot[bot]2022-02-262-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [puppeteer](https://github.com/puppeteer/puppeteer) from 13.3.2 to 13.4.0. - [Release notes](https://github.com/puppeteer/puppeteer/releases) - [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md) - [Commits](https://github.com/puppeteer/puppeteer/compare/v13.3.2...v13.4.0) --- updated-dependencies: - dependency-name: puppeteer dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>