aboutsummaryrefslogtreecommitdiffstats
path: root/core
Commit message (Collapse)AuthorAgeFilesLines
* Fix(l10n): Update translations from TransifexNextcloud bot2024-02-242-0/+6
| | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* Merge pull request #39184 from shdehnavi/refactor_core_command_backgroundJohn Molakvoæ2024-02-235-5/+6
|\
| * Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
| | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Make adjustments based on the reviewHamid Dehnavi2024-02-231-3/+0
| | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com> Co-authored-by: Christoph Wurst <christoph@winzerhof-wurst.at>
| * Refactor core/Command/BackgroundHamid Dehnavi2024-02-235-5/+12
| | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | Merge pull request #39183 from shdehnavi/refactor_core_command_appJohn Molakvoæ2024-02-237-15/+15
|\ \
| * | Make adjustments based on the reviewHamid Dehnavi2023-09-291-2/+0
| | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | Make adjustments based on the reviewHamid Dehnavi2023-09-291-5/+0
| | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | Refactor core/Command/AppHamid Dehnavi2023-09-297-15/+22
| | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | Merge pull request #42893 from nextcloud/file-info-key-locationJohn Molakvoæ2024-02-231-0/+12
|\ \ \ | |_|/ |/| |
| * | add key location to info:file outputRobin Appelman2024-02-011-0/+12
| | | | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-232-0/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | chore: Compile assetsFerdinand Thiessen2024-02-221-1/+1
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Merge pull request #43653 from nextcloud/fix/bfp-occ-attempts-descriptionJosh2024-02-211-2/+2
|\ \ \ | | | | | | | | fix(security): Describe `occ security:bruteforce:attempts` accurately
| * | | fix(security): Describe `occ security:bruteforce:attempts` accuratelyJosh2024-02-211-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This command is used to list a summary of brute force protection attempts associated with a given IP address and, optionally, a specific action. It does not reset attempts (there's already another command for that). Signed-off-by: Josh <josh.t.richards@gmail.com> Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
* | | | Merge pull request #42801 from nextcloud/feat/appframework/route-attributeKate2024-02-2140-2319/+2322
|\ \ \ \
| * | | | refactor(core): Switch to attribute based routingprovokateurin2024-02-2140-2319/+2321
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
| * | | | chore(deps): Update openapi-extractorprovokateurin2024-02-211-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | | Merge pull request #43696 from nextcloud/fix/db-dup-addMissingIndexJosh2024-02-211-7/+0
|\ \ \ \ \ | |/ / / / |/| | | | fix(db): Remove duplicate missing index check for `cards`
| * | | | fix(db): Remove duplicate missing index check for `cards`Josh2024-02-201-7/+0
| | | | | | | | | | | | | | | Signed-off-by: Josh <josh.t.richards@gmail.com>
* | | | | Merge pull request #43697 from nextcloud/fix/default-inputs-styleFerdinand Thiessen2024-02-206-21/+33
|\ \ \ \ \ | | | | | | | | | | | | fix(styles): Add default styles for disabled elements
| * | | | | chore: Build CSS from SCSSFerdinand Thiessen2024-02-204-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(styles): Add default styles for disabled input elementsFerdinand Thiessen2024-02-202-1/+12
| | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
| * | | | | fix(styles): Replace deprecated CSS variablesFerdinand Thiessen2024-02-201-16/+17
| |/ / / / | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* / / / / stop the auto-logout loop after redirecting to the logoutJulien Veyssier2024-02-201-2/+5
|/ / / / | | | | | | | | | | | | Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
* | | | feat(core): Add OCS endpoint for confirming the user passwordprovokateurin2024-02-203-0/+144
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | feat(core): Expose the confirm password endpointprovokateurin2024-02-202-1/+69
| | | | | | | | | | | | | | | | Signed-off-by: provokateurin <kate@provokateurin.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-202-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #43339 from nextcloud/fix/42588/remove-redundant-indicesJohannes2024-02-192-1/+61
|\ \ \ \ | |/ / / |/| | | fix(db): remove redundant indices in properties
| * | | fix(db): remove redundant indices in propertiesJohannes Merkel2024-02-182-1/+61
| | | | | | | | | | | | | | | | Signed-off-by: Johannes Merkel <mail@johannesgge.de>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-196-2/+54
|/ / / | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-186-2/+140
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-172-2/+2
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-1688-94/+194
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | enh(settings): Migrate WOFF2 loading check to a SetupCheckFerdinand Thiessen2024-02-152-61/+0
| | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-158-0/+52
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-14108-1576/+1190
| | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | fix: replace `Account name` by `Login`John Molakvoæ2024-02-1310-16/+16
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | fix: phpunitJohn Molakvoæ2024-02-131-1/+1
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | fix: openapiJohn Molakvoæ2024-02-132-7/+7
| | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | feat: rename users to account or personVincent Petry2024-02-1319-39/+39
| | | | | | | | | | | | | | | | | | Replace translated text in most locations Signed-off-by: Vincent Petry <vincent@nextcloud.com>
* | | Merge pull request #43251 from nextcloud/fix/support-external-urls-in-navigationArthur Schiwon2024-02-121-1/+2
|\ \ \ | | | | | | | | Allow application to pass external links in navigation
| * | | fix: Support other schemes than HTTP and HTTPS in app navigationCôme Chilliet2024-02-061-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | fix: Revert external url support in icon as it’s not allowedCôme Chilliet2024-02-061-1/+1
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | Allow application to pass external links in navigationCôme Chilliet2024-02-061-2/+2
| | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2024-02-112-0/+146
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #42833 from nextcloud/enh/noid/set-boolean-configFerdinand Thiessen2024-02-091-2/+2
|\ \ \ \ | | | | | | | | | | small improvement on occ app:config:set
| * | | | true, on, yes and 1 can be booleanMaxence Lange2024-01-161-2/+2
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
* | | | | chore: Remove `jquery-migrate` and jQuery tooltip polyfills from global scopeFerdinand Thiessen2024-02-096-74/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
* | | | | Merge pull request #43465 from nextcloud/artonge/fix/bad_revert_commitLouis2024-02-084-35/+35
|\ \ \ \ \ | | | | | | | | | | | | Fix bad revert commit