summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2023-11-2020-2/+220
* Merge pull request #41579 from nextcloud/bugfix/action-failed-errorJulius Härtl2023-11-193-4/+4
|\
| * chore(assets): Recompile assetsnextcloud-command2023-11-192-3/+3
| * fix: Be less strict about action exec return valueJulius Härtl2023-11-191-1/+1
* | Merge pull request #41583 from nextcloud/fix/csp-on-old-uaJulius Härtl2023-11-194-67/+67
|\ \ | |/ |/|
| * fix(CSP): Only add `strict-dynamic` when using noncesFerdinand Thiessen2023-11-174-67/+67
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-196-10/+32
* | Merge pull request #41569 from nextcloud/bugfix/noid/dont-notify-disabled-use...Joas Schilling2023-11-184-6/+98
|\ \
| * | fix(2fa-backupcodes): Don't remember disabled and deleted users over and over...Joas Schilling2023-11-174-6/+98
* | | Merge pull request #41594 from nextcloud/dependabot/github_actions/actions/gi...Andy Scherzinger2023-11-181-1/+1
|\ \ \
| * | | chore(deps): Bump actions/github-script from 6 to 7dependabot[bot]2023-11-181-1/+1
|/ / /
* | | Merge pull request #41585 from nextcloud/deps/nextcloud/dialogs-5.0.2Pytal2023-11-1782-120/+120
|\ \ \
| * | | chore: compile assetsChristopher Ng2023-11-1780-114/+114
| * | | chore: Bump @nextcloud/dialogs to v5.0.2Christopher Ng2023-11-172-6/+6
|/ / /
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-11-1894-66/+232
* | | Merge pull request #41577 from nextcloud/fix/41568/files-list--valid-table-la...Grigorii K. Shartsev2023-11-185-41/+59
|\ \ \
| * | | fix(files): make table view a valid html tableGrigorii K. Shartsev2023-11-185-36/+41
| * | | fix(files): make caption a direct child of the files tableGrigorii K. Shartsev2023-11-182-7/+20
|/ / /
* | | Merge pull request #41584 from nextcloud/chore/update-vueFerdinand Thiessen2023-11-17110-230/+198
|\ \ \
| * | | fix(cypress): Adjust user settings tests for changed actions componentFerdinand Thiessen2023-11-177-11/+12
| * | | chore: Update `@nextcloud/vue` to 8.2.0Ferdinand Thiessen2023-11-17107-225/+192
* | | | Merge pull request #41573 from nextcloud/fix/avoid-sending-thumbnail-if-none-...Ferdinand Thiessen2023-11-171-4/+10
|\ \ \ \ | |/ / / |/| | |
| * | | fix(files): avoid sending thumbnail URL for directory as none existsBenjamin Gaussorgues2023-11-171-4/+10
* | | | Merge pull request #41399 from nextcloud/fix/cypress-flaky-new-usersFerdinand Thiessen2023-11-171-13/+6
|\ \ \ \
| * | | | fix(cypress): Make new-users test less flaky by using test isolationFerdinand Thiessen2023-11-171-13/+6
| |/ / /
* | | | Merge pull request #41575 from nextcloud/bugfix/41572Grigorii K. Shartsev2023-11-178-7/+8
|\ \ \ \ | |_|_|/ |/| | |
| * | | fix: Avoid invisible areas through keyboard navigationJulius Härtl2023-11-178-7/+8
|/ / /
* | | Merge pull request #41571 from nextcloud/fix/allow-strict-dynamic-elemFerdinand Thiessen2023-11-176-65/+167
|\ \ \
| * | | fix!(ContentSecurityPolicy): Make `strict-dynamic` enabled by default on `scr...Ferdinand Thiessen2023-11-173-79/+76
| * | | feat(ContentSecurityPolicy): Allow to set `strict-dynamic` on `script-src-ele...Ferdinand Thiessen2023-11-175-6/+111
* | | | Merge pull request #41580 from nextcloud/fix/a11y-replace_action_link_with_ac...Grigorii K. Shartsev2023-11-179-18/+13
|\ \ \ \ | |_|/ / |/| | |
| * | | Replace ActionLink with ActionButton on sharing tabjulia.kirschenheuter2023-11-179-18/+13
|/ / /
* | | Merge pull request #41560 from nextcloud/fix/a11y/advanced-sharing-focusFerdinand Thiessen2023-11-177-8/+13
|\ \ \ | |/ / |/| |
| * | chore: compile assetsChristopher Ng2023-11-166-7/+7
| * | fix(a11y): Focus on sharing quick permission radioChristopher Ng2023-11-161-1/+6
* | | Merge pull request #41561 from nextcloud/fix/user-row-text-fieldMarco2023-11-175-22/+6
|\ \ \ | |_|/ |/| |
| * | chore: compile assetsChristopher Ng2023-11-164-6/+6
| * | fix(settings): User row text field stylesChristopher Ng2023-11-161-16/+0
| |/
* / Fix(l10n): Update translations from TransifexNextcloud bot2023-11-17284-1838/+2142
|/
* Merge pull request #41334 from nextcloud/fix/mtime-renderEduardo Morales2023-11-163-11/+6
|\
| * chore(assets): Recompile assetsnextcloud-command2023-11-162-3/+3
| * fix(chore) - built and changed this.source -> sourceEduardo Morales2023-11-161-1/+1
| * fix(component): changed moment to date object for Nc Component using Node.mti...Eduardo Morales2023-11-161-15/+2
| * fix(component): utilized NcDateTime componentEduardo Morales2023-11-161-2/+10
|/
* Merge pull request #41477 from nextcloud/release/28.0.0_beta_4v28.0.0beta4Arthur Schiwon2023-11-161-2/+2
|\
| * 28.0.0 beta 4Arthur Schiwon2023-11-141-2/+2
* | Merge pull request #41541 from nextcloud/fix/noid/serve-flac-filesMarcel Müller2023-11-161-1/+1
|\ \
| * | Serve .flac audio filesMarcel Müller2023-11-161-1/+1
* | | Merge pull request #41555 from nextcloud/chore/noid/bumpHub7Andy Scherzinger2023-11-161-1/+1
|\ \ \
| * | | Bump Hub 6 -> Hub 7Andy Scherzinger2023-11-161-1/+1
|/ / /