Ferdinand Thiessen
4e8c690dc7
fix(cypress): Fix linter errors on Cypress chains and refactor wait-until checker functions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-25 15:42:15 +02:00
Ferdinand Thiessen
107bafd864
Merge pull request #41108 from nextcloud/fix/40708-remove_tab_index_from_navigation_and_app_content
...
Remove unneeded `tabindex="0"` from sidebar and app content
2023-10-25 15:41:50 +02:00
julia.kirschenheuter
62cfd195e4
Remove unneeded tabindex="0" from sidebar and app content
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-25 14:24:19 +02:00
Ferdinand Thiessen
ed45e2600b
Merge pull request #41110 from nextcloud/fix/login-cypress-test
...
fix(cypress): Fix selector for the user menu button
2023-10-25 14:23:49 +02:00
Ferdinand Thiessen
e93ccca823
fix(cypress): Fix selector for the user menu button
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-25 12:15:18 +02:00
Ferdinand Thiessen
20b14ae7ac
Merge pull request #41089 from nextcloud/fix/workflow-empty-content
...
fix(workflowengine): Add an empty content when no flows are installed or configured
2023-10-25 12:14:26 +02:00
Ferdinand Thiessen
421f60104c
Merge pull request #41021 from nextcloud/fix/move-tests-from-drone-to-cypress
...
fix(tests): Move leftover acceptance tests for users from drone to Cypress
2023-10-25 12:12:12 +02:00
Ferdinand Thiessen
5b0c27b6da
fix(settings): Stablize user list cypress tests
...
* Use common `data-testid` to identify elements rather than to depend on internal classes or properties
* Force clean the state for the user tests
* Move leftover acceptance tests for users from drone to cypress
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-25 11:36:24 +02:00
Julia Kirschenheuter
888473f5e2
Merge pull request #41080 from nextcloud/fix/40682-Add_more_visibility_on_background_buttons
...
Change styles on active, hover and focus state for background buttons
2023-10-25 10:14:35 +02:00
John Molakvoæ
4c7bd978e1
fix(build): phpDocumentor usage
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-25 08:33:38 +02:00
John Molakvoæ
c1a7ee6e16
fix: use default php version
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
2023-10-25 08:29:08 +02:00
Nextcloud bot
bc7f0c3095
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-25 00:43:31 +00:00
Pytal
460954afd9
Merge pull request #41094 from nextcloud/fix/indirect-safe-dep
...
fix(dav): Remove usage of indirect thecodingmachine/safe dependency
2023-10-24 17:03:06 -07:00
Christoph Wurst
2e252476d8
Merge pull request #41046 from nextcloud/fix/recently-contacted-duplicates
...
Fix: duplicating contacts with the Recently contacted feature
2023-10-24 20:45:20 +02:00
Christopher Ng
5281623329
fix(dav): Remove usage of indirect thecodingmachine/safe dependency
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-24 11:25:42 -07:00
Louis
c5d82409b4
Merge pull request #41062 from nextcloud/artonge/fix/return_fals_if_touch_fails
...
Return correct status if touch failed
2023-10-24 18:08:24 +02:00
Robin Appelman
efe68d012c
Merge pull request #39044 from nextcloud/more-empty-mount-checking
...
Fix root mounts not being setup in some cases
2023-10-24 16:54:05 +02:00
Ferdinand Thiessen
5b18099112
fix(workflowengine): Add an empty content when no flows are installed or configured
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-24 15:52:32 +02:00
Julia Kirschenheuter
970ac3d7eb
Merge pull request #41068 from nextcloud/fix/37092/user-status--html-validation
...
fix(user_status): separate user menu and dashboard status layout for HTML validation
2023-10-24 15:35:33 +02:00
Ferdinand Thiessen
6753aaf33e
Merge pull request #41035 from nextcloud/fix/37092/apps-list--html-validation
...
fix(settings): apps list html validation and loading icon
2023-10-24 14:06:03 +02:00
hamza221
6ab76917c9
Fix: duplicating contacts with the Recently contacted feature
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com>
2023-10-24 13:03:59 +02:00
Joas Schilling
7a55ea7823
Merge pull request #41061 from nextcloud/bugfix/noid/dont-use-indirect-dependency
...
fix(3rdparty): Don't use indirect dependency "Safe/" for functions
2023-10-24 12:12:36 +02:00
Grigorii K. Shartsev
7e94468662
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:10:39 +02:00
Grigorii K. Shartsev
230830b1e6
fix(settings): apps list loading classes
...
- fix setting loading classes
- also removes invalid HTML attributes, there is no such props in `NcContent`
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:07:04 +02:00
Grigorii K. Shartsev
668e35f155
fix(settings): apps list html validation
...
- Replace invalid `width="100%"` attribute
- Add empty required `alt`
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:07:04 +02:00
Grigorii K. Shartsev
bec2d43fa7
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:00:22 +02:00
Grigorii K. Shartsev
c834d98d34
fix(user_status): separate user menu and dashboard status layout
...
- Remove href="#" from a button for HTML validation
- Use @nextcloud/vue NcButton instead of custom button in Dashboard
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 10:57:17 +02:00
Simon L
122e799ff5
Merge pull request #41079 from nextcloud/bugfix/noid/allow-updating-from-27.1
2023-10-24 10:28:05 +02:00
julia.kirschenheuter
18751d0e52
Change styles on active, hover and focus state for background buttons
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-24 09:50:37 +02:00
Joas Schilling
7f9aec1e8c
fix(update): Allow updating from 27.1 to 28
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-10-24 09:29:12 +02:00
Ferdinand Thiessen
13a8a1793c
Merge pull request #41033 from nextcloud/chore/migrate-login-feature
...
chore(tests): Migrate login acceptance tests from behat to Cypress
2023-10-24 04:18:33 +02:00
Pytal
450985fc74
Merge pull request #40938 from nextcloud/fix/a11y/change-scope-actions
...
fix(settings): Account property scope actions
2023-10-23 18:11:25 -07:00
Nextcloud bot
d772537d90
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-10-24 00:25:42 +00:00
Christopher Ng
5a562a5b16
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:58:13 -07:00
Christopher Ng
f0bb5e7e76
fix(settings): Styles for scope button
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:53:30 -07:00
Christopher Ng
a9fdc52f69
fix(settings): Name for scope button
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:53:30 -07:00
Christopher Ng
18a2391cab
fix(settings): Remove aria-label on scope actions
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:53:30 -07:00
Pytal
30cb1badb1
Merge pull request #41070 from nextcloud/deps/nextcloud/vue-8.0.0-beta.9
...
chore: Bump @nextcloud/vue to v8-beta.9
2023-10-23 15:47:37 -07:00
Christopher Ng
3b097f0658
fix(tests): Update dav snapshot
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:18:09 -07:00
Christopher Ng
ac287269b7
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:18:07 -07:00
Christopher Ng
590daccca3
fix: Share select search globally icon
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:14:49 -07:00
Christopher Ng
8c2a4e814a
chore: Bump @nextcloud/vue to v8-beta.9
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:14:49 -07:00
Julius Härtl
45d7612423
Merge pull request #40482 from nextcloud/fix/workflowengine_fileaccess
2023-10-23 23:25:18 +02:00
Pytal
8a1546c703
Merge pull request #41064 from nextcloud/fix/40705-_increase_contrast_on_Device_and_Last_activity
...
Remove opacity on table header
2023-10-23 11:53:35 -07:00
Jonas
7441ce2b11
enh(IMountManager): Add method to get MountPoint from CachedMountInfo
...
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-23 20:50:24 +02:00
Jonas
9193d8be40
fix(isLegitimatedForUserId): Setup mountpoints to check file access
...
This fixes workflows on groupfolders, as it will consider access to
files in groupfolders.
It also fixes false positives where access to files was limited by other
means not taken into account before, e.g. access control.
For postDelete events, check for permissions of the parent folder
instead, as the file itself no longer exists.
Fixes : nextcloud/flow_notifications#71
Signed-off-by: Jonas <jonas@freesources.org>
2023-10-23 20:47:16 +02:00
Julius Härtl
f88c34b604
Merge pull request #40495 from nextcloud/fix/master-name-in-share-cache
2023-10-23 19:29:17 +02:00
Simon L
8bd1294550
Merge pull request #41063 from nextcloud/fix/37092/dashboard-html-validation
2023-10-23 18:43:01 +02:00
Simon L
fe62fa76ff
Merge pull request #40980 from nextcloud/fix/37092/remove-unnecessary-roles
2023-10-23 18:42:44 +02:00
Côme Chilliet
5245d2000a
Merge pull request #41017 from nextcloud/fix/move-token-iprovider-to-ocp
...
Move IToken and IProvider::getToken to OCP
2023-10-23 18:01:52 +02:00