aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix: Adjust Entity typesfeat/add-datetime-qbmapper-supportFerdinand Thiessen2024-10-171-2/+3
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* chore(db): Correctly apply query typesGit'Fellow2024-10-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | fix: psalm fix: error fix: add batch fix: fatal error fix: add batch chore: add batch chore: add batch fix: psalm fix: typo fix: psalm fix: return bool fix: revert Manager
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-172-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(code-style): Adjust JS code to our code styleFerdinand Thiessen2024-10-166-23/+22
| | | | | | This resolves 68 ESLint warnings about invalid code style. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-164-4/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: Unify user related events to always provide a `getUid` methodchore/migrate-encryption-away-from-hooksFerdinand Thiessen2024-10-152-0/+14
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Merge pull request #48702 from nextcloud/chore/update-sass-loaderFerdinand Thiessen2024-10-1512-22/+26
|\ | | | | chore: migrate from deprecated SASS API and SASS JS API
| * chore(assets): recompile assetschore/update-sass-loaderGrigorii K. Shartsev2024-10-149-9/+9
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * chore(sass): migrate from deprecated mixed declsGrigorii K. Shartsev2024-10-141-3/+4
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
| * chore(sass): migrate from deprecated SASS apiGrigorii K. Shartsev2024-10-142-10/+13
| | | | | | | | Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-154-6/+8
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48537 from nextcloud/add-command-to-cleanup-previewKate2024-10-142-0/+89
|\
| * feat(preview): add command to cleanup preview folderadd-command-to-cleanup-previewThomas Citharel2024-10-032-0/+89
| | | | | | | | | | | | | | | | | | | | | | | | | | When changing preview parameters (size, format, …), one can simply delete the preview folder and run files:scan-app-data in order to retrigger updated preview recreation because files are absent. However, that's not possible when using ObjectStorage as primary storage, as there's no concept of "preview folder". This command allows to simply delete and recreate the preview folder properly from Nextcloud, so that the abstraction levels handle all the subfolder & file deleting part. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-142-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-132-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-122-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-112-22/+22
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: Add text file icon classChristopher Ng2024-10-091-0/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | fix: Vue app namesLouis Chemineau2024-10-092-0/+2
| | | | | | | | | | | | This improves the debugging experience in the vue dev tool. Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix(federatedfilessharing): Use social media icons from core rather than ↵Ferdinand Thiessen2024-10-081-1/+1
| | | | | | | | | | | | inline SVGs Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat(core): Add correct X logo as provided by X Corp.Ferdinand Thiessen2024-10-081-0/+1
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(core): Use correct facebook icon provided by MetaFerdinand Thiessen2024-10-081-1/+1
| | | | | | | | | | | | The legal terms require to exactly use the facebook logo as provided by Meta. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix(BackgroundJobs): Adjust intervals and time sensitivitiesprovokateurin2024-10-082-3/+3
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | ci: Fix psalm by typing the QuestionHelperJoas Schilling2024-10-076-0/+12
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | fix(command): Make method compatible with upstream class (backportable)Joas Schilling2024-10-071-1/+1
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-074-2/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-064-2/+100
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-10-042-6/+6
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-10-034-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* feat(taskprocessing): new command to get a task from a task ID, include ↵enh/noid/taskprocessing-commands-task-errorsJulien Veyssier2024-10-013-1/+47
| | | | | | error_message in list and get commands Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* fix(migration): Check if column exits before adding itcheckColExistsGit'Fellow2024-10-011-15/+21
| | | Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-292-6/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-274-2/+54
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #48153 from nextcloud/feat/shipped/app_apiJoas Schilling2024-09-261-0/+2
|\ | | | | feat(app_api): make app_api shipped and default enabled
| * feat: add app_api to shipped and default enabled appsfeat/shipped/app_apiAndrey Borysenko2024-09-251-0/+2
| | | | | | | | Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-262-2/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | feat(rtl): Set layout direction based on languageali ghorbani2024-09-231-1/+1
| | | | | | | | Signed-off-by: ali ghorbani <ghorbani.ali.developer@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-224-0/+8
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(deps-dev): Bump sass from 1.77.8 to 1.79.3dependabot/npm_and_yarn/sass-1.79.3dependabot[bot]2024-09-216-7/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Bumps [sass](https://github.com/sass/dart-sass) from 1.77.8 to 1.79.3. - [Release notes](https://github.com/sass/dart-sass/releases) - [Changelog](https://github.com/sass/dart-sass/blob/main/CHANGELOG.md) - [Commits](https://github.com/sass/dart-sass/compare/1.77.8...1.79.3) --- updated-dependencies: - dependency-name: sass dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-214-4/+14
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #48152 from nextcloud/clean/version-ocpJulius Knorr2024-09-205-9/+17
|\ \ | | | | | | chore(legacy): Introduce public version class and drop version methods from OC_Util
| * | chore(legacy): Introduce public version ct plass and drop version methods ↵clean/version-ocpJulius Knorr2024-09-205-9/+17
| | | | | | | | | | | | | | | | | | from OC_Util Signed-off-by: Julius Knorr <jus@bitgrid.net>
* | | chore: Move legacy dialogs template from files to core until we can remove itFerdinand Thiessen2024-09-202-1/+36
|/ / | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(assets): Recompile assetschore/cleanup-warningsnextcloud-command2024-09-201-50/+1
| | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | chore: fix usage of deprecated functions and adjust code styleFerdinand Thiessen2024-09-208-14/+19
| | | | | | | | | | | | | | | | This solves 57 ESLint warnings by replacing deprecated code with `@nextcloud/` libraries, as well as adding missing type information, importing jQuery instead of relying on global one, and the same with Moment.js. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Remove old travis related stuffFerdinand Thiessen2024-09-191-1/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore(deps): Update nextcloud/coding-standard to v1.3.1provokateurin2024-09-1933-72/+72
| | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | Merge pull request #48137 from nextcloud/enh/add-rich-object-formatterCôme Chilliet2024-09-181-24/+3
|\ \ | | | | | | feat: Add OCP interface to format richtext into string
| * | feat: Add OCP interface to format richtext into stringCôme Chilliet2024-09-171-24/+3
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-18110-112/+112
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>