aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* test: Add cypress/download folder to .gitignoreLouis Chemineau2024-02-271-0/+1
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* build: Compile assetsLouis Chemineau2024-02-279-10/+10
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(files_sharing): Add utils to e2e tests files_sharingLouis Chemineau2024-02-271-0/+104
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* test(files): Add move and copy utils for e2e testsLouis Chemineau2024-02-272-70/+69
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(files_version): Prevent error in nc/vue when deleting an NcListItem in ↵Louis Chemineau2024-02-271-1/+5
| | | | | | from one of its actions Signed-off-by: Louis Chemineau <louis@chmn.me>
* test: Add test selector on sharing and versions componentsLouis Chemineau2024-02-273-9/+34
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* chore(files_sharing): Remove legacy share permissions editorLouis Chemineau2024-02-271-290/+0
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* fix(dav): Init ViewOnlyPlugin after authLouis Chemineau2024-02-271-5/+5
| | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-27192-420/+626
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #40097 from nextcloud/dependabot-vendor-binDaniel2024-02-261-0/+43
|\
| * chore: enable dependabot for cs-fixer, openapi-extractor and psalmDaniel Kesselberg2024-02-241-0/+43
| | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | Merge pull request #43840 from ↵Grigorii K. Shartsev2024-02-262-2/+2
|\ \ | | | | | | | | | | | | nextcloud/chore/update-calendar-availability-vue-to_v2.2.0 chore(deps): Bump calendar-availability-vue from 2.1.0 to 2.2.0
| * | chore(deps): Bump calendar-availability-vue from 2.1.0 to 2.2.0julia.kirschenheuter2024-02-262-2/+2
|/ / | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #43577 from arublov/fix/pages-titles-appsJohn Molakvoæ2024-02-265-7/+7
|\ \ | | | | | | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings)
| * \ Merge branch 'master' into fix/pages-titles-appsAndrii Rublov2024-02-25262-1508/+1760
| |\ \ | | | | | | | | Signed-off-by: Andrii Rublov <github.a@rublov.me>
| * | | php-cs-fixer fixesAndrii Rublov2024-02-233-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
| * | | [Bugfix]: Titles of pages (dashboard, apps-settings, users-settings) #43327Andrii Rublov2024-02-236-13/+13
| | | | | | | | | | | | | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
* | | | Merge pull request #39182 from shdehnavi/refactor_core_backgroundjobsJohn Molakvoæ2024-02-262-2/+7
|\ \ \ \
| * | | | Make adjustments based on the reviewHamid Dehnavi2024-02-262-2/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | Refactor core/BackgroundJobsHamid Dehnavi2024-02-262-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | | Merge pull request #43444 from nextcloud/skjnldsv-patch-1John Molakvoæ2024-02-262-3/+41
|\ \ \ \ \
| * | | | | chore: update readme to show conventional commits requirementsJohn Molakvoæ2024-02-241-3/+10
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | | | feat: add `block-unconventional-commits` workflowJohn Molakvoæ2024-02-081-0/+31
| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | Merge pull request #40726 from nextcloud/feat/new-user-emailCôme Chilliet2024-02-262-4/+229
|\ \ \ \ \ \ | | | | | | | | | | | | | | feat: Email option in `occ user:add` command
| * | | | | | add generate-password option and flow fixesAnupam Kumar2024-02-242-71/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * | | | | | Allow combining --email option with --password-from-envHerman van Rink2024-02-241-13/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Herman van Rink <rink@initfour.nl>
| * | | | | | new user password email option, improved on #29368Anupam Kumar2024-02-243-138/+74
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
| * | | | | | Enable adding E-Mail addresses to new user accounts using the CLIPhilip Gatzka2024-02-243-5/+251
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Philip Gatzka <philip.gatzka@mailbox.org>
* | | | | | | Merge pull request #43325 from ↵John Molakvoæ2024-02-263-3/+22
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | arublov/feature/hide-breadcrumbs-upload-and-overlap
| * | | | | | | Builded assetsAndrii Rublov2024-02-252-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Andrii Rublov <airublev@outlook.com>
| * | | | | | | Update apps/files/src/components/BreadCrumbs.vueAndrii Rublov2024-02-251-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com> Signed-off-by: Andrii Rublov <39839367+arublov@users.noreply.github.com>
| * | | | | | | feature: [F2V] Hide breadcrumbs when an upload is ongoing on narrow screen ↵Andrii Rublov2024-02-251-0/+19
| | |_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #40942 Signed-off-by: Andrii Rublov <airublev@outlook.com>
* | | | | | | Merge pull request #43428 from nextcloud/feat/share-expiration-with-timeBenjamin Gaussorgues2024-02-267-43/+115
|\ \ \ \ \ \ \
| * | | | | | | feat(share): save date and time for expirationBenjamin Gaussorgues2024-02-227-43/+115
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because of timezones, not saving time can lead to unexpected behaviour when sharing an item sooner than timezone offset Example: sharing a file before 9am when in UTC+9 Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>
* | | | | | | | Merge pull request #43826 from nextcloud/fix/fts-initializationJohn Molakvoæ2024-02-261-3/+3
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | | |
| * | | | | | | fix: Avoid unitialized access of fts manager propertiesJulius Härtl2024-02-261-3/+3
|/ / / / / / / | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | / / / / / Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2612-0/+12
| |/ / / / / |/| | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-2536-126/+232
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | | | Merge pull request #42706 from nextcloud/fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-245-22/+21
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into fix/42480/user-admin-not-adminJohn Molakvoæ2024-02-24518-6035/+8881
| |\ \ \ \ \ \ | |/ / / / / / |/| | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
* | | | | | | Merge pull request #39122 from nextcloud/enh/themed-error-pageJohn Molakvoæ2024-02-241-9/+36
|\ \ \ \ \ \ \
| * | | | | | | feat: theme error pageRichard Steinmetz2024-02-241-9/+36
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | | | | | Merge pull request #43674 from ↵John Molakvoæ2024-02-242-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/npm_and_yarn/moment-timezone-0.5.45 chore(deps): Bump moment-timezone from 0.5.43 to 0.5.45
| * | | | | | | | chore(deps): Bump moment-timezone from 0.5.43 to 0.5.45dependabot[bot]2024-02-242-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [moment-timezone](https://github.com/moment/moment-timezone) from 0.5.43 to 0.5.45. - [Release notes](https://github.com/moment/moment-timezone/releases) - [Changelog](https://github.com/moment/moment-timezone/blob/develop/changelog.md) - [Commits](https://github.com/moment/moment-timezone/compare/0.5.43...0.5.45) --- updated-dependencies: - dependency-name: moment-timezone 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>
* | | | | | | | | Merge pull request #43814 from ↵dependabot[bot]2024-02-241-12/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/dependabot/composer/build/integration/phpunit/phpunit-9.6.17
| * | | | | | | | | chore(deps-dev): bump phpunit/phpunit in /build/integrationdependabot[bot]2024-02-241-12/+12
| | |_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [phpunit/phpunit](https://github.com/sebastianbergmann/phpunit) from 9.6.16 to 9.6.17. - [Changelog](https://github.com/sebastianbergmann/phpunit/blob/9.6.17/ChangeLog-9.6.md) - [Commits](https://github.com/sebastianbergmann/phpunit/compare/9.6.16...9.6.17) --- updated-dependencies: - dependency-name: phpunit/phpunit dependency-type: direct:development update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
* | | | | | | | | Merge pull request #43060 from nextcloud/fix/s3-external-multipart-copyJohn Molakvoæ2024-02-241-0/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | fix: Allow to disable multipart copy on external s3 storageJulius Härtl2024-02-241-0/+3
| |/ / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | | | | | | | Merge pull request #43787 from nextcloud/fix/opendir-temporary-failureJohn Molakvoæ2024-02-241-0/+6
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | fix: Throw instead of yielding nothing when listing local directoriesJulius Härtl2024-02-231-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>