aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* fix(userstatus): Track message timestamp tooChristoph Wurst2023-09-2910-3/+221
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #40576 from ↵Julia Kirschenheuter2023-09-291-49/+51
|\ | | | | | | | | 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-281-49/+51
| | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | Merge pull request #40644 from ↵Christoph Wurst2023-09-294-4/+7
|\ \ | | | | | | | | | | | | 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-284-4/+7
| | | | | | | | | | | | | | | | | | To encode # and other characters properly Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2992-110/+252
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* / fix(files): pass WCAG AA for hover rowsJohn Molakvoæ2023-09-282-18/+20
|/ | | | | 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-281-1/+4
|\ \ | | | | | | enh(a11y): Add label to share note textbox
| * | 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-284-21/+26
|\ \ \ | |/ / |/| |
| * | feat(files): properly format buttons, align mtime to the left and apply ↵John Molakvoæ (skjnldsv)2023-09-274-21/+26
| | | | | | | | | | | | | | | | | | opacity based on file last modification Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | | 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-2830-6/+352
| | | | | | | | 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>
* | | Fix OCS-APIRequest header for OpenAPIjld31032023-09-2714-244/+366
| |/ |/| | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptionsKate2023-09-2734-106/+182
|\ \ | | | | | | Add single status code descriptions for OpenAPI
| * | Add single status code descriptions for OpenAPIjld31032023-09-2734-106/+182
| | | | | | | | | | | | Signed-off-by: jld3103 <jld3103yt@gmail.com>
* | | Merge pull request #40604 from nextcloud/fix/dnd/open-fileidJohn Molakvoæ2023-09-274-7/+13
|\ \ \
| * | | fix(files): open folder fileid while navigating without opening the sidebarJohn Molakvoæ2023-09-274-7/+13
| |/ / | | | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | | Merge pull request #40065 from nextcloud/bugfix/files/navigation-apiJohn Molakvoæ2023-09-272-5/+4
|\ \ \ | |/ / |/| |
| * | fix(files): use `OC.Files.getClient()`Max2023-09-261-2/+2
| | | | | | | | | | | | | | | | | | `OCA.Files.App.fileList` is not initiated anymore. Signed-off-by: Max <max@nextcloud.com>
| * | fix(files): do not include scripts for merge-indexMax2023-09-261-3/+2
| | | | | | | | | | | | Signed-off-by: Max <max@nextcloud.com>
* | | Fix(l10n): Update translations from TransifexNextcloud bot2023-09-2762-8/+270
|/ / | | | | | | Signed-off-by: Nextcloud bot <bot@nextcloud.com>
* | fix(files): preview loadingJohn Molakvoæ (skjnldsv)2023-09-262-9/+12
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | feat(files): add move or copy actionJohn Molakvoæ2023-09-2617-138/+723
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): add drag and drop supportJohn Molakvoæ2023-09-263-4/+125
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | feat(files): add folder icon overlayJohn Molakvoæ2023-09-261-0/+1
| | | | | | | | Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
* | Merge pull request #40614 from nextcloud/fix/userstatus/migration-version-numberChristoph Wurst2023-09-263-7/+9
|\ \ | | | | | | fix(userstatus): Sync migration version number with app version
| * | fix(userstatus): Sync migration version number with app versionChristoph Wurst2023-09-263-7/+9
| | | | | | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | | Merge pull request #40584 from ↵Arthur Schiwon2023-09-261-1/+1
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/correct-37082-replace_input_on_security_page Correct value for device name input field
| * | | Correct value for device name input fieldjulia.kirschenheuter2023-09-251-1/+1
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #40619 from nextcloud/artonge/fix/l10n_id_in_files_versionsLouis2023-09-261-3/+3
|\ \ \ | | | | | | | | Use proper app id in Version.vue
| * | | Use proper app id in Version.vueLouis Chemineau2023-09-251-3/+3
| |/ / | | | | | | | | | Signed-off-by: Louis Chemineau <louis@chmn.me>
* | | Merge pull request #40613 from ↵Julia Kirschenheuter2023-09-261-2/+0
|\ \ \ | | | | | | | | | | | | | | | | nextcloud/fix/36966-remove_unneeded_opacity_for_action_button Remove unneeded opacity for action button
| * | | Remove unneeded opacity for action buttonjulia.kirschenheuter2023-09-251-2/+0
| |/ / | | | | | | | | | Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
* | | Merge pull request #40541 from nextcloud/fix/dav/expand-recurrences-in-searchCôme Chilliet2023-09-262-1/+81
|\ \ \ | | | | | | | | fix(dav): expand recurrences when searching
| * | | fix(dav): expand recurrences when searchingRichard Steinmetz2023-09-212-1/+81
| | | | | | | | | | | | | | | | Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
* | | | Merge pull request #40533 from nextcloud/40493-auto-suggest-passwordF. E Noel Nfebe2023-09-261-3/+9
|\ \ \ \ | | | | | | | | | | Auto set password for new email shares
| * | | | Auto set password for new email sharesfenn-cs2023-09-261-3/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Suggest auto generated password for new public share (mail share). Resolves : https://github.com/nextcloud/server/issues/40493 Signed-off-by: fenn-cs <fenn25.fn@gmail.com> Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
* | | | | Merge pull request #40620 from nextcloud/feat/noid/ocp-for-phonenumber-utilJoas Schilling2023-09-262-27/+25
|\ \ \ \ \ | |/ / / / |/| | | | feat(phonenumber): Add OCP wrapper for PhoneNumber utils library
| * | | | fix(phonenumber): Use the newly introduced API to limit 3rdparty lib usageJoas Schilling2023-09-252-27/+25
| | |/ / | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>