aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
...
* | | 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>
* | | | fix(provisionning_api): Remove parameters that are not set into templateThomas Citharel2024-08-281-4/+1
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Merge pull request #47496 from ↵Louis2024-08-281-2/+9
|\ \ \ \ | |/ / / |/| | | | | | | | | | | nextcloud/artonge/feat/improve_encryption_detection_in_occ feat: Improve encryption mode detection in occ info:file
| * | | feat: Improve encryption mode detection in occ info:fileLouis Chemineau2024-08-261-2/+9
| | | | | | | | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | | test: Migrated all Jest tests to vitestFerdinand Thiessen2024-08-263-21/+17
|/ / / | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-264-8/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | style: update codestyle for coding-standard 1.2.3Daniel Kesselberg2024-08-2568-266/+266
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-252-18/+18
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | feat: add command to send raw commands to redisRobin Appelman2024-08-232-0/+58
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-232-0/+24
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(migration): Add missing migration attributesJoas Schilling2024-08-221-1/+4
| | | | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | | Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-iosFerdinand Thiessen2024-08-214-4/+12
|\ \ \ | | | | | | | | fix: Disable auto-zoom on iOS
| * | | fix: Disable auto-zoom on iOSFerdinand Thiessen2024-08-214-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When using iOS and focussing an input element the view should not be zoomed. So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom. But we can not do this by default as this will disable user zoom on Chrome. Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | chore(deps): Update openapi-extractor to v1.0.0provokateurin2024-08-213-940/+928
|/ / / | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-212-0/+20
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore: Add webhook_listeners to list of shipped appsCôme Chilliet2024-08-201-0/+1
| | | | | | | | | | | | | | | | | | As well as CODEOWNERS and l10n Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-202-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix(UnifiedSearch): Focus search input on openfenn-cs2024-08-191-3/+10
| | | | | | | | | | | | | | | | | | Resolves : https://github.com/nextcloud/server/issues/47056 Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-08-192-4/+4
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | feat(occ): add 'stop_after' option to stop the worker after some timeJulien Veyssier2024-08-161-0/+36
| | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | Merge pull request #39611 from FedericoHeichou/add-command-user-welcomeJohn Molakvoæ2024-08-162-0/+87
|\ \ \
| * | | fix: copyright headerJohn Molakvoæ2024-08-161-20/+2
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
| * | | feat: Add user:welcome commandFedericoHeichou2024-08-162-0/+105
| |/ / | | | | | | | | | Signed-off-by: FedericoHeichou <federicoheichou@gmail.com>
* | | Merge pull request #47248 from nextcloud/fix/settings-stylesJohn Molakvoæ2024-08-168-50/+56
|\ \ \ | |/ / |/| |