aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | | 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>
* | fix: Apply new coding standard to all filesCôme Chilliet2024-04-026-10/+10
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #44369 from ↵Julius Härtl2024-04-022-5/+24
|\ \ | | | | | | | | | | | | nextcloud/bugfix/csrf-failed-on-public-share-with-password fix: csrf check failed on public share with password
| * | fix: csrf check failed on public share with passwordLuka Trovic2024-03-294-33/+19
| | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
| * | fix: csrf check failed on public share with passwordLuka Trovic2024-03-294-5/+38
| | | | | | | | | | | | Signed-off-by: Luka Trovic <luka@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-0210-14/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-04-014-2/+38
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-316-6/+6
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-3010-6/+84
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-29108-932/+456
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #44513 from nextcloud/feat/mdi-pdf-img-vidPytal2024-03-283-3/+15
|\ | | | | feat: Add more new mdi icons
| * feat: Add more new mdi iconsChristopher Ng2024-03-273-3/+15
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-03-282-0/+2
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-274-14/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-03-266-22/+48
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>