aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix(maintenance): Show a success message on data-fingerprint commandJoas Schilling2024-12-021-1/+3
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-022-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-12-012-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-302-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-286-4/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(TaskProcessing): Set up fs in getFileContentsInternalfix/taskprocessing-api-get-file-contentsMarcel Klehr2024-11-261-0/+3
| | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-262-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49433 from ↵Louis2024-11-251-5/+8
|\ | | | | | | | | nextcloud/artonge/feat/maintenance_warn_encrypt_all feat: Warn about maintenance in EncryptAll command
| * feat: Warn about maintenance in EncryptAll commandartonge/feat/maintenance_warn_encrypt_allLouis Chemineau2024-11-251-5/+8
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-254-0/+18
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-2410-0/+12
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-234-0/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-224-0/+4
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-218-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-20102-104/+104
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(recommended-apps): Typo "screen sharing" vs "screensharing"Ferdinand Thiessen2024-11-191-1/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* fix(core): Do not use `v-html` for translation outputFerdinand Thiessen2024-11-191-1/+1
| | | | | | | | | | The content that can be renderered does *not* include HTML (see `recommended` object). But `v-html` was used, this is potentially dangerous, even though we sanitize the translation values, so no urgent harm but better safe than sorry. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore: Compile assetsFerdinand Thiessen2024-11-1915-18/+18
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* refactor(styles): Adjust code style in SCSS sources to match our stylelint ↵Ferdinand Thiessen2024-11-1917-313/+382
| | | | | | config Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #47658 from nextcloud/enh/noid/user-preferencesJohn Molakvoæ2024-11-191-0/+54
|\
| * feat(user-prefs): iterator instead of array on searchMaxence Lange2024-11-181-1/+1
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * fix(user-prefs): adding sensitive and indexed as flagsMaxence Lange2024-11-181-2/+17
| | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
| * feat(user-prefs): IUserPreferencesMaxence Lange2024-11-181-0/+39
| | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-194-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49337 from nextcloud/fix/sassJohn Molakvoæ2024-11-1811-50/+41
|\
| * chore: Compile assetsfix/sassFerdinand Thiessen2024-11-174-23/+14
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * fix: Replace deprecated SASS rulesFerdinand Thiessen2024-11-177-27/+27
| | | | | | | | | | | | | | | | - global color functions are now deprecated - use color namespace - `@import` is deprecated and will be removed (will be native CSS import in future) Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-188-12/+40
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-174-46/+112
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-162-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-15110-778/+782
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(profile): make sure the app cannot be disabled as it was in coreskjnldsv2024-11-141-3/+4
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* chore(profile): move profile app from core to appsskjnldsv2024-11-147-693/+2
| | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-148-12/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-134-24/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-124-6/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-1110-8/+18
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-106-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(core): fix app menu alignment in RTL mode.Faisal Alghamdi2024-11-091-0/+6
| | | | Signed-off-by: Faisal Alghamdi <falghamdi125@gmail.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-11-092-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #49142 from nextcloud/feat/sharing-titleJohn Molakvoæ2024-11-081-2/+3
|\
| * feat(files_sharing): use share node or label as page titlefeat/sharing-titleskjnldsv2024-11-081-2/+3
| | | | | | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* | feat(core): offer clipboard fallback for non-secure environmentsskjnldsv2024-11-082-0/+49
|/ | | | Signed-off-by: skjnldsv <skjnldsv@protonmail.com>
* Merge pull request #46222 from ↵John Molakvoæ2024-11-061-3/+3
|\ | | | | | | nextcloud/fix/task-processing-api-controller/dont-use-plus
| * fix(TaskProcessingApiController): Don't use + to merge non-assoc. arraysfix/task-processing-api-controller/dont-use-plusMarcel Klehr2024-07-011-3/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Merge pull request #49015 from nextcloud/fix/openapi/array-syntaxJohn Molakvoæ2024-11-0625-97/+150
|\ \
| * | fix(OpenAPI): Adjust array syntax to avoid ambiguitiesfix/openapi/array-syntaxprovokateurin2024-11-0525-97/+150
| | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-052-14/+14
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-046-40/+858
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-11-032-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>