Hamid Dehnavi
|
ea06cf2f39
|
Convert isset ternary to null coalescing operator
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-09-28 17:44:19 +03:30 |
|
Louis
|
45cac16432
|
Merge pull request #39131 from fsamapoor/refactor_lib_files_external_commands
Refactors files_external app commands
|
2023-09-28 14:39:49 +02:00 |
|
F. E Noel Nfebe
|
c5293bb9db
|
Merge pull request #40430 from nextcloud/enh/a11y/share-note-label
enh(a11y): Add label to share note textbox
|
2023-09-28 12:54:08 +01:00 |
|
Christoph Wurst
|
1a1514e296
|
Merge pull request #39225 from shdehnavi/null_coalescing_conversion_apps
Convert isset ternary to null coalescing operator
|
2023-09-28 11:39:23 +02:00 |
|
John Molakvoæ
|
cdd07904de
|
Merge pull request #40583 from nextcloud/feat/button-mtime
|
2023-09-28 10:56:51 +02:00 |
|
Côme Chilliet
|
c9ed1e981b
|
Merge pull request #40617 from nextcloud/enh/allow-user-to-set-apporder
Read apporder from configuration value
|
2023-09-28 10:55:52 +02:00 |
|
Hamid Dehnavi
|
d64bbc8bd3
|
Convert isset ternary to null coalescing operator
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-09-28 12:18:41 +03:30 |
|
Côme Chilliet
|
99e287b49a
|
Merge pull request #39011 from fsamapoor/refactor_lib_private_security_part1
[1/3] Refactors lib/private/Security
|
2023-09-28 10:38:38 +02:00 |
|
John Molakvoæ
|
456aea8042
|
Merge pull request #39236 from shdehnavi/refactor_comments_app
|
2023-09-28 09:27:12 +02:00 |
|
Côme Chilliet
|
8049702413
|
Fix behavior when defaultapp is empty
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-28 09:22:54 +02:00 |
|
Hamid Dehnavi
|
92b75bc798
|
Make adjustments based on the review
Co-authored-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-09-28 09:16:03 +03:30 |
|
Hamid Dehnavi
|
878288004e
|
Refactor comments app
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-09-28 09:16:03 +03:30 |
|
Faraz Samapoor
|
eab7818f0e
|
Adds parameter type hints.
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>
|
2023-09-28 09:02:10 +03:30 |
|
Faraz Samapoor
|
32838d8f0a
|
Refactors files_external app commands.
To improve code readability.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-09-28 09:02:10 +03:30 |
|
Christopher Ng
|
39adf3a4ab
|
chore: compile assets
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-09-27 17:39:38 -07:00 |
|
Christopher Ng
|
eacde86693
|
enh(a11y): Add label to share note textbox
Signed-off-by: Christopher Ng <chrng8@gmail.com>
|
2023-09-27 17:39:38 -07:00 |
|
Nextcloud bot
|
c2e4a7be92
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-09-28 00:27:56 +00:00 |
|
Christoph Wurst
|
bcda3314ed
|
Merge pull request #39213 from shdehnavi/replace_strpos_and_substr_calls_in_federatedfilesharing_app
Refactor "strpos" and "substr" calls in federatedfilesharing app to improve code readability
|
2023-09-27 20:32:19 +02:00 |
|
Christoph Wurst
|
dd3cd29224
|
Merge pull request #39175 from shdehnavi/settings_app_users_controller_square_bracket_syntax
use square bracket syntax to modify array
|
2023-09-27 20:31:11 +02:00 |
|
Hamid Dehnavi
|
11447334e5
|
Refactors "strpos" and "substr" calls to improve code readability
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com>
|
2023-09-27 20:37:51 +03:30 |
|
Joas Schilling
|
f934d23cf2
|
Merge pull request #40651 from nextcloud/refactor/dbal-connection-query-execute-query
refactor: Use DBAL's executeQuery instead of query (deprecated)
|
2023-09-27 14:40:15 +02:00 |
|
Kate
|
69a050991b
|
Merge pull request #40649 from nextcloud/fix/openapi/ocs-apirequest-header
Fix OCS-APIRequest header for OpenAPI
|
2023-09-27 11:29:35 +02:00 |
|
Christoph Wurst
|
6b90ab1953
|
refactor: Use DBAL's executeQuery instead of query (deprecated)
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-09-27 10:43:42 +02:00 |
|
John Molakvoæ (skjnldsv)
|
25e500bbf4
|
feat(files): properly format buttons, align mtime to the left and apply opacity based on file last modification
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2023-09-27 10:39:33 +02:00 |
|
jld3103
|
d7926807ea
|
Fix OCS-APIRequest header for OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-27 10:22:20 +02:00 |
|
Kate
|
f134244c90
|
Merge pull request #40502 from nextcloud/fix/openapi/single-status-descriptions
Add single status code descriptions for OpenAPI
|
2023-09-27 09:18:25 +02:00 |
|
John Molakvoæ
|
6fb5f97abc
|
Merge pull request #40604 from nextcloud/fix/dnd/open-fileid
|
2023-09-27 08:53:04 +02:00 |
|
John Molakvoæ
|
5dcefad91f
|
Merge pull request #40065 from nextcloud/bugfix/files/navigation-api
|
2023-09-27 08:33:34 +02:00 |
|
Christoph Wurst
|
0a20b5de74
|
Merge pull request #36742 from fsamapoor/patch-1
Refactors tests/app.php to improve code readability.
|
2023-09-27 08:32:29 +02:00 |
|
John Molakvoæ
|
8e9e222105
|
fix(files): open folder fileid while navigating without opening the sidebar
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-09-27 08:29:50 +02:00 |
|
jld3103
|
c2d45cb172
|
Add single status code descriptions for OpenAPI
Signed-off-by: jld3103 <jld3103yt@gmail.com>
|
2023-09-27 08:05:21 +02:00 |
|
Faraz Samapoor
|
c322224650
|
Refactors tests/app.php to improve readaibility.
Signed-off-by: Faraz Samapoor <f.samapoor@gmail.com>
|
2023-09-27 09:10:47 +03:30 |
|
Faraz Samapoor
|
f313ca92e7
|
Refactors lib/private/Security.
Mainly using PHP8's constructor property promotion.
Signed-off-by: Faraz Samapoor <fsa@adlas.at>
|
2023-09-27 09:03:15 +03:30 |
|
Nextcloud bot
|
912b18b1fc
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-09-27 00:26:53 +00:00 |
|
nextcloud-command
|
360ae111d8
|
chore(assets): Recompile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-09-26 19:47:57 +00:00 |
|
Max
|
27bcef72e0
|
fix(files): use OC.Files.getClient()
`OCA.Files.App.fileList` is not initiated anymore.
Signed-off-by: Max <max@nextcloud.com>
|
2023-09-26 21:37:45 +02:00 |
|
Max
|
7ba6409270
|
fix(files): do not include scripts for merge-index
Signed-off-by: Max <max@nextcloud.com>
|
2023-09-26 21:37:45 +02:00 |
|
John Molakvoæ
|
d395fa862b
|
Merge pull request #39998 from nextcloud/feat/f2v/dnd
|
2023-09-26 20:33:11 +02:00 |
|
John Molakvoæ (skjnldsv)
|
e3b2af4d9c
|
fix(files): preview loading
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
|
2023-09-26 20:22:10 +02:00 |
|
John Molakvoæ
|
f9d2e3af0c
|
feat(files): add move or copy action
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-09-26 20:15:59 +02:00 |
|
John Molakvoæ
|
16094c7db5
|
feat(files): add drag and drop support
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-09-26 20:15:59 +02:00 |
|
John Molakvoæ
|
4621198744
|
feat(files): add folder icon overlay
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
|
2023-09-26 20:15:59 +02:00 |
|
Christoph Wurst
|
09a9c3ca3d
|
Merge pull request #40639 from nextcloud/chore/drop-vendored-composer
chore: Drop vendored Composer v2.4.1
|
2023-09-26 19:41:59 +02:00 |
|
Côme Chilliet
|
740b38be2b
|
Merge pull request #39108 from fsamapoor/refactor_lib_private_lock
Refactors lib/private/Lock
|
2023-09-26 16:58:37 +02:00 |
|
Côme Chilliet
|
b11eb9e6d6
|
Fix and extend NavigationManagerTest.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-26 16:21:22 +02:00 |
|
Christoph Wurst
|
91959c99c1
|
Merge pull request #40614 from nextcloud/fix/userstatus/migration-version-number
fix(userstatus): Sync migration version number with app version
|
2023-09-26 15:46:48 +02:00 |
|
Arthur Schiwon
|
2397e835e6
|
Merge pull request #40584 from nextcloud/fix/correct-37082-replace_input_on_security_page
Correct value for device name input field
|
2023-09-26 15:16:04 +02:00 |
|
Côme Chilliet
|
2d28e8110f
|
Fix and extend tests for AppManager::getDefaultAppForUser
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-26 14:59:05 +02:00 |
|
Côme Chilliet
|
a4a3d94f05
|
Default to first application if no default app is set
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-26 14:40:14 +02:00 |
|
Côme Chilliet
|
6083d32a80
|
Revert "Support admin default order for applications"
This reverts commit a3a42591e2.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-26 14:22:57 +02:00 |
|