aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-242-0/+34
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44923 from nextcloud/fix/public-share-truncationPytal2024-04-236-14/+29
|\ | | | | fix: Fix truncation on public page
| * chore: compile assetsChristopher Ng2024-04-224-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix truncation on public sharesChristopher Ng2024-04-222-10/+25
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Merge pull request #44745 from nextcloud/fix/auth/2fa-redirect-urlChristoph Wurst2024-04-233-5/+11
|\ \ | |/ |/| fix(auth): Keep redirect URL during 2FA setup and challenge
| * fix(auth): Keep redirect URL during 2FA setup and challengeChristoph Wurst2024-04-193-5/+11
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #44905 from nextcloud/deps/nextcloud/dialogs-5.3.1Pytal2024-04-221-1/+1
|\ \ | | | | | | chore(deps): Bump @nextcloud/dialogs to v5.3.1
| * | chore: compile assetsChristopher Ng2024-04-221-1/+1
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-232-0/+12
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix: Revert to OC_App in places where we need all apps even disabled onesCôme Chilliet2024-04-222-2/+2
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: use DI to build main Application class in console.phpCôme Chilliet2024-04-221-1/+1
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | fix: Migrate away from OC_App toward the IAppManagerCôme Chilliet2024-04-226-30/+58
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-222-10/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-212-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #44915 from ↵Louis2024-04-201-0/+3
|\ \ | |/ |/| | | | | nextcloud/fix/add-missing-file-for-clear-avatar-cache fix: Use static_types in ClearGeneratedAvatarCacheCommand.php
| * fix: add missing ClearGeneratedAvatarCacheCommand.php in autoload_static.php ↵yemkareems2024-04-181-0/+3
| | | | | | | | and declare strict_types for the new file as suggested
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-192-36/+36
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44640 from nextcloud/fix/noid/returns-real-value-on-detailsMaxence Lange2024-04-181-2/+2
|\ | | | | fix(appconfig): returns correct value on details
| * fix(appconfig): returns correct value on detailsMaxence Lange2024-04-171-2/+2
| | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-182-0/+28
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(files): Ensure search query is cleared when changing view or directoryFerdinand Thiessen2024-04-171-4/+6
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #44761 from nextcloud/fix/deps-webauthn-libFerdinand Thiessen2024-04-164-156/+83
|\ | | | | fix(deps): Bump web-auth/webauthn-lib from 3.3.9 to 4.8.5
| * fix: Use `@simplewebauthn` for frontend logicFerdinand Thiessen2024-04-164-156/+83
| | | | | | | | | | | | | | | | | | This simplifies the code a lot and fixes errors with the exisiting custom code, where slightly different base64 values were emitted which are not valid according to the standard. ref: https://github.com/web-auth/webauthn-framework/issues/510 Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Merge pull request #44840 from nextcloud/feature/occ-clear-avatar-cache-commandyemkareems2024-04-162-0/+49
|\ \ | |/ |/| Feature/occ clear avatar cache command
| * feat: wordings corrected as suggestedyemkareems2024-04-161-2/+2
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * feat: license wordings, minor php warnings correctedyemkareems2024-04-161-6/+5
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
| * feat: command added to clear avatar cache manuallyyemkareems2024-04-152-0/+50
| | | | | | | | Signed-off-by: yemkareems <yemkareems@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-162-0/+16
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps): Update openapi-extractorprovokateurin2024-04-151-0/+2
|/ | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-154-6/+14
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(capabilities): Expose if mod-rewrite is working via capabilitiesJoas Schilling2024-04-121-1/+5
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-124-40/+50
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-11108-326/+344
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Compile assetsFerdinand Thiessen2024-04-102-2/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Deprecate `OC.dialogs` and replace generic dialogs with ↵Ferdinand Thiessen2024-04-102-131/+131
| | | | | | `@nextcloud/dialogs` alternative Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat: Deprecate `OC.dialogs.prompt` an replace with Vue implementationFerdinand Thiessen2024-04-102-61/+125
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-102-0/+186
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Add deprecation to `OC.dialogs.fileexists`Ferdinand Thiessen2024-04-091-0/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* feat(occ): Add --disabled option to occ user:listCôme Chilliet2024-04-091-1/+10
| | | | | | Allows to easily list disabled users from cli in a efficient way Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-092-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore(deps): Update openapi-extractorprovokateurin2024-04-081-90/+179
| | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* Merge pull request #43640 from nextcloud/fix/headings-stylingFerdinand Thiessen2024-04-085-14/+28
|\ | | | | fix(styles): Adjust heading styles
| * chore: Compile assetsFerdinand Thiessen2024-04-084-4/+4
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix(styles): Adjust heading stylesFerdinand Thiessen2024-04-081-10/+24
| | | | | | | | | | | | | | Make headings look like real headings and not just ordinary text. The stylings are copied from the text app where a design review was done on them. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(oc-dialog): Get rid of the overlayJEEEEEEEEEEEEEEEEEEEEEED2024-04-082-3/+3
|/ | | | | | | | - Icrement Z-index of oc-dialog-dim - Increment z-index of oc-dialog- Insert oc-dialog-dim before oc-dialog Co-authored-by: Co-author RayanBekri <rmt.bekri@gmail.com>" Signed-off-by: JEEEEEEEEEEEEEEEEEEEEEED <118366366+jadjoud@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-082-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-072-0/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-058-2/+130
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-042-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-04-034-0/+28
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>