aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2522-4/+158
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(tests): Adjust legacy tests for nextcloud-router updateFerdinand Thiessen2024-01-241-3/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2466-164/+254
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #43055 from nextcloud/backport/42999/stable28Arthur Schiwon2024-01-231-1/+7
|\ | | | | [stable28] fix(settings): Allow to connect to local address when checking for `.mjs` support
| * fix(settings): Allow to connect to local address when checking for `.mjs` ↵Ferdinand Thiessen2024-01-231-1/+7
| | | | | | | | | | | | | | | | support Also reduce the severity in case of a failed check to warning. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Wrap versions list in virtual scrollLouis Chemineau2024-01-232-16/+396
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* Merge pull request #43032 from nextcloud/fix/stable28-capabilitiesArthur Schiwon2024-01-232-5/+12
|\ | | | | [stable28] fix(theming): Apply same logic on capabilities for primary color as done on themes
| * fix(theming): Apply same logic on capabilities for primary color like on themesFerdinand Thiessen2024-01-232-5/+12
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2330-80/+116
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): do not show `View in folder` in the Files viewJohn Molakvoæ2024-01-222-3/+27
|/ | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* fix(weather_status): Fix location format for OpenAPIprovokateurin2024-01-224-122/+125
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2228-12/+118
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42983 from nextcloud/backport/42949/stable28John Molakvoæ2024-01-214-17/+23
|\
| * fix(files): Fix checkbox state semanticsChristopher Ng2024-01-214-17/+23
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-21142-430/+492
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Allow to copy or move file to folder with similar nameFerdinand Thiessen2024-01-201-1/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(files): Adjust `getUniqueName` for custom suffix and reuse for ↵Ferdinand Thiessen2024-01-206-41/+43
| | | | | | copy-move-action Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* enh(files): Allow to copy files into same directoryFerdinand Thiessen2024-01-201-35/+79
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #42952 from nextcloud/backport/42888/stable28John Molakvoæ2024-01-2022-36/+44
|\
| * refactor: Configure OpenAPI scopesprovokateurin2024-01-194-0/+8
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * refactor: Migrate IgnoreOpenAPI attributes to OpenAPIprovokateurin2024-01-1918-36/+36
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #42948 from nextcloud/backport/42940/stable28John Molakvoæ2024-01-209-1880/+5635
|\|
| * chore(deps): Update openapi-extractorprovokateurin2024-01-197-1864/+5635
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * chore(files): Remove unused type aliasprovokateurin2024-01-192-16/+0
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | fix(files): fixed home aria-label and desc logicEduardo Morales2024-01-201-3/+3
| | | | | | | | | | Signed-off-by: Eduardo Morales <emoral435@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-01-2016-4/+88
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-01-19140-82/+252
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #42921 from nextcloud/backport/42891/stable28Arthur Schiwon2024-01-181-2/+10
|\ | | | | [stable28] Improve path resolution in files_version hooks
| * Improve path resolution in files_version hooksLouis Chemineau2024-01-181-2/+10
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Merge pull request #42767 from nextcloud/backport/42598/stable28John Molakvoæ2024-01-181-4/+7
|\ \
| * | fix(files): use backend error message if providedJohn Molakvoæ2024-01-181-4/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #42779 from nextcloud/backport/42126/stable28Arthur Schiwon2024-01-182-4/+3
|\ \ \ | | | | | | | | [stable28] Tooltip outside click, should abort share creation
| * | | Allow user to finish typing date before formattingfenn-cs2024-01-151-3/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Debounce `onExpirationChange` to avoid calling `formatDateToString` on invalid on uncompletely inputed date strings. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
| * | | Tooltip outside click, should abort share creationfenn-cs2024-01-151-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | It's unexpected that click outside a tooltip would proceed with the action that could be carried out inside the tooltip. Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | | Merge pull request #42918 from nextcloud/backport/setupchecks-2/stable28Arthur Schiwon2024-01-189-349/+317
|\ \ \ \ | | | | | | | | | | [stable28] Setup check migrations to new API
| * | | | Remove obsolete check of curl SSL versionCôme Chilliet2024-01-182-272/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove references to removed functions in testsCôme Chilliet2024-01-181-9/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix Cron setup check testsCôme Chilliet2024-01-181-15/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Migrate Cron checks to new SetupCheck APICôme Chilliet2024-01-186-26/+151
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix CheckSetupControllerTest following overwrite.cli.url migrationCôme Chilliet2024-01-181-5/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Migrate overwrite.cli.url setup check to new APICôme Chilliet2024-01-186-14/+85
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix tests in CheckSetupControllerTestCôme Chilliet2024-01-181-4/+0
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Remove CSRF check from code integrity rescanCôme Chilliet2024-01-182-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Did not find a way to get a valid token from SetupCheck Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Use highlight rich objecttype to render links in CodeIntegrity setup checkCôme Chilliet2024-01-181-2/+17
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Migrate code integrity to SetupCheck APICôme Chilliet2024-01-186-4/+67
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #42882 from nextcloud/backport/42853/stable28John Molakvoæ2024-01-181-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | fix(dav): ajax request check on public remote endpointsJohn Molakvoæ2024-01-171-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | | Merge pull request #42895 from nextcloud/backport/42840/stable28John Molakvoæ2024-01-183-4/+4
|\ \ \ \ \
| * | | | | fix(files): prevent dragging previews and appear as an external files DnDJohn Molakvoæ2024-01-183-4/+4
| | |/ / / | |/| | | | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | fix(build): Do not generated OpenAPI for non-shipped apps or apps without ↵provokateurin2024-01-188-0/+49
| |_|_|/ |/| | | | | | | | | | | | | | | | | | | OpenAPI support Signed-off-by: provokateurin <kate@provokateurin.de>