Christoph Wurst
adc9f64f8d
Merge pull request #40852 from nextcloud/feat/contactsmenu/user-status
...
feat(contactsmenu): Show user status
2023-11-01 09:40:41 +07:00
Ferdinand Thiessen
f0ff184a38
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-31 21:56:13 +07:00
Christoph Wurst
ac168cf9ff
feat(contactsmenu): Show user status
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-10-31 11:52:46 +07:00
Christopher Ng
4dbef5b214
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-30 17:10:28 +07:00
Ferdinand Thiessen
7bb2aec7a6
chore: compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-30 16:33:15 +07:00
dependabot[bot]
0449fe8779
chore(deps): bump p-queue from 7.3.4 to 7.4.1
...
Bumps [p-queue](https://github.com/sindresorhus/p-queue ) from 7.3.4 to 7.4.1.
- [Release notes](https://github.com/sindresorhus/p-queue/releases )
- [Commits](https://github.com/sindresorhus/p-queue/compare/v7.3.4...v7.4.1 )
---
updated-dependencies:
- dependency-name: p-queue
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-30 11:23:13 +07:00
julia.kirschenheuter
fbc970855f
Create semantically right table for the "OAuth 2.0 clients"
...
Adapt styles
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-27 09:55:45 +07:00
Christopher Ng
fc43c28305
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-26 10:30:22 +07:00
nextcloud-command
43b12f877b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-25 15:48:46 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Grigorii K. Shartsev
7e94468662
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:10:39 +07:00
Grigorii K. Shartsev
bec2d43fa7
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-24 11:00:22 +07: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 +07: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
ac287269b7
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-23 15:18:07 +07: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
Simon L
8bd1294550
Merge pull request #41063 from nextcloud/fix/37092/dashboard-html-validation
2023-10-23 18:43:01 +07:00
Ferdinand Thiessen
d43c66e96a
Merge pull request #41034 from nextcloud/fix/37092/users--html-validation
...
fix(settings): users page html validation
2023-10-23 17:16:43 +07:00
julia.kirschenheuter
521e66edc0
Remove opacity on table header
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-23 16:30:50 +07:00
Grigorii K. Shartsev
4ac06a8ccc
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-23 16:22:45 +07:00
fenn-cs
8dfcf2e02a
Do not treat `isDefaultExpireDateEnforced` as fallback
...
`isDefaultExpireDateEnforced` and its corresponding `defaultExpirationDate`
is currently treated as the enforcement fallback when share type enforcements are not
set.
However, `isDefaultExpireDateEnforced` and `defaultExpirationDate` are actually more like
`isDefaultPublicExpireDateEnforced` and `defaultPublicExpirationDate` and therefore only applies
to public shares.
It might be ideal to rename this variables all the way from the backend config to the way we use
them in the frontend code.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-22 16:47:32 +07:00
fenn-cs
46308e96f3
Fix has expiration date logic
...
Current expiration date errorneously assumes that `defaultExpirationDate`
applies to all kinds of shares. But it only really applies to public shares despite
its name.
This commit, fixes that by paring expiration dates with the correct share types during
new share initialization and simplifying the `hasExpirationDate` (check) property.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-22 15:47:45 +07:00
fenn-cs
92417cd594
Check expiry enforcement for all share types
...
We should check that a maximum expiry date has been enforced for
all shares and NOT JUST FOR internal shares before enforcing a UI max date,
like in commit 9757e680e2
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-22 15:47:43 +07:00
John Molakvoæ
4b70f19837
Merge pull request #41024 from nextcloud/fix/follow-up-app-order
2023-10-22 12:58:57 +07:00
Ferdinand Thiessen
891097b42b
Merge pull request #41019 from nextcloud/fix-files-vl-h
...
fix(files): correct item height
2023-10-22 01:19:17 +07:00
Varun Patil
4d578f37e6
fix(files): correct item height
...
1. grid: typo? The icon size is 160 - 44 + (44 / 2) = 138px
2. non-grid: border is already included in height because the tr
is a border-box (made this explicit to be safe)
Signed-off-by: Varun Patil <varunpatil@ucla.edu>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-21 22:42:06 +07:00
dependabot[bot]
5c07f4575c
chore(deps): Bump @nextcloud/calendar-availability-vue
...
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue ) from 2.0.0-beta.2 to 2.0.0-beta.3.
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.0.0-beta.2...v2.0.0-beta.3 )
---
updated-dependencies:
- dependency-name: "@nextcloud/calendar-availability-vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-21 21:33:51 +07:00
Grigorii K. Shartsev
1fbe58b0fb
chore(assets): Re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-21 04:48:39 +07:00
Ferdinand Thiessen
18cb827d96
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-21 03:52:30 +07:00
Grigorii K. Shartsev
7c142c9aed
chore(assets): Re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-20 20:34:41 +07:00
Ferdinand Thiessen
df74fb0123
Merge pull request #40993 from nextcloud/pulsejet/oc-cap-refactor
...
refactor: remove remaining usage of OC::getCapabilities
2023-10-20 20:29:57 +07:00
nextcloud-command
ba252e24a9
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-20 18:05:04 +07:00
Ferdinand Thiessen
77cce714c9
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-20 16:23:27 +07:00
Ferdinand Thiessen
a6d137c9a7
Merge pull request #40994 from nextcloud/fix/37092/user-menu-validation
...
fix(user_menu): pass only actual prop to user menu entries
2023-10-20 16:17:30 +07:00
Varun Patil
2db1eab7f9
fix(files): virtual list will-change value
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-20 10:49:11 +07:00
Ferdinand Thiessen
8d907d8089
Merge pull request #40979 from nextcloud/fix/36965-fix-global-search
...
Fix placement of actions within unified search
2023-10-20 02:49:49 +07:00
Ferdinand Thiessen
8ac6fe8ba4
Merge pull request #40978 from nextcloud/fix/37092/replace-non-standard-autocorrect-with-spellcheck
...
HTML Validation: replace non standard `autocorrect` with `spellcheck`
2023-10-20 01:54:53 +07:00
Grigorii K. Shartsev
2d6cd78c32
fix: replace non-standard autocorrect with spellcheck attribute
...
`autocorrect` was actual for Safari long time ago when Safari didn't fully supported HTML 5 spellcheck.
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-20 00:35:51 +07:00
Ferdinand Thiessen
f3f3f4cd59
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-20 00:24:21 +07:00
Ferdinand Thiessen
a6c450b481
Merge pull request #40961 from nextcloud/fix/cypress-tests
...
fix(cypress): Replace flaky password-confirmation hack
2023-10-19 22:02:28 +07:00
Ferdinand Thiessen
9ce5c983d0
Merge pull request #40992 from nextcloud/fix/37092/weather-status-html-validation
...
fix(weather_status): remove `li` wrapper
2023-10-19 21:58:19 +07:00
Grigorii K. Shartsev
ef4db759e5
chore(assets): Re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-19 18:59:38 +07:00
julia.kirschenheuter
311d5c6275
Fix placement of actions within unified search
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-19 18:49:37 +07:00
Ferdinand Thiessen
f4e3f09654
Merge pull request #40924 from AIlkiv/shortcut-ctrl-f-for-different-keyboard-layouts
...
Shortcut Ctrl+F for different keyboard layouts
2023-10-19 18:15:49 +07:00
Julia Kirschenheuter
694352e3ad
Merge pull request #40963 from nextcloud/fix/36965-fix-width-of-sharing-entry
...
Reduce width of sharing entry
2023-10-19 17:08:28 +07:00
Grigorii K. Shartsev
869fdb4c85
chore(assets): Re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-19 17:06:42 +07:00
Ferdinand Thiessen
3f83ae145f
fix(cypress): Test using `data-test-id` attributes rather than private classes
...
Makes the test more resilant to inner component changes of the `@nextcloud/vue` library.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-19 16:17:20 +07:00
julia.kirschenheuter
bfa7d33912
Reduce width of sharing entry
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-19 12:50:14 +07:00
John Molakvoæ
4f4074452d
Fix background removal not applying to user default theming
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-19 12:01:29 +07:00
Ferdinand Thiessen
51ff16eba3
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-19 12:00:43 +07:00
John Molakvoæ
4db03884a5
fix(files): drop visible and adjust drag-to-scroll feature
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-19 06:42:33 +07:00
dependabot[bot]
477cfad8b3
chore(deps): Bump dompurify from 3.0.5 to 3.0.6
...
Bumps [dompurify](https://github.com/cure53/DOMPurify ) from 3.0.5 to 3.0.6.
- [Release notes](https://github.com/cure53/DOMPurify/releases )
- [Commits](https://github.com/cure53/DOMPurify/compare/3.0.5...3.0.6 )
---
updated-dependencies:
- dependency-name: dompurify
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-18 13:25:49 +07:00
julia.kirschenheuter
f7609276b5
Fix width of input on contacts menu
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-18 09:35:41 +07:00
Christopher Ng
f8b1d7f4c5
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-18 08:54:45 +07:00
dependabot[bot]
559ca56148
chore(deps): Bump @mdi/svg from 7.2.96 to 7.3.67
...
Bumps [@mdi/svg](https://github.com/Templarian/MaterialDesign-SVG ) from 7.2.96 to 7.3.67.
- [Commits](https://github.com/Templarian/MaterialDesign-SVG/compare/v7.2.96...v7.3.67 )
---
updated-dependencies:
- dependency-name: "@mdi/svg"
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-18 00:41:53 +07:00
Ferdinand Thiessen
8d57cdcab5
fix(theming): Add `aria-pressed` attribute to active background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-10-18 01:35:54 +07:00
julia.kirschenheuter
0d53f54076
Reduce left margin of files list header
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 21:43:22 +07:00
Julius Härtl
d261330251
Merge pull request #40951 from nextcloud/fix/xhr-request-regression
2023-10-17 20:56:19 +07:00
Simon L
a21d6c5d8d
Merge pull request #40932 from nextcloud/enh/36965/fix-account-settings
...
fix profile visibility settings being too wide
2023-10-17 19:05:20 +07:00
Julia Kirschenheuter
91118a542c
Merge pull request #40872 from nextcloud/fix/36965-fix-status-message_dialog
...
Change width for input field
2023-10-17 18:09:38 +07:00
Ferdinand Thiessen
0414ca35c0
fix(xhr-request): Make sure to also allow strings as url
...
Our utility to add `X-Requested-With` headers on API calls intercepts
calls to `window.fetch`, so we must ensure we allow all parameters that the default
browser provided `window.fetch` allows.
In this case make sure to allow all stringify-able objects.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 17:41:51 +07:00
John Molakvoæ
9f157d7f80
fix(files): fix new folder encoding
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 17:19:48 +07:00
julia.kirschenheuter
4af5d58130
Change `flex-direction` for input field
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 17:17:57 +07:00
Simon L
d5f0ba9602
fix profile visibility settings being too wide
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 15:14:59 +07:00
Julia Kirschenheuter
fbf8a463db
Merge pull request #40643 from nextcloud/fix/37082-set_visible_label_for_input_in_modal
...
Set visible label for input field
2023-10-17 16:55:25 +07:00
Simon L
24db452085
Merge pull request #40907 from nextcloud/enh/36965/fix-personal-settings
...
fix several personal settings problems
2023-10-17 15:23:26 +07:00
julia.kirschenheuter
7d00c7fde4
Replace password dialog with dialog from library
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 14:09:43 +07:00
Simon L
99eeee2036
fix several personal settings problems
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-17 11:50:25 +07:00
John Molakvoæ
1ba5bc08ab
fix(files): hide grid view button on narrow screen
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 12:43:25 +07:00
John Molakvoæ
77fdef1081
perf(files): optimize virtual scroller computation
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 12:03:12 +07:00
John Molakvoæ
4b55594f55
feat(files): migrate template picker
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-17 11:17:35 +07:00
julia.kirschenheuter
ba0fadd312
Append to body all selects inside of user table
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-17 09:25:31 +07:00
Christopher Ng
48e02becab
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-16 09:59:29 +07:00
Christoph Wurst
b914916bdb
Merge pull request #40749 from nextcloud/refactor/contacts-menu-to-vue
...
refactor: Contacts menu to Vue
2023-10-16 18:12:39 +07:00
Christoph Wurst
6a375ca161
refactor: Contacts menu to Vue
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-16 14:12:20 +07:00
Christoph Wurst
0321bec791
Merge pull request #40890 from nextcloud/fix/search/close-unified-search-second-ctrl-f
...
fix(search): Close unified search at the second ctrl+f
2023-10-16 16:05:25 +07:00
F. E Noel Nfebe
c932c94fdd
Merge pull request #40927 from nextcloud/allow-expiry-dates-less-than-enforced-limit
...
Allow share expiry dates lower than enforced limits
2023-10-16 11:37:10 +07:00
Julien Veyssier
b58c3dde3d
compile assets
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
2023-10-16 10:28:48 +07:00
fenn-cs
9757e680e2
Allow share expiry dates lower than enforced limits
...
Previously, users could change the share expiry date up
to the enforced maximum.
The new share flow imposed the enforced share expiry
date maximum literally and did not allow even dates
lower than the maximum enforced.
That does not make much sense, if the enforced expiry date is 30
days from creation date, then it's logical to allow users set the
date to anything less than 30 days from the creation date.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-16 07:03:53 +07:00
Christoph Wurst
7d13e9563b
fix(search): Close unified search at the second ctrl+f
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2023-10-16 00:30:31 +07:00
Christopher Ng
459e052237
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-14 21:29:48 +07:00
Grigorii K. Shartsev
50a7eba09c
chore(assets): re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-12 20:02:07 +07:00
Simon L
8f66fbe454
Fix my-apps view on mobile
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-12 09:35:51 +07:00
nextcloud-command
d6e21c3714
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-12 07:14:37 +07:00
sorbaugh
a3a599855e
recompiled assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-12 08:57:40 +07:00
sorbaugh
ab81cd1e1e
Add new user filter to search.
...
Add regex to prevent filter collision in user-list page
Usage:
1. Type a string in the search bar
2. Add in:users to display only users in the search result
2023-10-12 08:56:48 +07:00
Christopher Ng
58569eb24e
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-11 09:51:48 +07:00
John Molakvoæ
73f5d1d035
Merge pull request #40674 from nextcloud/feat/drop-folder
2023-10-10 16:57:32 +07:00
John Molakvoæ
35aed73ede
feat: allow external drop and add dropzone
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-10 15:28:52 +07:00
dependabot[bot]
052a637cc9
Merge pull request #40724 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.0.0
2023-10-10 12:38:29 +07:00
dependabot[bot]
165dab3fa6
chore(deps-dev): Bump workbox-webpack-plugin from 6.6.0 to 7.0.0
...
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox ) from 6.6.0 to 7.0.0.
- [Release notes](https://github.com/googlechrome/workbox/releases )
- [Commits](https://github.com/googlechrome/workbox/compare/v6.6.0...v7.0.0 )
---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-10 11:14:30 +07:00
John Molakvoæ
ae29608e46
fix(files_external): basic auth user storage trigger
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-10 12:07:48 +07:00
Simon L
c40ece338b
Merge pull request #40804 from nextcloud/enh/40687/fix-button-text
2023-10-09 20:52:14 +07:00
fenn-cs
10675f7aac
Fixed mixed translations in sharing details
...
Due to a typo in the app passed to the translation method, some
strings translations don't work.
This commit corrects the spelling `file_sharing` to `files_sharing` and
hence resolves : https://github.com/nextcloud/server/issues/40801
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-09 17:39:48 +07:00
Simon L
8799c6863d
fix text on default background image button
...
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-09 16:10:40 +07:00
Grigorii K. Shartsev
0ce5a34afc
chore(assets): Re-compile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-07 08:45:53 +07:00
Christopher Ng
4f1751f51c
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-06 14:43:01 +07:00
Christopher Ng
14cb7b926c
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-10-05 16:52:37 +07:00
Pytal
ce1c9730dd
Merge pull request #40771 from nextcloud/fix/37098/migrate-to-nc-icon-svg-wrapper
2023-10-04 17:15:23 +07:00
Ferdinand Thiessen
a3657edb19
Merge pull request #40768 from nextcloud/fix/37098/dashboard-duplicated-ids
...
fix(dashboard): remove duplicated IDs on the dashboard page
2023-10-04 23:52:57 +07:00
Grigorii K. Shartsev
5d33380178
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-04 20:24:55 +07:00
nextcloud-command
e1bda0ad8f
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-04 15:29:21 +07:00
Grigorii K. Shartsev
9ffd5a3402
chore: build assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me>
2023-10-04 16:22:51 +07:00
julia.kirschenheuter
1431b0dd27
Correct `aria-label` on action input and text field
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-10-04 14:28:28 +07:00
John Molakvoæ (skjnldsv)
dbeb526bba
fix(files): disallow illegal characters
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-10-04 11:12:44 +07:00
John Molakvoæ
d79e26b25a
fix(files): encoded source path on actions requests
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2023-10-03 18:11:03 +07:00
Julien Veyssier
217a2a114d
compile assets
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-03 12:32:28 +07:00
dependabot[bot]
0316048271
chore(deps): Bump core-js from 3.32.0 to 3.33.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.32.0 to 3.33.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.33.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-03 08:55:09 +07:00
fenn-cs
0537bbd331
Correct check for enabled expiration date
...
The default expiration date cannot be enforced if it is not enabled
in the first place. Hence, the check for whether a share has an expiration date
should not consider enforcements but only where the share expiry type is enabled.
For example : Using `this.config.isDefaultExpireDateEnabled` instead of
`this.config.isDefaultExpireDateEnforced` which can be verified by checking `isExpiryDateEnforced`.
Resolves : https://github.com/nextcloud/server/issues/40612
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-10-02 11:29:04 +07:00
fenn-cs
a092bae720
Updates to sharing flow
...
- Show enforced expiry date for new shares.
- Improve quick share dropdown visibility in dark mode.
- Prevent expiry date from showing expire for incoming shares.
by updating the check for `share.passwordExpirationTime` to equally
check for `undefined`.
- Move "Download permission/attribute" from custom setting (as it is just
another advanced setting and not an actual permission).
- Show correct text for upload/editing when "allow public uploads" is enabled
or disabled by admin.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-10-02 11:59:10 +07: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 +07:00
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 +07: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 +07:00
Christopher Ng
39adf3a4ab
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2023-09-27 17:39:38 +07: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 +07:00
John Molakvoæ
6fb5f97abc
Merge pull request #40604 from nextcloud/fix/dnd/open-fileid
2023-09-27 08:53:04 +07: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 +07: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 +07:00
John Molakvoæ (skjnldsv)
e3b2af4d9c
fix(files): preview loading
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-09-26 20:22:10 +07: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 +07:00
Louis
e08fc29c44
Merge pull request #40619 from nextcloud/artonge/fix/l10n_id_in_files_versions
...
Use proper app id in Version.vue
2023-09-26 14:15:45 +07:00
Julia Kirschenheuter
f18e73137c
Merge pull request #40613 from nextcloud/fix/36966-remove_unneeded_opacity_for_action_button
...
Remove unneeded opacity for action button
2023-09-26 10:20:39 +07:00
fenn-cs
a3613350f6
Auto set password for new email shares
...
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>
2023-09-26 06:06:27 +07:00
julia.kirschenheuter
c401b048cc
Correct value for device name input field
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-09-25 17:11:50 +07:00
julia.kirschenheuter
33c022b875
Remove unneeded opacity for action button
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-09-25 16:42:55 +07:00
Louis Chemineau
33d0adf96c
Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-09-25 15:37:02 +07:00
Julia Kirschenheuter
8a65cf44cb
Merge pull request #40552 from nextcloud/fix/37082-add_label_for_input_fields
...
Add labels for input fields
2023-09-25 09:34:48 +07:00
Ferdinand Thiessen
17006cb56c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-09-24 15:24:56 +07:00
dependabot[bot]
02de7ffd78
chore(deps): Bump @nextcloud/dialogs from 5.0.0-beta.2 to 5.0.0-beta.4
...
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs ) from 5.0.0-beta.2 to 5.0.0-beta.4.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.0.0-beta.2...v5.0.0-beta.4 )
---
updated-dependencies:
- dependency-name: "@nextcloud/dialogs"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-24 14:30:20 +07:00
dependabot[bot]
46ac0d523d
chore(deps): Bump jquery from 3.6.4 to 3.7.0
...
Bumps [jquery](https://github.com/jquery/jquery ) from 3.6.4 to 3.7.0.
- [Release notes](https://github.com/jquery/jquery/releases )
- [Commits](https://github.com/jquery/jquery/compare/3.6.4...3.7.0 )
---
updated-dependencies:
- dependency-name: jquery
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-23 15:07:10 +07:00
julia.kirschenheuter
ea881fee2f
Add labels for input fields
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
2023-09-22 10:46:46 +07:00
John Molakvoæ (skjnldsv)
bf467ad7f7
fix(files): revert button maxcontrast
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-09-21 15:38:22 +07:00
John Molakvoæ (skjnldsv)
216804f83d
fix(files): title and inline actions
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-21 15:20:17 +07:00
fenn-cs
56771b50c4
Consider share type for enforced share expiry dates
...
We have three kind of share expiry date enforcements.
- `isDefaultExpireDateEnforced`
- `isDefaultInternalExpireDateEnforced`
- `isDefaultRemoteExpireDateEnforced`
Before these commit, `isExpiryDateEnforced` that is used to
disable/enable the set expiry date checkbox does not take those into consideration
which is problematic as those have different applications.
In addition, this commit now uses `isExpiryDateEnforced` to disable/enable the input for
expiry date that shows up before the creation of link shares.
Here, `hasExpirationDate` is also removed from 'SharingEntryLink` component as it is
not used.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-20 16:43:12 +07:00
John Molakvoæ (skjnldsv)
fac5197486
feat(files): add files_sharing indicator
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-09-20 13:58:31 +07:00
Louis
d5fc95b661
Merge pull request #40213 from nextcloud/dependabot/npm_and_yarn/nextcloud/browserslist-config-3.0.0
...
chore(deps): Bump @nextcloud/browserslist-config from 2.3.0 to 3.0.0
2023-09-20 10:38:17 +07:00
Richard Steinmetz
9a5a392bf9
fix: content info footer on guest pages
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
2023-09-19 21:57:01 +07:00
nextcloud-command
6792724657
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-19 19:24:20 +07:00
Ferdinand Thiessen
4c49dda128
fix(systemtags): Add one unittest for to test tags parsing after the dependency was updated
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-09-19 14:59:13 +07:00
John Molakvoæ (skjnldsv)
ef1abd958c
fix(systemtags): fix capabilities and sidebar + tag visibility
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-09-18 16:44:28 +07:00
John Molakvoæ (skjnldsv)
fb30aa0902
fix(files): allow downloading folders within user root folders only
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2023-09-18 15:38:02 +07:00
John Molakvoæ (skjnldsv)
cdc2529c4d
fix(files): CustomElementRender $el replacement bug
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-18 12:43:28 +07:00
Lucas Azevedo
03ece129bf
refactor(f2v): Migrate unread comments action to the new FileAction API
...
Signed-off-by: Lucas Azevedo <lhs_azevedo@hotmail.com>
2023-09-16 14:08:47 +07:00
fenn-cs
ef5bb420f2
Consider link shares in removeShare method in SharingTab
...
Currently, the `removeShare` method in the `SharingTab` view,
does not take into account `linkShares`.
Since link shares now shares thesame detail view with other share types,
it should therefore be considered hence this commit.
Resolves : https://github.com/nextcloud/server/issues/40396
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-09-15 16:30:59 +07:00
fenn-cs
386b08d139
Correctly switch/revert from custom to bundled perms
...
We have a set custom permissions checkbox, that when selected should set
the quick permissions settings to custom as well as show the custom permission settings.
When the checkbox is unchecked the quick permissions have to be reset to the default,
`bundledPermissions.ALL` but also users can switch from custom permissions to `bundled`
by just changing the radio select, hence we need a mechanism to set the permissions back
to the correct fallback depending on where the user has toggled the the custom permission from.
The mechanism is `revertSharingPermission` and this commit, makes sure revert values are correctly
set upon toggle.
Resolves : https://github.com/nextcloud/server/issues/40431
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-09-15 12:14:38 +07:00
Louis
bf46c5b73f
Merge pull request #40428 from nextcloud/artonge/fix/users_list_bugs
...
Do not display userCount when it is equal to 0
2023-09-15 13:09:47 +07:00