aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* fix: Remove jQuery from main entry pointFerdinand Thiessen2023-07-131-3/+2
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-134-12/+12
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-124-4/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Set double outline to buttons in focus statejulia.kirschenheuter2023-07-115-5/+9
| | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-114-2/+10
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-104-2/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-082-24/+24
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* fix: Remove deprecation warning for already removed APIFerdinand Thiessen2023-07-062-40/+1
| | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* Fix(l10n): Update translations from TransifexNextcloud bot2023-07-066-6/+8
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38975 from ↵Robin Appelman2023-07-0413-133/+74
|\ | | | | | | | | fsamapoor/constructor_property_promotion_in_remaining_core_classes Uses PHP8's constructor property promotion in remaining /core classes
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2313-133/+74
| | | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38974 from ↵Robin Appelman2023-07-0411-50/+31
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_migrations Uses PHP8's constructor property promotion in core/Migrations
| * | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2311-50/+31
| |/ | | | | | | Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Fix(OC/password-confirmation): Hide the correct buttonMarcel Klehr2023-07-041-2/+3
| | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-07-042-0/+2
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Update aria-expanded attribute for sidebar apps-slide-togglesfenn-cs2023-06-301-0/+2
| | | | | | | | | | | | | | | | | | | | | | Some apps which use the machanism provided in `core/src/OC/apps.js` for toggle slide up/down in the side bar would equally rely on same for `aria-expanded` state change. For example : https://github.com/nextcloud/activity/pull/1230 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-304-2/+6
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #39038 from nextcloud/fix/replace-deprecated-vue-codeJohn Molakvoæ2023-06-281-1/+1
|\ \
| * | fix(core): Migrate from deprecated `excludeClickOutsideClasses` to ↵Ferdinand Thiessen2023-06-271-1/+1
| | | | | | | | | | | | | | | | | | `excludeClickOutsideSelectors` Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-286-0/+6
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | chore: upgrade typescript, eslint and fix lintJohn Molakvoæ2023-06-271-1/+0
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-278-144/+150
| | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #38775 from ↵Côme Chilliet2023-06-269-50/+54
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part9 Uses PHP8's constructor property promotion in core/Command and /
| * | Update core/Command/TwoFactorAuth/Cleanup.phpFaraz Samapoor2023-06-241-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/TwoFactorAuth/Enable.phpFaraz Samapoor2023-06-241-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/TwoFactorAuth/Disable.phpFaraz Samapoor2023-06-241-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/TwoFactorAuth/State.phpFaraz Samapoor2023-06-241-1/+1
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/TwoFactorAuth/Enforce.phpFaraz Samapoor2023-06-241-1/+3
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Update core/Command/Check.phpFaraz Samapoor2023-06-241-1/+3
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Adds constructor to the Based class.Faraz Samapoor2023-06-245-6/+27
| | | | | | | | | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38775#discussion_r1227641788 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * | Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-248-45/+24
| | | | | | | | | | | | | | | | | | in core/Command and /TwoFactorAuth classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-266-46/+46
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: restore AppsSlideToggle featureJohn Molakvoæ2023-06-253-1/+139
| | | | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-256-4/+8
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | address reviewSimon L2023-06-246-8/+8
| | | | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | fix one more placeSimon L2023-06-241-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | only print deprecation logs if debug mode is enabledSimon L2023-06-245-6/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Move deprecation warnings to debugSimon L2023-06-245-6/+6
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2474-82/+64
|/ | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #38771 from ↵Louis2023-06-2210-83/+43
|\ | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part7 Uses PHP8's constructor property promotion core/Command/Info, /Integrity, and /Preview
| * Moves single constructor parameters to new lines.Faraz Samapoor2023-06-203-3/+9
| | | | | | | | | | | | | | Based on: https://github.com/nextcloud/server/pull/38764#discussion_r1227630895 Signed-off-by: Faraz Samapoor <fsa@adlas.at>
| * Uses PHP8's constructor property promotion.Faraz Samapoor2023-06-2010-83/+37
| | | | | | | | | | | | in core/Command/Info, /Integrity, and /Preview classes. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | Merge pull request #38928 from nextcloud/fix/missing-systemtags-indexMarcel Klehr2023-06-223-0/+21
|\ \
| * | fix(systemtags): Keep non-existing indexMarcel Klehr2023-06-221-0/+1
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(systemtags): Move index creation from new migration to existing original ↵Marcel Klehr2023-06-222-53/+1
| | | | | | | | | | | | | | | | | | migration Signed-off-by: Marcel Klehr <mklehr@gmx.net>
| * | fix(systemtags): Add missing systemtags indexMarcel Klehr2023-06-213-0/+72
| | | | | | | | | | | | Signed-off-by: Marcel Klehr <mklehr@gmx.net>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-06-2272-84/+84
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | adjust admin setup check to increase warning to set up httpsSimon L2023-06-201-2/+2
| | | | | | | | Signed-off-by: Simon L <szaimen@e.mail.de>
* | Merge pull request #38762 from ↵Louis2023-06-2010-91/+44
|\ \ | | | | | | | | | | | | fsamapoor/constructor_property_promotion_in_core_command_part1 Uses PHP8's constructor property promotion in core/Command/Encryption
| * | Update core/Command/Encryption/DecryptAll.phpFaraz Samapoor2023-06-201-2/+2
| | | | | | | | | | | | Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>