Louis
2310638231
Merge pull request #41648 from nextcloud/artonge/feat/restore_openfile
...
Trigger default action when open file initial state is set
2023-11-22 07:30:45 +07:00
Maxence Lange
ff823cf926
accept boolean value
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-22 01:20:42 +07:00
Nextcloud bot
73ecc8f1db
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-22 00:24:44 +07:00
Maxence Lange
e37ab38780
get sync_token on retrieveMetadata()
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-21 21:11:13 +07:00
Louis Chemineau
c7e2c340a8
Trigger default action when open file initial state is set
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 19:45:41 +07:00
Louis
7c6ee7e71a
Merge pull request #41637 from nextcloud/artonge/fix/unit_test_sharing_settings
...
Fix sharing settings unit tests
2023-11-21 18:52:08 +07:00
Côme Chilliet
281cbbfa97
Fix tests for apps/settings new section
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-21 17:51:34 +07:00
Louis Chemineau
7984b80a76
Fix sharing settings unit tests
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-21 17:32:36 +07:00
Valdnet
94e05ea919
Correct a typo
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-21 15:45:33 +07:00
Julius Härtl
d14d881080
Merge pull request #41623 from nextcloud/fix/orphan-share-no-user
2023-11-21 15:43:57 +07:00
Valdnet
519fad9206
Add quotation marks
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-21 15:40:01 +07:00
Louis
b9bd73a92d
Merge pull request #41540 from nextcloud/artonge/feat/add_metadata_generation_job
...
Add metadata generation job
2023-11-21 15:37:48 +07:00
Valdnet
6475f2f8be
Add quotation marks
...
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-21 15:32:38 +07:00
F. E Noel Nfebe
163e8b616c
Merge pull request #41507 from nextcloud/41381-global-search-follow-up-2
...
Enhancements: Fix and updates to most recent global search UI
2023-11-21 15:26:53 +07:00
Valdnet
f5a40c2219
Correct spelling of Brute Force
...
Correcting the spelling of "Bruteforce" to "Brute Force"
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
2023-11-21 15:19:16 +07:00
Louis
a29495f166
Merge pull request #41634 from nextcloud/artonge/fix/listen_to_cache_events_for_metadata
...
Listen to cache event when deleting metadata
2023-11-21 15:07:42 +07:00
Maksim Sukharev
c823076239
chore(user_status): compile assets
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-11-21 14:58:11 +07:00
Maksim Sukharev
17592f7eb7
fix(user_status): remove border from emoji picker
...
- clean styles
- lint component
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com>
2023-11-21 14:56:23 +07:00
Joas Schilling
4fe363f882
fix(setupcheck): Fix memory limit setup check
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-21 14:47:21 +07:00
Ferdinand Thiessen
151ff38fc9
Merge pull request #41635 from nextcloud/fix/settings-apporder
...
fix(theming): Adjust config listener to validate `apporder` config also for closure navigation
2023-11-21 14:34:39 +07:00
fenn-cs
701e626d18
Move search result section to component & hide thumbnail if error
...
The section that handles the search result list item is big and complex enough
to have it's own component. Inside this component, a new method is added to hide
the thumbnail preview if the image load errors out.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2023-11-21 13:29:03 +07:00
Louis Chemineau
b63ddc73a2
Listen to cache event when deleting metadata
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-21 13:52:31 +07:00
Ferdinand Thiessen
fa2c834aab
fix(theming): Adjust config listener to validate `apporder` config
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-21 12:29:26 +07:00
fenn-cs
8dadb09e54
Round avatars when needed and show url-based mime icons
...
- Pass `results.rounded` property that comes with search result
data to determine if avatar would be rounded or not.
- Icons loaded via url's now visible.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-21 11:26:22 +07:00
fenn-cs
4964cb838b
Improve date-range logic for global search
...
- Allow future dates in custom date range
- Fix date ranges for example, before now, today range was roughly
between `now()` to `now() + a few milli seconds`
- Update text in custom date range modal, right align "Search in range"
button.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
2023-11-21 11:26:22 +07:00
Julius Härtl
f74084cd3d
Merge pull request #40368 from nextcloud/feature/update-signup-link
2023-11-21 11:22:42 +07:00
Louis
ff92a0a02d
Merge pull request #41617 from nextcloud/artonge/fix/error_files_versions_previews
...
Handle error in previews for files versions
2023-11-21 10:55:49 +07:00
Luka Trovic
b134e1cbc7
feat: update sign up link in share pages
...
Signed-off-by: Luka Trovic <luka@nextcloud.com>
2023-11-21 10:10:37 +07:00
Côme Chilliet
24c2c09aea
Merge pull request #41438 from nextcloud/feat/migrate-forwarded-for-headers-check
...
Migrate forwarded for headers check
2023-11-21 09:50:38 +07:00
Nextcloud bot
0e433501bb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2023-11-21 00:27:59 +07:00
Maxence Lange
ae71ed1e37
Merge pull request #41601 from nextcloud/enh/noid/named-metadata-event
...
add named metadata event
2023-11-20 22:20:29 +07:00
Julius Härtl
4bc45a7f9c
Merge pull request #41624 from nextcloud/chore/dependencies-nextcloud-upload
2023-11-20 22:28:11 +07:00
Julius Härtl
bd9e1a6f6f
chore: Bump bundles
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 21:45:15 +07:00
Louis Chemineau
6896724dd4
Handle error in previews for files versions
...
Signed-off-by: Louis Chemineau <louis@chmn.me>
2023-11-20 18:12:25 +07:00
Côme Chilliet
ad372869bc
Fix tests for setupchecks
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 18:03:15 +07:00
Julius Härtl
d75ab0de10
chore: Bump @nextcloud/upload to 1.0.1
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 17:32:53 +07:00
Ferdinand Thiessen
02807a37b0
Merge pull request #41581 from nextcloud/fix/migrate-admin-settings-sharing-vue
...
enh(settings): Migrate admin settings for sharing to vue
2023-11-20 17:32:05 +07:00
Ferdinand Thiessen
543e2dbf0f
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:09:48 +07:00
Ferdinand Thiessen
8fc0395d61
fix(config): Adjust webpack config to provide `appName` and `appVersion` which are expected by `@nextcloud/vue`
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:07:55 +07:00
Ferdinand Thiessen
22163c60d4
enh(settings): Migrate admin settings for sharing to vue
...
This is required to get the fixes for a11y from `@nextcloud/vue`.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2023-11-20 17:07:55 +07:00
Joas Schilling
e5b996722a
Merge pull request #41616 from nextcloud/bugfix/noid/fix-ocs-absolute-URLs-with-ignore-front-controller
...
fix: Fix linkToOCSRouteAbsolute() without index.php and with subfolder
2023-11-20 17:00:43 +07:00
Côme Chilliet
1f4e0927ba
Improve success messages for ForwarderForHeaders setup check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 16:12:19 +07:00
Côme Chilliet
f023216cf4
Make it an error if address is not known and we are not in CLI
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 15:52:28 +07:00
Côme Chilliet
f47a2bbcae
Improve wrong configuration error message when we know it’s wrong.
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 15:45:46 +07:00
Maxence Lange
22d6c8dcd4
add named metadata event
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com>
2023-11-20 13:32:54 +07:00
Julius Härtl
9677ca062e
fix: Also cleanup orphaned shares user cannot be found anymore
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2023-11-20 14:26:12 +07:00
Côme Chilliet
0ebd44abb6
Migrate tests of forwarded for headers check
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 11:36:42 +07:00
Côme Chilliet
0107c7ea24
Migrate Forwarded For Headers check to new API
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2023-11-20 11:36:42 +07:00
Côme Chilliet
0da05fc73b
Merge pull request #41435 from nextcloud/feat/migrate-bruteforce-throttle-check
...
Migrate bruteforce throttle check
2023-11-20 11:32:06 +07:00
Joas Schilling
572ea18ac7
fix: Fix linkToOCSRouteAbsolute() without index.php and subfolder
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2023-11-20 11:18:47 +07:00