Alexander Piskun
|
0b8a3b578d
|
fixed Drone test
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
|
2023-10-06 13:46:37 +03:00 |
|
Alexander Piskun
|
f16c9f42c6
|
added CORS skip if session was created by AppAPI
Signed-off-by: Alexander Piskun <bigcat88@icloud.com>
|
2023-10-02 11:08:21 +03:00 |
|
Nextcloud bot
|
3622af9b43
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-02 00:25:52 +00:00 |
|
Daniel
|
676bee16eb
|
Merge pull request #40734 from nextcloud/debt/noid/align-param-name
|
2023-10-01 12:16:33 +02:00 |
|
Nextcloud bot
|
645002a1be
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-10-01 00:26:09 +00:00 |
|
Daniel
|
83cbd9c307
|
Merge pull request #40630 from nextcloud/enh/enable-php-8.3
|
2023-10-01 00:20:16 +02:00 |
|
Daniel Kesselberg
|
7e0ed6b636
|
ci: clear disable_functions to enable pcntl_signal
When using ini-file development then disable_functions forbids pcntl_signal by default.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-09-30 22:52:57 +02:00 |
|
Côme Chilliet
|
5586f2d4c4
|
Use latest shivammathur/setup-php in phpunit-32bits.yml
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-30 22:52:57 +02:00 |
|
Côme Chilliet
|
e20ba1cab1
|
Add 8.3 to lint CI and 32bits test suite
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-30 22:52:57 +02:00 |
|
Côme Chilliet
|
796bf329b6
|
Adding ini-file:development to 32bit CI
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-30 22:52:57 +02:00 |
|
Côme Chilliet
|
1daa881b03
|
Allow PHP 8.3 in version check
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
|
2023-09-30 22:52:57 +02:00 |
|
Daniel Kesselberg
|
19ec0ee81b
|
chore: rename serializedClosure to argument to align with parent class
To make psalm happy ;)
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-09-30 22:46:32 +02:00 |
|
Daniel
|
ee590ab5a9
|
Merge pull request #40709 from nextcloud/fix/ldap-profile-pic-resolution-master
|
2023-09-30 22:43:11 +02:00 |
|
Nextcloud bot
|
d215d80916
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-09-30 00:25:53 +00:00 |
|
Christoph Wurst
|
94430ed3de
|
Merge pull request #40564 from nextcloud/fix/userstatus/message-timestamp
fix(userstatus): Track message timestamp too
|
2023-09-29 19:51:54 +02:00 |
|
Joas Schilling
|
3c0c1cbf6e
|
Merge pull request #40714 from nextcloud/bugfix/noid/sensitive-onlyoffice
fix(systemreport): Mask onlyoffice secret as sensitive
|
2023-09-29 17:31:28 +02:00 |
|
Joas Schilling
|
6c0b862e75
|
fix(systemreport): Mask onlyoffice secret as sensitive
Signed-off-by: Joas Schilling <coding@schilljs.com>
|
2023-09-29 16:36:19 +02:00 |
|
Marcel Klehr
|
7f5b61c66d
|
Update apps/user_ldap/lib/User/User.php
Co-authored-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-09-29 13:48:06 +02:00 |
|
Marcel Klehr
|
66f6e94d7d
|
LDAP: Increase profile picture limit to 512
Signed-off-by: Marcel Klehr <mklehr@gmx.net>
|
2023-09-29 12:47:48 +02:00 |
|
Christoph Wurst
|
fbdf733be0
|
fix(userstatus): Track message timestamp too
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-09-29 09:55:19 +02:00 |
|
Julia Kirschenheuter
|
f8f437072a
|
Merge pull request #40576 from nextcloud/fix/36915-_The_page_only_has_one_h1_heading
Split list to navigation for the left sidebar
|
2023-09-29 08:38:14 +02:00 |
|
Christoph Wurst
|
cfda046260
|
Merge pull request #40644 from nextcloud/fix/noid/encode-uri-trashbin-restore-files-delete-favorite
fix: encode uri for delete, restore and favorite
|
2023-09-29 08:29:02 +02:00 |
|
F. E Noel Nfebe
|
db6a53b0a1
|
Merge pull request #39224 from shdehnavi/null_coalescing_conversion_lib_private
Convert isset ternary to null coalescing operator
|
2023-09-29 02:20:12 +01:00 |
|
Nextcloud bot
|
703f20b5bc
|
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
|
2023-09-29 00:25:29 +00:00 |
|
Daniel Kesselberg
|
4f7032475e
|
fix: encode uri for delete, restore and favorite
To encode # and other characters properly
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
|
2023-09-28 20:36:22 +02:00 |
|
julia.kirschenheuter
|
5693092053
|
Split list to navigation for the left sidebar
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
|
2023-09-28 18:18:40 +02:00 |
|
Christoph Wurst
|
f174e4a057
|
Merge pull request #40675 from nextcloud/fix/unifiedsearch/search-0
fix(unifiedsearch): Allow searching for "0"
|
2023-09-28 17:18:37 +02:00 |
|
John Molakvoæ
|
2080d9d953
|
Merge pull request #40677 from nextcloud/fix/wcag-files
|
2023-09-28 17:05:17 +02:00 |
|
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 |
|
John Molakvoæ
|
87ef6e47f2
|
fix(files): pass WCAG AA for hover rows
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
|
2023-09-28 13:55:01 +00:00 |
|
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 |
|
Christoph Wurst
|
dbd666e82b
|
fix(unifiedsearch): Allow searching for "0"
empty("0") evaluates to true
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
|
2023-09-28 10:53:07 +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 |
|