aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* 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>
* Fix(l10n): Update translations from TransifexNextcloud bot2024-09-0516-2/+78
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pwJohn Molakvoæ2024-09-041-1/+19
|\
| * fix(occ): Add support for UNIX sockets to `db:convert-type`Josh Richards2024-08-161-1/+19
| | | | | | | | | | | | | | | | Fixes #31998 Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency. Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-04110-820/+328
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | refactor(IMenuAction): Make public menu actions use the new Vue UIFerdinand Thiessen2024-09-031-34/+8
| | | | | | | | | | | | | | | | This removes custom rendering code an replaces it with the declarative menu actions. Also adjust the template to allow the Vue UI to mount. Custom entries still are possible. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Remove legacy JS code for public page menu (header actions)Ferdinand Thiessen2024-09-032-30/+0
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | feat: Implement Vue UI for public page menuFerdinand Thiessen2024-09-037-0/+408
| | | | | | | | | | | | | | | | | | This adds a Vue implementation of the public page menu, that is the menu that can be added using `PublicTemplateResponse::setHeaderActions`. Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de> Co-authored-by: Louis <louis@chmn.me> Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-032-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore(css): build cssprotoclown2024-09-024-4/+4
| | | | | | | | Signed-off-by: protoclown <ornano@felinn.org>
* | fix(css): refine css cleanupprotoclown2024-09-021-0/+22
| | | | | | | | Signed-off-by: protoclown <ornano@felinn.org>
* | fix(css): cleanup old scrolling cssprotoclown2024-09-021-22/+0
| | | | | | | | Signed-off-by: protoclown <ornano@felinn.org>
* | fix(css): re-use old --color-scrollbar variableprotoclown2024-09-021-0/+1
| | | | | | | | Signed-off-by: protoclown <ornano@felinn.org>
* | fix(css): make scrollbar visible againprotoclown2024-09-021-4/+2
| | | | | | | | Signed-off-by: protoclown <ornano@felinn.org>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-09-012-0/+70
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-304-14/+10
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #47628 from nextcloud/fix/restore-unified-search-modal-sizeF. E Noel Nfebe2024-08-301-1/+3
|\ \ | | | | | | fix(UnifiedSearch): Restore normal dialog size
| * | fix(UnifiedSearch): Restore normal dialog sizefenn-cs2024-08-301-1/+3
| | | | | | | | | | | | Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | chore: Compile assetsFerdinand Thiessen2024-08-304-4/+4
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | fix(css): Adjust header styles to only add focus-visible styles to menuFerdinand Thiessen2024-08-301-16/+17
|/ / | | | | | | | | | | Only the main menu should be styles by the header styles, not the popover menus. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | chore: Add stylelint rules to verify we only use logical propertiesFerdinand Thiessen2024-08-2928-36/+36
| | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix: Adjust more places for logical positionFerdinand Thiessen2024-08-2914-60/+48
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | fix: Adjust some minor styles issuesFerdinand Thiessen2024-08-292-36/+2
| | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | Fix: float and clearMostafa Ahangarha2024-08-2911-38/+136
| | | | | | | | | | | | | | | | Fix other background-positions Minor fix in link button icon position Update header left and right to start and end Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* | Fix: shorthand paddings and marginsMostafa Ahangarha2024-08-295-13/+26
| | | | | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* | Fix: background position based on directionMostafa Ahangarha2024-08-292-6/+38
| | | | | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* | feat: Add bidi support in core directoryMostafa Ahangarha2024-08-2924-176/+217
| | | | | | | | Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net>
* | Merge pull request #47532 from nextcloud/fix/default-enable-webhooksAndy Scherzinger2024-08-281-1/+2
|\ \ | | | | | | feat(webhook_listeners): Enable the app by default
| * | feat(webhook_listeners): Enable the app by defaultCôme Chilliet2024-08-271-1/+2
| | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Merge pull request #47525 from ↵Hamza2024-08-281-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/optimize-getWrongShareOwnership-query fix: optimise `getWrongShareOwnership` query
| * | | fix: optimise getWrongShareOwnership queryHamza Mahjoubi2024-08-271-1/+1
| |/ / | | | | | | | | | Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com>