summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* feat(backgroundjob): Schedule job after <timestamp>Christoph Wurst2023-09-293-8/+32
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #40576 from ↵Julia Kirschenheuter2023-09-297-70/+73
|\ | | | | | | | | nextcloud/fix/36915-_The_page_only_has_one_h1_heading Split list to navigation for the left sidebar
| * Split list to navigation for the left sidebarjulia.kirschenheuter2023-09-287-70/+73
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #40644 from ↵Christoph Wurst2023-09-2924-34/+37
|\ \ | | | | | | | | | | | | nextcloud/fix/noid/encode-uri-trashbin-restore-files-delete-favorite fix: encode uri for delete, restore and favorite
| * | fix: encode uri for delete, restore and favoriteDaniel Kesselberg2023-09-2824-34/+37
| | | | | | | | | | | | | | | | | | To encode # and other characters properly Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Merge pull request #39224 from shdehnavi/null_coalescing_conversion_lib_privateF. E Noel Nfebe2023-09-2916-28/+24
|\ \ \ | | | | | | | | Convert isset ternary to null coalescing operator
| * | | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-2816-28/+24
| | |/ | |/| | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2996-122/+266
| |/ |/| | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | Merge pull request #40675 from nextcloud/fix/unifiedsearch/search-0Christoph Wurst2023-09-281-1/+1
|\ \ | | | | | | fix(unifiedsearch): Allow searching for "0"
| * | fix(unifiedsearch): Allow searching for "0"Christoph Wurst2023-09-281-1/+1
| | | | | | | | | | | | | | | | | | empty("0") evaluates to true Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #40677 from nextcloud/fix/wcag-filesJohn Molakvoæ2023-09-284-21/+23
|\ \ \ | |_|/ |/| |
| * | fix(files): pass WCAG AA for hover rowsJohn Molakvoæ2023-09-284-21/+23
|/ / | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | Merge pull request #39131 from fsamapoor/refactor_lib_files_external_commandsLouis2023-09-2811-204/+135
|\ \ | | | | | | Refactors files_external app commands
| * | Adds parameter type hints.Faraz Samapoor2023-09-282-2/+2
| | | | | | | | | | | | | | | | | | Co-authored-by: Côme Chilliet <come.chilliet@nextcloud.com> Signed-off-by: Faraz Samapoor <fsa@adlas.at> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
| * | Refactors files_external app commands.Faraz Samapoor2023-09-2811-206/+137
| | | | | | | | | | | | | | | | | | | | | To improve code readability. Signed-off-by: Faraz Samapoor <fsa@adlas.at> Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
* | | Merge pull request #40430 from nextcloud/enh/a11y/share-note-labelF. E Noel Nfebe2023-09-287-8/+11
|\ \ \ | | | | | | | | enh(a11y): Add label to share note textbox
| * | | chore: compile assetsChristopher Ng2023-09-276-7/+7
| | | | | | | | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
| * | | enh(a11y): Add label to share note textboxChristopher Ng2023-09-271-1/+4
| |/ / | | | | | | | | | Signed-off-by: Christopher Ng <chrng8@gmail.com>
* | | Merge pull request #39225 from shdehnavi/null_coalescing_conversion_appsChristoph Wurst2023-09-2817-25/+25
|\ \ \ | | | | | | | | Convert isset ternary to null coalescing operator
| * | | Convert isset ternary to null coalescing operatorHamid Dehnavi2023-09-2817-25/+25
| | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | Merge pull request #40583 from nextcloud/feat/button-mtimeJohn Molakvoæ2023-09-286-24/+29
|\ \ \ \
| * | | | feat(files): properly format buttons, align mtime to the left and apply ↵John Molakvoæ (skjnldsv)2023-09-276-24/+29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | opacity based on file last modification Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | | | Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporderCôme Chilliet2023-09-284-12/+128
|\ \ \ \ \ | |_|_|_|/ |/| | | | Read apporder from configuration value
| * | | | Fix behavior when defaultapp is emptyCôme Chilliet2023-09-281-0/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix and extend NavigationManagerTest.phpCôme Chilliet2023-09-261-5/+79
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Fix and extend tests for AppManager::getDefaultAppForUserCôme Chilliet2023-09-261-4/+28
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Default to first application if no default app is setCôme Chilliet2023-09-261-1/+14
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Revert "Support admin default order for applications"Côme Chilliet2023-09-261-8/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit a3a42591e2e85e5903217052b246e46dbbf4c1c7. Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Support admin default order for applicationsCôme Chilliet2023-09-251-2/+8
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
| * | | | Read apporder from configuration valueCôme Chilliet2023-09-251-2/+6
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
* | | | | Merge pull request #39011 from fsamapoor/refactor_lib_private_security_part1Côme Chilliet2023-09-2810-201/+65
|\ \ \ \ \ | |_|_|/ / |/| | | | [1/3] Refactors lib/private/Security
| * | | | Refactors lib/private/Security.Faraz Samapoor2023-09-2710-201/+65
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Mainly using PHP8's constructor property promotion. Signed-off-by: Faraz Samapoor <fsa@adlas.at>
* | | | | Merge pull request #39236 from shdehnavi/refactor_comments_appJohn Molakvoæ2023-09-2815-134/+68
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | Make adjustments based on the reviewHamid Dehnavi2023-09-284-12/+12
| | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: Joas Schilling <coding@schilljs.com> Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
| * | | | Refactor comments appHamid Dehnavi2023-09-2815-136/+70
|/ / / / | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2836-8/+362
| | | | | | | | | | | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | | | Merge pull request #39213 from ↵Christoph Wurst2023-09-273-7/+7
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | shdehnavi/replace_strpos_and_substr_calls_in_federatedfilesharing_app Refactor "strpos" and "substr" calls in federatedfilesharing app to improve code readability
| * | | | Refactors "strpos" and "substr" calls to improve code readabilityHamid Dehnavi2023-09-273-7/+7
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | | Merge pull request #39175 from ↵Christoph Wurst2023-09-271-1/+1
|\ \ \ \ \ | |/ / / / |/| | | | | | | | | | | | | | shdehnavi/settings_app_users_controller_square_bracket_syntax use square bracket syntax to modify array
| * | | | use square bracket syntax to modify arrayHamid Dehnavi2023-07-051-1/+1
| | | | | | | | | | | | | | | | | | | | Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
* | | | | Merge pull request #40651 from ↵Joas Schilling2023-09-272-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | nextcloud/refactor/dbal-connection-query-execute-query refactor: Use DBAL's executeQuery instead of query (deprecated)
| * | | | | refactor: Use DBAL's executeQuery instead of query (deprecated)Christoph Wurst2023-09-272-2/+2
| | |_|_|/ | |/| | | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | | | Merge pull request #40649 from nextcloud/fix/openapi/ocs-apirequest-headerKate2023-09-2717-320/+474
|\ \ \ \ \ | |/ / / / |/| | | | Fix OCS-APIRequest header for OpenAPI
| * | | | Fix OCS-APIRequest header for OpenAPIjld31032023-09-2717-320/+474
|/ / / / | | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptionsKate2023-09-2744-130/+228
|\ \ \ \ | | | | | | | | | | Add single status code descriptions for OpenAPI
| * | | | Add single status code descriptions for OpenAPIjld31032023-09-2744-130/+228
| | |/ / | |/| | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | | Merge pull request #40604 from nextcloud/fix/dnd/open-fileidJohn Molakvoæ2023-09-278-13/+19
|\ \ \ \
| * | | | fix(files): open folder fileid while navigating without opening the sidebarJohn Molakvoæ2023-09-278-13/+19
| |/ / / | | | | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | | Merge pull request #40065 from nextcloud/bugfix/files/navigation-apiJohn Molakvoæ2023-09-274-8/+7
|\ \ \ \
| * | | | chore(assets): Recompile assetsnextcloud-command2023-09-262-3/+3
| | | | | | | | | | | | | | | | | | | | Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>