summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-234-0/+4
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-224-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-214-14/+26
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36271 from nextcloud/fix/fix-codestyleCôme Chilliet2023-01-2047-121/+88
|\ | | | | Fix codestyle using codesniffer
| * composer run cs:fixCôme Chilliet2023-01-2047-121/+88
| | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | Merge pull request #36264 from ↵Christoph Wurst2023-01-201-1/+1
|\ \ | |/ |/| | | | | nextcloud/fix/occ/repair-command-comment-formatting fix(occ): Fix comment formatting of maintenance:repair command
| * fix(occ): Fix comment formatting of maintenance:repair commandChristoph Wurst2023-01-201-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Attempt to fix errors in Repair command testsCôme Chilliet2023-01-201-0/+2
|/ | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-2016-0/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #36162 from nextcloud/fix/php82/string-var-interpolationChristoph Wurst2023-01-191-1/+1
|\ | | | | fix(PHP8.2): Fix deprecated string interpolation syntax
| * fix(PHP8.2): Fix deprecated string interpolation syntaxChristoph Wurst2023-01-191-1/+1
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Merge pull request #36123 from nextcloud/user-settings-normalize-uidVincent Petry2023-01-191-3/+8
|\ \ | |/ |/| normalize userid in user:setting
| * normalize userid in user:settingRobin Appelman2023-01-121-3/+8
| | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | Merge pull request #36203 from nextcloud/enh/a11y-search-menuJohn Molakvoæ2023-01-192-252/+16
|\ \ | | | | | | Port global search menu to focus trapped NcHeaderMenu
| * | Port global search menu to focus trapped NcHeaderMenuChristopher Ng2023-01-182-252/+16
| | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1938-76/+44
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #27492 from ↵Simon L2023-01-182-5/+6
|\ \ | | | | | | | | | | | | cyclops8456/feature/24301-remove-can-install-on-occ-maintenance-install Remove the CAN_INSTALL file when occ maintenance:install is complete
| * | Rename canInstallExists method and add new method for removalAlex Harpin2023-01-102-3/+3
| | | | | | | | | | | | | | | | | | | | | | | | Rename canInstallExists to shouldRemoveCanInstallFile to cover removal of this file for non-git channels and logging any failure to remove it. Add new method to detect if this file exists during web based installation. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
| * | Log a warning to CLI install command if CAN_INSTALL is not removedAlex Harpin2023-01-101-0/+3
| | | | | | | | | | | | | | | | | | Log a warning for the CLI install command if the CAN_INSTALL file still exists at the end of the installation. This matches the warning logged by the web installer. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
| * | Move CAN_INSTALL check to method and remove unlink from SetupControllerAlex Harpin2023-01-101-5/+3
| | | | | | | | | | | | | | | | | | Move the check for the CAN_INSTALL file in the config directory to a method in the Setup class and remove the call to unlink from the SetupController as this in now handled in the Setup class. Signed-off-by: Alex Harpin <development@landsofshadow.co.uk>
* | | feat(app framework)!: Inject services into controller methodsChristoph Wurst2023-01-181-11/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Usually Nextcloud DI goes through constructor injection. This has the implication that each instance of a class builds the full DI tree. That is the injected services, their services, etc. Occasionally there is a service that is only needed for one controller method. Then the DI tree is build regardless if used or not. If services are injected into the method, we only build the DI tree if that method gets executed. This is also how Laravel allows injection. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Fix login loop if login CSRF fails and user is not logged inChristoph Wurst2023-01-181-4/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If CSRF fails but the user is logged in that they probably logged in in another tab. This is fine. We can just redirect. If CSRF fails and the user is also not logged in then something is fishy. E.g. because Nextcloud contantly regenrates the session and the CSRF token and the user is stuck in an endless login loop. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #36194 from nextcloud/revert/35071Joas Schilling2023-01-184-2509/+0
|\ \ \ | | | | | | | | Fix failed revert for #35071
| * | | Fix failed revert for #35071John Molakvoæ2023-01-174-2509/+0
| | | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-1838-76/+78
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Revert "Add alt to the logo, adapt css for logo"John Molakvoæ2023-01-1712-9/+2530
| | | | | | | | | | | | This reverts commit bba5ab0532bcf71dc421fd15efd890cd25bdc8d3.
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-176-2/+6
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Merge pull request #36073 from nextcloud/fix/fix-background-job-listblizzz2023-01-161-7/+8
|\ \ \ | | | | | | | | Use a Generator for job list to fix background-job:list command
| * | | Fix API breakage by using a new method insteadCôme Chilliet2023-01-121-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Use a Generator for job list to fix background-job:list commandCôme Chilliet2023-01-101-6/+7
| |/ / | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-166-0/+12
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-156-2/+8
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-14138-274/+276
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Focus trap contacts menu with NcHeaderMenu portChristopher Ng2023-01-1310-208/+224
| | | | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com> Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-122-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Compress SASS outputChristopher Ng2023-01-1136-10920/+36
| |/ |/| | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-112-0/+4
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Remove js navigation on alternative login clickzorn-v2023-01-101-5/+1
|/ | | | | Signed-off-by: zorn-v <zorn7@yandex.ru> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* Merge pull request #35980 from nextcloud/remove-legacy-ajax-listVincent Petry2023-01-101-13/+0
|\ | | | | Remove unused legacy ajax/list.php in files app
| * Remove unused legacy ajax/list.php in files appVincent Petry2023-01-091-13/+0
| | | | | | | | | | Signed-off-by: Vincent Petry <vincent@nextcloud.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-106-0/+10
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-094-104/+106
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-082-22/+22
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-0710-60/+70
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): 🔠 Update translations from TransifexNextcloud bot2023-01-066-2/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix(ui): Fix and optimize more SVGsJoas Schilling2023-01-052-5283/+2
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* fix(ui): Fix SVG mail icon missing width and heightJoas Schilling2023-01-051-1/+1
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Merge pull request #33898 from nextcloud/fix/authtoken-password-updateJulius Härtl2023-01-051-0/+57
|\ | | | | PublickKeyTokenProvider: Fix password update routine with password hash
| * PublickKeyTokenProvider: Fix password update routine with password hashMarcel Klehr2023-01-041-0/+57
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Allow target="_blank" in app navigation itemsThomas Citharel2023-01-051-1/+3
| | | | | | | | | | | | Which was removed in the Vue rewrite in #33728. This breaks things like https://github.com/nextcloud/external/issues/79 Signed-off-by: Thomas Citharel <tcit@tcit.fr>