aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* 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>
* | | Merge pull request #48145 from nextcloud/artonge/fix/drop_unecessary_exitJoas Schilling2024-09-184-23/+39
|\ \ \ | | | | | | | | fix: Drop unnecessary exit
| * | | fix: Prevent duplicate creation of print_exception functionLouis Chemineau2024-09-184-23/+39
| | |/ | |/| | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-186-26/+34
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(core): profile design and pronouns supportfieat/profile-pronouncesJohn Molakvoæ (skjnldsv)2024-09-181-6/+19
| | | | | | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | feat: add profile pronounsJohn Molakvoæ (skjnldsv)2024-09-171-0/+2
|/ / | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #48129 from nextcloud/feat/zstJohn Molakvoæ2024-09-171-21/+22
|\ \ | |/ |/|
| * chore: add `application/zstd`John Molakvoæ (skjnldsv)2024-09-171-21/+22
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-176-0/+32
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-166-0/+44
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-152-2/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-144-4/+16
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Replace OC_App::getAllApps with a method in AppManagerCôme Chilliet2024-09-136-13/+10
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_AppCôme Chilliet2024-09-131-1/+6
| | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-132-0/+2
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-124-4/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-11104-110/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-102-0/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #47805 from nextcloud/fix/xml-exception-templateFerdinand Thiessen2024-09-091-1/+1
|\ | | | | fix: Replace conflicting tags in `xml_exception` template
| * fix: Replace conflicting tags in `xml_exception` templateFerdinand Thiessen2024-09-091-1/+1
| | | | | | | | | | | | | | The `<?xml` tag is interpreted as PHP short tags, so this causes errors. Instead just print that part of the template. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-096-0/+20
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-082-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-078-4/+28
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(TaskProcessing): increase error_message column lengthAnupam Kumar2024-09-061-0/+40
| | | | Signed-off-by: Anupam Kumar <kyteinsky@gmail.com>
* Merge pull request #47649 from nextcloud/fix/footer-overlapPytal2024-09-067-16/+36
|\ | | | | fix: Fix inaccessible content on public pages due to overlapping footer
| * chore: compile scssChristopher Ng2024-09-054-4/+4
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * fix: Fix inaccessible content on public pages due to overlapping footerChristopher Ng2024-09-053-12/+32
| | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-066-6/+26
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* chore: adjust code to adhere to coding standardAnna Larch2024-09-053-4/+4
| | | | Signed-off-by: Anna Larch <anna@nextcloud.com>
* Merge pull request #47770 from ↵Louis2024-09-051-0/+47
|\ | | | | | | | | nextcloud/artonge/fix/always_respond_custom_error_page_on_exceptions fix(dav): Always respond custom error page on exceptions
| * fix(dav): Always respond custom error page on exceptionsLouis Chemineau2024-09-051-0/+47
| | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | fix: Migrate existing bg jobs to use sha256Louis Chemineau2024-09-051-0/+83
|/ | | | Signed-off-by: Louis Chemineau <louis@chmn.me>