aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #45950 from nextcloud/chore/remove-depreacted-searchAndy Scherzinger2024-08-011-46/+0
|\
| * chore: Remove deprecated legacy search backendJulius Härtl2024-08-011-46/+0
* | fix(core): app menu notification should be in the top rightskjnldsv2024-08-011-2/+3
|/
* Merge pull request #46873 from nextcloud/chore/hide-initial-state-into-containerAndy Scherzinger2024-08-015-15/+17
|\
| * chore(core): wrap initial state into hidden containerGrigorii K. Shartsev2024-07-305-15/+17
* | fix(core): do not show unread notification on app menu hoverskjnldsv2024-07-312-1/+6
* | fix(core): app menu label position and animationskjnldsv2024-07-311-12/+17
* | Merge pull request #45306 from nextcloud/perf/systemtags-object-mapping-objec...Christoph Wurst2024-07-311-0/+6
|\ \
| * | perf(systemtags): Add index for systemtags_object_mappings.objectidChristoph Wurst2024-07-301-0/+6
| |/
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-312-0/+2
* | fix(migration-attributes): privatizing AttributeExceptionMaxence Lange2024-07-292-3/+7
* | feat(upgrade): release metadataMaxence Lange2024-07-292-124/+37
* | feat(upgrade): migration attributesMaxence Lange2024-07-293-0/+270
|/
* Merge pull request #46827 from nextcloud/build/psalm/named-attribute-argsJoas Schilling2024-07-297-15/+15
|\
| * refactor(core): Make all attribute arguments namedprovokateurin2024-07-277-15/+15
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-284-2/+62
|/
* chore(assets): Recompile assetsnextcloud-command2024-07-271-1/+1
* Merge branch 'master' into fix/public-footerJohn Molakvoæ2024-07-277-6/+8
|\
| * Fix(l10n): Update translations from TransifexNextcloud bot2024-07-272-0/+2
| * chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
| * fix(styles): use also new CSS variable for correct header text color on publi...Ferdinand Thiessen2024-07-261-2/+2
* | chore: Compile assetsFerdinand Thiessen2024-07-264-4/+4
* | fix(styles): Make sure footer with legal links is shown correctlyFerdinand Thiessen2024-07-262-18/+41
|/
* refactor(core): Replace security annotations with respective attributesprovokateurin2024-07-2636-256/+219
* Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpointKate2024-07-263-2/+99
|\
| * fix(core): Document CSRF token endpointprovokateurin2024-07-253-2/+99
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-266-4/+14
* | Merge pull request #45708 from nextcloud/feat/files-filtersFerdinand Thiessen2024-07-251-1/+1
|\ \
| * | feat(files): Implement files list filters for name, modified time and typeFerdinand Thiessen2024-07-251-1/+1
| |/
* | Merge pull request #46672 from nextcloud/fix/preview-invalid-idAndy Scherzinger2024-07-251-0/+4
|\ \ | |/ |/|
| * fix: Ignore preview requests for invalid file idsJulius Härtl2024-07-221-0/+4
* | fix(taskprocessing): fix cs issues and generate autoloadersJulien Veyssier2024-07-251-3/+0
* | fix(taskprocessing): fix OpenAPI error and generate specsJulien Veyssier2024-07-253-14/+268
* | fix(taskprocessing): run cs:fixJulien Veyssier2024-07-251-14/+13
* | feat(TaskProcessing): Implement enums and default valuesMarcel Klehr2024-07-252-21/+41
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-242-2/+2
* | feat(taskprocessing): add appId filter to taskprocessing occ commandsJulien Veyssier2024-07-232-2/+16
* | feat(taskprocessing): add stats about input/output sizesJulien Veyssier2024-07-231-6/+47
* | feat(taskprocessing): add occ commands to list tasks and compute statsJulien Veyssier2024-07-234-3/+235
* | feat(taskprocessing): add start, stop and schedule time to tasksJulien Veyssier2024-07-231-0/+56
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2310-0/+16
|/
* feat(taskprocessing): add support for webhooks (http or AppAPI) in the task p...Julien Veyssier2024-07-224-2/+79
* Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidatorStephan Orbaugh2024-07-221-2/+1
|\
| * refactor: Migrate some legacy and core functions to `IFilenameValidator`Ferdinand Thiessen2024-07-191-2/+1
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-07-2114-0/+14
* | refactor: Fix some linting issues in frontend codeFerdinand Thiessen2024-07-191-2/+4
|/
* Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versionsJoas Schilling2024-07-194-8/+6
|\
| * fix(db): Promote the use of `getDatabaseProvider` to reduce the impage of rem...Joas Schilling2024-07-193-6/+4
| * fix(db): Use `createSchemaManager()` method as `getSchemaManager()` is deprec...Joas Schilling2024-07-191-2/+2
* | Merge pull request #46368 from nextcloud/fix/task-processingMarcel Klehr2024-07-193-4/+447
|\ \ | |/ |/|