Christopher Ng
5f0a45ee1c
chore(files): Adapt to moved payload
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-13 17:31:25 -07:00
Christopher Ng
fb87dc331b
chore(files): Provide old node on moved
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-13 17:31:25 -07:00
Nextcloud bot
26aa322e44
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-14 00:21:21 +00:00
Kate
80f3227204
Merge pull request #47954 from nextcloud/fix/files/cache-search-query-parameter-name
2024-09-13 18:59:14 +02:00
provokateurin
714671a8a6
fix(files): Adjust Cache::searchQuery() parameter name to match interface
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-13 18:13:44 +02:00
Côme Chilliet
bcb4e781a4
Merge pull request #47927 from nextcloud/fix/migrate-away-from-oc_app
...
Migrate away from OC_App to IAppManager
2024-09-13 17:44:38 +02:00
John Molakvoæ
032f17c795
Merge pull request #47945 from nextcloud/fix/external-storage-creds
2024-09-13 16:57:01 +02:00
nextcloud-command
233d307ba8
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-13 14:33:45 +00:00
John Molakvoæ (skjnldsv)
0f519f4856
fix(files_external): broken credentials dialog
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com >
2024-09-13 14:32:07 +00:00
Côme Chilliet
dfa994ef28
Merge pull request #47865 from nextcloud/admin_audit/enh/move-to-event-listeners-v2
...
Move admin_audit to proper event listeners v2
2024-09-13 16:21:44 +02:00
Côme Chilliet
d76745553c
fix: Fix phpdoc wording
...
Co-authored-by: Anna <anna@nextcloud.com >
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2024-09-13 16:01:55 +02:00
Ferdinand Thiessen
a90f0a6b36
Merge pull request #47883 from nextcloud/fix/setup-checks
...
fix(setup-checks): Ensure URL with webroot works
2024-09-13 13:42:41 +02:00
Joas Schilling
df155fa3df
Merge pull request #47933 from nextcloud/bugfix/noid/throw-precondition-failure-when-not-matching
...
fix(config): Throw PreconditionException always when it didn't match
2024-09-13 13:39:21 +02:00
Ferdinand Thiessen
be1cd7a308
refactor(settings): CheckServerResponseTrait always expect absolute path
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-13 13:09:40 +02:00
Ferdinand Thiessen
9e979d42b4
fix(setup-checks): Ensure URL with webroot works
...
We basically mock the way `URLGenerator::getAbsoluteURL` works,
so we must make sure that the URL might already contain the webroot.
Because `baseURL` and `cliURL` also contain the webroot we need to remove
the webroot from the URL first.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-13 13:06:24 +02:00
github-actions[bot]
6aa387ea9e
Merge pull request #47932 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-09-13 09:04:43 +00:00
Git'Fellow
413ba1a718
Merge pull request #47854 from nextcloud/validAppsFromAppStore
...
fix(appstore): Ensure returned apps from AppStore are valid
2024-09-13 10:55:33 +02:00
Côme Chilliet
7a16d01ea7
chore(tests): Fix Router test by mocking AppManager methods correctly
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-13 10:26:36 +02:00
Côme Chilliet
76f2bc0bfc
fix: Replace OC_App::getAllApps with a method in AppManager
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-13 10:08:44 +02:00
Côme Chilliet
7ed583cb8e
chore: Migrate cleanAppId and getAppPath calls to IAppManager from OC_App
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-13 10:08:43 +02:00
Git'Fellow
dccfb6d68a
fix: check if key is set
...
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-13 09:49:09 +02:00
Joas Schilling
dcd97e1234
fix(config): Throw PreconditionException always when it didn't match
...
Previously even when the precondition did not match, the call "passed"
when the after value was the expected one. This however can lead to
race conditions, duplicate code excutions and other things.
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-09-13 09:20:08 +02:00
nextcloud-command
ce5fd09e75
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-09-13 02:32:35 +00:00
Nextcloud bot
c9e4598360
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-13 00:20:46 +00:00
Andy Scherzinger
d0275a7702
Merge pull request #47930 from nextcloud/chore/noid/bump-db-version
...
build: bump version to run sha265 for background job arguments migration
2024-09-12 21:37:46 +02:00
Daniel Kesselberg
61e8450fbd
chore: bump 3rdparty
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-09-12 18:17:46 +02:00
Daniel Kesselberg
0baa7ae27a
build: bump version to run sha265 for background job arguments migration
...
Follow-up for https://github.com/nextcloud/server/pull/47769
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-09-12 17:57:39 +02:00
Josh
2480567005
Merge pull request #47526 from nextcloud/jtr/fix-ftp-custom-port-ui
...
fix(files_external): Handling in FTP UI for custom ports
2024-09-12 09:34:47 -04:00
Josh
56c744d263
Merge pull request #47527 from nextcloud/fix-sftp-custom-port-ui
...
fix(files_external): Handling in SFTP UI for custom ports
2024-09-12 09:34:32 -04:00
Côme Chilliet
b6c286640f
Merge pull request #47685 from nextcloud/fix/move-apihelper-to-oc-namespace
...
fix: Move OC_API into \OC\ApiHelper in standard namespace
2024-09-12 14:34:07 +02:00
Arthur Schiwon
a2ac1d8be0
Merge pull request #47914 from nextcloud/fix/noid/ldap-range-index-check
...
fix(LDAP): check index before accessing it
2024-09-12 12:53:44 +02:00
Arthur Schiwon
c8fc2e8a67
fix(LDAP): check index before accessing it
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-09-12 11:18:18 +02:00
Julius Knorr
15491d0866
Merge pull request #47913 from nextcloud/fix/whiteboard-app-bundles
...
fix: Add whiteboard to education and public sector bundle
2024-09-12 11:07:22 +02:00
Julius Knorr
38e0a89972
fix: Add whiteboard to education and public sector bundle
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2024-09-12 09:13:42 +02:00
Andy Scherzinger
8feef45506
Merge pull request #47906 from nextcloud/chore/trashbin-retention-config-cleanup
...
chore: Update trashbin retention documentation with exceeded quota details
2024-09-12 08:51:22 +02:00
Nextcloud bot
ecdc144d1d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-12 00:20:20 +00:00
Christopher Ng
a7f3bde2a7
chore: Update trashbin retention documentation with exceeded quota details
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-11 11:57:31 -07:00
Ferdinand Thiessen
5fc514877b
Merge pull request #47586 from nextcloud/fix/color
...
fix(theming): Add migration to restore primary color after separating primary and background
2024-09-11 15:10:09 +02:00
Kate
0b16b20019
Merge pull request #47891 from nextcloud/fix/make-watcher-null-safe
2024-09-11 14:44:20 +02:00
nextcloud-command
c91efd3cc4
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-11 11:53:41 +00:00
Ferdinand Thiessen
7a345f68dc
fix(files): Make openMenu watcher null safe
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-11 13:44:12 +02:00
John Molakvoæ
2b5dd11d97
Merge pull request #47339 from nextcloud/fix/leave-share-instead-of-delete
...
fix: Display 'Leave share' instead of 'Delete'
2024-09-11 13:42:15 +02:00
skjnldsv
bb37954abb
fix(files_sharing): adjust permissions from custom edit and delete check methods
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-09-11 13:17:42 +02:00
Pytal
897c341c5d
Merge pull request #47881 from nextcloud/fix/new-group-icon
...
fix(settings): Add back create group icon
2024-09-11 02:19:39 -07:00
Git'Fellow
8585b05357
fix(appstore): Ensure returned apps from AppStore are valid
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: lint
chore: remove space
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: check if response array is null
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
chore: Add log
2024-09-11 11:12:59 +02:00
Daniel
b787d2a85c
Merge pull request #47884 from nextcloud/chore/blame-ignore
...
chore: Add another coding standard commit to the git blame ignore
2024-09-11 11:05:38 +02:00
Nextcloud bot
4bc8ba5b22
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-11 00:21:11 +00:00
Ferdinand Thiessen
7e4e61d8c4
chore: Add another coding standard commit to the git blame ignore
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-11 01:30:11 +02:00
nextcloud-command
934cc58cc2
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-10 21:30:55 +00:00
Christopher Ng
e6b57e076d
fix(settings): Add back create group icon
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-10 14:11:51 -07:00
Ferdinand Thiessen
9dbf88816c
Merge pull request #47848 from nextcloud/fix/files-context-menu
...
fix(files): Reset context menu position on close
2024-09-10 18:13:13 +02:00
Ferdinand Thiessen
027fc052e7
fix: Adjust types of IQueryBuilder to properly allow joining with sub-query
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 17:51:27 +02:00
Ferdinand Thiessen
531862d474
fix: Use migration instead of repair step for restoring custom color
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 17:51:27 +02:00
Ferdinand Thiessen
c7d9068be9
chore: Use IAppConfig instead of IConfig->getAppValue
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 17:51:26 +02:00
Ferdinand Thiessen
ee1585d809
fix: Add repair step to restore primary color after separating primary and background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 17:49:36 +02:00
Ferdinand Thiessen
4efd39ec23
fix(theming): Allow to specify a userId manually in BackgroundService
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 17:49:35 +02:00
Kate
979cc8712c
Merge pull request #47662 from nextcloud/fix/notification/validate-rich-object-key-value-types
2024-09-10 17:40:46 +02:00
Robin Appelman
a7eaed721c
Merge pull request #47853 from nextcloud/clearify-swift-exception
...
fix: make swift connect exception message more informative
2024-09-10 16:45:19 +02:00
provokateurin
a3da7456a7
fix(Activity): Restrict IEvent rich object parameters type
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-10 16:37:54 +02:00
provokateurin
db68ea9496
fix(SetupCheck): Restrict SetupResult rich object parameters type
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-10 16:37:54 +02:00
provokateurin
f7246a9b7a
fix(INotification): Restrict rich object parameters type
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-10 16:37:42 +02:00
provokateurin
d0a827a684
fix(RichObjectStrings/Validator): Validate key value types of rich object parameters
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-10 16:36:33 +02:00
John Molakvoæ
0858ff7a07
Merge pull request #47834 from nextcloud/retAppsManDis
2024-09-10 16:31:17 +02:00
Côme Chilliet
7d881b1bc3
chore: Add descriptions for new events and fix copyright year
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-10 16:20:30 +02:00
John Molakvoæ
4d3168fb24
fix(appstore): disabled appstore log level bump from debug to info
...
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-09-10 16:00:56 +02:00
Côme Chilliet
957ac81a56
fix(admin_audit): Remove now unused methods and classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-10 14:48:15 +02:00
Côme Chilliet
ec37338d73
chore(admin_audit): Fix License headers on new files
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-10 14:06:22 +02:00
Thomas Citharel
f532d3b286
feat(admin_audit): Move admin_audit hooks to modern event listeners
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-09-10 14:06:12 +02:00
Carl Schwan
986a3d45f8
feat(user_ldap): Introduce user id assigned typed events for LDAP usage
...
Based on work from https://github.com/nextcloud/server/pull/32019
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-09-10 14:06:11 +02:00
Thomas Citharel
82ba7d763b
chore: Code cleanup in lib/private/Console/Application
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-09-10 14:05:59 +02:00
Thomas Citharel
c2150bd079
feat: Add mimetype into BeforePreviewFetchedEvent event
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-09-10 14:05:06 +02:00
nextcloud-command
4916551c57
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-10 11:28:20 +00:00
Richard Steinmetz
12ea0eb24a
Merge pull request #47858 from nextcloud/fix/preview/handle-no-local-file
...
fix(preview): gracefully handle file not being opened in ProviderV2
2024-09-10 13:24:44 +02:00
Ferdinand Thiessen
49c2d1819e
fix(files): Reset context menu position on close
...
* Resolves https://github.com/nextcloud/server/issues/46934
Ensure that after a right-click the context menu position is resetted,
so that pressing the "actions"-menu button it is displayed on the correct location.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-10 13:19:25 +02:00
Marcel Klehr
225f7ecdb9
Merge pull request #47860 from nextcloud/fix/create-template-write-event
...
fix: Only write once to template instead of create/copy
2024-09-10 10:04:17 +02:00
Pytal
d4313c2b89
Merge pull request #47294 from nextcloud/fix/natural-order-tree
...
fix(files): Sort tree views correctly by natural order
2024-09-10 01:00:31 -07:00
Julius Knorr
46a4a16eb6
fix: Only write once to template instead of create/copy
...
Signed-off-by: Julius Knorr <jus@bitgrid.net >
2024-09-10 09:43:42 +02:00
Richard Steinmetz
bcf9f91893
fix(preview): gracefully handle file not being opened in ProviderV2
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-09-10 08:49:43 +02:00
Richard Steinmetz
5afe212103
Merge pull request #47737 from nextcloud/fix/also-allow-unsharing-for-circles
...
fix(caldav, carddav): also allow unsharing of circle shares
2024-09-10 07:42:17 +02:00
github-actions[bot]
2a663b28be
Merge pull request #47816 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-09-10 02:57:48 +00:00
nextcloud-command
c1d1fe918d
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-09-10 02:35:13 +00:00
Nextcloud bot
a51c200cab
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-10 00:37:30 +00:00
nextcloud-command
569bd1a589
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-09 23:23:10 +00:00
Christopher Ng
060783c4f4
fix(files): Render folders in natural sort order
...
- Nodes are returned from the endpoint in an undefined order
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-09 16:11:43 -07:00
Christopher Ng
6b079e67a2
fix(files): Sort tree views correctly by natural order
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-09 16:11:43 -07:00
Christopher Ng
a0f2be2a50
chore(deps): Bump @nextcloud/files to v3.9.0
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-09 16:11:43 -07:00
Andy Scherzinger
8ea42224ec
Merge pull request #47845 from nextcloud/feat/webhook_listeners-remove-all-from-appid
...
Add an endpoint to remove all webhook registrations from an app
2024-09-09 20:39:56 +02:00
Kate
3a85997940
Merge pull request #47523 from nextcloud/fix/theming/custom-apps-order
2024-09-09 18:04:41 +02:00
Robin Appelman
508d8e7c01
fix: make swift connect exception message more informative
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-09-09 17:15:01 +02:00
provokateurin
c0ac27951b
docs(config): Explain how to retrieve navigation entry IDs for 'defaultapp' option
...
Signed-off-by: provokateurin <kate@provokateurin.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-09 15:05:46 +00:00
Jonas
0e4438fc04
Merge pull request #47841 from nextcloud/fix/files-sharing-openfile
...
fix(files_sharing): Open single-file-share by default
2024-09-09 16:44:15 +02:00
Grigorii K. Shartsev
4e68e88f2c
Merge pull request #47807 from nextcloud/fix/files_sharing--password-label
...
fix(files_sharing): password checkbox and labels in link share
2024-09-09 19:41:46 +05:00
Ferdinand Thiessen
80e4319a2c
Merge pull request #47803 from nextcloud/chore/add-migration-attribute
...
chore(files_sharing): Add migration attribute for `share.reminder_sent` column
2024-09-09 16:21:42 +02:00
nextcloud-command
6ffe6e1e39
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-09 13:13:26 +00:00
Grigorii K. Shartsev
692a8ed2c3
chore(assets): Recompile assets
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-09-09 14:58:30 +02:00
Grigorii K. Shartsev
9348c1efba
fix(files_sharing): add accessible labels in link share creation
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-09-09 14:58:30 +02:00
Grigorii K. Shartsev
2fea735418
fix(files_sharing): checkbox for password in link share is not shown
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-09-09 14:58:30 +02:00
Côme Chilliet
22a2893add
chore(webhook_listeners): Update openapi.json
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 14:50:52 +02:00
Ferdinand Thiessen
fccb132e2b
fix(files_sharing): Open single-file-share by default
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-09 14:49:21 +02:00
Côme Chilliet
4459af41c9
feat(webhook_listeners): Add API endpoint to remove all registrations from an AppAPI app
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 14:41:20 +02:00
Côme Chilliet
4fc8aa5a06
feat(webhook_listeners): Add mapper method to remove all registrations from a given AppAPI id
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 14:39:41 +02:00
Ferdinand Thiessen
00712c22b3
Merge pull request #47805 from nextcloud/fix/xml-exception-template
...
fix: Replace conflicting tags in `xml_exception` template
2024-09-09 13:44:48 +02:00
Ferdinand Thiessen
61981386b2
fix: Replace conflicting tags in xml_exception template
...
The `<?xml` tag is interpreted as PHP short tags, so this causes errors.
Instead just print that part of the template.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-09 13:27:06 +02:00
provokateurin
d5e98cd190
fix(NavigationManager): Skip invalid default navigation entries
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
provokateurin
0a3093d05d
fix(theming): Use NavigationManager to handle default entries
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
provokateurin
669641142b
fix(TemplateLayout): Use NavigationManager to get default app name
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
provokateurin
01ec6762a2
fix(URLGenerator): Use NavigationManager to generate default page URL
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
provokateurin
70ed08daf1
refactor(AppManager): Deprecated default apps handling
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
provokateurin
b0baaaed9d
feat(NavigationManager): Add default entries handling
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 11:04:36 +02:00
Kate
0f732199d2
Merge pull request #47837 from nextcloud/fix/files/dav-etag
2024-09-09 11:04:08 +02:00
Côme Chilliet
90a948506b
chore: Make parameter name more explicit
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
42c5a60c29
fix: Force 503 HTTP status code for maintenance mode on v1
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
76d1b11bc9
chore: Deleted now unused classes from \OC\OCS
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
359bbce3af
chore: Adapt tests to OC_API refactoring
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
e184784f86
fix: Remove duplicated code in \OC\OCS\ApiHelper, use Response classes instead
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
4c9104ef08
fix: Move ApiHelper to \OC\OCS next to related classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
37569466de
fix: A bit of code cleanup in OC\AppFramework\OCS\ApiHelper
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Côme Chilliet
ea32d17d88
fix: Move OC_API into \OC\ApiHelper in standard namespace
...
It’s only used by ocs/v1.php
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-09 10:46:29 +02:00
Marcel Klehr
1fa674d907
Merge pull request #47824 from nextcloud/rakekniven-patch-3
...
chore(i18n): adapted lowercase
2024-09-09 10:40:48 +02:00
provokateurin
70fa51f042
fix(files): Never return a null ETag in DAV
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-09 10:30:33 +02:00
nextcloud-command
19b0792850
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-09 07:57:19 +00:00
Git'Fellow
2ac8d9a3db
fix(appstore): return if appstore is manually disabled
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: camel case
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: log a debug log
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: typing
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: typo
fix: typing
2024-09-09 09:56:22 +02:00
rakekniven
e6bfd8f213
fix: Update AdminAI.vue
...
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2024-09-09 09:53:39 +02:00
rakekniven
784fc4aa3f
chore(i18n): adapted lowercase
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2024-09-09 09:50:59 +02:00
Nextcloud bot
a2cfcf3ca7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-09 00:23:27 +00:00
Nextcloud bot
926bd29617
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-08 00:36:35 +00:00
Ferdinand Thiessen
46472d3f4c
Merge pull request #43281 from nextcloud/feature/minSupportDesktopVerMsg
...
enh: update desktop client unsupported version (403) error message
2024-09-07 16:24:27 +02:00
dependabot[bot]
80f459d82a
Merge pull request #47820 from nextcloud/dependabot/npm_and_yarn/underscore-1.13.7
2024-09-07 12:52:02 +00:00
Ferdinand Thiessen
1c52bd7704
Merge pull request #47808 from nextcloud/rakekniven-patch-2
...
chore(i18n): Spelling of ID
2024-09-07 14:06:12 +02:00
Ferdinand Thiessen
68a37b015c
Merge pull request #47821 from nextcloud/dependabot/npm_and_yarn/puppeteer-23.3.0
...
chore(deps-dev): bump puppeteer from 22.15.0 to 23.3.0
2024-09-07 13:57:15 +02:00
Ferdinand Thiessen
fb28ba1b64
Merge pull request #47806 from nextcloud/chore/cleanup-public-share
...
chore(files_sharing): Do not use files source files but directly the library
2024-09-07 13:56:14 +02:00
dependabot[bot]
57c11af532
chore(deps): bump underscore from 1.13.6 to 1.13.7
...
Bumps [underscore](https://github.com/jashkenas/underscore ) from 1.13.6 to 1.13.7.
- [Commits](https://github.com/jashkenas/underscore/compare/1.13.6...1.13.7 )
---
updated-dependencies:
- dependency-name: underscore
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 >
2024-09-07 11:34:51 +00:00
dependabot[bot]
6af3dc8617
Merge pull request #47823 from nextcloud/dependabot/npm_and_yarn/vueuse/components-11.0.3
2024-09-07 10:01:33 +00:00
dependabot[bot]
1907488819
chore(deps): bump @vueuse/components from 11.0.0 to 11.0.3
...
Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components ) from 11.0.0 to 11.0.3.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.3/packages/components )
---
updated-dependencies:
- dependency-name: "@vueuse/components"
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 >
2024-09-07 09:47:42 +00:00
dependabot[bot]
eefa190336
Merge pull request #47818 from nextcloud/dependabot/npm_and_yarn/cypress-if-1.12.6
2024-09-07 09:25:00 +00:00
dependabot[bot]
9001e71cb7
chore(deps-dev): bump cypress-if from 1.12.5 to 1.12.6
...
Bumps [cypress-if](https://github.com/bahmutov/cypress-if ) from 1.12.5 to 1.12.6.
- [Release notes](https://github.com/bahmutov/cypress-if/releases )
- [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.5...v1.12.6 )
---
updated-dependencies:
- dependency-name: cypress-if
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 09:12:31 +00:00
dependabot[bot]
27eb634b18
Merge pull request #47819 from nextcloud/dependabot/npm_and_yarn/cypress-13.14.2
2024-09-07 09:11:01 +00:00
dependabot[bot]
e0e7da7841
Merge pull request #47822 from nextcloud/dependabot/npm_and_yarn/stylelint-16.9.0
2024-09-07 03:32:12 +00:00
dependabot[bot]
111e410084
chore(deps-dev): bump stylelint from 16.8.2 to 16.9.0
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 16.8.2 to 16.9.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/16.8.2...16.9.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 02:52:12 +00:00
dependabot[bot]
fe39928b49
chore(deps-dev): bump puppeteer from 22.15.0 to 23.3.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 22.15.0 to 23.3.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.15.0...puppeteer-v23.3.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 02:51:48 +00:00
dependabot[bot]
39e492547d
chore(deps-dev): bump cypress from 13.13.2 to 13.14.2
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.13.2 to 13.14.2.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.2...v13.14.2 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-09-07 02:50:21 +00:00
Nextcloud bot
7a6191ebb9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-07 00:36:58 +00:00
nextcloud-command
e3dcea65af
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-06 20:22:49 +00:00
rakekniven
b8774816f6
chore(i18n): Spelling of ID
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
2024-09-06 19:21:07 +02:00
Ferdinand Thiessen
5fc715a9e2
fix: Adjust unit tests and protect against XSS
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 17:16:10 +02:00
Camila
0a72756d96
fix(dav): Update 403 error message
...
* The user should get a more friendly warning when their desktop client version is not supported anymore by the server.
See #nextcloud/desktop/issues/6273
* Update BlockLegacyClientPluginTest to reflect the new 403 error message.
Signed-off-by: Camila Ayres <hello@camilasan.com >
2024-09-06 17:15:45 +02:00
Ferdinand Thiessen
f06fdb04a3
chore(files_sharing): Do not use files source files but directly the library
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 16:53:42 +02:00
Ferdinand Thiessen
a05e5428c5
Merge pull request #47802 from nextcloud/fix/fallback-icons
...
fix(files): Fallback icons should fill the container
2024-09-06 15:39:41 +02:00
Anupam Kumar
61a2d99874
Merge pull request #47801 from nextcloud/fix/taskproc/error-msg
...
fix(TaskProcessing): increase error_message column length
2024-09-06 18:55:10 +05:30
nextcloud-command
890699bd54
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-06 13:17:55 +00:00
Ferdinand Thiessen
1ea902a195
chore(files_sharing): Add migration attribute for share.reminder_sent column
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 14:46:33 +02:00
Anupam Kumar
31a983ac69
chore: update autoloader
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-09-06 18:02:15 +05:30
Anupam Kumar
bb94b17959
fix(TaskProcessing): increase error_message column length
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-09-06 18:01:56 +05:30
Ferdinand Thiessen
b7e2d5032f
fix(files): Fallback icons should fill the container
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 14:08:51 +02:00
Marcel Klehr
c43353d6e6
fix: Display 'Leave share' instead of 'Delete'
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-09-06 13:50:52 +02:00
Pytal
46340d1d39
Merge pull request #47649 from nextcloud/fix/footer-overlap
...
fix: Fix inaccessible content on public pages due to overlapping footer
2024-09-06 04:43:55 -07:00
Ferdinand Thiessen
219f1f9189
Merge pull request #45652 from nextcloud/feat/migrate-files-sharing-public-to-vue
...
feat(files_sharing): Migrate public shares to Vue
2024-09-06 13:17:07 +02:00
Ferdinand Thiessen
117aaf4c1d
Merge pull request #47731 from nextcloud/refactStorDav
...
chore(storage): refactor some code portions
2024-09-06 13:16:36 +02:00
Git'Fellow
a36738dbfc
chore(storage): refactor some code portions
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
chore: revert portion
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-06 12:44:48 +02:00
Ferdinand Thiessen
ba73beaac1
Merge pull request #47784 from nextcloud/fix/file-info
...
fix(FileInfo): correctly implement `\ArrayAccess::offsetGet`
2024-09-06 12:18:30 +02:00
Ferdinand Thiessen
141fed839a
Merge pull request #47756 from nextcloud/fixingPathShareCheck
...
fix(files): Check if target path is a descendant of the shared folder
2024-09-06 03:58:24 +02:00
Ferdinand Thiessen
a96406086c
fix(FileInfo): correctly implement \ArrayAccess::offsetGet
...
We are targetting PHP 8.1+, since PHP 8.0 `offsetGet` has the `mixed` types for `offset` and return value.
So this adds the types to correctly implement the interface.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:58:00 +02:00
Ferdinand Thiessen
6249125f7c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:53 +02:00
Ferdinand Thiessen
4a90d5328c
test: Add end-to-end tests for new public share Vue UI
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:48 +02:00
Ferdinand Thiessen
be884eeaec
fix(files): "Edit locally" action should not be shown on public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:48 +02:00
Ferdinand Thiessen
018af2a2fe
fix(files): Do not add click listener if there is no default action on public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:48 +02:00
Ferdinand Thiessen
cb4c569486
fix(files_sharing): Ensure sidebar share entry lists are labelled
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:48 +02:00
Ferdinand Thiessen
c9dc0afcb1
fix(files): "New folder" menu entry requires read permission
...
This will disable "New folder" menu entry for file-drop shares.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:48 +02:00
Ferdinand Thiessen
11fdf4e2a7
chore(files_sharing): Remove now unused legacy scripts
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
80033bde88
fix(files): Disable internal views on public shares
...
This is needed because some views have side effects, like `favorites` doing requests on registration time.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
1dafdce3e7
fix(files_sharing): Set file-request header for nextcloud/upload
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
3134053497
fix(files_sharing): Disable sharing status action for public shares
...
This is disabled to not leak personal information into the public
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
1d16bc47ff
fix(files_sharing): Handle download permission the same way for public and internal shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
e93ceea804
fix(files): Do not allow copy action on public shares without create permission
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
a84de3c755
feat(files): Allow to download files on public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
ada6a61688
fix(files): Do not allow rename action on single-file-shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
563f8e7c5d
refactor(files_sharing): Make file structure more clear
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
f0a765ee46
fix(files): Disable copy-move-action of single file shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
f109c1a044
refactor(files): Make RouterService provide a protected getter for the router to allow injecting the files_sharing router
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
82a7a3971d
fix(files): Adjust files list for sharing permissions on public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
819f5cea9b
fix(files): Fix file previews for public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
767e87a466
fix(files): Do not use favorite, sidebar and view-in-folder action for public shares
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:47 +02:00
Ferdinand Thiessen
96c8275586
feat(files_sharing): Migrate public share to use Vue files list
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-06 03:38:42 +02:00
Nextcloud bot
e4fa996701
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-06 00:25:10 +00:00
nextcloud-command
7594c79834
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-05 23:33:10 +00:00
Christopher Ng
d43ec7d966
chore: compile scss
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-05 16:19:22 -07:00
Christopher Ng
65ced2dd40
fix: Fix inaccessible content on public pages due to overlapping footer
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-05 16:19:22 -07:00
Git'Fellow
0308001118
fix(files): Check if the target path is a descendant of the shared folder path
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: tests
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: fix tests
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: add tests
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: tests
2024-09-05 23:54:01 +02:00
Anna
9aafc0f989
Merge pull request #47789 from nextcloud/fix/cs-fixer-errors
...
chore: adjust code to adhere to coding standard
2024-09-05 22:25:34 +02:00
Anna Larch
17ef20c5f3
fix(dav): also allow unsharing of circle shares
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-09-05 21:34:20 +02:00
Anna Larch
3d3ab10655
chore: add coding standard code change to .git-blame-ignore-revs
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-09-05 21:31:05 +02:00
Anna Larch
8af7ecb257
chore: adjust code to adhere to coding standard
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-09-05 21:23:38 +02:00
Louis
4566cf791d
Merge pull request #47770 from nextcloud/artonge/fix/always_respond_custom_error_page_on_exceptions
...
fix(dav): Always respond custom error page on exceptions
2024-09-05 20:13:45 +02:00
Stephan Orbaugh
c2f87fbd39
Merge pull request #47761 from nextcloud/fix/missing-footer
...
fix: Fix missing footer on public pages
2024-09-05 18:02:25 +02:00
Stephan Orbaugh
3f79566974
Merge pull request #47519 from nextcloud/fix/transfer-ownership-encrypted-files
...
feat(transfer-ownership): Correctly react to encrypted files
2024-09-05 17:58:44 +02:00
Stephan Orbaugh
a933ba1fdb
Merge pull request #47769 from nextcloud/artonge/fix/use_sha256_for_arguments_hash_forbg_jobs
...
fix: Use sha256 to hash arguments of background jobs
2024-09-05 17:52:58 +02:00
Stephan Orbaugh
eac7c2e9cf
Merge pull request #46255 from nextcloud/bug/add-option-to-remove-webroot-for-setupchecks
...
fix: add option to remove the webroot for setup checks and don't chec…
2024-09-05 17:51:30 +02:00
Louis Chemineau
9992e7d439
fix(dav): Always respond custom error page on exceptions
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-09-05 16:17:32 +02:00
Louis Chemineau
dbf56b6c11
fix: Migrate existing bg jobs to use sha256
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-09-05 15:36:51 +02:00
Louis Chemineau
843a47f12c
fix: Use sha256 to hash arguments of background jobs
...
This is to prevent collision as we are sometime hashing user input, yet using that hash to target the background job in the database.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-09-05 15:36:51 +02:00
Côme Chilliet
0555900134
fix(transfer-ownership): Improve comments according to code review
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-05 14:44:50 +02:00
Côme Chilliet
d92bf388b1
feat(transfer-ownership): Correctly react to encrypted files
...
For E2EE encrypted files, we abort the transfer.
For SSE encrypted files, we abort only if not using master key.
Also fixed the check for when the path to a single file is used.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-05 14:44:50 +02:00
Côme Chilliet
c224b8ced4
fix(setupchecks): Test overwrite.cli url first, then generated one, and
...
trusted domains as last fallback.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-09-05 11:54:45 +02:00
Daniel Kesselberg
4ce4d7b9b3
fix: add option to remove the webroot for setup checks and don't check trusted_domains.
...
1) The checks for well-known urls should always run against the root domain and therefore the option to remove the webroot.
2) For trusted domains, the available protocol is unknown, and thus some guesswork would be needed to make that work. I've decided for now to not consider them anymore to reduce false-positives.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-09-05 10:30:36 +02:00
Andy Scherzinger
332b3efdf0
Merge pull request #47754 from nextcloud/fix/noid/cache-appstore-on-dev-instances
...
fix(appstore): Cache apps.json also on dev instances
2024-09-05 09:17:40 +02:00
Nextcloud bot
8cded1e320
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-05 00:23:50 +00:00
Christopher Ng
4fed8ed891
fix: Fix missing footer on public pages
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-04 16:41:13 -07:00
Andy Scherzinger
530e1b9828
Merge pull request #47752 from nextcloud/backport/47745/master
...
[master] fix(files): undefined displayname for outdated `@nextcloud/files`<3.6.0 apps
2024-09-05 00:20:15 +02:00
nextcloud-command
c2ed0e3fa5
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-04 22:05:32 +00:00
Marcel Müller
b2c2c93a03
fix(appstore): Cache apps.json also on dev instances
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2024-09-04 21:56:58 +02:00
skjnldsv
1ece5b975d
fix(files): undefined displayname for outdated @nextcloud/files<3.6.0 apps
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-09-04 18:12:34 +00:00
Kate
09fef8f0ec
Merge pull request #47417 from nextcloud/fix/files/create-mountpoint-parents
2024-09-04 20:00:24 +02:00
John Molakvoæ
2d2a51005c
Merge pull request #47738 from nextcloud/fix/sidebar-undefined
2024-09-04 16:50:50 +02:00
nextcloud-command
ed064acc23
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-04 14:33:03 +00:00
skjnldsv
62878c5ece
fix(files): undefined sidebar
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-09-04 14:10:37 +02:00
John Molakvoæ
f1706df367
Merge pull request #46859 from nextcloud/fix-status-check-and-saving-of-external-storages
2024-09-04 11:33:30 +02:00
github-actions[bot]
ab511e8d94
Merge pull request #47724 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-09-04 10:46:37 +02:00
John Molakvoæ
99b225f06b
Merge pull request #40164 from nextcloud/exceptionsTranslateShare
2024-09-04 09:50:49 +02:00
Daniel Calviño Sánchez
fa0862c656
fix: Hide status tooltip in row to add a new mount point
...
The row to add a new mount point is cloned when a new mountpoint is
added, so it is expected that it includes a status span. However, it
should not be displayed in that row, only in the cloned row when its
status is updated.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
bd4de5208d
fix: Fix unmodified placeholder replacing the actual value when updating
...
When updating global storages and user storages a property is not
updated by "StoragesService::updateStorage()" if the value matches the
unmodified placeholder. However, userglobal storages are not updated
through the "StoragesService"; as only the authentication mechanism is
updated it is directly done with "saveBackendOptions()" in
"IUserProvided" or "UserGlobalAuth". Due to this the unmodified
placeholder value needs to be explicitly checked in those cases and
replaced by the actual value (note that in this case it is not possible
to just skip updating a specific property).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
8350aef723
test: Add integration tests for saving external userglobal storages
...
As the external storage uses the Nextcloud server itself the number of
workers of the PHP process running the Nextcloud server had to be
increased. Otherwise if a request is sent for the external storage while
handling a request from the integration tests a deadlock would occur.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
8e5dba2be0
fix: Reset selected backend when adding a new storage
...
As a new storage is added by selecting a backend the selected backend
needs to be reset. Otherwise it is not possible to add another storage
with the same backend.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
baaed7f191
fix: Add missing translation for UI string
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
26919835e7
fix: Restore default status tooltip when no status message is provided
...
If the status is updated but no explicit message is provided (for
example, if the status check succeeded) the default tooltip (from the
template) is now set to prevent a mismatch between the status and the
tooltip (for example, if the configuration is fixed after a failed
status check).
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
ac1c8c4237
fix: Set status tooltip to error message on failed actions
...
When saving, updating and rechecking an storage fails (which is
different to the soft-fail when the action itself succeeds but the
status check does not) further details are provided in the error message
of the response, which is now set as the tooltip.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
9eeb3cf423
fix: Set status tooltip to status message when saving an storage
...
When a storage is saved the status check can fail even if saving the
storage succeeds. In those cases further details are provided in the
status message of the storage, which is now set as the tooltip,
similarly to how it is done when rechecking the storage.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
d0ba10d6ae
fix: Remove status check when configuration was changed
...
Setting a null status was supposed to remove the status check, but
nothing was changed in that case. Now the status check is properly
removed, and doing that by hiding the element rather than just turning
it invisible also prevents that clicking on the invisible status
triggers a check, as until the new configuration is saved the check will
still be performed with the old configuration, which could be misleading
for the user.
Additionally, an explicit width is set to the parent of the span element
to prevent its width from changing when the span is shown and hidden.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:46:17 +02:00
Daniel Calviño Sánchez
05bf5730ad
fix: Recheck userglobal storages when loaded
...
Userglobal storages are now automatically recheck when loaded, similarly
to how it is done for global storages.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:43:28 +02:00
Daniel Calviño Sánchez
4b2619530b
refactor: Store result in its own variable
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-09-04 09:43:28 +02:00
John Molakvoæ
1b3e95652c
Merge pull request #47690 from nextcloud/chore/theming
2024-09-04 09:42:01 +02:00
John Molakvoæ
8f825cbd16
Merge pull request #47155 from nextcloud/executeStatementOnDelete
2024-09-04 09:35:16 +02:00
John Molakvoæ
c28340dd5b
Merge pull request #39242 from joshtrichards/db-convert-type-mysql-socket-no-pw
2024-09-04 09:32:21 +02:00
John Molakvoæ
e11a8f0bc5
Merge pull request #47285 from nextcloud/fix/appstore-upgrade-failure
2024-09-04 09:31:29 +02:00
Julius Härtl
3ca7480829
fix: Do not throw if appstore is unavailable during upgrade
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-09-04 09:31:13 +02:00
John Molakvoæ
7efd244956
Merge pull request #47675 from nextcloud/adapterQueryOpti
2024-09-04 09:15:52 +02:00
John Molakvoæ
78e09b5a0a
fix: share manager tests translation string
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-09-04 09:03:45 +02:00
John Molakvoæ
f4aa2644ee
fix: adjust sharing controller exceptions case
...
Co-authored-by: F. E Noel Nfebe <fenn25.fn@gmail.com >
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-09-04 09:03:45 +02:00
Git'Fellow
f250643e7a
fix(l10n): Translate all share exceptions
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
Fix drone
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
Fix tests
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-04 09:03:45 +02:00
nextcloud-command
a30d9a7926
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-09-04 02:29:30 +00:00
Nextcloud bot
94d259e750
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-04 00:21:54 +00:00
Ferdinand Thiessen
b98b5bb495
Merge pull request #47709 from nextcloud/fix/server-webpack-appverson
...
fix: only keep major as server version
2024-09-03 20:37:46 +02:00
Pytal
0aebd3761e
Merge pull request #47158 from nextcloud/fix/breadcrumbs-highlight
...
fix(files): Fix navigating with breadcrumbs not highlighting navigation entry
2024-09-03 11:36:17 -07:00
nextcloud-command
66de5e8280
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-03 17:42:59 +00:00
Christopher Ng
930a5141ea
fix(files): Fix navigating with breadcrumbs not highlighting navigation entry
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-09-03 10:34:03 -07:00
nextcloud-command
9763efa7e5
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-03 16:04:29 +00:00
Andy Scherzinger
a538ff60b3
Merge pull request #47679 from nextcloud/chore/typo-docs
...
chore(IGetRealUIDBackend): Fix typo in doc block
2024-09-03 17:56:38 +02:00
skjnldsv
3fe5faf5f9
fix: only keep major as server version
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-09-03 17:51:55 +02:00
John Molakvoæ
f9fcc5b170
Merge pull request #47412 from Luka-sama/feat/shares-reminder
2024-09-03 17:24:02 +02:00
Stefan Cherniakov
2685501231
fix(files_sharing): Add check for null
...
Signed-off-by: Stefan Cherniakov <luka-sama@pm.me >
2024-09-03 17:23:31 +02:00
Stefan Cherniakov
457eaee2b3
fix(files_sharing): Add missing check for null & use bool instead of int for reminder_sent field
...
Signed-off-by: Stefan Cherniakov <luka-sama@pm.me >
2024-09-03 17:23:31 +02:00
Ferdinand Thiessen
f5f9691f38
Merge pull request #47568 from nextcloud/refactor/migrate-public-page-menu-vue
...
refactor: Migrate public-page header actions to Vue
2024-09-03 17:12:15 +02:00
Ferdinand Thiessen
5610821a06
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-03 14:18:47 +00:00
Ferdinand Thiessen
408c9b2d9d
test: Add end-to-end tests for public page header actions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-03 16:07:50 +02:00
Ferdinand Thiessen
61d687631b
chore(ExternalShareMenuAction): Remove unused legacy properties
...
Keep them in the constructor to not break the API,
but they are not used anymore.
This way of adding a share was deprecated in Nextcloud 12 (2016!),
in favor of the federated share API, in Nextcloud 28 this way to create a share was removed.
So we can cleanup as all it takes now to create a federeated share is the share token + federated user ID.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-03 16:07:50 +02:00
Ferdinand Thiessen
4d2556d4cf
refactor(IMenuAction): Make public menu actions use the new Vue UI
...
This removes custom rendering code an replaces it with the declarative menu actions.
Also adjust the template to allow the Vue UI to mount.
Custom entries still are possible.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-03 16:07:49 +02:00
Ferdinand Thiessen
7b6c78c81d
chore: Remove legacy JS code for public page menu (header actions)
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-03 16:07:49 +02:00
Ferdinand Thiessen
04b25ba59d
feat: Implement Vue UI for public page menu
...
This adds a Vue implementation of the public page menu,
that is the menu that can be added using `PublicTemplateResponse::setHeaderActions`.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Louis <louis@chmn.me >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-03 16:07:49 +02:00
Kate
5118f6684b
Merge pull request #47674 from nextcloud/fix/settings/sharing-enforce-links-password-excluded-groups-key
2024-09-03 16:04:11 +02:00
nextcloud-command
8aa969b979
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-03 13:15:24 +00:00
provokateurin
8b790535df
chore: compile assets
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-03 14:41:46 +02:00
provokateurin
c88ae37844
fix(settings): Fix sharing exclude groups from password requirement option not working
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-03 14:28:44 +02:00
Stefan Cherniakov
d633b9bce6
fix(files_sharing): Make share reminders more stable & fix issues
...
Signed-off-by: Stefan Cherniakov <luka-sama@pm.me >
2024-09-03 13:37:17 +02:00
Stefan Cherniakov
5e4a166365
feat(files_sharing): reminder for link shares with expiration date
...
Signed-off-by: Stefan Cherniakov <luka-sama@pm.me >
2024-09-03 13:37:17 +02:00
Arthur Schiwon
6b85a3ae0e
Merge pull request #46114 from nextcloud/enh/improve-ldap-group-members-listing-performances
...
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
2024-09-03 11:13:03 +02:00
Marcel Klehr
45ba2f758c
Merge pull request #47659 from nextcloud/fix/settings/admin/textprocessing2
...
Followup: fix(settings): Don't display built-in task types in AI settings TextProcessing
2024-09-03 10:59:30 +02:00
nextcloud-command
fa1bce0215
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-03 08:22:44 +00:00
Marcel Klehr
c8f4967ce2
fix(settings): Add translators note
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-09-03 10:03:23 +02:00
Marcel Klehr
44a5723973
fix(settings): Don't display built-in task types in AI settings TextProcessing
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-09-03 10:03:23 +02:00
John Molakvoæ
b7bd5b0012
Merge pull request #47650 from nextcloud/chore/cleanup-middleware
2024-09-03 09:21:43 +02:00
Nextcloud bot
b3a80719e6
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-03 00:20:58 +00:00
Ferdinand Thiessen
3efb39371d
chore(theming): Increase app version
...
There were heavly breaking theming changes so increase the version number to make cache buster work.
Also fix order of entries in the appinfo.xml to fix XML validation (the order is fixed in the XSD).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-02 22:38:53 +02:00
Ferdinand Thiessen
f9a71f3da7
Merge pull request #47665 from nextcloud/fix/files-remote-shares
...
fix(files): Correctly parse external shares for files UI
2024-09-02 19:13:57 +02:00
Andy Scherzinger
87f8a8c961
Merge pull request #47617 from Ornanovitch/ornano/scrollbar-visibility
...
fix(css): make scrollbar visible again
2024-09-02 18:33:12 +02:00
nextcloud-command
541b26900a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-02 16:13:49 +00:00
Ferdinand Thiessen
8770e2b282
fix(files): Correctly parse external shares for files UI
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-02 17:48:46 +02:00
Ferdinand Thiessen
69f4a397d1
Merge pull request #47671 from nextcloud/chore/cypress-intercept-timeout
...
test(cypress): Await promise in response to prevent timeout
2024-09-02 17:42:17 +02:00
protoclown
15e449a74f
chore(css): build css
...
Signed-off-by: protoclown <ornano@felinn.org >
2024-09-02 17:15:15 +02:00
protoclown
b711da7393
fix(css): refine css cleanup
...
Signed-off-by: protoclown <ornano@felinn.org >
2024-09-02 17:04:37 +02:00
protoclown
df7db817b8
fix(css): cleanup old scrolling css
...
Signed-off-by: protoclown <ornano@felinn.org >
2024-09-02 17:04:37 +02:00
protoclown
d1f82e7fc7
fix(css): re-use old --color-scrollbar variable
...
Signed-off-by: protoclown <ornano@felinn.org >
2024-09-02 17:04:37 +02:00
protoclown
afc4940f50
fix(css): make scrollbar visible again
...
Signed-off-by: protoclown <ornano@felinn.org >
2024-09-02 17:04:37 +02:00
Kate
02a6f12bf9
Merge pull request #47676 from nextcloud/fix/ocp/image-interface
2024-09-02 16:11:26 +02:00
Ferdinand Thiessen
cbeca43ee8
Merge pull request #47678 from nextcloud/chore/add-typings
...
chore(IConfig): Adjust type of `getUsersForUserValue`
2024-09-02 15:33:58 +02:00
Julien Veyssier
09b8aea8f6
Merge pull request #47635 from nextcloud/fix/noid/oauth2-store-secret-hash
...
[oauth2] Store hashed secret instead of encrypted
2024-09-02 15:28:32 +02:00
Kate
833a969de9
Merge pull request #47680 from nextcloud/chore/git-blame-ignore
2024-09-02 15:06:08 +02:00
provokateurin
031166c177
fix(OCP): Fix Image interface
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-09-02 14:57:17 +02:00
nextcloud-command
5b98abcf76
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-09-02 12:48:39 +00:00
Julien Veyssier
120e7e838c
fix(oauth2): fix tests
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-09-02 14:38:39 +02:00
Julien Veyssier
034917b790
fix(oauth2): store hashed secret instead of encrypted
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-09-02 14:38:39 +02:00
Julius Härtl
796405883d
Merge pull request #47670 from nextcloud/fix/touchicon-calc
...
fix: Properly calculate intermediate icon for touch icon generation
2024-09-02 13:41:37 +02:00
Julien Veyssier
873c42b0f1
Merge pull request #47627 from nextcloud/fix/noid/link-ref-provider-size-check
...
[LinkReferenceProvider] Better size check
2024-09-02 12:33:21 +02:00
Ferdinand Thiessen
dcfd78049a
chore: Update .git-blame-ignore-revs
...
While digging through code I noticed another huge code style
refactoring commit is blocking the real blame, so added it to the list.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-02 12:32:27 +02:00
Ferdinand Thiessen
2bf3280dcc
chore(IGetRealUIDBackend): Fix typo in doc block
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-02 12:30:01 +02:00
Ferdinand Thiessen
bdce5921f6
chore(IConfig): getUsersForUserValue is returning a list
...
It is returning a list of strings so adjust the return typing
to reflect this (`list<string>` instead of `array`).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-02 12:27:06 +02:00
Andy Scherzinger
dc86ccf074
Merge pull request #47664 from nextcloud/dependabot/github_actions/github-actions-507e3df6d0
...
chore(deps): bump the github-actions group with 4 updates
2024-09-02 12:23:58 +02:00
Julius Härtl
7f0d0cf03c
Merge pull request #47640 from nextcloud/fix/migrator-replica
...
fix: Run migration sql as statement so that the primary db node is used
2024-09-02 10:46:24 +02:00
Git'Fellow
8e6e7976d2
fix: psalm
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-02 10:19:25 +02:00
Git'Fellow
388f2973b9
fix: psalm
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-02 10:08:08 +02:00
Git'Fellow
dfcf3132dd
chore(db): Make the query more simpler to read
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-09-02 09:57:48 +02:00
Nextcloud bot
3973a8f722
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-02 00:21:05 +00:00
Ferdinand Thiessen
7e2bea6550
test(cypress): Await promise in response to prevent timeout
...
The idea is to intercept the request,
then test the loading state,
and after the tests continue the request.
Problem here: `cy.intercept` has a timeout on the request-handler
which uses the same timeout as DOM assertions (4s) we could increase it,
but this also will increase DOM assertion timeout.
So instead we do not await in the request handler, but in the response handler.
This should use the response timeout which is much higher (30s).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-09-01 12:29:15 +02:00
Julius Härtl
463c21d25a
fix: Properly calculate intermediate icon for touch icon generation
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-09-01 11:50:13 +02:00
Nextcloud bot
8367c72f88
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-09-01 00:20:51 +00:00
dependabot[bot]
e5bc3bb0cf
chore(deps): bump the github-actions group with 4 updates
...
Bumps the github-actions group with 4 updates: [shivammathur/setup-php](https://github.com/shivammathur/setup-php ), [cypress-io/github-action](https://github.com/cypress-io/github-action ), [actions/upload-artifact](https://github.com/actions/upload-artifact ) and [codecov/codecov-action](https://github.com/codecov/codecov-action ).
Updates `shivammathur/setup-php` from 2.31.0 to 2.31.1
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2.31.0...c541c155eee45413f5b09a52248675b1a2575231 )
Updates `cypress-io/github-action` from 6.7.2 to 6.7.5
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/df7484c5ba85def7eef30db301afa688187bc378...496e7dc0edc421a9de8a36a31c793340e00c61bf )
Updates `actions/upload-artifact` from 4.3.6 to 4.4.0
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/834a144ee995460fba8ed112a2fc961b36a5ec5a...50769540e7f4bd5e21e526ee35c689e35e0d6874 )
Updates `codecov/codecov-action` from 4.1.1 to 4.5.0
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.5.0 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 22:40:06 +00:00
Ferdinand Thiessen
8dd169601d
Merge pull request #47443 from nextcloud/fix/files-non-visual-loading-info
...
fix(files): Node loading information should be accessible
2024-08-31 20:29:04 +02:00
nextcloud-command
e934080cc0
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-31 20:14:06 +02:00
Ferdinand Thiessen
9ee2d13467
test: Add Cypress test for renaming loading state
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-31 20:14:02 +02:00
Ferdinand Thiessen
f01c8efa38
fix(files): Node loading information should be accessible
...
The loading icon visually informs that the node is currently loading,
but there is no non-visual information (accessible information).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-31 18:39:16 +02:00
dependabot[bot]
15bfc63fa4
Merge pull request #47461 from nextcloud/dependabot/npm_and_yarn/core-js-3.38.1
2024-08-31 16:36:50 +00:00
dependabot[bot]
d750fd7750
chore(deps): bump core-js from 3.37.1 to 3.38.1
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.37.1 to 3.38.1.
- [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.38.1/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 >
2024-08-31 16:20:55 +00:00
dependabot[bot]
14570f13a5
Merge pull request #47656 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-11.0.3
2024-08-31 16:08:51 +00:00
dependabot[bot]
de9f458210
chore(deps): bump @vueuse/integrations from 11.0.1 to 11.0.3
...
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) from 11.0.1 to 11.0.3.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.3/packages/integrations )
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
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 >
2024-08-31 15:51:46 +00:00
dependabot[bot]
f29ebced36
Merge pull request #47657 from nextcloud/dependabot/npm_and_yarn/nextcloud/vue-8.17.1
2024-08-31 14:48:31 +00:00
Ferdinand Thiessen
7f9d67419f
test: Update snapshots
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-31 16:28:05 +02:00
nextcloud-command
1b7c331630
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-31 13:55:40 +00:00
dependabot[bot]
a88146b30d
chore(deps): bump @nextcloud/vue from 8.17.0 to 8.17.1
...
Bumps [@nextcloud/vue](https://github.com/nextcloud-libraries/nextcloud-vue ) from 8.17.0 to 8.17.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-vue/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-vue/compare/v8.17.0...v8.17.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/vue"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-31 15:49:17 +02:00
dependabot[bot]
45f8d2afc9
Merge pull request #47655 from nextcloud/dependabot/npm_and_yarn/nextcloud/dialogs-5.3.7
2024-08-31 13:45:45 +00:00
dependabot[bot]
fb05caf567
chore(deps): bump @nextcloud/dialogs from 5.3.5 to 5.3.7
...
Bumps [@nextcloud/dialogs](https://github.com/nextcloud-libraries/nextcloud-dialogs ) from 5.3.5 to 5.3.7.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-dialogs/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-dialogs/blob/v5.3.7/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-dialogs/compare/v5.3.5...v5.3.7 )
---
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 >
2024-08-31 13:16:17 +00:00
dependabot[bot]
0f5e4ba7e9
Merge pull request #47654 from nextcloud/dependabot/npm_and_yarn/nextcloud-vue-collections-0.13.0
2024-08-31 13:02:22 +00:00
dependabot[bot]
0ef9ecafb6
chore(deps): bump nextcloud-vue-collections from 0.12.0 to 0.13.0
...
Bumps [nextcloud-vue-collections](https://github.com/nextcloud/nextcloud-vue-collections ) from 0.12.0 to 0.13.0.
- [Release notes](https://github.com/nextcloud/nextcloud-vue-collections/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-vue-collections/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/nextcloud-vue-collections/compare/v0.12.0...v0.13.0 )
---
updated-dependencies:
- dependency-name: nextcloud-vue-collections
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 >
2024-08-31 12:47:59 +00:00
Nextcloud bot
09411a1e9d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-31 00:26:10 +00:00
Ferdinand Thiessen
deeccd12a3
chore: fix typo in SameSiteCookieMiddleware
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-31 00:34:45 +02:00
Ferdinand Thiessen
92f3f7e2d2
chore: Remove unused CsrfTokenManager from CSPMiddleware
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-31 00:34:41 +02:00
Ferdinand Thiessen
558fbcda72
Merge pull request #47589 from nextcloud/fix/user-settings-admin
...
fix(settings): Hide forbidden UI elements for group managers
2024-08-30 22:43:25 +02:00
nextcloud-command
380b92c07e
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-30 19:38:43 +00:00
Ferdinand Thiessen
9a8b3de2f0
fix(settings): Hide forbidden UI elements for line managers
...
1. The "recent" accounts API only works for admin and delegated admin -> hide for line managers
2. Line managers can not create new groups -> Hide the UI to add a new group for them
3. Accounts created by line managers require one of the groups, which is managed by the line manager, assigned.
So if the line manager only manageres a single group, we should preselect that group.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-30 21:32:03 +02:00
Julius Härtl
7362ede426
Merge pull request #47638 from nextcloud/fix/share-attributes-null
...
fix: Properly handle share attributes if set to null
2024-08-30 19:55:37 +02:00
nextcloud-command
d5ab2c5d14
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-30 17:35:49 +00:00
Julius Härtl
fe3926f0f0
fix: Properly handle share attributes if set to null
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-30 17:33:39 +00:00
Nextcloud bot
7b05c34385
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-30 16:32:38 +00:00
F. E Noel Nfebe
e076e674e2
Merge pull request #47628 from nextcloud/fix/restore-unified-search-modal-size
...
fix(UnifiedSearch): Restore normal dialog size
2024-08-30 16:17:03 +01:00
John Molakvoæ
8365f7b8ac
Merge pull request #47616 from nextcloud/fix/header-styles
2024-08-30 15:49:18 +02:00
Julius Härtl
c3fa25a16e
fix: Run migration sql as statement so that the primary db node is used
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-30 15:45:50 +02:00
Ferdinand Thiessen
cc8368b77a
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-30 15:23:57 +02:00
Ferdinand Thiessen
4f77552104
fix(css): Adjust header styles to only add focus-visible styles to menu
...
Only the main menu should be styles by the header styles, not the popover menus.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-30 15:19:44 +02:00
nextcloud-command
c2d7012d27
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-30 12:37:57 +00:00
Julien Veyssier
d9ae08ba60
Merge pull request #47601 from nextcloud/enh/noid/use-taskprocessing-in-old-managers
...
[TaskProcessing] Use taskprocessing in TextProcessing and STT managers
2024-08-30 13:29:46 +02:00
nextcloud-command
122cb80e9c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-30 09:14:04 +00:00
fenn-cs
18d0f39109
fix(UnifiedSearch): Restore normal dialog size
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-08-30 10:08:58 +01:00
Julien Veyssier
22bb42be0c
fix(linkReferenceProvider): better size check
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:55:57 +02:00
Marcel Klehr
95006d2b8e
Revert "fix(TaskProcessing): Use OCP\Server::get instead of copying methods"
...
This reverts commit d624c8da8f0dc2eaf18d416aa15db0a2035de398.
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
41e3bde40c
fix(TaskProcessing): Fix namespace of TaskProcessingTest.php
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
1e896a7307
fix(TextProcessing): Don't run taskProcessing if task type is not available
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
a2b087421e
fix(settings): Don't show built-in textprocessing task types in textprocessing settings
...
TaskProcessing is transparent to textprocessing providers and TextProcessing can use Taskprocessing providers so these are unnecessary
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
b06302e024
fix(settings): Remove STT admin settings
...
taskprocessing is transparent to STT providers so specific STT settings are obsolete
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
de117d4654
fix(SpeechToTextManager): Throw TaskProcessing Task failed
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Marcel Klehr
7be3a18f13
fix(TaskProcessing): Use OCP\Server::get instead of copying methods
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Julien Veyssier
03b3d03b46
fix(taskprocessing): fix tests
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Julien Veyssier
04edeb510d
feat(speech-to-text): SpeechToTextManager::transcribeFile calls TaskProcessingManager::runTask
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Julien Veyssier
5ab0866341
feat(textprocessing): TextProcessingManager::runTask calls TaskProcessingManager::runTask
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-30 10:07:01 +02:00
Louis
1cc7851209
Merge pull request #47605 from nextcloud/artonge/feat/files_blurhash
...
feat: Use the blurhash in Files
2024-08-29 23:31:13 +02:00
Andy Scherzinger
bfb5835750
Merge pull request #47546 from nextcloud/fix/files-view-error-messages
...
fix: Adjust filename validation messages
2024-08-29 23:28:50 +02:00
Andy Scherzinger
12dcc0bf58
Merge pull request #47226 from nextcloud/dependabot/github_actions/github-actions-720c8da8de
...
chore(deps): bump actions/upload-artifact from 4.3.4 to 4.3.6 in the github-actions group
2024-08-29 23:18:06 +02:00
nextcloud-command
49f2801f54
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-29 21:14:28 +00:00
Ferdinand Thiessen
75a684a8d3
chore(files): Fix remaining TypeScript errors in FileEntryPreview
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-29 23:08:13 +02:00
Louis Chemineau
56e4859201
feat: Use the blurhash in Files
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-29 23:08:11 +02:00
dependabot[bot]
19dd32962d
Merge pull request #47458 from nextcloud/dependabot/npm_and_yarn/webpack-5.94.0
2024-08-29 20:49:20 +00:00
nextcloud-command
a5b3fc46a3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-29 20:34:12 +00:00
dependabot[bot]
725cafd94f
chore(deps-dev): bump webpack from 5.93.0 to 5.94.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.93.0 to 5.94.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.93.0...v5.94.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-29 20:24:38 +00:00
Arthur Schiwon
4accba8016
Merge pull request #47611 from nextcloud/fix/noid/no-sharding-32
...
fix(DB): set sharding parameters only when intended
2024-08-29 20:49:39 +02:00
Arthur Schiwon
b71c539b5c
test(phpunit): skip sharding tests on 32bit
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-29 20:18:35 +02:00
Andy Scherzinger
51e9687fa3
Merge pull request #47222 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-3.5.0
...
chore(deps-dev): bump eslint-plugin-cypress from 3.4.0 to 3.5.0
2024-08-29 20:05:18 +02:00
Arthur Schiwon
edaa4d1432
fix(DB): do not assume sharding is always enabled
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-29 19:55:10 +02:00
Arthur Schiwon
79b34aa816
build: bump version to force 32bit test
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-29 19:13:19 +02:00
Arthur Schiwon
381e922085
fix(DB): set sharding parameters only when intended
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-29 19:12:44 +02:00
dependabot[bot]
becdf22035
chore(deps-dev): bump eslint-plugin-cypress from 3.4.0 to 3.5.0
...
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress ) from 3.4.0 to 3.5.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases )
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v3.4.0...v3.5.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-29 16:56:58 +00:00
Côme Chilliet
e44f24f7ab
Merge pull request #47535 from nextcloud/fix/move-image-to-oc-namespace
...
Fix/move image to oc namespace
2024-08-29 18:01:34 +02:00
Côme Chilliet
1f46be7d69
fix(Image): Do not send empty Content-Type header
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Côme Chilliet
80d7d867bd
fix(tests): Fix ImageTest test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Côme Chilliet
b778f3de0a
fix(\OC\Image): Use new IAppConfig and type safe methods
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Côme Chilliet
c67e54287a
fix(OC\Image): Fix all psalm spotted issues in the file
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Côme Chilliet
e8c671fa8b
fix: Remove all references to OC_Image
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Côme Chilliet
47d2cb7479
fix: Move \OC_Image to \OC\Image with the other internal classes
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-29 17:06:32 +02:00
Julius Härtl
6d04ad829b
Merge pull request #47581 from nextcloud/fix/audit-new-node
...
fix: Do not fail to get internal path on NonExistingFile
2024-08-29 15:43:21 +02:00
Josh
fef4295ef7
Merge pull request #47567 from nextcloud/jtr/fix-opcache-restricted-env
...
fix(config): Avoid error messages for restricted opcache API
2024-08-29 08:46:41 -04:00
Louis
02548bdeae
Merge pull request #47600 from nextcloud/artonge/fix/files_virtual_list_grid_view_layout_computation
...
fix(files): Remove margin and width to not break layout
2024-08-29 14:07:40 +02:00
Louis Chemineau
c42f010167
fix(files): Remove margin and width to not break layout
...
In grid view, this was messing with the reported available list width which was breaking the computed layout.
Fix https://github.com/nextcloud/server/issues/47599
Signed-off-by: Louis Chemineau <louis@chmn.me >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-29 11:50:25 +00:00
Stephan Orbaugh
6e4e9cf6bd
Merge pull request #47598 from nextcloud/enh/47017/re-enable-content-length-header
...
fix: re-enable content-length header via htaccess
2024-08-29 12:53:19 +02:00
Julius Härtl
61108882b9
fix: Do not fail to get internal path on NonExistingFile/NonExistingFolder
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-29 12:43:44 +02:00
John Molakvoæ
466f19b689
Merge pull request #47582 from fulldecent/patch-1
2024-08-29 11:54:13 +02:00
Simon L.
3739fb7a80
fix: re-enable content-length header via htaccess
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-08-29 11:50:55 +02:00
Simon L.
c055ed83d7
chore: Remove installation method from bug-report template
...
Signed-off-by: Simon L. <szaimen@e.mail.de >
2024-08-29 11:41:33 +02:00
Joas Schilling
6cfa388e34
Merge pull request #47596 from nextcloud/fix/test/provisioning-enabled-apps
...
fix(test): Fix provisioning enabled apps
2024-08-29 11:16:24 +02:00
John Molakvoæ
292a306743
Merge pull request #47343 from nextcloud/feat/31420/add-bidi-support
2024-08-29 10:56:27 +02:00
Ferdinand Thiessen
faeb2f0f43
chore: Add stylelint rules to verify we only use logical properties
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-29 08:35:06 +00:00
Ferdinand Thiessen
aea0e8df6a
fix: Adjust more places for logical position
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-29 08:32:48 +00:00
Ferdinand Thiessen
7b048e0501
fix: Adjust some minor styles issues
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-29 08:32:48 +00:00
Mostafa Ahangarha
c5baf3d7ef
Fix: float and clear
...
Fix other background-positions
Minor fix in link button icon position
Update header left and right to start and end
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net >
2024-08-29 08:32:47 +00:00
Mostafa Ahangarha
26f4b97b2b
Fix: shorthand paddings and margins
...
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net >
2024-08-29 08:32:47 +00:00
Mostafa Ahangarha
66fab3f2f6
Fix: background position based on direction
...
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net >
2024-08-29 08:32:47 +00:00
Mostafa Ahangarha
723780d184
feat: Add bidi support in core directory
...
Signed-off-by: Mostafa Ahangarha <ahangarha@riseup.net >
2024-08-29 08:32:47 +00:00
provokateurin
54e6103d31
fix(test): Fix provisioning enabled apps
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-29 09:43:03 +02:00
Joas Schilling
23efda9111
Merge pull request #47551 from nextcloud/fix/files_sharing/share-nullable-label
...
fix(files_sharing): Make share labels nullable
2024-08-29 08:43:34 +02:00
Nextcloud bot
d48c6aaaaa
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-29 00:21:09 +00:00
Andy Scherzinger
d404998157
Merge pull request #47515 from nextcloud/bugfix/noid/fix-migration-sorting
...
fix(migration): Correctly sort migrations by version number
2024-08-28 20:46:24 +02:00
Andy Scherzinger
3a565b30b2
Merge pull request #47532 from nextcloud/fix/default-enable-webhooks
...
feat(webhook_listeners): Enable the app by default
2024-08-28 20:45:31 +02:00
Andy Scherzinger
ffde0c993e
Merge pull request #47185 from nextcloud/fix/filename-validation
...
fix: Filename validation should only forbid `create` and `update`
2024-08-28 18:39:16 +02:00
nextcloud-command
932129251b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-28 17:22:20 +02:00
Ferdinand Thiessen
17f011f7c5
fix: Also validate parent path in verifyPath
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-28 17:22:20 +02:00
Ferdinand Thiessen
08836696e2
fix: Allow read-only filename validation to allow reading files
...
Needed to read files with the "Windows compatibility" feature.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-28 17:22:20 +02:00
Ferdinand Thiessen
030c209d22
fix: Renaming does not need update but delete permissions
...
Renaming is basically copy + delete (a move), so no need to update permissions.
Especially if the node is in a invalid directory the node should be moveable but not editable.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-28 17:22:20 +02:00
Ferdinand Thiessen
0d41c49918
fix(dav): Pre-check if node can be copied or moved in DAV files plugin
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-28 17:22:20 +02:00
William Entriken
bdd6f311ea
Move preferred install method to top spot
...
Signed-off-by: William Entriken <github.com@phor.net >
2024-08-28 11:18:39 -04:00
Hamza
54bfe5174f
Merge pull request #47525 from nextcloud/fix/optimize-getWrongShareOwnership-query
...
fix: optimise `getWrongShareOwnership` query
2024-08-28 16:14:56 +02:00
Kate
8290b1e92e
Merge pull request #37303 from nextcloud/remove-unset-parameters
2024-08-28 15:59:41 +02:00
Thomas Citharel
aa8df9b05f
fix(provisionning_api): Remove parameters that are not set into template
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2024-08-28 14:51:02 +02:00
Josh
3e434bcebf
fix(config): Avoid error messages for restricted opcache API
...
Make changes recently added via #44230 match #8188 to avoid failures in restricted hosting environments.
Fixes #47562
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-08-28 08:20:25 -04:00
Stephan Orbaugh
b4d7498cfb
Merge pull request #46639 from nextcloud/autosharding
...
Transparent* database sharding
2024-08-28 11:22:44 +02:00
Louis Chemineau
2574cbfa61
chore: Apply php:cs recommendations
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-28 10:44:18 +02:00
Louis
c30c9d4158
Merge pull request #47511 from nextcloud/artonge/chore/is_encrypted_description
...
chore: Improve `FileInfo::isEncrypted` description
2024-08-28 10:35:09 +02:00
Louis
6fe2522808
Merge pull request #47496 from nextcloud/artonge/feat/improve_encryption_detection_in_occ
...
feat: Improve encryption mode detection in occ info:file
2024-08-28 10:34:55 +02:00
Robin Appelman
9d0248545d
fix: mark systemconfig value as not being tainted because they are implicitly trusted
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:27:14 +02:00
Robin Appelman
1363e142d8
fix: make preload custom proterties sharding compatible
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:27:14 +02:00
Robin Appelman
b21a399d1a
fix: implement sharding compatible cleanup for various bits
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:27:14 +02:00
Robin Appelman
cc091b150e
fix: fix share cleanup for deleted groups with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:20 +02:00
Robin Appelman
e538f4699d
fix: adjust systemtag orphan cleanup query to work with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:20 +02:00
Robin Appelman
80a25531f7
fix: make background scan job compatible with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
382d102d22
test: fix share provider tests for sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
2eaeeeeafe
fix: run mimetype repair query across all shards
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
390f6a78b4
fix: hint storage id in more places
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
4d9b563d22
test: run sharding tests in ci
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
fc05a67f19
fix: only allow pre-defined shards
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
ddbeb4cac9
test: mark share test cleanup as running across all shards
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
62f8b6517f
feat: implement distributing partitioned queries over multiple shards
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:21:19 +02:00
Robin Appelman
f5b3486744
feat: add option to automatically partition queries by specific tables
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:18:53 +02:00
Robin Appelman
c58bdbf378
fix: delay calculating global cache prefix untill a cache is created
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:18:52 +02:00
Robin Appelman
114db0558c
fix: don't make ICacheFactory depend on database
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:18:52 +02:00
Robin Appelman
c09ec95255
feat: track expected output columns in query builder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-28 10:18:52 +02:00
Nextcloud bot
32d76b0b4b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-28 00:23:12 +00:00
Pytal
b7212e3efb
Merge pull request #47400 from nextcloud/feat/load-more-than-50-faves
...
feat(files): Allow more than 50 favorite views
2024-08-27 16:25:39 -07:00
nextcloud-command
f48a7fffb7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-27 22:53:31 +00:00
Christopher Ng
a1f43964dc
test(files): Adapt favorite views spec
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-27 15:37:27 -07:00
Christopher Ng
9cc1a020a2
feat(files): Allow more than 50 favorite views
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-27 14:33:39 -07:00
Christopher Ng
71e653c0bc
perf(files): Do not block files page load with server-side favorites retrieval
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-27 14:33:39 -07:00
Ferdinand Thiessen
81c6c24cd5
fix: Adjust filename validation messages
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-27 23:12:24 +02:00
provokateurin
01c4fa3ba8
fix(files_sharing): Make share labels nullable
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-27 22:28:48 +02:00
Elizabeth Danzberger
a740e60afc
Merge pull request #47290 from nextcloud/feat/checkbox-template-field-type
...
feat(templates): checkbox field type
2024-08-27 16:15:30 -04:00
Maxence Lange
e68f77ea6c
Merge pull request #47521 from nextcloud/fix/noid/loosing-systemconfig-on-setup
...
fix(logger): ignore session logging during setup
2024-08-27 18:10:16 -01:00
Elizabeth Danzberger
a82a5423e0
chore: rebuild assets
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-08-27 14:43:49 -04:00
Elizabeth Danzberger
79d005e11f
feat(templates): add support for checkboxes in template filler
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-08-27 14:41:58 -04:00
Ferdinand Thiessen
95fff6bc72
Merge pull request #47540 from nextcloud/fix/folder-creation
...
fix(files): Correctly check for already used names when creating new folder
2024-08-27 20:38:41 +02:00
nextcloud-command
d363647b3f
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-27 17:56:03 +00:00
Ferdinand Thiessen
988ea85f48
fix(files): Correctly check for already used names when creating new folder
...
Also add Cypress tests for the "new"-menu.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-27 19:40:38 +02:00
Joas Schilling
a51e04110f
Merge pull request #47541 from nextcloud/ci/noid/lighter
...
ci: Reduce required run time
2024-08-27 19:40:01 +02:00
Ferdinand Thiessen
5db859fd25
Merge pull request #47450 from nextcloud/Jerome-Herbinet-line-manager
...
"Line" manager instead of "Account" manager
2024-08-27 18:53:52 +02:00
Julien Veyssier
558877c842
Merge pull request #47522 from nextcloud/enh/noid/taskprocessing-runtask
...
[TaskProcessing] Add manager::runTask method
2024-08-27 17:53:20 +02:00
Joas Schilling
5129e5ad30
ci: Don't run things normally and with coverage flag on the same configuration
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-27 17:49:12 +02:00
Joas Schilling
364ddf049c
ci: Run things we only run on 1 PHP version on the preinstalled 8.1 which installs ~2m faster
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-27 17:48:33 +02:00
John Molakvoæ
9754f4f723
Merge pull request #47500 from nextcloud/fix/file-list-footer-gap
2024-08-27 17:27:38 +02:00
Joas Schilling
46c853146b
fix(migration): Correctly sort migrations by version number
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-27 16:25:10 +02:00
Côme Chilliet
08adbed85e
feat(webhook_listeners): Enable the app by default
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 16:00:00 +02:00
Daniel
11822def85
Merge pull request #47509 from nextcloud/fix/exif-orientation-type
...
fix: gracefully handle unexpected exif orientation types
2024-08-27 15:59:14 +02:00
Maxence Lange
9100b8757e
fix(setup): ignore long session login during installation
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-08-27 12:29:42 -01:00
Julius Härtl
b8b5f2c8aa
Merge pull request #47507 from nextcloud/feat/apcu-setup-check
...
feat(settings): Add setup check for apcu cache expunge
2024-08-27 15:18:34 +02:00
Josh Richards
2e73932c8e
fix: custom port handling in UI for SFTP
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-08-27 09:01:12 -04:00
Julien Veyssier
396b8f52f1
fix(taskprocessing): fix condition to reschedule SynchronousBackgroundJob
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-27 14:59:20 +02:00
Josh
6db4099246
fix: custom port handling in UI for FTP External Storage
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-08-27 08:49:24 -04:00
Hamza Mahjoubi
6361edb864
fix: optimise getWrongShareOwnership query
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com >
2024-08-27 14:08:29 +02:00
Julien Veyssier
c1ed256d50
feat(taskprocessing): add IManager::runTask method to run task synchronously
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-27 13:11:51 +02:00
Côme Chilliet
36479df042
chore: composer run cs:fix
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 13:03:25 +02:00
Kate
829642c9e5
Merge pull request #47508 from nextcloud/fix/router/attribute-routes-all-apps
2024-08-27 12:48:50 +02:00
Louis
d2c372639c
Merge pull request #47495 from nextcloud/artonge/dept/delegat_is_encrypted_to_e2ee
...
feat: Delegate is-encrypted handling to the e2ee app
2024-08-27 12:32:40 +02:00
Côme Chilliet
c3029c70d5
fix(user_ldap): Fix user_ldap tests by mocking new method exists in manager
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 12:14:34 +02:00
Côme Chilliet
eb27243056
fix(user_ldap): Lowercase value for all attributes in configuration
...
Avoid surprises by making sure these are lowercased apart from
documented special case user displayname.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 12:13:30 +02:00
Joas Schilling
0fdcaa584e
Merge pull request #47494 from nextcloud/bugfix/eun-100/allow-apps-to-get-unshared-users
...
fix(dav): Allow apps to get unshares for DAV resources
2024-08-27 11:23:48 +02:00
Elizabeth Danzberger
99221f2a42
fix(files): fix list gap at bottom
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-27 08:53:57 +00:00
Louis Chemineau
675c7fab78
chore: Improve isEncrypted description
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-27 10:52:35 +02:00
Julius Härtl
f3419c5f57
feat(settings): Add setup check for apcu cache expunge
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-27 10:45:32 +02:00
provokateurin
12b44844e1
fix(Router): Load attribute routes of all apps when not app is specified
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-27 10:42:47 +02:00
Joas Schilling
ead3f66379
Merge pull request #47510 from nextcloud/fix/db/slow-transactions-higher-log-level
...
fix(db): Increase log level for very slow transactions
2024-08-27 10:30:52 +02:00
Christoph Wurst
bdcfe5b8a9
fix(db): Increase log level for very slow transactions
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-08-27 10:12:14 +02:00
Côme Chilliet
fffba1c6af
fix(ldap): Fix user_ldap attribute casing to fix tests
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 10:06:45 +02:00
Côme Chilliet
d2bc636a79
fix(user_ldap): Correctly cache that user exists to avoid a request on mapping new user
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 10:06:43 +02:00
Côme Chilliet
4fb1d2f3e5
fix(user_ldap): Avoid extra LDAP request when mapping a user for the first time
...
Avoids using several LDAP searches to get UUID, display name and
internal name, now gets all attributes at the same time.
Also avoids extra request to build an unused user object in userExists.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-27 10:05:12 +02:00
Richard Steinmetz
cd928ed4ed
fix: gracefully handle unexpected exif orientation types
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-27 09:32:04 +02:00
Joas Schilling
b8ab7b7e55
Merge pull request #47448 from nextcloud/fix/47187/user-status-absence
...
fix(user_status): add link to Availability page if user set predefined 'Vacationing'
2024-08-27 07:37:52 +02:00
Nextcloud bot
f35e33f2d8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-27 00:20:54 +00:00
Ferdinand Thiessen
21b997f845
Merge pull request #47490 from nextcloud/chore/adjust-translations
...
chore(files): Adjust wording for file type filter
2024-08-26 21:40:27 +02:00
Ferdinand Thiessen
2665151105
Merge pull request #47465 from nextcloud/fix/files-drop-notice
...
fix(files): Reset drop notice on firefox
2024-08-26 21:00:05 +02:00
nextcloud-command
290610b630
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-26 20:44:06 +02:00
Ferdinand Thiessen
3ffdf56c8f
chore(files): Adjust wording for file type filter
...
* Resolves: https://github.com/nextcloud/server/issues/47440
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 20:42:41 +02:00
nextcloud-command
744b41b216
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-26 20:41:36 +02:00
Ferdinand Thiessen
f7b7474cd3
fix(files): Reset drop notice on firefox
...
On firefox there is an old bug where when you move a dragged file outside
the window the `dragleave` event is never emitted.
So we just use a timeout to reset the drag over state.
Also a small change: Use the ID of the main container instead of relying on tag name and class.
(The ID is guranteed as other APIs rely on it, while the class is just used internally).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 20:31:31 +02:00
Ferdinand Thiessen
4fcf4dba02
Merge pull request #47466 from nextcloud/chore/migrate-vitest
...
test: Migrate from Jest to vitest
2024-08-26 20:30:26 +02:00
Louis Chemineau
ac1d8cdbef
feat: Delegate is-encrypted handling to the e2ee app
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-26 19:45:30 +02:00
Louis Chemineau
fffe826d90
feat: Improve encryption mode detection in occ info:file
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-26 19:28:44 +02:00
Joas Schilling
7a1a0eb7a2
fix(dav): Allow apps to get unshares for DAV resources
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-26 18:58:32 +02:00
Jérôme Herbinet
c00b5094ff
chore: npm run build
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2024-08-26 18:08:23 +02:00
Jérôme Herbinet
f9bf3eda1c
fix(wording): "Line" manager instead of "Account" manager
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2024-08-26 18:08:04 +02:00
Ferdinand Thiessen
6d31abdfd5
Merge pull request #47467 from nextcloud/fix/virtual-files-list
...
fix(files): Adjust margin at the file list bottom
2024-08-26 17:44:06 +02:00
Ferdinand Thiessen
30d090fb78
chore: Update source maps due to dependency changes
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 17:29:42 +02:00
Ferdinand Thiessen
e0b81410f4
chore: Add vitest.config.ts as expected and remove Jest config
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 17:27:22 +02:00
Ferdinand Thiessen
a5e58dc45e
test: Migrated all Jest tests to vitest
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 17:27:22 +02:00
Ferdinand Thiessen
c0b39bb909
chore: Move from Jest to vitest
...
There are some benefits, like faster tests and thus saving CI time, but the main reason for me is:
Jest still does not properly support ESM packages, this casues a lot of breaking stuff.
Sometimes you need to adjust imports for mocking, and somethimes other random stuff break.
Instead of wasting valuable developer lifetime we can use vitest which works perfectly with ESM.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 17:27:22 +02:00
Ferdinand Thiessen
e840ec23f1
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 16:33:21 +02:00
Ferdinand Thiessen
b1eecde452
fix(files): Remove huge margin on bottom
...
Instead make it relative to screen size.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-26 16:31:25 +02:00
Joas Schilling
c6ec82203e
Merge pull request #47480 from nextcloud/fix/41639/flow-check-user-agent
...
fix(flow): cannot set custom user agent
2024-08-26 14:09:25 +02:00
nextcloud-command
cc72f738ed
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-26 11:53:28 +00:00
Julius Härtl
6d2253e692
Merge pull request #46013 from nextcloud/obj-store-move-from-storage-preserve-fileid
...
fix: write object to the correct urn when moving from another storage to object store
2024-08-26 13:47:27 +02:00
Maksim Sukharev
f23875dcb1
fix(user_status): add link to Availability page if user set predefined 'Vacationing'
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com >
2024-08-26 13:41:56 +02:00
Arthur Schiwon
2b270f54ee
build: js assets
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-26 13:31:57 +02:00
Arthur Schiwon
0eeb459cc3
fix(flow): cannot set customer user agent
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-26 13:25:33 +02:00
Andy Scherzinger
e2b1de8bc1
Merge pull request #47470 from nextcloud/automated/noid/master-fix-npm-audit
...
[master] Fix npm audit
2024-08-26 09:50:52 +02:00
Joas Schilling
36f272d03b
Merge pull request #47435 from phreaker0/fix-mail-template-class-call
...
fix(mailer): Call to custom mail_template_class
2024-08-26 08:58:00 +02:00
Kate
c42412f3d2
Merge pull request #47474 from nextcloud/fix/cs-fixer/ignore-git-ignored-entries
2024-08-26 07:40:16 +02:00
Nextcloud bot
23bbb31445
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-26 00:20:22 +00:00
Daniel
cead56ac6a
Merge pull request #47464 from nextcloud/dependabot/composer/vendor-bin/cs-fixer/nextcloud/coding-standard-1.2.3
...
bump nextcloud/coding-standard from 1.2.1 to 1.2.3 in /vendor-bin/cs-fixer
2024-08-25 21:09:41 +02:00
Daniel Kesselberg
47168ad5bd
chore: ignore coding-standard update 1.2.3 in git blame
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-08-25 20:43:43 +02:00
Daniel Kesselberg
e88693a473
style: update codestyle for coding-standard 1.2.3
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-08-25 20:43:43 +02:00
dependabot[bot]
9067932f3b
build(deps-dev): Bump nextcloud/coding-standard from 1.2.1 to 1.2.3
...
Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard ) from 1.2.1 to 1.2.3.
- [Release notes](https://github.com/nextcloud/coding-standard/releases )
- [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md )
- [Commits](nextcloud/coding-standard@v1.2.1...v1.2.3)
---
updated-dependencies:
- dependency-name: nextcloud/coding-standard
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-25 20:43:04 +02:00
provokateurin
ffc8a86d7d
fix(cs-fixer): Correctly ignore files ignored by git
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-25 20:40:47 +02:00
Daniel
5d632154c2
Merge pull request #47449 from nextcloud/debt/noid/update-codestyle
...
Update to coding-standard 1.2.3
2024-08-25 19:56:37 +02:00
Daniel Kesselberg
dd165cf53a
chore: add .git-blame-ignore-revs as expected file
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-08-25 19:35:40 +02:00
Daniel Kesselberg
8622edb4b3
chore: ignore coding-standard update 1.2.3 in git blame
...
https://docs.github.com/en/repositories/working-with-files/using-files/viewing-a-file#ignore-commits-in-the-blame-view
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-08-25 19:35:40 +02:00
Daniel Kesselberg
af6de04e9e
style: update codestyle for coding-standard 1.2.3
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-08-25 19:34:58 +02:00
nextcloud-command
82183693e9
fix(deps): Fix npm audit
...
Signed-off-by: GitHub <noreply@github.com >
2024-08-25 02:49:40 +00:00
Nextcloud bot
1cc6b3577f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-25 00:24:21 +00:00
Ferdinand Thiessen
c18cd4df66
Merge pull request #47460 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-11.0.1
...
chore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1
2024-08-24 12:25:55 +02:00
dependabot[bot]
6c4b56b0f3
chore(deps): bump @vueuse/integrations from 11.0.0 to 11.0.1
...
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/integrations )
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
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 >
2024-08-24 10:01:53 +00:00
dependabot[bot]
3656a24e21
Merge pull request #47463 from nextcloud/dependabot/npm_and_yarn/vueuse/core-11.0.1
2024-08-24 09:46:42 +00:00
dependabot[bot]
31319be951
chore(deps): bump @vueuse/core from 11.0.0 to 11.0.1
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.1/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
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 >
2024-08-24 09:33:09 +00:00
Nextcloud bot
e97421f12a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-24 00:20:27 +00:00
Sebastian Krupinski
e5e795c935
Merge pull request #47452 from nextcloud/fix/issue-47447-mail-provider-documentation
...
fix: correct documentation for mail provider
2024-08-23 12:34:19 -04:00
SebastianKrupinski
b260dd0a9d
fix: correct documentation for mail provider
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-23 12:09:44 -04:00
Robin Appelman
4a3ade5d43
Merge pull request #46021 from nextcloud/middleware-delay-admin
...
perf: delay getting (sub)admin status for user in the security middleware untill we need it
2024-08-23 17:38:01 +02:00
Robin Appelman
3e7695235c
Merge pull request #45457 from nextcloud/qb-escape-like
...
expose escapeLikeParameter trough query builder
2024-08-23 17:08:58 +02:00
Robin Appelman
44aa4836aa
Merge pull request #45880 from nextcloud/memcache-redis-command
...
feat: add command to send raw commands to redis
2024-08-23 16:53:22 +02:00
SebastianKrupinski
7363c4a403
fix: correct documentation for mail provider
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-23 10:26:40 -04:00
Robin Appelman
8b60df1600
perf: delay getting (sub)admin status for user in the security middleware untill we need it
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-23 15:26:40 +02:00
Robin Appelman
bd740ac0b0
fix: write object to the correct urn when moving from another storage to object store
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-23 15:22:16 +02:00
Robin Appelman
2f9f9e83e8
feat: add command to send raw commands to redis
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-23 15:14:15 +02:00
Robin Appelman
658d2f7ea1
feat: expose escapeLikeParameter trough query builder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-23 15:12:10 +02:00
Nextcloud bot
0cab17bfe7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-23 00:20:06 +00:00
Pytal
3d1785bb2f
Merge pull request #47204 from nextcloud/fix/tree-hidden-files
...
fix(files): Respect "Show hidden files" setting in tree
2024-08-22 16:41:04 -07:00
nextcloud-command
5b412b505b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-22 23:17:06 +00:00
Christopher Ng
fc1edaf4c1
refactor(files): Consolidate node registration
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-22 16:09:10 -07:00
Christopher Ng
3b185b1156
refactor(files): Organize event subscriptions
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-22 16:09:10 -07:00
Christopher Ng
4062883459
fix(files): Respect "Show hidden files" setting in tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-22 16:09:10 -07:00
Ferdinand Thiessen
920a74118c
Merge pull request #47403 from nextcloud/feat/password-context
...
feat(Security): Allow defining a password context for password validation and generation
2024-08-23 00:01:39 +02:00
Daniel
d78bfb7181
Merge pull request #47419 from nextcloud/bugfix/noid/add-missing-attribute
...
fix(migration): Add missing migration attributes
2024-08-22 21:34:35 +02:00
Andy Scherzinger
6c934b831e
Merge pull request #47407 from nextcloud/fix/version-name-dialog
...
fix(files_versions): Migrate version name dialog from NcModal to NcDialog
2024-08-22 21:27:05 +02:00
Joas Schilling
4b6490eaa6
fix(migration): Add missing migration attributes
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-22 20:58:50 +02:00
Christoph Klaffl
d7da93489b
Merge branch 'master' into fix-mail-template-class-call
2024-08-22 19:42:51 +02:00
Christoph Klaffl
ae787c5ef2
fix call to custom mail_template_class
...
Signed-off-by: Christoph Klaffl <christoph@phreaker.eu >
2024-08-22 19:39:23 +02:00
nextcloud-command
e2c299f28c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-22 17:38:36 +00:00
Ferdinand Thiessen
dd58e5290f
feat: Use new password context in sharing API
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-22 19:16:55 +02:00
Ferdinand Thiessen
127cacdd19
feat(Security): Allow setting password context for validation and generation
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-22 19:16:50 +02:00
Ferdinand Thiessen
351dd6dd8a
fix(files_versions): Migrate version name dialog from NcModal to NcDialog
...
* Resolves https://github.com/nextcloud/viewer/issues/2390
Make the version name dialog a real dialog instead of a modal.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-22 19:16:24 +02:00
Andy Scherzinger
f4f0316a55
Merge pull request #47408 from nextcloud/fix/dashboard-widgets
...
fix(dashboard): Adjust widget border radius
2024-08-22 18:59:35 +02:00
nextcloud-command
5940c96414
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-22 18:07:33 +02:00
Ferdinand Thiessen
a6556e9b46
fix(dashboard): Adjust widget border radius
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-22 18:07:33 +02:00
Anna
1b39abb501
Merge pull request #47415 from nextcloud/Fix/trusted-server-icon-recovery-without-addressbook-change
...
fix: Trusted server icon recovery without addressbook change
2024-08-22 17:01:28 +02:00
Pablo Zimdahl
3c3667fe18
fix(federation): always set server status to OK after successful runs
...
Previously if a server status got set to failure, it stayed that way
until an addressbook-sync found changes. Now the server status is set to
OK after each successful sync check (if that's not the case already),
regardless of addressbook changes.
This change also includes two new logging statements, which could help
next time someone debugs this.
Signed-off-by: Pablo Zimdahl <pablo@nextcloud.com >
2024-08-22 16:02:21 +02:00
John Molakvoæ
4eebf471e5
Merge pull request #47379 from nextcloud/fix/cypress-stop-cache
2024-08-22 14:32:31 +02:00
skjnldsv
5e2e2ba7ad
fix(cypress): drop unwanted docker output characters
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
skjnldsv
d3a0e8308b
chore(cypress): enable apcu
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
skjnldsv
c0781f524f
chore(cypress): skip cypress binary install on init step
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
skjnldsv
5a7e21187b
chore(cypress): put nextcloud into ram
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
skjnldsv
b6bc28833c
chore(cypress): allow db snapshot and restore fo faster tests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
skjnldsv
49fa2e508d
fix(cypress): do not install deps twice
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-22 13:32:59 +02:00
Anna
639caf6150
Merge pull request #47413 from nextcloud/fix/limit-property-values
...
fix(caldav): limit property length
2024-08-22 13:17:21 +02:00
Anna Larch
3ff7d64fda
fix(caldav): limit property length
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-08-22 12:15:51 +02:00
provokateurin
ebfbe99652
fix(files): Create non-existent parents of mountpoints
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-22 12:04:31 +02:00
Joas Schilling
0df3a46db2
Merge pull request #47409 from nextcloud/followup/46991/allow-setting-new-configs
...
fix(provisioning): Support setting new app configs as well
2024-08-22 08:39:14 +02:00
Joas Schilling
9641433001
fix(provisioning): Support setting new app configs as well
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-22 08:02:15 +02:00
Nextcloud bot
b33260a22c
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-22 00:20:22 +00:00
John Molakvoæ
003bf4b8ee
Merge pull request #47363 from nextcloud/fix/template-picker-press-enter
...
fix: use empty template by default when pressing enter
2024-08-21 22:01:51 +02:00
Elizabeth Danzberger
82c6b92d41
chore: build assets
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-08-21 15:02:14 -04:00
nextcloud-command
5ead5fc6c5
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-21 15:00:33 -04:00
Elizabeth Danzberger
e53684e1d9
fix: use empty template by default when pressing enter
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-08-21 15:00:26 -04:00
Ferdinand Thiessen
b36ced878f
Merge pull request #47397 from nextcloud/chore/update-vue
...
Update `@nextcloud/vue` to v8.17.0
2024-08-21 19:56:05 +02:00
Ferdinand Thiessen
a01797d2f2
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-21 17:19:12 +00:00
Ferdinand Thiessen
b87c1ebfcc
chore: Update @nextcloud/vue to v8.17.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 17:55:07 +02:00
Robin Appelman
c3ad469750
Merge pull request #47259 from nextcloud/memcache-ncad
...
feat: add negative compare-and-delete to imemcache
2024-08-21 17:19:04 +02:00
Joas Schilling
6214e3ad76
Merge pull request #47388 from nextcloud/bugfix/noid/green-ci
...
ci: Skip flaky test on PHP 8.3
2024-08-21 15:53:27 +02:00
Arthur Schiwon
ebe2429c0a
Merge pull request #46991 from nextcloud/fix/45083/config-from-js
...
fix(ProvisioningAPI): set typed config values by via API
2024-08-21 14:58:24 +02:00
Ferdinand Thiessen
974cda636f
Merge pull request #47370 from nextcloud/fix/loading-icon
...
fix(files): Move loading icon before grid toggle
2024-08-21 14:37:47 +02:00
Ferdinand Thiessen
1992a6d72b
Merge pull request #47371 from nextcloud/fix/disable-auto-zoom-ios
...
fix: Disable auto-zoom on iOS
2024-08-21 14:32:16 +02:00
Andy Scherzinger
7290d9d7ca
Merge pull request #47352 from nextcloud/fix/context-write-wording
...
fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
2024-08-21 13:25:09 +02:00
Andy Scherzinger
f309ba9dc9
Merge pull request #47381 from nextcloud/chore/deps/openapi-extractor
...
chore(deps): Update openapi-extractor to v1.0.0
2024-08-21 13:20:10 +02:00
Joas Schilling
e1caa198e3
ci: Skip flaky test on PHP 8.3
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-21 13:13:12 +02:00
Ferdinand Thiessen
d5140fe034
Merge pull request #47372 from nextcloud/fix/filename-validator
...
fix: `FilenameValidator::isForbidden` should only check forbidden files
2024-08-21 13:07:33 +02:00
Ferdinand Thiessen
c82b17d0a3
fix: Support Safari mobile
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 13:01:23 +02:00
Ferdinand Thiessen
ec00367f30
fix: Disable auto-zoom on iOS
...
When using iOS and focussing an input element the view should not be zoomed.
So if we set a maximum scale iOS will not auto-zoom but still allow users to zoom.
But we can not do this by default as this will disable user zoom on Chrome.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 13:01:18 +02:00
Ferdinand Thiessen
2d0f65851e
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 12:50:59 +02:00
Ferdinand Thiessen
1331ce7e7c
fix(files): Move loading icon before grid toggle
...
This prevents jumping of that toggle button when the view is loading.
Also adjust the design for Nextcloud 30 (prevent jumping of breadcrumbs when loading due to increased height).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 12:47:21 +02:00
Joas Schilling
c07cf51beb
Merge pull request #47380 from nextcloud/bugfix/noid/make-logo-dimension-more-save
...
fix(theming): Make getImage() call save against missing non-SVG version
2024-08-21 12:01:44 +02:00
Joas Schilling
7fe62b9364
Merge pull request #47331 from nextcloud/skalidindi53/12351/Add-blurhash-to-richobjectstrings
...
fix: adding blurhash to definitions
2024-08-21 11:59:16 +02:00
provokateurin
ff10f9f60f
chore(deps): Update openapi-extractor to v1.0.0
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-21 11:07:50 +02:00
Joas Schilling
dbbe2bbcb7
fix(theming): Make getImage() call save against missing non-SVG version
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-21 10:30:25 +02:00
Andy Scherzinger
cf56874cb1
Merge pull request #47365 from nextcloud/fix/share-sorting
...
fix(files_sharing): Sort by correct share attribute ("share with displayname")
2024-08-21 09:53:37 +02:00
Marcel Klehr
c9ef3f72bc
fix(TaskProcessing/ContextWrite): Fix wording "ContextWrite" -> "Context write"
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-08-21 08:59:46 +02:00
Ferdinand Thiessen
91573781df
docs: Add information how forbidden filenames are handled on existing files.
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 04:22:13 +02:00
Ferdinand Thiessen
b9cc7bcec7
fix: FilenameValidator::isForbidden should only check forbidden files
...
And not forbidden basenames as this is used for different purposes.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 04:16:14 +02:00
nextcloud-command
d6cfcd7825
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-21 00:38:53 +00:00
Ferdinand Thiessen
dc153f2ada
fix(files_sharing): Sort by correct share attribute ("share with displayname")
...
There is no `title` attribute, so this causes an exception.
Instead sort by the "share with" displayname which will be the user or group the node is shared to.
Meaning this will also be the title of the share in the UI.
If this is not available or there are multiple for the same, then sort by the custom label.
If also this is not set sort by the creation time.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-21 02:32:02 +02:00
Nextcloud bot
1907eeea35
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-21 00:20:18 +00:00
Andy Scherzinger
748e267b44
Merge pull request #47358 from nextcloud/chore/noid/hub9
...
Bump Hub 8 -> Hub 9
2024-08-21 00:01:11 +02:00
Arthur Schiwon
a3cd963264
fix(ProvisioningAPI): set typed config values by via API
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-20 23:10:09 +02:00
Andy Scherzinger
e817bc6d3c
Merge pull request #47356 from nextcloud/fix/add-webhook_listeners-to-shipped-apps-lists
...
chore: Add webhook_listeners to list of shipped apps
2024-08-20 22:52:52 +02:00
Andy Scherzinger
bc4527a80d
chore: Bump Hub 8 -> Hub 9
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-08-20 22:29:41 +02:00
John Molakvoæ
4f70998e35
Merge pull request #47351 from nextcloud/fix/build/update-apps
2024-08-20 20:55:52 +02:00
John Molakvoæ
05c9b06cdd
Merge pull request #47350 from nextcloud/chore/build/remove-signed-off-checker
2024-08-20 20:55:27 +02:00
Robin Appelman
20dbb6c7e8
feat: add negative compare-and-delete to imemcache
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-20 19:34:28 +02:00
Joas Schilling
cd0217b2bd
fix(CI): Add a check that all server apps are translated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-20 16:45:12 +02:00
Côme Chilliet
da38ff0088
chore: Add webhook_listeners to list of shipped apps
...
As well as CODEOWNERS and l10n
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-20 16:40:16 +02:00
John Molakvoæ
307608b26c
Merge pull request #47346 from nextcloud/encryption-key-copy-mountpoint
2024-08-20 16:16:08 +02:00
provokateurin
0e3ca084c4
fix(build): Allow update-apps.sh script to work with non-master branches
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-20 15:33:00 +02:00
provokateurin
acca93e793
chore(build): Remove old Drone CI signed-off checker
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-20 15:10:49 +02:00
Robin Appelman
3756152cb1
fix: use mountpoint from storage to find the encryption keys
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-20 13:32:03 +02:00
Robin Appelman
1071201052
feat: store the mountpoint of storages in the mount options
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-20 13:31:35 +02:00
Anna
560282a47b
Merge pull request #47332 from nextcloud/fix/allow-renaming-of-birthday-calendars
...
fix(caldav): allow renaming of birthday calendars
2024-08-20 10:48:57 +02:00
Anna Larch
5bbc23a261
fix(caldav): allow renaming of birthday calendars
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-08-20 10:16:57 +02:00
Joas Schilling
3a6716895a
fix: adding blurhash to definitions
...
Signed-off-by: skalidindi53 <s.teja2004@gmail.com >
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-20 08:25:24 +02:00
Nextcloud bot
2b7d9c1c9d
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-20 00:20:33 +00:00
F. E Noel Nfebe
3b795cde79
Merge pull request #47319 from nextcloud/fix/47056/focus-unified-search-on-open
...
fix(UnifiedSearch): Focus search input on open
2024-08-19 19:30:16 +01:00
nextcloud-command
ecca9e1ad6
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-19 12:59:40 +00:00
fenn-cs
cf59575120
fix(UnifiedSearch): Focus search input on open
...
Resolves : https://github.com/nextcloud/server/issues/47056
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-08-19 13:49:34 +01:00
Côme Chilliet
ba9638eae5
Merge pull request #47291 from nextcloud/refactor/log-php-8-1
...
refactor(Log): Use new in initializer instead of constructor body
2024-08-19 14:12:11 +02:00
Robin Appelman
40c91aa31e
Merge pull request #47182 from nextcloud/orphan-cleanup-chunk-perf
...
perf: improve cleanup of tags/comments
2024-08-19 13:40:01 +02:00
Nextcloud bot
551ff4955e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-19 00:20:19 +00:00
John Molakvoæ
6fce6fa1d6
Merge pull request #47310 from nextcloud/automated/noid/master-fix-npm-audit
2024-08-18 13:52:36 +02:00
nextcloud-command
652c1f7b65
fix(deps): Fix npm audit
...
Signed-off-by: GitHub <noreply@github.com >
2024-08-18 11:33:08 +00:00
Ferdinand Thiessen
6286d3236c
Merge pull request #47301 from nextcloud/dependabot/npm_and_yarn/vueuse/components-11.0.0
...
chore(deps): bump @vueuse/components from 10.11.0 to 11.0.0
2024-08-18 12:38:00 +02:00
dependabot[bot]
2c47285d6d
chore(deps): bump @vueuse/components from 10.11.0 to 11.0.0
...
Bumps [@vueuse/components](https://github.com/vueuse/vueuse/tree/HEAD/packages/components ) from 10.11.0 to 11.0.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.0/packages/components )
---
updated-dependencies:
- dependency-name: "@vueuse/components"
dependency-type: direct:production
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 >
2024-08-18 01:53:17 +00:00
Ferdinand Thiessen
0d9d68eea1
Merge pull request #47302 from nextcloud/dependabot/npm_and_yarn/vueuse/integrations-11.0.0
...
chore(deps): bump @vueuse/integrations from 10.11.0 to 11.0.0
2024-08-18 03:45:55 +02:00
Nextcloud bot
e06931854a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-18 00:22:56 +00:00
John Molakvoæ
a7658f3ec8
Merge pull request #47300 from nextcloud/dependabot/npm_and_yarn/elliptic-6.5.7
...
chore(deps): bump elliptic from 6.5.6 to 6.5.7
2024-08-17 22:19:59 +02:00
dependabot[bot]
2af0eb765f
chore(deps): bump elliptic from 6.5.6 to 6.5.7
...
Bumps [elliptic](https://github.com/indutny/elliptic ) from 6.5.6 to 6.5.7.
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.6...v6.5.7 )
---
updated-dependencies:
- dependency-name: elliptic
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-17 16:38:49 +00:00
Ferdinand Thiessen
2ec68b1eb9
refactor(Log): Use new in initializer instead of constructor body
...
PHP 8.1 allows us to now move the `new` into the initializer,
this makes the code a bit nicer (and 3 lines shorter).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-17 18:38:28 +02:00
nextcloud-command
87e28b0bb7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-17 16:37:58 +00:00
dependabot[bot]
d6d173f74e
chore(deps): bump @vueuse/integrations from 10.11.0 to 11.0.0
...
Bumps [@vueuse/integrations](https://github.com/vueuse/vueuse/tree/HEAD/packages/integrations ) from 10.11.0 to 11.0.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.0/packages/integrations )
---
updated-dependencies:
- dependency-name: "@vueuse/integrations"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-17 18:30:44 +02:00
Ferdinand Thiessen
81b4ced076
Merge pull request #47287 from nextcloud/fix/files-access-owner
...
fix: Access node owner by top level `owner` property
2024-08-17 18:29:45 +02:00
nextcloud-command
fa11a67e88
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-17 17:59:14 +02:00
Ferdinand Thiessen
132220a89f
fix: Access node owner by top level owner property
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-17 17:59:10 +02:00
John Molakvoæ
ad8200d963
Merge pull request #47297 from nextcloud/dependabot/npm_and_yarn/vueuse/core-11.0.0
...
chore(deps): bump @vueuse/core from 10.11.0 to 11.0.0
2024-08-17 12:57:00 +02:00
nextcloud-command
2dfd51cc03
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-17 10:18:30 +00:00
dependabot[bot]
b52ab4388b
chore(deps): bump @vueuse/core from 10.11.0 to 11.0.0
...
Bumps [@vueuse/core](https://github.com/vueuse/vueuse/tree/HEAD/packages/core ) from 10.11.0 to 11.0.0.
- [Release notes](https://github.com/vueuse/vueuse/releases )
- [Commits](https://github.com/vueuse/vueuse/commits/v11.0.0/packages/core )
---
updated-dependencies:
- dependency-name: "@vueuse/core"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-17 12:10:25 +02:00
John Molakvoæ
09428d15a3
Merge pull request #47296 from nextcloud/dependabot/npm_and_yarn/pinia/testing-0.1.5
...
chore(deps-dev): bump @pinia/testing from 0.1.4 to 0.1.5
2024-08-17 10:01:11 +02:00
dependabot[bot]
c0110409fc
chore(deps-dev): bump @pinia/testing from 0.1.4 to 0.1.5
...
Bumps [@pinia/testing](https://github.com/vuejs/pinia ) from 0.1.4 to 0.1.5.
- [Release notes](https://github.com/vuejs/pinia/releases )
- [Commits](https://github.com/vuejs/pinia/compare/@pinia/testing@0.1.4...@pinia/testing@0.1.5 )
---
updated-dependencies:
- dependency-name: "@pinia/testing"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-17 01:25:24 +00:00
Nextcloud bot
dcdb4bbf8a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-17 00:20:22 +00:00
Julien Veyssier
8d4968168f
Merge pull request #47277 from nextcloud/enh/noid/occ-bg-job-worker-max-time
...
[occ:bg-job:worker] Add 'stop_after' option
2024-08-17 00:28:00 +02:00
Julien Veyssier
8638f3b587
feat(occ): add 'stop_after' option to stop the worker after some time
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-16 17:54:46 +02:00
Robin Appelman
c8e09d158b
Merge pull request #47038 from nextcloud/reshare-fed-share
...
fix: check for correct storage class when checking for link parent
2024-08-16 17:15:28 +02:00
John Molakvoæ
62f9c26111
Merge pull request #39611 from FedericoHeichou/add-command-user-welcome
2024-08-16 15:47:51 +02:00
John Molakvoæ
6fda0c15f0
fix: copyright header
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-08-16 15:25:04 +02:00
John Molakvoæ
d63148ee8d
Merge pull request #35867 from e-foundation/ldap-check-pwd-improvement
2024-08-16 15:17:27 +02:00
Akhil
b1230cd53d
Use cache in LDAP backend's checkPassword
...
Signed-off-by: Akhil <akhil@e.email >
2024-08-16 17:55:47 +05:30
Robin Appelman
a92171260f
fix: check for correct storage class when checking for link parent
...
fixes #39123
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-16 13:13:31 +02:00
John Molakvoæ
13a72d0f0e
Merge pull request #38750 from whlsxl/postgres-install-error
2024-08-16 12:58:58 +02:00
John Molakvoæ
74b8de5665
Merge pull request #47248 from nextcloud/fix/settings-styles
2024-08-16 12:51:53 +02:00
John Molakvoæ
d94073de92
Merge pull request #38630 from joshtrichards/jr-readdir-false-false
2024-08-16 12:43:53 +02:00
John Molakvoæ
b8b81254f3
Merge pull request #38857 from joshtrichards/jr-earlier-check-for-php-xml
2024-08-16 12:43:32 +02:00
John Molakvoæ
b8dbed3e32
Merge pull request #37761 from nextcloud/invalidateTokensOnlySeenUsers
2024-08-16 12:16:58 +02:00
Josh Richards
8032b6ac63
(base) Give a hint in web interface if SimpleXML (php-xml) is missing
...
Fixes #2180
And prevents #31473 , #23970 , #18610 , #15708
Avoids a 500 error and also gives a useful error message on the web interface if this module isn't installed, gets overlooked during a PHP upgrade, etc.
While we check for it later, it's too late for session.
Inspired by #17163
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-08-16 11:06:21 +02:00
Hailong Wang
67c52d202c
fix: use $this->tryCreateDbUser condition
2024-08-16 10:59:15 +02:00
Hailong Wang
f490a4e8c0
fix: postgresql GRANT user's permission after createDatabase, ensure database exist when GRANT
2024-08-16 10:57:11 +02:00
John Molakvoæ
d35c4eb911
Merge branch 'master' into jr-readdir-false-false
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-08-16 10:53:50 +02:00
Artur Neumann
84ee79fe43
fix: expect invalidateTokensOfUser only be called for seen users
...
Signed-off-by: Artur Neumann <artur@jankaritech.com >
2024-08-16 10:33:56 +02:00
Artur Neumann
cc44ec54ad
invalidate oauth2 tokens only for seen users
...
Signed-off-by: Artur Neumann <artur@jankaritech.com >
2024-08-16 10:33:52 +02:00
John Molakvoæ
75180a6292
Merge pull request #39692 from fsamapoor/refactor_encryption_app_commands
2024-08-16 10:24:18 +02:00
FedericoHeichou
a41e2f01b7
feat: Add user:welcome command
...
Signed-off-by: FedericoHeichou <federicoheichou@gmail.com >
2024-08-16 10:11:29 +02:00
Faraz Samapoor
6b795da540
Uses early returns.
...
To improve code readability.
Signed-off-by: Faraz Samapoor <fsa@adlas.at >
2024-08-16 09:33:16 +02:00
Faraz Samapoor
fc8b886295
Refactors encryption app commands.
...
To improve code readability.
Signed-off-by: Faraz Samapoor <fsa@adlas.at >
2024-08-16 09:33:16 +02:00
Josh Richards
71fff03e9b
fix(occ): Add support for UNIX sockets to db:convert-type
...
Fixes #31998
Adds support to `occ db:convert-type` to support UNIX socket connections via MySQL/MariaDB. Uses same `dbhost` / `hostname` parameter parsing logic (adapted) as used elsewhere (at least the relevant parts) for consistency.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-08-16 09:04:36 +02:00
Nextcloud bot
f4f7c757d4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-16 00:20:07 +00:00
Joas Schilling
3dfe306724
Merge pull request #47258 from nextcloud/bugfix/noid/translated-predefined-user-status
...
Don't save translated predefined user status as custom status
2024-08-15 19:17:35 +02:00
Robin Appelman
0f9ea1992c
perf: improve cleanup of tags/comments
...
delete entire chunk at once instead of one-by-one
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-15 17:13:57 +02:00
Joas Schilling
15550de8ce
Merge pull request #47252 from nextcloud/bugfix/noid/dont-crash-when-creating-folder
...
fix(adminaudit): Don't crash when creating folder
2024-08-15 15:33:49 +02:00
Joas Schilling
28e6328d65
chore(assets): Recompile assets
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-15 14:41:08 +02:00
Joas Schilling
50c48aa538
fix(userstatus): Don't set predefined user status as custom when changing "Clear at"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-15 14:39:56 +02:00
Joas Schilling
601b3b16cb
Merge pull request #47253 from nextcloud/feat/webauthn-uv
...
feat(webauthn): Add user verification to webauthn challenges
2024-08-15 11:50:00 +02:00
S1m
9189bc290b
feat(webauthn): Add user verification to webauthn challenges
...
Require user verification if all tokens are registered
with UV flag, else discourage it
Signed-off-by: S1m <git@sgougeon.fr >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-15 11:03:10 +02:00
Joas Schilling
774427a03a
fix(adminaudit): Don't crash when creating folder
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-15 10:00:22 +02:00
Nextcloud bot
e218d1f98e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-15 00:25:46 +00:00
Ferdinand Thiessen
d025c55193
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-15 02:05:02 +02:00
Ferdinand Thiessen
d0a0be9959
fix: Adjust legacy CSS styles for new Nextcloud 30 design
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-15 02:04:51 +02:00
Ferdinand Thiessen
2c24c3c469
Merge pull request #47240 from nextcloud/fix/webauth-credentials-length
...
fix(webauthn): Increase database column for public key id
2024-08-15 00:19:55 +02:00
Ferdinand Thiessen
b582630715
fix(webauthn): Increase database column for public key id
...
* Resolves https://github.com/nextcloud/server/issues/34476
There is no maximum length defined in the standard,
most common the length is between 128 and 200 characters,
but as we store it not in plain data but base64 encoded the length can grow about 1/3.
We had a regression with 'Nitrokey 3' which created IDs with 196 byte length -> 262 bytes encoded base64.
So to be save we increase the size to 512 bytes.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-14 22:12:54 +02:00
Ferdinand Thiessen
fb90e7e2cf
Merge pull request #47203 from nextcloud/fix/app-menu-hover
...
fix(AppMenu): Prevent menu entries from jumping on hover
2024-08-14 16:56:37 +02:00
dependabot[bot]
0f10cabf2a
Merge pull request #47225 from nextcloud/dependabot/npm_and_yarn/is-svg-5.1.0
2024-08-14 12:35:06 +00:00
Ferdinand Thiessen
44705abacb
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-14 12:24:31 +02:00
Ferdinand Thiessen
21c30e5259
fix(AppMenu): Prevent menu entries from jumping on hover
...
Only grow and shrink app menu entry if needed
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-14 12:22:15 +02:00
dependabot[bot]
ded69c0ed2
chore(deps): bump actions/upload-artifact in the github-actions group
...
Bumps the github-actions group with 1 update: [actions/upload-artifact](https://github.com/actions/upload-artifact ).
Updates `actions/upload-artifact` from 4.3.4 to 4.3.6
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/0b2256b8c012f0828dc542b3febcab082c67f72b...834a144ee995460fba8ed112a2fc961b36a5ec5a )
---
updated-dependencies:
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-14 09:40:02 +00:00
dependabot[bot]
a7eb156130
chore(deps): bump is-svg from 5.0.1 to 5.1.0
...
Bumps [is-svg](https://github.com/sindresorhus/is-svg ) from 5.0.1 to 5.1.0.
- [Release notes](https://github.com/sindresorhus/is-svg/releases )
- [Commits](https://github.com/sindresorhus/is-svg/compare/v5.0.1...v5.1.0 )
---
updated-dependencies:
- dependency-name: is-svg
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-14 09:33:21 +00:00
John Molakvoæ
effbc44756
Merge pull request #47212 from nextcloud/chore/master-is-now-31
2024-08-14 11:29:57 +02:00
Kate
458524e2e3
Merge pull request #46809 from nextcloud/refactor/files_external/security-attributes
2024-08-14 10:48:49 +02:00
John Molakvoæ
2c7f5dce7a
Merge pull request #47211 from nextcloud/fix/core/limit-valid-avatar-sizes
2024-08-14 10:35:00 +02:00
Christoph Wurst
4585c71a5e
Merge pull request #47201 from nextcloud/fix/also-run-user-status-automation-for-start-and-end
...
fix(userstatus): run user status automation job for start and end events
2024-08-14 10:34:42 +02:00
John Molakvoæ
1fa9d3987b
Merge pull request #46887 from nextcloud/fix/versions-catch-insertion-error
2024-08-14 10:32:45 +02:00
Joas Schilling
9d446d566b
fix(3rdparty): Update 3rdparty after dependabot changes
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 10:28:31 +02:00
John Molakvoæ
dbc2e9cdba
Merge pull request #46966 from nextcloud/fix/cache-uploader-get-content-function
2024-08-14 10:18:38 +02:00
Joas Schilling
71bfa5b574
chore(assets): Recompile assets
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 10:07:48 +02:00
Joas Schilling
eb365438d6
feat(branchoff): Bump versions and requirements in apps
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 10:03:30 +02:00
Joas Schilling
7b53a85bb6
feat(release)!: Bump Server version to 31
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 09:58:57 +02:00
Joas Schilling
04944aaa23
fix(security): Update expiration date in security.txt
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 09:58:02 +02:00
Joas Schilling
31b74bc671
fix(CI)!: Add stable30 to and remove stable27 from GitHub Actions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-14 09:56:47 +02:00
skjnldsv
c60e59c5d3
chore: compile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-14 09:49:12 +02:00
Ferdinand Thiessen
ee4fb148b3
perf(files): Cache getContents function used for uploader
...
Instead of trigger a PROPFIND for every new-menu entry clicks,
or conflict handling of uploads, we can just use the cached content from the file store.
If we do not have any cache entry we fetch new, but otherwise this is not needed.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-14 09:47:56 +02:00
Kate
1044b7f0b9
Merge pull request #46813 from nextcloud/refactor/files_versions/security-attributes
2024-08-14 09:46:46 +02:00
Kate
8c08ac0def
Merge pull request #46812 from nextcloud/refactor/files_trashbin/security-attributes
2024-08-14 09:46:28 +02:00
provokateurin
c102b89cd5
refactor(files_external): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-14 09:44:57 +02:00
Anna Larch
0634aa710c
fix(userstatus): run user status automation job for start and end events
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-14 09:44:26 +02:00
John Molakvoæ
4920f90495
Merge pull request #47016 from nextcloud/refactor/cleanup-files-view
2024-08-14 09:43:27 +02:00
Kate
1f1cb6da48
Merge pull request #46806 from nextcloud/refactor/federation/security-attributes
2024-08-14 09:40:41 +02:00
Kate
ca9752482c
Merge pull request #46814 from nextcloud/refactor/oauth2/security-attributes
2024-08-14 09:38:28 +02:00
Kate
4673e1a391
Merge pull request #46816 from nextcloud/refactor/settings/security-attributes
2024-08-14 09:38:08 +02:00
Kate
8cb4679e5e
Merge pull request #46821 from nextcloud/refactor/updatenotification/security-attributes
2024-08-14 09:37:56 +02:00
John Molakvoæ
73c88919ff
Merge pull request #47207 from nextcloud/fix/sticky-nav-item
2024-08-14 09:34:13 +02:00
nextcloud-command
46bb8ef04d
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-14 09:33:52 +02:00
Ferdinand Thiessen
7fec706f68
refactor(files): Drop unneeded initial state
...
The initial state is no longer used, it was only used in legacy UI and in the f2v rewrite
it was only used for the `id` which can be loaded just from the URL.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-14 09:31:27 +02:00
provokateurin
e77d6c913d
fix(core): Limit valid avatar sizes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-08-14 09:29:30 +02:00
Christopher Ng
0c0ba5f552
fix(files): Fix non-sticky sticky views in files nav
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-14 07:27:49 +00:00
John Molakvoæ
a503125173
Merge pull request #47209 from nextcloud/rakekniven-patch-2
2024-08-14 09:20:04 +02:00
rakekniven
b030449ad1
chore(i18n): Improved grammar
...
Reported at Transifex.
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-14 07:18:27 +00:00
John Molakvoæ
b733adf474
Merge pull request #46888 from nextcloud/jtr/bfp-settings-app-default-enable
2024-08-14 09:09:47 +02:00
Richard Steinmetz
b8ec68d212
Merge pull request #46723 from nextcloud/feat/add-delta-sync-to-subscription-calendars
...
feat(webcal): only update modified and deleted events from webcal calendars
2024-08-14 08:57:03 +02:00
Christoph Wurst
7641e768b3
Merge pull request #45435 from nextcloud/feat/dav/upcoming-events-api
...
feat(dav): Add an API for upcoming events
2024-08-14 06:54:43 +02:00
Nextcloud bot
832a1420e2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-14 00:20:23 +00:00
Christoph Wurst
370a9d77ea
feat(dav): Add an API for upcoming events
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-08-13 20:03:31 +02:00
Sebastian Krupinski
4e95ec033d
Merge pull request #47200 from nextcloud/fix/issue-47193
...
fix: test variables before returning
2024-08-13 13:25:14 -04:00
Ferdinand Thiessen
f93edb1774
Merge pull request #47202 from nextcloud/chore/nextcloud-auth-2_4
...
chore(deps): Update `@nextcloud/auth` to v2.4.0 and use `getCSPNonce` where possible
2024-08-13 18:53:21 +02:00
nextcloud-command
079a80f016
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-13 16:20:05 +00:00
Ferdinand Thiessen
ea021df9fa
chore(deps): Update @nextcloud/auth to v2.4.0 and use getCSPNonce where possible
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-13 17:54:47 +02:00
Ferdinand Thiessen
3e409fd342
Merge pull request #43573 from nextcloud/HolgerHees-fix-csp-nonce-handling
...
Fix for ignored `CSP_NONCE` in ContentSecurity Header
2024-08-13 17:53:30 +02:00
Richard Steinmetz
bb706998a9
Merge pull request #45786 from nextcloud/fix/caldav/default-vjournal
...
fix(caldav): allow VJOURNAL if no supported component set is specified
2024-08-13 17:16:40 +02:00
Christoph Wurst
8bf2095001
Merge pull request #45221 from nextcloud/feat/auth/authtoken-clean-up
...
feat(auth): Clean-up unused auth tokens and wipe tokens
2024-08-13 16:32:08 +02:00
SebastianKrupinski
f807d68511
fix: test variables before returning
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-13 09:54:38 -04:00
Richard Steinmetz
82615ce868
fix(caldav): allow VJOURNAL if no supported component set is specified
...
This is mandated by the RFCs.
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-13 15:26:17 +02:00
Joas Schilling
c319325f82
Merge pull request #47195 from nextcloud/bugfix/noid/return-correct-userid-on-fed-invites
...
fix(federation): Return the used userID to allow the inviting server …
2024-08-13 15:15:47 +02:00
Joas Schilling
c525ea0a80
Merge pull request #47198 from nextcloud/fix/issue-46700
...
Change label "Allow download" for better l10n
2024-08-13 15:09:49 +02:00
Joas Schilling
6f85c1e03f
chore(assets): Recompile assets
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-13 14:35:42 +02:00
Archisman Das
a6a1bb9e42
fix: Update translation string
...
Signed-off-by: Archisman Das <archisman.officials@gmail.com >
2024-08-13 14:34:42 +02:00
Joas Schilling
15a530008f
fix(federation): Return the used userID to allow the inviting server to react to the famous mapUid result
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-13 14:30:16 +02:00
Stephan Orbaugh
822aab6850
Merge pull request #47189 from nextcloud/feat/noid/ship-twofactor_nextcloud_notification
...
chore: Ship twofactor_nextcloud_notification
2024-08-13 14:13:49 +02:00
Anna Larch
fb94db1cd9
feat(webcal): only update modified and deleted events from webcal calendars
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-08-13 13:05:58 +02:00
Christoph Wurst
5100e3152d
feat(auth): Clean-up unused auth tokens and wipe tokens
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-08-13 12:39:11 +02:00
Hamza
cee227ae99
Merge pull request #41740 from nextcloud/Fix/duplicate-reminders
...
fix(dav): Handle duplicate event reminder
2024-08-13 12:33:10 +02:00
Côme Chilliet
142b6e313f
Merge pull request #47180 from nextcloud/fix/apply-group-limit-on-remove-from-group
...
Apply group limit on remove from group
2024-08-13 12:20:48 +02:00
Ferdinand Thiessen
84bd79d5c4
Merge pull request #47181 from nextcloud/fix/new-folder-messae
...
fix(files): Add messages when "new folder" fails or gets cancelled
2024-08-13 12:09:55 +02:00
hamza221
67957e98b9
fix: handle-duplicate-reminder
...
Signed-off-by: hamza221 <hamzamahjoubi221@gmail.com >
2024-08-13 11:47:03 +02:00
Joas Schilling
6d19c48413
Merge pull request #47188 from nextcloud/spreed/12950/avatar-menu-icon-color
...
fix(avatar): Fix icon-color for action-router contacts menu options
2024-08-13 11:32:27 +02:00
Joas Schilling
b233577f9b
chore: Ship twofactor_nextcloud_notification
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-13 11:31:03 +02:00
Joas Schilling
3121c3a3e3
fix(avatar): Fix icon-color for action-router contacts menu options
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-13 11:04:29 +02:00
nextcloud-command
7be3a9c83c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-13 08:41:05 +00:00
Ferdinand Thiessen
2916e5df7e
feat: Provide CSP nonce as <meta> element
...
This way we use the CSP nonce for dynamically loaded scripts.
Important to notice: The CSP nonce must NOT be injected in `content` as
this can lead to value exfiltration using e.g. side-channel attacts (CSS selectors).
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-13 10:32:44 +02:00
Ferdinand Thiessen
58acf4c608
fix(files): Add messages when "new folder" fails or gets cancelled
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-13 10:31:07 +02:00
Ferdinand Thiessen
009761be58
test: Adjust tests for CSP nonce
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-13 10:06:32 +02:00
Ferdinand Thiessen
86f01a3358
fix: Make sure CSP nonce is not double base64 encoded
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-13 09:52:33 +02:00
Holger Hees
73397cd759
fix: Use CSP_NONCE env variable in ContentSecurity Header
...
We should use 'cspNonceManager' for requesting the NONCE value, because it is doing the same as before, except that it honors a CPS_NONCE environment variable if available.
Signed-off-by: Holger Hees <holger.hees@gmail.com >
2024-08-13 09:52:08 +02:00
Nextcloud bot
21db618174
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-13 00:20:11 +00:00
Julien Veyssier
735e04e100
Merge pull request #47177 from nextcloud/fix/noid/preferred-taskprocessing-providers
...
[Task processing] Fix preferred providers
2024-08-13 01:31:52 +02:00
Julien Veyssier
475d0089c2
feat(taskprocessing): add text2text, text2image, contextWrite, transcribe and translate providers in the testing app
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-13 00:05:26 +02:00
Côme Chilliet
e7854a9935
chore(tests): Fix import in cypress test limit_to_same_group.cy.ts
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-12 16:09:42 +02:00
Côme Chilliet
244491adc1
chore(tests): Fix SPDX license header on new cypress test
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-12 15:21:38 +02:00
Côme Chilliet
1cfc25d08c
fix(tests): Adapt tests to change of DefaultShareProvider constructor
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-12 15:20:21 +02:00
Côme Chilliet
e23325f047
fix: Remove shares only if there are no more common groups between users
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-12 15:20:21 +02:00
Louis Chemineau
b6e28bbeff
chore(tests): Test limiting sharing to same group
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-12 15:20:10 +02:00
Louis Chemineau
5559beb28c
fix(files_sharing): Delete user shares if needed when user is removed from a group
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-08-12 14:41:19 +02:00
Julien Veyssier
dbab2a825d
fix(taskprocessing): select preferred provider when running sync task, fix task type values according to preferred provider
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-08-12 13:11:41 +02:00
Ferdinand Thiessen
b34edf2224
Merge pull request #46987 from nextcloud/fix/dav-public
...
fix(dav): Ensure share properties are also set on public remote endpoint
2024-08-12 12:06:15 +02:00
Ferdinand Thiessen
4bbcbc5206
feat: Make ISharedStorage public API and reuse where possible
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-12 11:42:10 +02:00
Ferdinand Thiessen
cb1b366baf
fix(dav): Ensure share properties are also set on public remote endpoint
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-12 11:28:03 +02:00
Nextcloud bot
1a7acf061e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-12 00:19:52 +00:00
Nextcloud bot
722a74e0e8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-11 00:19:57 +00:00
Pytal
4a512d408d
Merge pull request #47157 from nextcloud/perf/prevent-extra-requests
...
perf(files): Prevent extraneous requests when tree children are loading
2024-08-10 05:59:44 -07:00
Ferdinand Thiessen
d50b6da868
Merge pull request #47153 from nextcloud/trashbin-fix-folder-extract
...
fix: fix getting the folder node from the dav response
2024-08-10 14:48:14 +02:00
nextcloud-command
34e24b24c3
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-10 14:34:05 +02:00
Robin Appelman
69ea15cc98
fix: fix getting the folder node from the dav response
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-10 14:29:52 +02:00
Nextcloud bot
dbd197cedc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-10 00:20:14 +00:00
Christopher Ng
d0186fe5ca
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-09 15:32:17 -07:00
Christopher Ng
a3ad8daed6
perf(files): Prevent extraneous requests when tree children are loading
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-09 15:32:17 -07:00
Git'Fellow
2156a927a3
fix: lint
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-08-09 22:47:32 +02:00
Git'Fellow
c6be80a75d
fix(jobs): Swicth to executeStatement() while deleting rows
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-08-09 22:38:33 +02:00
Ferdinand Thiessen
90742357ca
Merge pull request #47152 from nextcloud/fix/guest-layout
...
fix(styles): Guest layout should follow the new design
2024-08-09 20:15:57 +02:00
Ferdinand Thiessen
4591c188e6
Merge pull request #47135 from nextcloud/fix/open-tags-in-folder
...
fix(systemtags): Sub folders should be opened in files
2024-08-09 15:50:39 +02:00
Ferdinand Thiessen
124288f534
fix(systemtags): Sub folders should be opened in files
...
Currently this is simply broken and here are two ways:
1. Open subfolders in files view
2. Implement logic to save last request
1 is the way this is now implemented, basically copy-paste from the recent view.
2 is much more complicated because if we get `/2/foo/bar` as the path we need to know the source of `foo`, so we would need at least 2 requests or cache the previous directory. We do not do it like this for any view so lets just stick with 1 for now.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-09 15:33:54 +02:00
Ferdinand Thiessen
2d99539193
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-09 14:45:19 +02:00
Ferdinand Thiessen
874de85d14
fix(styles): Guest layout should follow the new design
...
1. Adjust some places that used the old pill-style design
2. Make indention consistent using tabs
3. Remove duplicates styles for inputs (also included in server.css) that conflic with nextcloud-vue styles
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-09 14:42:50 +02:00
Ferdinand Thiessen
a041833a95
Merge pull request #47147 from nextcloud/fix/trim-new-folder
...
fix(files): trim names on new node creation
2024-08-09 14:39:30 +02:00
skjnldsv
e4e12a35f5
fix(files): trim names on new node creation
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-09 11:58:37 +00:00
John Molakvoæ
81b01c26c5
Merge pull request #47149 from nextcloud/fix/disable-tags-editing
...
fix(files): Disable tags editing for shared files/folders with view only permission
2024-08-09 13:52:30 +02:00
nextcloud-command
de769f086a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-09 11:35:09 +00:00
Konstantin Myakshin
81ee1ce8fc
fix(files): Disable tags editing for shared files/folders with view only permission
...
Signed-off-by: Konstantin Myakshin <molodchick@gmail.com >
2024-08-09 11:42:28 +02:00
Nextcloud bot
dda6dd0bf4
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-09 00:25:27 +00:00
Benjamin Gaussorgues
82d2ec0931
Merge pull request #47100 from nextcloud/release/30.0.0_beta_5
2024-08-08 22:59:05 +02:00
Benjamin Gaussorgues
1b8dbcbf2f
Merge pull request #46456 from nextcloud/fix/check-datadir
2024-08-08 22:58:03 +02:00
Ferdinand Thiessen
0563757ea4
fix(SetupCheck): Properly check public access to data directory
...
When checking for public (web) access to the data directory the status is not enough
as you might have a webserver that forwards to e.g. a login page.
So instead check that the content of the file matches.
For this the `.ncdata` file (renamed from `.ocdata`¹) has minimal text content
to allow checking.
¹The file was renamed from the legacy `.ocdata`, there is a repair step to remove the old one.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 22:08:42 +02:00
Pytal
8c0bece57a
Merge pull request #47122 from nextcloud/feat/limited-depth-tree
...
feat(files): Load limited depth tree
2024-08-08 11:55:15 -07:00
Christopher Ng
36c23b2ee0
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 11:26:51 -07:00
Christopher Ng
44bc57bc57
feat: Load limited depth tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 11:15:52 -07:00
Christopher Ng
cfec6fcb1a
feat(files): Add getter for all view configs
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 10:52:20 -07:00
Christopher Ng
86459aa5da
perf(files): Remove redundant call to get navigation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 10:52:20 -07:00
Christopher Ng
36cf891b7f
feat(files): Update openapi
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 10:52:20 -07:00
Christopher Ng
e9083db768
feat(files): Allow specifying path and depth for returned folder tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-08 10:52:20 -07:00
Andy Scherzinger
b30054abb7
Merge pull request #47140 from nextcloud/fix/app-menu-focus
...
fix: Make focused app menu entry wider to see full name
2024-08-08 18:53:40 +02:00
Ferdinand Thiessen
e5bb27c2d8
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 18:24:39 +02:00
Ferdinand Thiessen
ed16793089
fix: Make focussed app menu entry wider to see full name
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 18:24:35 +02:00
Ferdinand Thiessen
e49c55df12
Merge pull request #47121 from nextcloud/fix/a11y-inline-action
...
fix(systemtags): Make inline tags list fully accessible
2024-08-08 14:05:41 +02:00
Sebastian Krupinski
e21fc6c762
Merge pull request #46624 from nextcloud/fix/issue-43923
...
fix(caldav): test for null and blank value
2024-08-08 07:55:10 -04:00
Ferdinand Thiessen
d21c2933e5
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 13:23:01 +02:00
Ferdinand Thiessen
a8d3046886
test: Added e2e tests for inline system tags file action
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 13:21:25 +02:00
Ferdinand Thiessen
c96274c52a
fix(systemtags): Make inline tags list fully accessible
...
1. The label was wrong it mentioned the first and last tag, so the information was duplicated
2. It only mentioned the first and last but not all other
3. All other tags were only added as `title` which is not accessible
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 13:21:21 +02:00
Andy Scherzinger
2777cf90e3
Merge pull request #47120 from nextcloud/fix/systemtags
...
fix(systemtags): Correctly load tagged files in "tags"-files-view
2024-08-08 10:00:20 +02:00
Git'Fellow
5e5a51a277
Merge pull request #47116 from nextcloud/addColMigNotEx
...
fix(migration): Add column if not exists
2024-08-08 09:53:20 +02:00
Nextcloud bot
5f89477c79
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-08 00:20:57 +00:00
nextcloud-command
60924a6a27
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-07 23:18:05 +00:00
Ferdinand Thiessen
82f7368e10
fix(systemtags): Correctly load tagged files in "tags"-files-view
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-08 01:07:45 +02:00
SebastianKrupinski
19ec5985b5
fix(caldav): test for null and blank value
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-07 18:56:34 -04:00
Andy Scherzinger
749dc7d9ae
Merge pull request #47034 from nextcloud/fix/app-menu-overflow
...
fix: Make app menu overflow entries vertically aligned
2024-08-07 23:04:29 +02:00
nextcloud-command
2ed0509638
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-07 20:48:51 +00:00
Ferdinand Thiessen
7cef884297
fix: Make app menu overflow entries vertically aligned
...
The `name` property expects a `text` and just adds basically a "heading" for the text,
so lets instead just utilize the default slot.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-07 22:32:04 +02:00
Andy Scherzinger
4417f0f328
Merge pull request #47031 from nextcloud/fix/app-menu
...
fix: Ensure app overflow menu is rendered centered
2024-08-07 22:30:00 +02:00
nextcloud-command
de5ae56deb
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-07 19:48:52 +00:00
Ferdinand Thiessen
91f78936c9
fix: Ensure app overflow menu is rendered centered
...
1. Fix app menu overflow button to be centered
2. Ensure the overflow calculation always just removed one element (incl. refactor to use `@vueuse`)
3. Ensure we use 1.5 line height for app menu, otherwise some languages look squashed under the app icon
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-07 21:29:00 +02:00
Andy Scherzinger
609fa7d5db
Merge pull request #47044 from nextcloud/fix/accept-several-mounts-in-encryption
...
fix(encryption): Fix mountpoint check to accept if several are found
2024-08-07 20:58:19 +02:00
Robin Appelman
495f454b6f
Merge pull request #46395 from nextcloud/apcu-default-ttl
...
fix: set default TTL for APCu cache as per docs
2024-08-07 20:16:02 +02:00
Git'Fellow
3803e755af
fix(migration): Add column if not exists
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-08-07 20:09:51 +02:00
Robin Appelman
5490b12feb
chore: add psalm false positive to psalm.xml
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-07 19:41:44 +02:00
Robin Appelman
cae0a8218d
chore: remove Redis::DEFAULT_TTL constant now that it's defined in the interface
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-07 19:41:44 +02:00
Robin Appelman
b19652a2ad
chore: cleanup acpu inc and dec
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-07 19:41:43 +02:00
Robin Appelman
4691d19770
docs: clearify IMemcache::inc and dec behavior
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-07 19:41:43 +02:00
Robin Appelman
cd9cc01b77
fix: set default TTL for APCu cache as per docs
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-07 19:41:41 +02:00
John Molakvoæ
a46e0a7405
Merge pull request #47106 from nextcloud/fix/files-padding
2024-08-07 17:28:10 +02:00
skjnldsv
827c6fdda9
fix(files): file name and header sort buttons alignments
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-07 15:12:32 +00:00
John Molakvoæ
9b511d1b3b
Merge pull request #47102 from nextcloud/fix/files-multiple-propfind
2024-08-07 17:06:20 +02:00
John Molakvoæ
07d302d007
Merge pull request #45841 from Vivida1/add-regex-to-match-Gnome-and-KDE-calendar-user-agents
2024-08-07 16:10:18 +02:00
skjnldsv
b96800ecc5
fix(files_sharing): getShares optional chaining
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-07 16:06:25 +02:00
Sebastian Krupinski
4c4e414036
Merge pull request #46623 from nextcloud/fix/issue-44127
...
fix(caldav): fixed initial sync and double processing
2024-08-07 08:49:34 -04:00
Maxence Lange
3ffcfb1dab
Merge pull request #47069 from nextcloud/fix/noid/display-message-on-no-migration-attributes
...
fix(migration-preview): display a message if no attributes set
2024-08-07 11:48:20 -01:00
skjnldsv
800a1b8f12
chore: update @nextcloud/upload to 1.4.3
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-07 10:54:41 +00:00
skjnldsv
40d9b42c84
fix(files): use files:config:updated to monitor user config change
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-07 10:50:33 +00:00
John Molakvoæ
3da69fca60
Merge pull request #37878 from 2lar/sortingfixbranch
2024-08-07 12:45:56 +02:00
Julius Härtl
6cc0827cef
Merge pull request #46106 from nextcloud/fix/session/log-slow-session-calls
...
fix(session): Log when session_* calls are slow
2024-08-07 12:43:45 +02:00
Andy Scherzinger
0050e1e219
Merge pull request #47071 from nextcloud/fix/no-error-new-file-audit
...
fix(admin_audit): Do not log errors for new files
2024-08-07 11:42:38 +02:00
2lar
6cf1aed93a
fix(files_sharing): tab shares title and creation sort
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-08-07 11:39:54 +02:00
John Molakvoæ
72c2b6b7c7
Merge pull request #46945 from nextcloud/fix/activity-upload-public
2024-08-07 11:29:46 +02:00
Benjamin Gaussorgues
9e241b106a
build(hub): 30.0.0 beta 5
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-08-07 11:23:50 +02:00
Richard Steinmetz
5d577be6cf
Merge pull request #47095 from nextcloud/fix/theming/cache-buster-on-upgrade
...
fix(theming): make cache buster depend on the app version
2024-08-07 10:24:44 +02:00
Julius Härtl
1c0f02eea9
fix(admin_audit): Do not log errors for new files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-07 09:50:30 +02:00
skjnldsv
3cb80626e4
feat(activity): add share link upload notifications
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-07 09:49:38 +02:00
Richard Steinmetz
087f74806d
fix(theming): make cache buster depend on the app version
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-07 09:48:48 +02:00
John Molakvoæ
80fc2a96f2
Merge pull request #44666 from nooblag/occ-user
...
occ: Improve and make consistent `user:lastseen` and `user:info` timestamps
2024-08-07 09:33:24 +02:00
nooblag
5ec3a7fcef
occ: Revert all changes to Info.php
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:09 +02:00
Jore
96638fd6b2
occ: Remove timezone changes.
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:09 +02:00
Jore
a0566f881d
occ: Add locale setting timezone to timestamps.
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:09 +02:00
Jore
e16e16c972
occ: Add check for never logged in for user:info.
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:09 +02:00
Jore
bd81967fa1
occ: Improve timestamps for user:info.
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:09 +02:00
Jore
3e69668c9e
occ: Improve timestamps for user:lastseen.
...
Signed-off-by: Jore <contact@jore.cc >
2024-08-07 09:33:08 +02:00
github-actions[bot]
cb341fc64c
Merge pull request #47090 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-08-07 09:05:35 +02:00
Christoph Wurst
2b38d6ae7e
fix(session): Log when session_* calls are slow
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-08-07 09:02:10 +02:00
nextcloud-command
d2338abe8a
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-08-07 02:29:23 +00:00
Nextcloud bot
fbbc10466b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-07 00:20:09 +00:00
Maxence Lange
6ad6fa6425
fix(migration-preview): display a message if no attributes set
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-08-06 22:23:12 -01:00
Andy Scherzinger
3419edd697
Merge pull request #45193 from bahman026/update-config-sample-file
...
docs: added customclient_fdroid key to the config.sample.php file
2024-08-06 23:45:59 +02:00
Andy Scherzinger
f0260246d9
Merge pull request #45879 from nextcloud/export-certificate-bundle
...
feat: add command to export certificate bundle
2024-08-06 23:37:39 +02:00
Andy Scherzinger
203581efce
Merge pull request #46229 from nextcloud/jtr/fix-smtpdebug-cfg-sample
...
fix(config): Clarify smtp debugging config option usage
2024-08-06 23:33:15 +02:00
Andy Scherzinger
f0b658014a
Merge pull request #47070 from nextcloud/circToTeam
...
fix(share): Rename Circle to Team
2024-08-06 23:25:47 +02:00
Andy Scherzinger
70940d077d
Merge pull request #47083 from nextcloud/fix/group-list-test
...
fix: Fix failing test for group listing
2024-08-06 22:39:47 +02:00
Julius Härtl
e4fa36e231
fix: Fix failing test for group listing
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-06 21:06:44 +02:00
Andy Scherzinger
a455283651
Merge pull request #47061 from nextcloud/fix/avoid-collision-of-webhook-calls
...
fix(webhook_listeners): Avoid collision between two identical calls at the same second
2024-08-06 20:17:15 +02:00
Andy Scherzinger
3c4ee711c1
Merge pull request #40427 from ThibautPlg/master
...
feat: Adding the displayname to the output of occ group:list --info
2024-08-06 20:02:47 +02:00
Thibaut
825347f262
feat(occ)!: Adding the displayName to the output of the occ group:list --info command
...
Signed-off-by: ThibautPlg <17176051+ThibautPlg@users.noreply.github.com >
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-08-06 19:30:59 +02:00
John Molakvoæ
8a5bc4778b
Merge pull request #38364 from joshtrichards/jr-preview-libgd-webp-animation-bypass
2024-08-06 17:56:14 +02:00
John Molakvoæ
4642d82e8b
Merge pull request #47055 from nextcloud/feat/select-install-recommended-apps
2024-08-06 17:55:32 +02:00
John Molakvoæ
bdf00f0870
Merge pull request #47048 from nextcloud/fix/log-link-reference-error
2024-08-06 17:52:57 +02:00
John Molakvoæ
2d8676fa5d
Merge pull request #47065 from nextcloud/fix/group-oc
2024-08-06 17:52:01 +02:00
John Molakvoæ
42650f6773
Merge pull request #46967 from nextcloud/fix/share-not-found
2024-08-06 17:45:44 +02:00
John Molakvoæ
e6457aa9c4
Merge pull request #46985 from nextcloud/feat/email-share-format
2024-08-06 17:40:47 +02:00
Côme Chilliet
2f3dfbb877
Merge pull request #46356 from nextcloud/enh/use-generator-for-group-list
...
feat(occ): Add support for iterable in Base and use it in group:list and user:list
2024-08-06 17:34:04 +02:00
Sanskar Soni
55bb6ee87e
feat(core): add selection for recommended apps
...
Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com >
2024-08-06 17:30:15 +02:00
Sebastian Krupinski
1e2bf36512
Merge pull request #45054 from nextcloud/fix/issue-26668
...
fix(caldav): Add sharee to address list when calendar is shared
2024-08-06 11:09:01 -04:00
skjnldsv
db28aa8cd1
fix(files_sharing): show proper share not found error message
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-06 16:25:10 +02:00
Benjamin Gaussorgues
69f01b1df6
Merge pull request #47028 from nextcloud/release/30.0.0_beta_4
2024-08-06 15:55:02 +02:00
Stephan Orbaugh
199ee80795
Merge pull request #46710 from nextcloud/artonge/fix/use_timestamp_instead_of_revision
...
fix: Use timestamp instead of revision id in files_versions metadata API
2024-08-06 15:00:41 +02:00
Git'Fellow
6002566d92
fix(share): Rename Circle to Team
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-08-06 14:48:07 +02:00
Côme Chilliet
1e2155993d
chore(tests): Adapt tests to the group:list change
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-06 14:43:44 +02:00
SebastianKrupinski
0df30363a4
fix(caldav): Add sharee to address list when calendar is shared
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-06 08:39:24 -04:00
Maxence Lange
b6e3009e12
Merge pull request #47043 from nextcloud/fix/noid/ignore-root-on-inherited-shares
...
fix(inherited-shares): ignore top root folder
2024-08-06 11:08:17 -01:00
Ferdinand Thiessen
4776b6600a
fix: Ensure database connection is setup when getting group details
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-06 13:41:04 +02:00
Stephan Orbaugh
5c54a3caa7
Merge pull request #46974 from nextcloud/fix/noid/add-metadata-to-migrationsteps
...
feat(migrations): add metadata to existing migrations
2024-08-06 13:27:04 +02:00
Côme Chilliet
6b149be316
fix(webhook_listeners): Avoid collision between two identical calls at the same second
...
The job list needs argument to be unique for each registered job, so add
a random string on top of time to make sure the same call can be
registered several times at the same second.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-06 12:38:26 +02:00
Côme Chilliet
bb94da69a6
fix(occ): Fix compatibility with PHP<8.2
...
iterator_to_array cannot take an array parameter prior to 8.2
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-06 12:13:26 +02:00
Côme Chilliet
db16a32ac3
feat(occ): Add support for iterable in Base and use in in group:list and user:list
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-06 12:13:26 +02:00
Andy Scherzinger
7a7f259f3c
Merge pull request #45091 from nextcloud/Jerome-Herbinet-education-bundle
...
Education "bundle"
2024-08-06 11:44:37 +02:00
Jérôme Herbinet
c221090c86
fix: unify bundle naming
...
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-08-06 11:14:07 +02:00
Stephan Orbaugh
eecc9f328b
Merge pull request #46953 from nextcloud/cleanup-old-mount-repair
...
chore: delete repair step for 8y old oc_mounts issue
2024-08-06 09:42:20 +02:00
skjnldsv
879d248c55
fix: emails tests after new design fixes
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-06 09:42:19 +02:00
skjnldsv
28a34e7351
fix(emails): adjust mail button to new design
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-06 09:42:19 +02:00
skjnldsv
60eaef6696
feat(sharebymail): improve share email format
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-06 09:42:19 +02:00
Stephan Orbaugh
f5de5a6d96
Merge pull request #46926 from nextcloud/carddavtest-querybuilder-reuse
...
tests: don't reuse the query builder for multiple tables in CardDavBackendTest
2024-08-06 09:41:56 +02:00
Ferdinand Thiessen
f1cc819c17
Merge pull request #46880 from nextcloud/fix/account-menu
...
fix: Make account menu follow the design (use nextcloud-vue components)
2024-08-06 09:41:04 +02:00
John Molakvoæ
119543e694
Merge pull request #46924 from nextcloud/fix/empty-email
2024-08-06 09:40:16 +02:00
John Molakvoæ
ead047153a
Merge pull request #39217 from shdehnavi/replace_substr_call_in_lib_public
2024-08-06 09:35:11 +02:00
Ferdinand Thiessen
f7dd3c5c82
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-06 09:20:52 +02:00
Ferdinand Thiessen
b2d053589a
fix(user_status): Adjust AccountMenu entry for user status
...
fixup: Adjust to design comments
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-06 09:20:52 +02:00
Ferdinand Thiessen
674805c994
fix(core): Migrate UserMenu / AccountMenu to NcListItem
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-06 09:20:48 +02:00
Hamid Dehnavi
f19f8fd8c0
chore: refactor "substr" calls to improve code readability
...
Signed-off-by: Hamid Dehnavi <hamid.dev.pro@gmail.com >
2024-08-06 08:46:52 +02:00
Nextcloud bot
69814cd4f7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-06 00:20:11 +00:00
Julius Härtl
0678bdcc43
Merge pull request #46534 from nextcloud/fix/direct-flow-v2
...
fix: Add direct parameter to flow auth v2
2024-08-05 22:05:19 +02:00
Julius Härtl
312314a753
fix: Do not log link reference exceptions as error
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-05 22:04:44 +02:00
John Molakvoæ
403891e4ea
Merge pull request #47047 from nextcloud/chore/update-vue
2024-08-05 20:49:38 +02:00
skjnldsv
712965daa1
fix(files_sharing): filter out invalid shareWith in sharee API
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-05 20:36:45 +02:00
Ferdinand Thiessen
c03d66caed
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 17:56:27 +02:00
Ferdinand Thiessen
9786580325
chore: Update @nextcloud/vue to v8.16.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 17:54:42 +02:00
Ferdinand Thiessen
9ef2e142c4
Merge pull request #46931 from nextcloud/connection-builder-additional-params
...
fix: fix passing additional db connection parameters in factory
2024-08-05 17:41:04 +02:00
Côme Chilliet
277c2cf5d1
fix(encryption): Fix mountpoint check to accept if several are found
...
There is no strong requirement to have only one mount for a given
storage id. Also the error in this case would be misleading.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-08-05 17:34:25 +02:00
Maxence Lange
6c4b0dba77
fix(inherited-shares): ignore top root folder
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-08-05 13:40:53 -01:00
Andy Scherzinger
6dc614cb31
Merge pull request #47030 from nextcloud/chore/dashboard
...
chore: Replace dashboard icon with Material Symbols "View Column"
2024-08-05 15:41:43 +02:00
Ferdinand Thiessen
23b5fd563c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:29:47 +02:00
Ferdinand Thiessen
9a447d5752
fix(settings): Repalce dashboard icon in appstore
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:29:46 +02:00
Ferdinand Thiessen
62b85b96e4
chore: Replace dashboard icon with Material Symbols "View Column"
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:29:46 +02:00
Ferdinand Thiessen
c7e0d90988
Merge pull request #46996 from nextcloud/fix/trashbin
...
fix(trashbin): Correctly set original name as displayname
2024-08-05 14:27:48 +02:00
Ferdinand Thiessen
aacf0dc541
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:05:47 +02:00
Ferdinand Thiessen
55d77fec05
perf(files_trashbin): Only trigger one PROPFIND for trashbin view
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:02:57 +02:00
Ferdinand Thiessen
b5cd64e584
fix(files_trashbin): Original name of the deleted files should be set as display name for DAV
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-05 14:02:57 +02:00
Julius Härtl
1aa29441e3
fix: Add direct parameter to flow auth v2
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-05 12:13:52 +02:00
Benjamin Gaussorgues
1a38c47916
build(hub): 30.0.0 beta 4
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-08-05 10:03:26 +02:00
Richard Steinmetz
8511b89579
Merge pull request #42800 from nextcloud/metaGenMemLimit
...
enh(metadata): Introduce a memory limit for metadata generation
2024-08-05 09:06:53 +02:00
Git'Fellow
2ea6713504
fix: Max file size for metadata generation
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
Co-Authored-By: Louis <louis@chmn.me >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-08-05 08:48:15 +02:00
Richard Steinmetz
c283683a08
Merge pull request #46919 from nextcloud/fix/caldav/allow-rooms-resources-principals-listing
...
fix(caldav): allow listing of room and resource principals
2024-08-05 08:08:41 +02:00
Nextcloud bot
05c0895276
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-05 00:20:35 +00:00
Nextcloud bot
0c22976877
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-04 00:19:45 +00:00
Julius Härtl
50e6108e5a
Merge pull request #47015 from nextcloud/fix/open-file
...
fix(files): Correctly handle open file URL query
2024-08-03 21:08:14 +02:00
nextcloud-command
926c095337
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-03 17:17:18 +00:00
Ferdinand Thiessen
4150492ffc
fix(files): When redirecting to a file (internal link) then it should open by default
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-03 13:53:53 +02:00
Ferdinand Thiessen
066bd0a25d
fix(files): openfile is set on the query not as a param
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-03 13:52:12 +02:00
John Molakvoæ
bbdf69a9fb
Merge pull request #47013 from nextcloud/dependabot/npm_and_yarn/marked-13.0.3
2024-08-03 10:31:32 +02:00
dependabot[bot]
b57d8777e7
Merge pull request #46488 from nextcloud/dependabot/npm_and_yarn/webpack-merge-6.0.1
2024-08-03 08:29:51 +00:00
dependabot[bot]
5273d25ea4
build(deps): bump marked from 11.2.0 to 13.0.3
...
Bumps [marked](https://github.com/markedjs/marked ) from 11.2.0 to 13.0.3.
- [Release notes](https://github.com/markedjs/marked/releases )
- [Changelog](https://github.com/markedjs/marked/blob/master/.releaserc.json )
- [Commits](https://github.com/markedjs/marked/compare/v11.2.0...v13.0.3 )
---
updated-dependencies:
- dependency-name: marked
dependency-type: direct:production
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 >
2024-08-03 08:15:45 +00:00
dependabot[bot]
e8e1fc1e55
build(deps-dev): bump webpack-merge from 5.10.0 to 6.0.1
...
Bumps [webpack-merge](https://github.com/survivejs/webpack-merge ) from 5.10.0 to 6.0.1.
- [Changelog](https://github.com/survivejs/webpack-merge/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/survivejs/webpack-merge/compare/v5.10.0...v6.0.1 )
---
updated-dependencies:
- dependency-name: webpack-merge
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 08:05:16 +00:00
John Molakvoæ
02799e28ea
Merge pull request #47012 from nextcloud/dependabot/npm_and_yarn/nextcloud/paths-2.2.1
...
build(deps): bump @nextcloud/paths from 2.2.0 to 2.2.1
2024-08-03 10:03:23 +02:00
skjnldsv
3c869a0c3a
fix: jest transform private methods
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-03 09:44:12 +02:00
dependabot[bot]
b6e1c9531d
build(deps): bump @nextcloud/paths from 2.2.0 to 2.2.1
...
Bumps [@nextcloud/paths](https://github.com/nextcloud-libraries/nextcloud-paths ) from 2.2.0 to 2.2.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-paths/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-paths/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-paths/compare/v2.2.0...v2.2.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/paths"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 09:01:21 +02:00
John Molakvoæ
00e96c4be1
Merge pull request #47010 from nextcloud/dependabot/npm_and_yarn/typescript-5.5.4
2024-08-03 08:58:59 +02:00
John Molakvoæ
a467b5f9a3
Merge pull request #47011 from nextcloud/dependabot/npm_and_yarn/cypress-if-1.12.5
2024-08-03 08:37:30 +02:00
dependabot[bot]
9e013a75c1
build(deps-dev): bump cypress-if from 1.12.4 to 1.12.5
...
Bumps [cypress-if](https://github.com/bahmutov/cypress-if ) from 1.12.4 to 1.12.5.
- [Release notes](https://github.com/bahmutov/cypress-if/releases )
- [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.4...v1.12.5 )
---
updated-dependencies:
- dependency-name: cypress-if
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 06:37:10 +00:00
John Molakvoæ
f23d35db92
Merge pull request #47005 from nextcloud/dependabot/npm_and_yarn/jquery-ui-1.13.3
2024-08-03 08:32:15 +02:00
John Molakvoæ
3eec76c9d2
Merge pull request #47008 from nextcloud/dependabot/npm_and_yarn/webdav-5.7.0
2024-08-03 08:28:14 +02:00
dependabot[bot]
8b23eee4c1
build(deps): bump jquery-ui from 1.13.2 to 1.13.3
...
Bumps [jquery-ui](https://github.com/jquery/jquery-ui ) from 1.13.2 to 1.13.3.
- [Release notes](https://github.com/jquery/jquery-ui/releases )
- [Commits](https://github.com/jquery/jquery-ui/compare/1.13.2...1.13.3 )
---
updated-dependencies:
- dependency-name: jquery-ui
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 >
2024-08-03 06:19:24 +00:00
dependabot[bot]
91b4ced220
build(deps): bump webdav from 5.6.0 to 5.7.0
...
Bumps [webdav](https://github.com/perry-mitchell/webdav-client ) from 5.6.0 to 5.7.0.
- [Changelog](https://github.com/perry-mitchell/webdav-client/blob/master/CHANGELOG.md )
- [Commits](https://github.com/perry-mitchell/webdav-client/compare/v5.6.0...v5.7.0 )
---
updated-dependencies:
- dependency-name: webdav
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 >
2024-08-03 06:10:56 +00:00
github-actions[bot]
8b343f2b24
Merge pull request #46975 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-08-03 03:19:40 +00:00
nextcloud-command
1cc0e753fa
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-08-03 02:31:40 +00:00
dependabot[bot]
46806439dd
build(deps-dev): bump typescript from 5.5.3 to 5.5.4
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.5.3 to 5.5.4.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.5.3...v5.5.4 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-08-03 01:30:57 +00:00
Nextcloud bot
86bcafd366
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-03 00:19:49 +00:00
Daniel
f4ab426817
Merge pull request #46890 from nextcloud/fix/issue-46883-2
...
fix: Update documentation for Mail Provider Send
2024-08-02 22:25:59 +02:00
Maxence Lange
726b7a6995
fix(metadata): revert wrongly renamed column
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-08-02 18:37:37 -01:00
Maxence Lange
5e1196095c
feat(migrations): add metadata to existing migrations
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-08-02 18:26:12 -01:00
Robin Appelman
8f70441f84
Merge pull request #46886 from nextcloud/fix-getmountsforfileid-array
...
fix: ensure array returned from getMountsForFileId is continious
2024-08-02 20:28:47 +02:00
John Molakvoæ
b1a1da10cd
Merge pull request #46989 from nextcloud/fix/receiving-share
...
fix(files): show folder sharing overlay on received shares
2024-08-02 19:41:35 +02:00
skjnldsv
760c37b52e
fix(files): show folder sharing overlay on received shares
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-02 16:52:12 +00:00
Robin Appelman
eb4fb994cf
fix: ensure array returned from getMountsForFileId is continious
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-02 17:22:33 +02:00
Robin Appelman
9af6184af6
chore: delete repair step for 8y old oc_mounts issue
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-02 17:21:54 +02:00
Robin Appelman
192d1769e0
test: don't reuse the query builder for multiple tables in CardDavBackendTest
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-02 17:21:47 +02:00
Joas Schilling
08ec209aee
Merge pull request #46986 from nextcloud/bugfix/noid/align-2fa-icons
...
fix(2fa): Vertical align the 2FA icons with the name
2024-08-02 17:04:21 +02:00
nextcloud-command
7d6f5e2e0b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-02 14:44:00 +00:00
Joas Schilling
19c55d29da
fix(2fa): Vertical align the 2FA icons with the name
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-08-02 15:32:42 +02:00
Ferdinand Thiessen
1a51afd032
Merge pull request #45487 from nextcloud/fix/reset-notification-email
...
fix: Reset notification email when deleting additonal email
2024-08-02 15:11:01 +02:00
SebastianKrupinski
50a2353e30
fix: Update documentation for Mail Provider Send
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-02 08:23:31 -04:00
Christopher Ng
427c27ac68
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-02 12:42:07 +02:00
Christopher Ng
7f51a02076
fix: Reset notification email automatically when deleting additonal email
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-02 12:35:22 +02:00
John Molakvoæ
669e4e713d
Merge pull request #46958 from nextcloud/fix-6153-Space-in-new-file-name-picker-with-create-from-template-dialog
2024-08-02 09:29:56 +02:00
julia.kirschenheuter
ff6ba29475
fix(files): Minimize min-height of dialog form
...
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-02 07:10:00 +00:00
John Molakvoæ
aabd6ef8be
Merge pull request #46963 from nextcloud/fix/move-copy-error
2024-08-02 02:20:45 +02:00
Nextcloud bot
94ee03d1cc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-08-02 00:19:37 +00:00
Marco
d58fc0f645
Merge pull request #46923 from nextcloud/feat/update-border-radius-variables
...
Feat: update border radius variables
2024-08-02 00:26:24 +02:00
Joas Schilling
251e686563
Merge pull request #46956 from nextcloud/fix/noid/ldap-cleanup-deps
...
fix(LDAP): remove unneeded dependencies
2024-08-01 23:09:37 +02:00
Ferdinand Thiessen
ff795ee527
fix(files): cancel move-copy action should not be handled as an error
...
Instead we should just show an information message why the file is not moved / copied.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-01 21:04:22 +00:00
Julius Härtl
06b149cac8
Merge pull request #46591 from nextcloud/fix/subtitle-on-search-for-share
...
fix(files_sharing): add missing subtitle on search for share recipients
2024-08-01 22:29:47 +02:00
Marco Ambrosini
e10f0dc38b
feat(theming): Update value of body container radius
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
2024-08-01 21:41:21 +02:00
Marco Ambrosini
92e27a24f8
Feat: update border radius variables
...
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
2024-08-01 21:36:18 +02:00
Luka Trovic
a371101690
fix(files_sharing): add missing subtitle on search for share recipients
...
Signed-off-by: Luka Trovic <luka@nextcloud.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-01 19:24:27 +00:00
Arthur Schiwon
1d147ac274
Merge pull request #46946 from nextcloud/release/30.0.0_beta_3
...
30.0.0 beta 3
2024-08-01 20:53:34 +02:00
Arthur Schiwon
caea6cc01c
build(assets): compile js
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-01 20:52:32 +02:00
Arthur Schiwon
ff5939acfd
build(hub): 30.0.0 beta 3
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-01 20:51:16 +02:00
Arthur Schiwon
ef7d83044a
Merge pull request #46596 from nextcloud/feat/folder-tree
...
feat: Navigate via folder tree
2024-08-01 20:47:59 +02:00
Arthur Schiwon
0447aa4e62
fix(LDAP): remove unneeded dependencies
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-08-01 20:13:11 +02:00
Git'Fellow
4488714148
Merge pull request #46353 from nextcloud/skipOPcacheCLI
...
fix(setupchecks): Skip checking for OPcache settings if running checks from CLI
2024-08-01 20:02:25 +02:00
SebastianKrupinski
a56d0dbf4b
fix(caldav): fixed initial sync and double processing
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-08-01 13:20:47 -04:00
Christopher Ng
7f6d6d9896
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:22:01 -07:00
Christopher Ng
012e2687ab
feat(files): Update openapi spec
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:56 -07:00
Christopher Ng
8f27cd6d5d
test(files): Fix ApiController test
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:56 -07:00
Christopher Ng
0def7fa71c
feat(files): Allow toggling folder tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:56 -07:00
Christopher Ng
5812a3422f
fix(files): Fix root crumb not marking navigation entry as active
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:56 -07:00
Christopher Ng
3fabc4f733
feat: Navigate via folder tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:56 -07:00
Christopher Ng
855a45650e
feat(files): Support setting view config for complex ids
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:17:36 -07:00
Christopher Ng
aa4d82d428
feat(files): Implement endpoint to retrieve a user's folder tree
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:14:44 -07:00
Christopher Ng
8bbd326143
feat: Allow passing additional encode flags for json response
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:14:44 -07:00
Christopher Ng
b859260423
feat: Increase max depth of encoded json
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:14:44 -07:00
Christopher Ng
572361f498
fix(files): Fix incorrect keys by reindexing
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-08-01 09:14:44 -07:00
Andy Scherzinger
f645c9bd74
Merge pull request #46287 from nextcloud/fix/noid/missing-parentheses
...
fix(userstatus): add missing parenthesis
2024-08-01 18:13:43 +02:00
Stephan Orbaugh
5faa903363
Merge pull request #46881 from nextcloud/try-non-recursive-source
...
fix: try to find non-recursive share source
2024-08-01 16:55:59 +02:00
Richard Steinmetz
abd7514c5e
Merge pull request #46864 from nextcloud/fix/dont-persist-blurhash-preview-2
...
fix: don't persist previews used during blurhash generation - take 2
2024-08-01 16:17:10 +02:00
Anna Larch
3776eb4e01
fix(userstatus): add missing parenthesis
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-08-01 15:53:33 +02:00
Kate
13921cab98
Merge pull request #46807 from nextcloud/refactor/files/security-attributes
2024-08-01 15:40:40 +02:00
John Molakvoæ
60b9bb40f5
Merge pull request #46550 from nextcloud/fix/missing-RemoteException-class
2024-08-01 15:37:36 +02:00
Andy Scherzinger
39272bf458
Merge pull request #46918 from nextcloud/fix/recent-view
...
fix(files): Correctly create Nodes from WebDAV result in "recent"-view
2024-08-01 15:12:16 +02:00
Ferdinand Thiessen
6aaea2a261
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 14:17:48 +02:00
Ferdinand Thiessen
c8a5758ccd
test: Add test for recent view
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 14:17:48 +02:00
Ferdinand Thiessen
270ec122e0
fix(files): Correctly create Nodes from WebDAV result in "recent"-view
...
The recent search works on a different remote URL so the source of the files were wrong,
because the remote url was included twice in the source.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 14:17:48 +02:00
Andy Scherzinger
014fcb0131
Merge pull request #45950 from nextcloud/chore/remove-depreacted-search
...
chore: Remove deprecated legacy search backend
2024-08-01 13:56:09 +02:00
Andy Scherzinger
1ddf8d8095
Merge pull request #40163 from nextcloud/enhanc/audit-tag-creator
...
Audit the tag creator
2024-08-01 13:38:49 +02:00
Anupam Kumar
4925cf37e9
Merge pull request #46943 from nextcloud/fix/ghost-providers
...
fix(AdminSettings/AI): show pref list of only the enabled translation providers
2024-08-01 16:25:30 +05:30
Julius Härtl
a6d421e767
chore: Remove deprecated legacy search backend
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-08-01 12:33:18 +02:00
John Molakvoæ
d8d5946952
Merge pull request #46928 from nextcloud/fix/files-pending-size
2024-08-01 12:32:53 +02:00
John Molakvoæ
b950047c32
Merge pull request #46942 from nextcloud/fix/activity-sections
2024-08-01 12:01:31 +02:00
skjnldsv
57ab6e1180
fix(files): empty folder pending size
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-01 09:29:20 +00:00
greta
d590373ae7
feat(admin_audit): Audit the tag creation
...
Co-authored-by: greta <gretadoci@gmail.com >
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: greta <gretadoci@gmail.com >
2024-08-01 11:29:14 +02:00
John Molakvoæ
29661b045c
Merge pull request #46930 from nextcloud/fix/app-menu-not-dot-pos
2024-08-01 11:03:44 +02:00
skjnldsv
80231e60aa
fix(activity): regroup Files and spltit sharing activity
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-08-01 11:03:24 +02:00
skjnldsv
3ca6eb5098
fix(core): app menu notification should be in the top right
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-08-01 08:19:17 +00:00
Robin Appelman
9a06931175
feat: add command to export certificate bundle
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-08-01 10:06:50 +02:00
Anupam Kumar
cf4326539e
fix(AdminSettings/AI): show pref list of only the enabled translation providers
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-08-01 13:36:37 +05:30
Kate
c52b7e5ebc
Merge pull request #46804 from nextcloud/refactor/encryption/security-attributes
2024-08-01 09:56:19 +02:00
Kate
553224b0a2
Merge pull request #46810 from nextcloud/refactor/files_sharing/security-attributes
2024-08-01 09:55:55 +02:00
Andy Scherzinger
5bfe8dfbb0
Merge pull request #46873 from nextcloud/chore/hide-initial-state-into-container
...
chore(core): wrap initial state into hidden container
2024-08-01 09:50:12 +02:00
Maksim Sukharev
c93bd561d1
Merge pull request #46925 from nextcloud/feat/add-small-font-size-variable
...
Add small font size variable
2024-08-01 09:20:31 +02:00
Marcel Klehr
c4227ef448
Merge pull request #46912 from nextcloud/fix/taskprocessing-speech-to-text-legacy
...
More fixes for task processing
2024-08-01 09:04:15 +02:00
Marcel Klehr
5d98b647d6
Merge pull request #46872 from nextcloud/fix/taskprocessing/dont-break-with-provider-errors
...
fix(TaskProcessing): Don't break if provider methods throw
2024-08-01 09:02:26 +02:00
Marco
7221019151
Merge branch 'master' into feat/add-small-font-size-variable
2024-08-01 08:35:08 +02:00
John Molakvoæ
75f80cbdcb
Merge pull request #46936 from nextcloud/dependabot/github_actions/github-actions-7693f3e7a3
2024-08-01 07:47:32 +02:00
Ferdinand Thiessen
20adbd1480
Merge pull request #46083 from nextcloud/refactor/files-logger
...
refactor(files): Migrate logger to Typescript
2024-08-01 07:30:36 +02:00
Ferdinand Thiessen
cffe37e2d5
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 07:15:19 +02:00
Ferdinand Thiessen
1b9d6194f3
refactor(files): Resort imports and fix doc comment
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 07:14:04 +02:00
github-actions[bot]
bea2fb61ac
Merge pull request #46901 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-08-01 02:54:58 +00:00
nextcloud-command
2d8f0b0559
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-08-01 02:31:50 +00:00
Ferdinand Thiessen
172c43351e
refactor(files): Migrate logger util to Typescript
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 03:20:56 +02:00
Ferdinand Thiessen
356860c06d
Merge pull request #46768 from nextcloud/fix/files-actions
...
fix(files): Provide default file action for file entry name (on click action)
2024-08-01 02:11:41 +02:00
Ferdinand Thiessen
948a64e22c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 01:56:27 +02:00
Ferdinand Thiessen
7ec1a7888e
fix(files): Add missing directory variable to error message
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 01:54:47 +02:00
Ferdinand Thiessen
a39f13e94e
fix(files): Provide file actions from list entry to make it reactive
...
This fixes non reactive default action text of the name component.
Also use download action as default action so that only one place
is needed to define how to download a file.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-08-01 01:54:42 +02:00
John Molakvoæ
bfde05340a
Merge pull request #46921 from nextcloud/fix/system-tags-displayname
...
fix(systemtags): Correctly set the display name for the Nextcloud node
2024-08-01 01:31:43 +02:00
dependabot[bot]
6edca57df4
build(deps): bump the github-actions group with 6 updates
...
Bumps the github-actions group with 6 updates:
| Package | From | To |
| --- | --- | --- |
| [shivammathur/setup-php](https://github.com/shivammathur/setup-php ) | `2.31.0` | `2.31.1` |
| [actions/setup-node](https://github.com/actions/setup-node ) | `4.0.2` | `4.0.3` |
| [cypress-io/github-action](https://github.com/cypress-io/github-action ) | `6.7.1` | `6.7.2` |
| [actions/upload-artifact](https://github.com/actions/upload-artifact ) | `4.3.3` | `4.3.4` |
| [codecov/codecov-action](https://github.com/codecov/codecov-action ) | `4.1.1` | `4.5.0` |
| [mdecoleman/pr-branch-name](https://github.com/mdecoleman/pr-branch-name ) | `2.0.0` | `3.0.0` |
Updates `shivammathur/setup-php` from 2.31.0 to 2.31.1
- [Release notes](https://github.com/shivammathur/setup-php/releases )
- [Commits](https://github.com/shivammathur/setup-php/compare/2e947f1f6932d141d076ca441d0e1e881775e95b...c541c155eee45413f5b09a52248675b1a2575231 )
Updates `actions/setup-node` from 4.0.2 to 4.0.3
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/60edb5dd545a775178f52524783378180af0d1f8...1e60f620b9541d16bece96c5465dc8ee9832be0b )
Updates `cypress-io/github-action` from 6.7.1 to 6.7.2
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/8d3918616d8ac34caa2b49afc8b408b6a872a6f5...df7484c5ba85def7eef30db301afa688187bc378 )
Updates `actions/upload-artifact` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/actions/upload-artifact/releases )
- [Commits](https://github.com/actions/upload-artifact/compare/65462800fd760344b1a7b4382951275a0abb4808...0b2256b8c012f0828dc542b3febcab082c67f72b )
Updates `codecov/codecov-action` from 4.1.1 to 4.5.0
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Commits](https://github.com/codecov/codecov-action/compare/v4.1.1...v4.5.0 )
Updates `mdecoleman/pr-branch-name` from 2.0.0 to 3.0.0
- [Release notes](https://github.com/mdecoleman/pr-branch-name/releases )
- [Commits](https://github.com/mdecoleman/pr-branch-name/compare/bab4c71506bcd299fb350af63bb8e53f2940a599...55795d86b4566d300d237883103f052125cc7508 )
---
updated-dependencies:
- dependency-name: shivammathur/setup-php
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: actions/upload-artifact
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: codecov/codecov-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: mdecoleman/pr-branch-name
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-31 22:54:25 +00:00
John Molakvoæ
a5770a51ce
Merge pull request #46917 from nextcloud/fix/add-missing-empty-content
...
fix(files): Add missing `emptyView` handling
2024-07-31 22:26:27 +02:00
Ferdinand Thiessen
835d357c85
fix(systemtags): Correctly set the display name for the Nextcloud node
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-31 20:10:23 +00:00
Ferdinand Thiessen
f570507156
fix(files): Add missing emptyView handling
...
The interface provides this option but it was never implemented.
This feature of being able to render a custom empty view message is needed
for public file drops to properly show the terms of service.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-31 20:07:57 +00:00
Ferdinand Thiessen
c8c84e6617
Merge pull request #46913 from nextcloud/fix/menu-order
...
fix: template folder and file request menu order
2024-07-31 21:52:51 +02:00
John Molakvoæ
0b3fa42dfe
Merge pull request #46927 from nextcloud/fix/edit-locally-ppublic
...
fix(files): do not show legacy `edit locally` action on public pages
2024-07-31 20:48:26 +02:00
skjnldsv
e2d49f49a9
fix(files): fix template folder and file request menu order
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-31 18:44:50 +00:00
skjnldsv
528134b46b
chore(files_sharing): use spawnDialog for new file request handler
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-31 18:42:39 +00:00
Marco Ambrosini
9855485b0d
feat: add small font size variable
...
This is needed to create a bit more hyerarchy between more important
and less important text. For example for the talk conversation
description in the header or in NcListItem's "subname"
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
2024-07-31 20:01:41 +02:00
Robin Appelman
5654799cb4
fix: fix passing additional db connection parameters in factory
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-31 18:53:42 +02:00
John Molakvoæ
8b238a2d76
Merge pull request #46916 from nextcloud/fix/appmenu-label-pos
2024-07-31 18:08:04 +02:00
skjnldsv
790d925024
fix(files): do not show legacy edit locally action on public pages
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-31 17:40:11 +02:00
skjnldsv
b92e0c7c6b
fix(core): do not show unread notification on app menu hover
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-31 15:30:05 +00:00
skjnldsv
937bb4a539
fix(core): app menu label position and animation
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-31 15:26:07 +00:00
Marco
b17508adf5
Merge pull request #46876 from nextcloud/feat/update-line-height
...
Update line height
2024-07-31 17:20:27 +02:00
Josh
019c4fe958
Merge pull request #46915 from nextcloud/fix/config-php-sample-imaginary
...
fix: don't break doc builds / fix imaginary config sample formatting
2024-07-31 10:46:35 -04:00
Ferdinand Thiessen
4ecd592227
Merge pull request #46892 from nextcloud/fix/add-note-to-recipient
...
fix(files_sharing): Add missing "note to recipient"
2024-07-31 16:12:56 +02:00
Richard Steinmetz
74eeff7fbb
fix(caldav): allow listing of room and resource principals
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-31 15:47:02 +02:00
Ferdinand Thiessen
1ce365a72c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 15:10:51 +02:00
Ferdinand Thiessen
5b8786d02a
test(files_sharing): Add test for "note to recipient" feature
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 15:05:15 +02:00
Ferdinand Thiessen
5b400c1be7
fix(files_sharing): Ensure "note to recipient" textarea is shown if there is a note
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 15:05:15 +02:00
Ferdinand Thiessen
d6518196cc
fix(files_sharing): Add missing "note to recipient"
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 15:05:15 +02:00
Marco
e3fa5fe136
Merge branch 'master' into feat/update-line-height
2024-07-31 15:02:13 +02:00
Josh
de9c4716f9
fix: don't break doc builds / fix imaginary config sample formatting
...
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-07-31 08:56:35 -04:00
Marco Ambrosini
e537728dd1
Feat: update line height
...
Since we have different font sizes, we should make the line height
dependent on the font size and not a fixed value. The recommended
value for accessibility is 1.5.
https://www.w3.org/WAI/WCAG21/Understanding/text-spacing.html
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
2024-07-31 14:36:23 +02:00
Marcel Klehr
5e4200853f
fix(TaskProcessing): Legacy Speech To Text support needs UserId
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-31 12:43:05 +02:00
Ferdinand Thiessen
6a0edef4da
Merge pull request #46897 from nextcloud/fix/missing-template
...
revert: chore(files): cleanup old templates
2024-07-31 12:22:27 +02:00
F. E Noel Nfebe
0e2ef428a0
Merge pull request #46452 from nextcloud/feat/46438/provide-feedback-edit-locally
...
feat(editLocallyAction): Handle possible no local client scenario
2024-07-31 11:09:24 +01:00
nextcloud-command
3d14959ce2
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-31 09:48:07 +00:00
fenn-cs
efcf98d923
fix: Adjust tests for editLocallyAction
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-31 10:28:05 +01:00
fenn-cs
267ae6f97c
feat(editLocallyAction): Handle possible no local client scenario
...
Resolves: https://github.com/nextcloud/server/issues/46438
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-31 10:25:26 +01:00
Andy Scherzinger
2d299d9da7
Merge pull request #46896 from nextcloud/fix/files-actions-contaniner
...
fix(files): Set container for file list actions
2024-07-31 11:11:41 +02:00
Christoph Wurst
f4eff7442c
Merge pull request #45306 from nextcloud/perf/systemtags-object-mapping-objectid-index
...
perf(systemtags): Add index for systemtags_object_mappings.objectid
2024-07-31 11:08:07 +02:00
Ferdinand Thiessen
8241af0414
revert: chore(files): cleanup old templates
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 10:58:00 +02:00
Ferdinand Thiessen
1bedc2cb81
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 10:48:16 +02:00
Kate
e7eea9791c
Merge pull request #46747 from nextcloud/refactor/dav/security-attributes
2024-07-31 10:46:32 +02:00
Ferdinand Thiessen
6bd886ef6e
fix(files): Set container for file list actions
...
This is needed to ensure the actions are rendered below dialogs which will have the body as the container.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-31 10:42:54 +02:00
John Molakvoæ
fcc63cad7f
Merge pull request #46903 from nextcloud/feat/module-webpack-dev
2024-07-31 09:43:04 +02:00
Andy Scherzinger
e0844a36ad
Merge pull request #42746 from j-carl/nextcloud-server/update-irc-url
...
Update IRC URL
2024-07-31 09:00:14 +02:00
Andy Scherzinger
694eac28c2
docs: Update CONTRIBUTING.md
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-31 08:59:50 +02:00
Jens Carl
d23e5195a0
Update IRC URL
...
Signed-off-by: Jens Carl <j.carl43@gmx.de >
2024-07-31 08:57:41 +02:00
skjnldsv
a04c9e6fd8
fix(build): do not run SPDX Plugin in dev mode
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-31 08:57:18 +02:00
John Molakvoæ
8ff8d9ca19
Merge pull request #46893 from nextcloud/fix/cypress-local
2024-07-31 08:34:51 +02:00
John Molakvoæ
45073f9448
Merge pull request #46895 from nextcloud/fix/template-filler
2024-07-31 08:24:58 +02:00
Nextcloud bot
4b4af0b6b8
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-31 00:20:17 +00:00
Joas Schilling
3a9e154d38
Merge pull request #46894 from nextcloud/bugfix/noid/improve-explanation-of-timestamp
...
fix(trashbin): Improve documentation of since/until timestamps of res…
2024-07-31 00:18:50 +02:00
Elizabeth Danzberger
e8c1e65ba8
fix: Commit assets
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-30 16:05:54 -04:00
Kate
1df2f7ee0e
Merge pull request #46822 from nextcloud/refactor/user_ldap/security-attributes
2024-07-30 22:01:20 +02:00
Kate
d539717d33
Merge pull request #46824 from nextcloud/refactor/weather_status/security-attributes
2024-07-30 22:00:48 +02:00
Elizabeth Danzberger
423730963d
fix: Go back to template picker if template filler closed
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-30 15:30:36 -04:00
Elizabeth Danzberger
6c3a4a9f20
fix: Template filler shows only if template has fields
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-30 15:18:09 -04:00
Joas Schilling
bfd96b070b
fix(trashbin): Improve documentation of since/until timestamps of restore trashbin
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-30 20:33:56 +02:00
F. E Noel Nfebe
17ff269036
Merge pull request #46830 from nextcloud/chore/42501/enhance-automcompletion-setting-text
...
chore(ShareSettings): Proper wording for share autocompletion settings
2024-07-30 19:19:40 +01:00
Ferdinand Thiessen
0153124f98
chore: Fix cypress docker integration when testing locally
...
The tar library was updated but not the syntax adjusted.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 20:12:28 +02:00
nextcloud-command
4ee3701333
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-30 18:03:35 +00:00
fenn-cs
ca8fc8d2d5
chore(ShareSettings): Proper wording for share autocompletion settings
...
The existing is incorrect and can be misleading as seen in : https://github.com/nextcloud/server/issues/42501
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-30 18:56:50 +01:00
Joas Schilling
cef675358b
Merge pull request #46099 from nextcloud/fix/properly-add-accept-share-interface
...
fix: Add `acceptShare` as an interface
2024-07-30 18:35:16 +02:00
Kate
b5bc4f31cf
Merge pull request #46744 from nextcloud/refactor/cloud_federation_api/security-attributes
2024-07-30 17:55:46 +02:00
Josh
49a63761cc
feat: enable bruteforcesettings app by default
...
Brute force protection is automatically enabled. The settings app for it should be enabled by default too. Already shipped and it can still be disabled if desired.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-07-30 11:18:58 -04:00
Côme Chilliet
30a2e8f9b8
fix(files_versions): Catch constraint error on version insertion
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-30 17:09:10 +02:00
Arthur Schiwon
3133abac16
Merge pull request #46870 from nextcloud/release/30.0.0_beta_2
...
30.0.0 beta 2
2024-07-30 16:55:38 +02:00
Arthur Schiwon
bb13b5fe08
build(assets): compile js
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-30 16:46:15 +02:00
Arthur Schiwon
a2151a690a
build(hub): 30.0.0 beta 2
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-30 16:44:46 +02:00
Arthur Schiwon
412661affe
Merge pull request #46857 from nextcloud/fix/file-list-filter
...
fix(files_sharing): Adjust design of account filter for file list
2024-07-30 16:44:12 +02:00
Arthur Schiwon
6711d65e41
build(assets): compile js
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-30 16:43:41 +02:00
Ferdinand Thiessen
aab8ab424d
chore: Update @nextcloud/vue to 8.15.1
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 16:40:14 +02:00
Ferdinand Thiessen
77cffcb049
fix(files_sharing): Make account file filter consistent have design
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 16:40:14 +02:00
Arthur Schiwon
8b4340a126
Merge pull request #46867 from nextcloud/fix/files-settings
...
fix(files): Bring back files personal settings
2024-07-30 16:31:29 +02:00
Joas Schilling
3be0f3f0e3
Merge pull request #46877 from nextcloud/bugfix/noid/fix-ci-summary-condition
...
ci: Fix summary condition
2024-07-30 15:58:59 +02:00
Stephan Orbaugh
18c0bcb2da
Merge pull request #46476 from nextcloud/enh/noid/migration-attributes
...
Migration Attributes
2024-07-30 15:54:56 +02:00
Robin Appelman
7343da4a9c
fix: try to find non-recursive share source
...
instead of always picking the first one, try to find one that won't blow up
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-30 15:32:07 +02:00
Ferdinand Thiessen
3d136e4466
fix: Add acceptShare as an interface
...
It was commented out because at that time no other share provider
supported the `acceptShare` method. Today it is the same no other provider
supports it, but we should make it discoverable by adding it to the public API
as an additional interface.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 15:25:51 +02:00
Joas Schilling
0705b6af4a
Merge pull request #46871 from nextcloud/bugfix/noid/update-3rdparty-commit-hash
...
fix: Update 3rdparty commit hash to latest (only actions changed)
2024-07-30 15:06:15 +02:00
Joas Schilling
8760c8ea43
Merge pull request #45277 from nextcloud/techdebt/noid/log-condition-v2
...
feat(log): Allow to combine log.conditions to only log (app&user)
2024-07-30 15:05:58 +02:00
Joas Schilling
fa3f4e9d2c
ci: Fix summary condition
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-30 14:37:15 +02:00
Marcel Klehr
1205379f5a
fix(TaskProcessing): Don't break if provider methods throw
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-30 13:25:39 +02:00
Grigorii K. Shartsev
885ec73603
chore(core): wrap initial state into hidden container
...
Signed-off-by: Grigorii K. Shartsev <me@shgk.me >
2024-07-30 13:24:38 +02:00
Joas Schilling
3a410d8811
fix: Update 3rdparty commit hash to latest (only actions changed)
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-30 13:20:11 +02:00
Joas Schilling
710a69b4b5
feat(log): Allow to combine log.conditions to only log (app&user)
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-30 13:18:09 +02:00
Ferdinand Thiessen
68eef0672c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 13:14:29 +02:00
Christoph Wurst
9f23b43e8b
perf(systemtags): Add index for systemtags_object_mappings.objectid
...
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-07-30 13:13:48 +02:00
Ferdinand Thiessen
85bded5671
fix(files): Bring back files personal settings
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-30 13:11:08 +02:00
Ferdinand Thiessen
21f558b12b
Merge pull request #46379 from nextcloud/fix/folder-search-owner
...
fix: `OCP\Files\Node\Folder::search` was not setting the owner
2024-07-30 13:04:15 +02:00
skjnldsv
0e88e066e0
fix(dav): drop unwanted RemoteException class
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-30 12:12:32 +02:00
John Molakvoæ
b9f35a7315
Merge pull request #46770 from nextcloud/feat/navigation-files-request
2024-07-30 12:08:21 +02:00
skjnldsv
6427ae104c
fix(files_sharing): always show file request creation option
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-30 09:52:48 +00:00
skjnldsv
197c35598c
chore(files_sharing): refactor Share model to ts
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-30 09:50:46 +00:00
skjnldsv
850cb082a9
feat(files_sharing): show file requests in navigation
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-30 09:50:46 +00:00
John Molakvoæ
68864ab394
Merge pull request #46865 from nextcloud/fix/46635/breadcrumbs-shrink
2024-07-30 11:49:16 +02:00
Kate
450c085e8b
Merge pull request #46825 from nextcloud/refactor/workflowengine/security-attributes
2024-07-30 11:40:41 +02:00
Kate
c7315a0e83
Merge pull request #46746 from nextcloud/refactor/dashboard/security-attributes
2024-07-30 11:39:40 +02:00
nextcloud-command
424b418233
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-30 08:55:18 +00:00
Raimund Schlüßler
6be686dc46
fix(files): correctly shrink breadcrumbs bar
...
Signed-off-by: Raimund Schlüßler <raimund.schluessler@mailbox.org >
2024-07-30 10:26:02 +02:00
Richard Steinmetz
08c785ff46
fix: don't persist previews used during blurhash generation
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-30 09:09:26 +02:00
Git'Fellow
6680dd4182
Merge pull request #46849 from nextcloud/fix-recursive-share-check
...
fix: fix recursive share check
2024-07-30 08:59:58 +02:00
dependabot[bot]
c882d78f58
Merge pull request #46858 from nextcloud/dependabot/npm_and_yarn/fast-xml-parser-4.4.1
2024-07-30 06:06:33 +00:00
dependabot[bot]
981b65352b
build(deps): bump fast-xml-parser from 4.4.0 to 4.4.1
...
Bumps [fast-xml-parser](https://github.com/NaturalIntelligence/fast-xml-parser ) from 4.4.0 to 4.4.1.
- [Release notes](https://github.com/NaturalIntelligence/fast-xml-parser/releases )
- [Changelog](https://github.com/NaturalIntelligence/fast-xml-parser/blob/master/CHANGELOG.md )
- [Commits](https://github.com/NaturalIntelligence/fast-xml-parser/compare/v4.4.0...v4.4.1 )
---
updated-dependencies:
- dependency-name: fast-xml-parser
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-30 05:51:58 +00:00
Robin Appelman
23cdb539ce
fix: fix recursive share check
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-30 07:41:26 +02:00
Kate
24a0d3e101
Merge pull request #46805 from nextcloud/refactor/federatedfilesharing/security-attributes
2024-07-30 05:36:56 +02:00
Nextcloud bot
016fbb93e0
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-30 00:19:55 +00:00
provokateurin
d8adbce1be
refactor(oauth2): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-29 16:45:54 +02:00
Maxence Lange
a9e1dc6688
fix(migration-attributes): psalm
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 12:44:52 -01:00
Maxence Lange
ad490c963b
feat(migration-attributes): tests
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 12:44:52 -01:00
Maxence Lange
7c1ee524be
fix(migration-attributes): privatizing AttributeException
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 12:44:52 -01:00
Maxence Lange
79e6014879
feat(upgrade): release metadata
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 12:44:52 -01:00
Maxence Lange
88cfab4f32
feat(upgrade): migration attributes
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
d
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
f
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
d
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 12:44:52 -01:00
Maxence Lange
1082164364
Merge pull request #46846 from nextcloud/fix/noid/named-attribute-argument
...
fix(psalm): named attribute argument
2024-07-29 12:34:04 -01:00
Maxence Lange
dd0099c69f
fix(psalm): named attribute argument
...
Signed-off-by: Maxence Lange <maxence@artificial-owl.com >
2024-07-29 11:37:40 -01:00
Andy Scherzinger
13d2b67674
Merge pull request #46834 from withbest/master
...
chore: fix some comments
2024-07-29 11:37:57 +02:00
Joas Schilling
3a7c18b440
Merge pull request #46827 from nextcloud/build/psalm/named-attribute-args
...
build(psalm): Enforce named attribute arguments
2024-07-29 11:16:58 +02:00
Kate
1af3a66b2a
Merge pull request #46817 from nextcloud/refactor/systemtags/security-attributes
2024-07-29 09:23:21 +02:00
Kate
20e054c4a4
Merge pull request #46819 from nextcloud/refactor/theming/security-attributes
2024-07-29 08:57:48 +02:00
withbest
dd08f93202
chore: fix some comments
...
Signed-off-by: withbest <seekseat@outlook.com >
2024-07-29 14:43:27 +08:00
Nextcloud bot
8f235982c9
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-29 00:20:16 +00:00
Joas Schilling
57385a4961
Merge pull request #46815 from nextcloud/refactor/provisioning_api/security-attributes
...
refactor(provisioning_api): Replace security annotations with respective attributes
2024-07-28 20:36:14 +02:00
provokateurin
9d6221e098
refactor(dav): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-28 10:53:14 +02:00
Kate
69a203d262
Merge pull request #46820 from nextcloud/refactor/twofactor_backupcodes/security-attributes
2024-07-28 08:48:56 +02:00
Kate
e564bc9a55
Merge pull request #46818 from nextcloud/refactor/testing/security-attributes
2024-07-28 08:41:38 +02:00
Kate
d75c1e490a
Merge pull request #46823 from nextcloud/refactor/user_status/security-attributes
2024-07-28 08:38:44 +02:00
provokateurin
dc1c2c3bed
refactor(federation): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-28 08:36:17 +02:00
Nextcloud bot
1ac631ba0f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-28 00:39:35 +00:00
Ferdinand Thiessen
c31ab2d68b
Merge pull request #46513 from nextcloud/automated/noid/master-fix-npm-audit
...
[master] Fix npm audit
2024-07-28 02:13:08 +02:00
provokateurin
f012c996ee
refactor(settings): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:49:43 +02:00
provokateurin
8db6cfca1c
refactor(cloud_federation_api): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:47:40 +02:00
provokateurin
e4e3783501
refactor(federatedfilesharing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:45:55 +02:00
provokateurin
3fde60db85
refactor(files): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:44:01 +02:00
provokateurin
9128a23af1
refactor(files_sharing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:42:51 +02:00
provokateurin
1cc7a620b5
refactor(testing): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:40:56 +02:00
provokateurin
79d9f2ebf6
refactor(theming): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:40:06 +02:00
provokateurin
9b8488ed0e
refactor(user_ldap): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:39:08 +02:00
provokateurin
bc5c0262af
refactor(core): Make all attribute arguments named
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:36:18 +02:00
provokateurin
a94249d1d5
build(psalm): Enforce named attribute arguments
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 22:36:18 +02:00
provokateurin
b51e432d32
refactor(provisioning_api): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:54:42 +02:00
provokateurin
e64667df37
refactor(workflowengine): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:36:15 +02:00
provokateurin
b1b6b51c11
refactor(weather_status): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:36:04 +02:00
provokateurin
8e655d46e9
refactor(user_status): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:35:52 +02:00
provokateurin
8d823344e3
refactor(updatenotification): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:35:26 +02:00
provokateurin
c5c6517303
refactor(twofactor_backupcodes): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:35:13 +02:00
provokateurin
641560004f
refactor(systemtags): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:34:39 +02:00
provokateurin
2c8f6a009a
refactor(files_versions): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:34:00 +02:00
provokateurin
220c6a2bd9
refactor(files_trashbin): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:33:47 +02:00
provokateurin
4016aace04
refactor(encryption): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:32:47 +02:00
provokateurin
df5a8485af
refactor(dashboard): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 21:32:18 +02:00
Kate
212a621697
Merge pull request #46826 from nextcloud/test/theming/fix-broken-footer-links
2024-07-27 20:50:28 +02:00
provokateurin
a0eca3384b
test(theming): Fix broken footer links tests
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-27 20:13:38 +02:00
John Molakvoæ
0525312cf7
Merge pull request #46027 from dennisverspuij/virtualbox-storage-fix
2024-07-27 16:55:10 +02:00
nextcloud-command
ff5f737bdb
fix(deps): Fix npm audit
...
Signed-off-by: GitHub <noreply@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-27 14:43:12 +00:00
Dennis Verspuij
181aecad4c
fix: Release directory iterator and thereby its potential directory lock prior to deleting a directory, to avoid e.g. "Text file busy" error with VirtualBox shared folder storage
...
Signed-off-by: Dennis Verspuij <6680484+dennisverspuij@users.noreply.github.com >
2024-07-27 16:37:16 +02:00
John Molakvoæ
b964094ebf
Merge pull request #46784 from nextcloud/fix/public-footer
2024-07-27 16:35:39 +02:00
Marcel Klehr
5639d99801
Merge pull request #46779 from nextcloud/fix/testing/textprocessing-unicode
...
fix(testing): Make Testing TextProcessing providers unicode safe
2024-07-27 16:28:12 +02:00
John Molakvoæ
0ae83d6183
Merge pull request #46760 from nextcloud/fix/appframework/csrf-custom-header
2024-07-27 16:27:52 +02:00
nextcloud-command
7c15bb13ef
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-27 14:15:29 +00:00
John Molakvoæ
3865f81b61
Merge branch 'master' into fix/public-footer
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-07-27 16:10:34 +02:00
John Molakvoæ
0f953c5cbd
Merge pull request #46803 from nextcloud/chore/bump-cypress-workers
2024-07-27 10:56:55 +02:00
John Molakvoæ
245c9652a6
Merge pull request #46794 from nextcloud/dependabot/npm_and_yarn/query-string-9.1.0
2024-07-27 10:44:22 +02:00
John Molakvoæ
963934cb80
Merge pull request #46798 from nextcloud/dependabot/npm_and_yarn/puppeteer-22.14.0
2024-07-27 10:32:31 +02:00
dependabot[bot]
8a9fbde303
build(deps): bump query-string from 9.0.0 to 9.1.0
...
Bumps [query-string](https://github.com/sindresorhus/query-string ) from 9.0.0 to 9.1.0.
- [Release notes](https://github.com/sindresorhus/query-string/releases )
- [Commits](https://github.com/sindresorhus/query-string/compare/v9.0.0...v9.1.0 )
---
updated-dependencies:
- dependency-name: query-string
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 >
2024-07-27 08:26:57 +00:00
John Molakvoæ
afd8452201
Merge pull request #46795 from nextcloud/dependabot/npm_and_yarn/eslint-plugin-cypress-3.4.0
2024-07-27 10:25:31 +02:00
John Molakvoæ
e9edc53b76
Merge pull request #46797 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.8
2024-07-27 10:23:25 +02:00
John Molakvoæ
1999380d48
Merge pull request #46492 from nextcloud/dependabot/npm_and_yarn/nextcloud/upload-1.4.2
2024-07-27 10:02:24 +02:00
skjnldsv
531d8076ae
chore: bump cypress workers
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-27 10:02:14 +02:00
John Molakvoæ
08017a4309
Merge pull request #46799 from nextcloud/dependabot/npm_and_yarn/cypress-if-1.12.4
...
build(deps-dev): bump cypress-if from 1.12.0 to 1.12.4
2024-07-27 09:44:08 +02:00
dependabot[bot]
7d7ba2ee74
build(deps): bump @nextcloud/upload from 1.4.1 to 1.4.2
...
Bumps [@nextcloud/upload](https://github.com/skjnldsv/nextcloud-upload ) from 1.4.1 to 1.4.2.
- [Release notes](https://github.com/skjnldsv/nextcloud-upload/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-upload/blob/main/CHANGELOG.md )
- [Commits](https://github.com/skjnldsv/nextcloud-upload/compare/v1.4.1...v1.4.2 )
---
updated-dependencies:
- dependency-name: "@nextcloud/upload"
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 >
2024-07-27 07:42:01 +00:00
John Molakvoæ
ef69d5c71a
Merge pull request #46796 from nextcloud/dependabot/npm_and_yarn/nextcloud/sharing-0.2.3
2024-07-27 09:29:49 +02:00
John Molakvoæ
964e5aa480
Merge pull request #46800 from nextcloud/dependabot/npm_and_yarn/tar-7.4.3
2024-07-27 09:29:31 +02:00
John Molakvoæ
0ea0667029
Merge pull request #46786 from nextcloud/fix/trashbin-deletion
2024-07-27 09:28:45 +02:00
skjnldsv
e32b335289
fix(files): always ask for confirmation if trashbin app is disabled
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-27 07:13:39 +00:00
dependabot[bot]
205ee83438
Merge pull request #46793 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.9.2
2024-07-27 02:22:31 +00:00
dependabot[bot]
1ce170edac
build(deps-dev): bump tar from 6.2.1 to 7.4.3
...
Bumps [tar](https://github.com/isaacs/node-tar ) from 6.2.1 to 7.4.3.
- [Release notes](https://github.com/isaacs/node-tar/releases )
- [Changelog](https://github.com/isaacs/node-tar/blob/main/CHANGELOG.md )
- [Commits](https://github.com/isaacs/node-tar/compare/v6.2.1...v7.4.3 )
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:10:24 +00:00
dependabot[bot]
dee3dfe5e4
build(deps-dev): bump cypress-if from 1.12.0 to 1.12.4
...
Bumps [cypress-if](https://github.com/bahmutov/cypress-if ) from 1.12.0 to 1.12.4.
- [Release notes](https://github.com/bahmutov/cypress-if/releases )
- [Commits](https://github.com/bahmutov/cypress-if/compare/v1.12.0...v1.12.4 )
---
updated-dependencies:
- dependency-name: cypress-if
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:04:22 +00:00
dependabot[bot]
2bf1869672
build(deps-dev): bump puppeteer from 22.13.0 to 22.14.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 22.13.0 to 22.14.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.13.0...puppeteer-v22.14.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:04:06 +00:00
dependabot[bot]
2883a9d40f
build(deps-dev): bump @testing-library/jest-dom from 6.4.6 to 6.4.8
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.6 to 6.4.8.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.6...v6.4.8 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:03:42 +00:00
dependabot[bot]
a803fb11e4
build(deps): bump @nextcloud/sharing from 0.2.2 to 0.2.3
...
Bumps @nextcloud/sharing from 0.2.2 to 0.2.3.
---
updated-dependencies:
- dependency-name: "@nextcloud/sharing"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:03:17 +00:00
dependabot[bot]
69603dbc23
build(deps-dev): bump eslint-plugin-cypress from 2.15.2 to 3.4.0
...
Bumps [eslint-plugin-cypress](https://github.com/cypress-io/eslint-plugin-cypress ) from 2.15.2 to 3.4.0.
- [Release notes](https://github.com/cypress-io/eslint-plugin-cypress/releases )
- [Commits](https://github.com/cypress-io/eslint-plugin-cypress/compare/v2.15.2...v3.4.0 )
---
updated-dependencies:
- dependency-name: eslint-plugin-cypress
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 02:02:55 +00:00
dependabot[bot]
8c1cbaa8c3
build(deps-dev): bump guzzlehttp/guzzle in /build/integration
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 7.9.1 to 7.9.2.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.9.1...7.9.2 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-27 01:13:38 +00:00
Nextcloud bot
1198f64d24
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-27 00:19:22 +00:00
Maksim Sukharev
602ef72477
Merge pull request #46773 from nextcloud/fix/noid/settings-iframe-icons
...
style(settings): align icons at legacy help navigation
2024-07-26 18:15:24 +02:00
Ferdinand Thiessen
a618f6454b
Merge pull request #46785 from nextcloud/fix/public-header-color
...
fix(styles): use also new CSS variable for correct header text color on public pages
2024-07-26 18:13:24 +02:00
Ferdinand Thiessen
7eacd8b443
Merge pull request #46782 from nextcloud/fix/file-filters-design
...
fix(files): Ensure scrolled file list does not leak through file filters
2024-07-26 16:02:38 +02:00
nextcloud-command
f3d9a71a34
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-26 13:38:39 +00:00
Ferdinand Thiessen
7abaee813a
fix(files): Ensure scrolled file list does not leak through file filters
...
1. when scrolling the file list should not be visible behind the filters
2. on mobile we need to remove the padding of the filters to ensure they are accessible
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-26 15:27:29 +02:00
Ferdinand Thiessen
711e17698d
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-26 15:24:29 +02:00
Ferdinand Thiessen
3d3969c878
fix(styles): use also new CSS variable for correct header text color on public pages
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-26 15:22:10 +02:00
Ferdinand Thiessen
a43fd11ac1
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-26 15:16:58 +02:00
Ferdinand Thiessen
39e163a192
fix(styles): Make sure footer with legal links is shown correctly
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-26 15:12:33 +02:00
Marcel Klehr
36130ace98
Merge pull request #46775 from nextcloud/chore/deprecate-old-ai-apis
...
chore: deprecate old AI APIs
2024-07-26 13:57:47 +02:00
Marcel Klehr
b9187dcb9e
fix(testing): Make Testing TextProcessing providers unicode safe
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-26 13:50:36 +02:00
Maksim Sukharev
0dc4ed1f62
style(settings): align icons at legacy help navigation
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com >
2024-07-26 13:08:12 +02:00
Marcel Klehr
397b1d1654
chore: deprecate old AI APIs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-26 11:20:46 +02:00
John Molakvoæ
87dc0614d7
Merge pull request #46767 from nextcloud/fix/files-new-file-node
2024-07-26 11:11:20 +02:00
Ferdinand Thiessen
dd88fa03a4
fix(files): Correctly validate new node name
...
* Resolves https://github.com/nextcloud/server/issues/45409
This includes two fixes:
1. The name in the "new node" dialog is correctly selected (e.g. `file.txt` only `file` is selected by default), to allow quick naming
2. `@nextcloud/files` functions for filename validation are used, this allows to use new Nextcloud 30 capabilities (e.g. reserved names)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-26 08:46:23 +00:00
Kate
40c72d3f24
Merge pull request #46748 from nextcloud/refactor/core/security-attributes
2024-07-26 10:20:28 +02:00
provokateurin
c57c3c1573
refactor(core): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-26 07:30:45 +02:00
Kate
41f7fa6840
Merge pull request #46745 from nextcloud/refactor/comments/security-attributes
2024-07-26 07:13:50 +02:00
Kate
a9b77c3d12
Merge pull request #46761 from nextcloud/fix/core/document-csrf-token-endpoint
2024-07-26 07:13:26 +02:00
Nextcloud bot
c2acabf020
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-26 00:19:53 +00:00
Arthur Schiwon
6e558a6d98
Merge pull request #46713 from nextcloud/release/30.0.0_beta_1
...
30.0.0 beta 1
2024-07-25 23:33:59 +02:00
Daniel
813264c15d
Merge pull request #46508 from nextcloud/ernolf/enh/imaginary-pdf-handling
...
feat(preview): introducing new class ImaginaryPDF
2024-07-25 23:17:58 +02:00
Arthur Schiwon
b69dc21588
build(js): compile assets
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-25 22:41:50 +02:00
Arthur Schiwon
ec15c5dfe9
build(hub): 30.0.0 beta 1
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-25 22:39:26 +02:00
dependabot[bot]
21428cc961
Merge pull request #46765 from nextcloud/dependabot/npm_and_yarn/requirejs-2.3.7
2024-07-25 19:43:09 +00:00
dependabot[bot]
339fb9c0be
build(deps-dev): bump requirejs from 2.3.6 to 2.3.7
...
Bumps [requirejs](https://github.com/jrburke/r.js ) from 2.3.6 to 2.3.7.
- [Commits](https://github.com/jrburke/r.js/compare/2.3.6...2.3.7 )
---
updated-dependencies:
- dependency-name: requirejs
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-25 18:15:20 +00:00
Ferdinand Thiessen
97ea95714a
Merge pull request #45708 from nextcloud/feat/files-filters
...
feat(files): Implement files list filters
2024-07-25 20:12:52 +02:00
Andy Scherzinger
4f2a29adf9
Merge pull request #46672 from nextcloud/fix/preview-invalid-id
...
Avoid using partial file info as valid one
2024-07-25 19:37:30 +02:00
Andy Scherzinger
2e353d8849
Merge pull request #46759 from nextcloud/chore/less-banding-image
...
fix(theming): Use version with less color banding for dark variant
2024-07-25 19:33:37 +02:00
Ferdinand Thiessen
66f77b562c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:33:29 +02:00
Ferdinand Thiessen
2c0e2cc09e
test: Add cypress tests for file list filtering
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:33:28 +02:00
Ferdinand Thiessen
1fc6b79f7c
feat(files_sharing): Add file list filter to filter by owner / sharee
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:33:28 +02:00
Ferdinand Thiessen
aad09764cd
refactor: Make route parameters accessible using composables to reuse
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:33:28 +02:00
Ferdinand Thiessen
842c21f96b
feat(files): Implement files list filters for name, modified time and type
...
Co-authored-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:33:23 +02:00
Ferdinand Thiessen
968d41241b
feat(files): Allow to add file list filters
...
This adds sticky file list filters above the file list.
Those filters are used to filter the directory content and thus filter the file list.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 19:15:38 +02:00
Andy Scherzinger
ba91f42c8b
Merge pull request #46753 from nextcloud/fix/renaming-full-validation
...
fix(files): Use `@nextcloud/files` filename validation to show more details
2024-07-25 18:28:13 +02:00
provokateurin
90e108e548
fix(core): Document CSRF token endpoint
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-25 18:04:46 +02:00
provokateurin
9d1705259c
fix(AppFramework): Allow requests with OCS-APIRequest header to pass CSRF checks
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-25 17:31:49 +02:00
ernolf
a8bdd4f99b
feat(preview): move previews for imaginary pdf to own class ImaginaryPDF
...
Signed-off-by: ernolf <raphael.gradenwitz@googlemail.com >
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-25 17:01:01 +02:00
Ferdinand Thiessen
090a4010c1
fix(theming): Use version with less color banding for dark variant
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 16:58:12 +02:00
Greta
d5bb37ab0d
Merge pull request #46749 from nextcloud/fix/background-job-error
...
fix: add a try and catch for delete versioning
2024-07-25 16:49:17 +02:00
Tobias Kaminsky
c9da3daf7b
Merge pull request #46464 from nextcloud/unified-search-enhancements
...
Unified search: add attributes for clients
2024-07-25 16:39:33 +02:00
Ferdinand Thiessen
c377205791
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 15:49:51 +02:00
Ferdinand Thiessen
523e0d3f2b
fix(files): Use @nextcloud/files filename validation to show more details
...
This will enable showing more details what exactly is wrong with the filename.
Especially with the new capabilities introduced with Nextcloud 30.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 15:49:33 +02:00
tobiasKaminsky
63d5c2b0e0
fix: https://github.com/nextcloud/calendar/issues/6079 and https://github.com/nextcloud/contacts/issues/3997
...
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me >
2024-07-25 15:42:09 +02:00
Ferdinand Thiessen
9ed6d1eb9a
Merge pull request #46648 from nextcloud/fix/files-sharing-open
...
fix(files_sharing): `open-in-files` should open a folder and not the parent
2024-07-25 15:41:12 +02:00
Ferdinand Thiessen
bc216efb30
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 15:09:25 +02:00
Ferdinand Thiessen
4979ed074f
test: Add regression test for opening shared folders
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 15:06:49 +02:00
Ferdinand Thiessen
442a233d39
fix(files_sharing): open-in-files should open a folder and not the parent
...
For files this behavior is fine, but for folders the folder itself should be opened.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 15:06:48 +02:00
greta
26d22881e5
fix: add a try and catch for delete versioning
...
Signed-off-by: greta <gretadoci@gmail.com >
2024-07-25 14:46:06 +02:00
Robin Appelman
6953be7a01
Merge pull request #46685 from nextcloud/sabre-directory-exception-previous
...
fix: keep previous exception when wrapping dav exceptions
2024-07-25 14:39:50 +02:00
Julius Härtl
3d7d0b6088
Merge pull request #46383 from nextcloud/feat/template-fields
...
feat: Template field workflow
2024-07-25 14:19:49 +02:00
provokateurin
bec0653d2a
refactor(comments): Replace security annotations with respective attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-25 13:14:45 +02:00
Julien Veyssier
e989feb006
Merge pull request #46739 from nextcloud/fix/noid/taskprocessing-missing-translate-task-type
...
[taskprocessing] Add missing translate default task type
2024-07-25 13:00:34 +02:00
Stephan Orbaugh
e79fa57b70
Merge pull request #46693 from nextcloud/s3-writestream-impl
...
feat: add a specialized writeStream implementation for s3 external storage
2024-07-25 12:58:06 +02:00
Stephan Orbaugh
ebfd4938f6
Merge pull request #45932 from carhe/fix-45707
...
fix(files_versions): avoid unintentional skipping of expiration
2024-07-25 12:55:57 +02:00
carhe
7eac3fe7da
fix(files_versions): avoid unintentional skipping of expiration
...
Signed-off-by: carhe <carstenherrmann@web.de >
2024-07-25 12:29:04 +02:00
Julien Veyssier
9a3a27f856
fix(taskprocessing): add missing translate default task type
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 12:09:47 +02:00
nextcloud-command
df9696378c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-25 09:36:38 +00:00
Elizabeth Danzberger
b749a89a33
fix: PHP formatting
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:41 +02:00
Elizabeth Danzberger
bb34b0809c
fix: Fix static analysis errors
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:41 +02:00
Elizabeth Danzberger
6aea44920d
fix: Can close template filler modal
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
3390fc1b94
fix: Add SPDX header to new file
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
1b904f1252
feat: Add frontend components for filling out template
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
efe03ee690
feat: Add support for filling fields to backend components
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
a7addcb88f
fix(vue): Begin implementing template filler component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
8ac706a520
fix(api): Add alias to Field
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
6cd83fc96a
fix: Make field index a string for better id/index support
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:40 +02:00
Elizabeth Danzberger
912a938157
fix: Correct name of InvalidFieldTypeException class file
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
27271c5452
fix: Add proper field types
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
05cbb4168e
fix: Remove comments
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
aa63121197
fix: Add InvalidFieldType exception
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
49cc5beccc
fix: Field and FieldType implementation
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
4efdb9b438
fix: Composer autoloads for Field classes
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
dbfe70e4f6
fix: Add Field and FieldType back to server API
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
f01dd38724
fix: Move field classes out of the server api
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:39 +02:00
Elizabeth Danzberger
05ed5aa230
fix: Emit new BeforeGetTemplates event
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:38 +02:00
Elizabeth Danzberger
e65f318fdf
feat: TemplateFiller component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:38 +02:00
Elizabeth Danzberger
d3bfcec7ea
feat: Add template filler component
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:38 +02:00
Elizabeth Danzberger
d939858e3d
feat: Template fields
...
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
fix: Composer dump
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
fix: Add field array to template class
Signed-off-by: Elizabeth Danzberger <lizzy7128@tutanota.de >
2024-07-25 11:11:38 +02:00
Julien Veyssier
ea7eeb2867
Merge pull request #46722 from nextcloud/enh/noid/taskprocessing-enums-defaults
...
feat(TaskProcessing): Implement enums and default values
2024-07-25 11:03:23 +02:00
Julien Veyssier
0b04a6aa48
fix(taskprocessing): fix typo in text2text task type
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:38:19 +02:00
Julien Veyssier
5ed55b0634
feat(taskprocessing): add translate task type
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:37:36 +02:00
Marcel Klehr
46c518f712
fix: Don't validate input again upon running a task
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-25 10:27:45 +02:00
Marcel Klehr
aaa8af4b49
fix: Make sure provider provides enum values
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-25 10:23:53 +02:00
Marcel Klehr
6363437ccb
fix(taskprocessing): Update lib/private/TaskProcessing/Manager.php
...
Co-authored-by: Julien Veyssier <julien-nc@posteo.net >
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-25 10:10:32 +02:00
Julien Veyssier
9306ddeb69
fix(taskprocessing): fix psalm issue
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:10:32 +02:00
Julien Veyssier
c23f126c41
fix(taskprocessing): fix cs issues and generate autoloaders
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:10:32 +02:00
Julien Veyssier
a2e531c34c
fix(taskprocessing): fix OpenAPI error and generate specs
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:10:32 +02:00
Julien Veyssier
0584ebf628
fix(taskprocessing): add license
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:10:32 +02:00
Julien Veyssier
060fb26686
fix(taskprocessing): run cs:fix
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-25 10:10:32 +02:00
Marcel Klehr
799ee8fd51
feat(TaskProcessing): Implement enums and default values
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-25 10:10:31 +02:00
Stephan Orbaugh
65941811b3
Merge pull request #44788 from nextcloud/db-error-logging
...
feat: add additional logging for database errors
2024-07-25 09:09:57 +02:00
Ferdinand Thiessen
d843d671d5
Merge pull request #46690 from nextcloud/fix/files-displayname
...
Update `@nextcloud/files` to 3.6.0 and fix display name handling of folders (breadcrumbs and filename)
2024-07-25 02:09:53 +02:00
dependabot[bot]
ca5b746504
Merge pull request #46494 from nextcloud/dependabot/npm_and_yarn/p-limit-6.1.0
2024-07-25 00:07:39 +00:00
Ferdinand Thiessen
37483aa2d6
Merge pull request #46643 from nextcloud/fix/comments-vue-constructor
...
fix(comments): Extend Vue before calling `new` on it
2024-07-25 02:02:52 +02:00
nextcloud-command
3c1913b5ed
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-24 23:45:59 +00:00
Louis Chemineau
ece4aec661
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-25 01:38:30 +02:00
Louis Chemineau
52796d125a
fix(comments): Extend Vue before calling new on it
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-25 01:38:30 +02:00
dependabot[bot]
b46d6aa4ab
build(deps): bump p-limit from 4.0.0 to 6.1.0
...
Bumps [p-limit](https://github.com/sindresorhus/p-limit ) from 4.0.0 to 6.1.0.
- [Release notes](https://github.com/sindresorhus/p-limit/releases )
- [Commits](https://github.com/sindresorhus/p-limit/compare/v4.0.0...v6.1.0 )
---
updated-dependencies:
- dependency-name: p-limit
dependency-type: direct:production
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 >
2024-07-24 23:32:36 +00:00
Ferdinand Thiessen
8700bac686
Merge pull request #46491 from nextcloud/dependabot/npm_and_yarn/types/dockerode-3.3.29
...
build(deps-dev): bump @types/dockerode from 3.3.28 to 3.3.29
2024-07-25 01:31:18 +02:00
nextcloud-command
fe1aa83057
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-25 01:26:25 +02:00
Ferdinand Thiessen
80d797edf3
fix: Ensure displayname is a string
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 01:24:26 +02:00
Ferdinand Thiessen
5dc8e06014
fix(files): Do not split filename into base and extension for folders
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 01:24:26 +02:00
Ferdinand Thiessen
f95d8263f6
chore(deps): Update @nextcloud/files to v3.6.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-25 01:24:26 +02:00
Christoph Wurst
2283010261
Merge pull request #46714 from nextcloud/rakekniven-patch-2
...
chore(i18n): Changed wording to singular
2024-07-25 00:56:00 +02:00
rakekniven
a57e3848c6
chore(i18n): Changed wording to singular
...
Reported at Transifex
Signed-off-by: rakekniven <2069590+rakekniven@users.noreply.github.com >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-24 21:54:38 +02:00
Ferdinand Thiessen
57ed738af2
Merge pull request #46644 from nextcloud/cast-bigint
...
fix: cast to bigint on postgresql
2024-07-24 20:39:04 +02:00
Robin Appelman
c2b1f079b1
feat: add a specialized writeStream implementation for s3 external storage
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-24 17:37:20 +02:00
Benjamin Gaussorgues
2ddfbf3e79
Merge pull request #45092 from nextcloud/fix/user-provider-search-shown
2024-07-24 16:38:13 +02:00
Robin Appelman
7fbb981877
feat: add additional logging for database errors
...
including the stack trace of the current database transaction
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-24 15:35:07 +02:00
Stephan Orbaugh
52fe7b1a12
Merge pull request #46694 from nextcloud/fix/file-info-name
...
fix: FileInfo from `View` should have the correct name of a mountpoint
2024-07-24 15:22:11 +02:00
Ferdinand Thiessen
b83948392f
Merge pull request #46689 from nextcloud/fix/46688/validate-new-file-name
...
fix(files): validate input when creating file/directory
2024-07-24 14:09:26 +02:00
nextcloud-command
c06ab9aa98
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-24 11:21:01 +00:00
Maksim Sukharev
5709e54b8d
fix(files): validate input when creating file/directory
...
Signed-off-by: Maksim Sukharev <antreesy.web@gmail.com >
2024-07-24 13:14:56 +02:00
Anna
fd9de4024b
Merge pull request #46708 from nextcloud/update-event-docs
...
docs: update docs for ocp events
2024-07-24 11:34:15 +02:00
Louis
7266a9ef33
Merge pull request #46418 from nextcloud/artonge/feat/user_admin_delegation
...
feat(users): Add users and group management to admin delegation
2024-07-24 11:15:54 +02:00
Louis
f3a2806b69
Merge pull request #46681 from nextcloud/artonge/fix/grid_view_preview_size
...
fix(files): Reduce preview size in grid view mode
2024-07-24 10:25:16 +02:00
Louis Chemineau
d32ea63789
chore: Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-24 09:53:29 +02:00
Louis Chemineau
1aeb3f328b
fix(files): Grid view virtual scrolling computations
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-24 09:38:51 +02:00
Louis Chemineau
ddad7b48eb
fix(files): Reduce preview size in grid view mode
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-24 09:38:51 +02:00
Louis Chemineau
6e76aed867
fix: Use timestamp instead of revision id in files_versions metadata API
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-24 09:34:13 +02:00
Nextcloud bot
55f81eae13
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-24 00:19:45 +00:00
Sebastian Krupinski
644d4908c5
feat: mail provider backend
...
feature: mail provider backend
2024-07-23 16:46:02 -04:00
SebastianKrupinski
fc0b694d37
feat: mail provider backend
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-23 16:20:36 -04:00
Daniel Kesselberg
8d3b99349d
docs: update docs for ocp events
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-23 21:42:01 +02:00
Julien Veyssier
f9d4becf60
Merge pull request #46359 from nextcloud/enh/task-processing-more-datetimes
...
[TaskProcessing] Add start, stop and schedule time to tasks
2024-07-23 18:54:58 +02:00
Andy Scherzinger
a899ba2a0f
Merge pull request #46702 from nextcloud/fix/update-background
...
chore(theming): Adjust dark variant of the new default background
2024-07-23 17:30:28 +02:00
Julien Veyssier
c004f5376f
fix(taskprocessing): build autoloader files and fix psalm issue
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-23 17:12:38 +02:00
Julien Veyssier
df11aa9efc
feat(taskprocessing): add appId filter to taskprocessing occ commands
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-23 17:12:38 +02:00
Julien Veyssier
af21f7dbd9
feat(taskprocessing): add stats about input/output sizes
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-23 17:12:38 +02:00
Julien Veyssier
c120a64ba2
feat(taskprocessing): add occ commands to list tasks and compute stats
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-23 17:12:38 +02:00
Julien Veyssier
df086a8c20
feat(taskprocessing): add start, stop and schedule time to tasks
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-23 17:12:38 +02:00
Andy Scherzinger
1f59bf7673
docs: add preview image license information
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-23 17:05:56 +02:00
Ferdinand Thiessen
054d44d695
chore(theming): Adjust dark variant of the new default background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-23 17:05:51 +02:00
Julius Härtl
6865be05ec
Merge pull request #46703 from nextcloud/fix/whiteboard-extension
...
fix: Add .whiteboard alias for .excalidraw files
2024-07-23 16:20:34 +02:00
Julius Härtl
bcefd165cb
fix: Add .whiteboard alias for .excalidraw files
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-23 15:45:03 +02:00
Robin Appelman
5ea972922b
fix: explicitly filter for storageid in preview cleanup job
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-23 14:41:15 +02:00
Robin Appelman
16c184e2cb
fix: cast to bigint on postgresql
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-23 14:41:13 +02:00
Robin Appelman
d5a2a4aa87
fix: keep previous exception when wrapping dav exceptions
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-23 14:23:26 +02:00
Marcel Klehr
f58a88b11c
Merge pull request #46595 from nextcloud/fix/comments/align-submit-button
...
fix(comments): center align submit button in new comment field
2024-07-23 09:46:33 +02:00
Richard Steinmetz
ee6f857889
Merge pull request #46592 from nextcloud/feat/first-day-of-week-user-setting
...
feat: let users configure their first day of week
2024-07-23 09:03:19 +02:00
Richard Steinmetz
e54d39b076
Merge pull request #45667 from nextcloud/fix/caldav/strict-default-calendar-checks
...
fix(caldav): stricter default calendar checks
2024-07-23 08:40:50 +02:00
Nextcloud bot
a884d48413
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-23 00:19:28 +00:00
Daniel
2736b41369
Merge pull request #46692 from nextcloud/fix/dav/call-sabre-start
...
fix(dav): Call Sabre server start
2024-07-22 22:52:04 +02:00
Richard Steinmetz
b37fb43a32
feat: let users configure their first day of week
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-22 22:35:46 +02:00
Julius Härtl
2b0bc8b310
fix: Do not return partial file info if we have a cache entry
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-22 22:32:34 +02:00
Julius Härtl
6c1e896a03
fix: Ignore preview requests for invalid file ids
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-22 22:32:34 +02:00
Ferdinand Thiessen
12796c3ae7
fix: FileInfo from View should have the correct name of a mountpoint
...
If a mountpoint is returned from a `View` the name must match the view scoped name
and not the global name.
For example group folders have a name like `1` or `2` (the ID),
but the name of the FileInfo returned fro mthe View should be the mount point name,
like `First groupfolder` or similar.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-22 22:01:12 +02:00
Christoph Wurst
8cc996155e
Merge pull request #46659 from nextcloud/feat/migrate-backupcodes-to-ncvue
...
feat: migrate backupcodes personal settings buttons
2024-07-22 20:13:17 +02:00
Louis Chemineau
7f0f671417
chore: Compile assets
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 19:59:09 +02:00
Louis Chemineau
5f8c466f78
fix(users): Remove useless filtering condition
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 19:58:44 +02:00
Louis Chemineau
3574d7eec8
feat(users): Enable features for delegated user admins
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 19:58:44 +02:00
Louis Chemineau
26beedef36
test(users): Adapt tests to new admin delegation checks
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 19:58:44 +02:00
Christoph Wurst
f5e9be96ae
fix(dav): Call Sabre server start
...
exec is deprecated and calls start.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-07-22 19:35:45 +02:00
nextcloud-command
2e31b28c4d
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-22 16:59:28 +00:00
Edward Ly
5a648283a5
chore: rebuild compiled files
...
Signed-off-by: Edward Ly <contact@edward.ly >
2024-07-22 09:27:12 -07:00
Edward Ly
260ae92c0d
Merge branch 'master' into fix/comments/align-submit-button
2024-07-22 09:23:40 -07:00
Edward Ly
96949e97d7
build: increment patch version
...
Signed-off-by: Edward Ly <contact@edward.ly >
2024-07-22 09:23:06 -07:00
Louis Chemineau
dff8815449
feat(users): Add support for admin delegation for users and groups management
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 17:17:35 +02:00
Louis Chemineau
1af827fdb3
fix(users): Improve error handling of some fields update
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-22 17:17:35 +02:00
Richard Steinmetz
cbea787233
fix(caldav): stricter default calendar checks
...
Reject calendars that
- are subscriptions
- are not writable
- are shared with a user
- are deleted
- don't support VEVENTs
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-22 15:24:39 +02:00
Robin Appelman
1768bd6280
Merge pull request #46674 from nextcloud/redis-persist-option
...
feat: add config flag to toggle persistent redis connections
2024-07-22 15:05:37 +02:00
Robin Appelman
32f5739bc6
feat: add config flag to toggle persistent redis connections
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-22 14:25:20 +02:00
Marcel Klehr
9c25a2b05f
Merge pull request #46673 from nextcloud/fix/codeowners
...
Update CODEOWNERS
2024-07-22 14:16:31 +02:00
Marcel Klehr
1acc9322f7
chore: Update CODEOWNERS
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-22 14:00:52 +02:00
julien-nc
98f2fb3a02
Merge pull request #46579 from nextcloud/feat/taskprocessing/webhooks
...
[TaskProcessing] Add support for webhooks
2024-07-22 12:52:27 +02:00
Julien Veyssier
78c09b5bca
chore: update 3rdparty
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-22 11:36:40 +02:00
Julien Veyssier
fffc784769
feat(taskprocessing): add support for webhooks (http or AppAPI) in the task processing API
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-22 11:34:29 +02:00
rakekniven
fadef0c7ba
Merge pull request #46661 from nextcloud/fix/issue-46632-localization-hits
...
fix(caldav): added localization hints for translators
2024-07-22 11:09:41 +02:00
Stephan Orbaugh
9ed2d3e495
Merge pull request #46571 from nextcloud/chore/migrate-to-filenamevalidator
...
refactor: Migrate some legacy and core functions to `IFilenameValidator`
2024-07-22 10:40:50 +02:00
Andy Scherzinger
c2a571e435
Merge pull request #46473 from nextcloud/feat/restrict_admin_to_ips
...
feat(security): restrict admin actions to IP ranges
2024-07-22 10:10:42 +02:00
Julius Härtl
800dffec31
Merge pull request #46640 from nextcloud/fix/noid/google-scope
...
fix(Token): take over scope in token refresh with login by cookie
2024-07-22 08:49:53 +02:00
Nextcloud bot
bd0b26178a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-22 00:19:13 +00:00
Nextcloud bot
fd1dabf01b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-21 00:19:45 +00:00
SebastianKrupinski
f00354a276
fix(caldav): added localization hits for translators
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-20 13:42:27 -04:00
Richard Steinmetz
6761d78460
feat: migrate backupcodes personal settings buttons
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-20 16:27:48 +02:00
dependabot[bot]
970a8287cd
Merge pull request #46651 from nextcloud/dependabot/npm_and_yarn/ts-jest-29.2.3
2024-07-20 13:34:59 +00:00
dependabot[bot]
5c5770ad41
Merge pull request #46653 from nextcloud/dependabot/npm_and_yarn/cypress-wait-until-3.0.2
2024-07-20 13:34:43 +00:00
dependabot[bot]
4dd31463c8
Merge pull request #46650 from nextcloud/dependabot/composer/build/integration/guzzlehttp/guzzle-7.9.1
2024-07-20 13:27:50 +00:00
dependabot[bot]
9a636d3063
Merge pull request #46652 from nextcloud/dependabot/npm_and_yarn/babel/node-7.24.8
2024-07-20 13:26:44 +00:00
dependabot[bot]
d775968c05
Merge pull request #46654 from nextcloud/dependabot/npm_and_yarn/cypress-13.13.1
2024-07-20 13:22:51 +00:00
dependabot[bot]
dacaa18b59
Merge pull request #46655 from nextcloud/dependabot/npm_and_yarn/throttle-debounce-5.0.2
2024-07-20 10:55:56 +00:00
nextcloud-command
f2132b673c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-20 10:41:38 +00:00
dependabot[bot]
41555e2cd1
chore(deps): bump throttle-debounce from 5.0.0 to 5.0.2
...
Bumps [throttle-debounce](https://github.com/niksy/throttle-debounce ) from 5.0.0 to 5.0.2.
- [Release notes](https://github.com/niksy/throttle-debounce/releases )
- [Changelog](https://github.com/niksy/throttle-debounce/blob/master/CHANGELOG.md )
- [Commits](https://github.com/niksy/throttle-debounce/compare/v5.0.0...v5.0.2 )
---
updated-dependencies:
- dependency-name: throttle-debounce
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:23:54 +00:00
dependabot[bot]
25e6c52efc
chore(deps-dev): bump cypress from 13.13.0 to 13.13.1
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.13.0 to 13.13.1.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.13.0...v13.13.1 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:23:17 +00:00
dependabot[bot]
2c8e3e3fc2
chore(deps-dev): bump cypress-wait-until from 3.0.1 to 3.0.2
...
Bumps [cypress-wait-until](https://github.com/NoriSte/cypress-wait-until ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/NoriSte/cypress-wait-until/releases )
- [Changelog](https://github.com/NoriSte/cypress-wait-until/blob/master/release.config.js )
- [Commits](https://github.com/NoriSte/cypress-wait-until/commits )
---
updated-dependencies:
- dependency-name: cypress-wait-until
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:22:59 +00:00
dependabot[bot]
0dab33db8c
chore(deps-dev): bump @babel/node from 7.24.7 to 7.24.8
...
Bumps [@babel/node](https://github.com/babel/babel/tree/HEAD/packages/babel-node ) from 7.24.7 to 7.24.8.
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.24.8/packages/babel-node )
---
updated-dependencies:
- dependency-name: "@babel/node"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:22:25 +00:00
dependabot[bot]
36641312f3
chore(deps-dev): bump ts-jest from 29.1.2 to 29.2.3
...
Bumps [ts-jest](https://github.com/kulshekhar/ts-jest ) from 29.1.2 to 29.2.3.
- [Release notes](https://github.com/kulshekhar/ts-jest/releases )
- [Changelog](https://github.com/kulshekhar/ts-jest/blob/main/CHANGELOG.md )
- [Commits](https://github.com/kulshekhar/ts-jest/compare/v29.1.2...v29.2.3 )
---
updated-dependencies:
- dependency-name: ts-jest
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:21:51 +00:00
dependabot[bot]
4b9967f872
chore(deps-dev): bump guzzlehttp/guzzle in /build/integration
...
Bumps [guzzlehttp/guzzle](https://github.com/guzzle/guzzle ) from 7.8.1 to 7.9.1.
- [Release notes](https://github.com/guzzle/guzzle/releases )
- [Changelog](https://github.com/guzzle/guzzle/blob/7.9/CHANGELOG.md )
- [Commits](https://github.com/guzzle/guzzle/compare/7.8.1...7.9.1 )
---
updated-dependencies:
- dependency-name: guzzlehttp/guzzle
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-20 01:13:01 +00:00
Nextcloud bot
cdfa01abfc
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-20 00:19:36 +00:00
Ferdinand Thiessen
79fe83eb1c
Merge pull request #46649 from nextcloud/refactor/code-style
...
refactor: Fix some linting issues in frontend code
2024-07-19 23:54:03 +02:00
nextcloud-command
19cd710c0b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-19 21:18:33 +00:00
Ferdinand Thiessen
4bcb0734cd
refactor: Fix some linting issues in frontend code
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-19 22:45:13 +02:00
Ferdinand Thiessen
9716b0d735
refactor: Migrate some legacy and core functions to IFilenameValidator
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-19 19:41:46 +02:00
Andy Scherzinger
2e273e477a
Merge pull request #46225 from nextcloud/fix/issue-11633
...
fix(dav): Thrown forbidden error for authenticated user instead of no…
2024-07-19 18:59:58 +02:00
John Molakvoæ
bc531be406
Merge pull request #46631 from nextcloud/feat/file-request-cypress
2024-07-19 17:33:14 +02:00
Ferdinand Thiessen
1d77a3883f
Merge pull request #46558 from nextcloud/feat/add-setting-for-windows-compat
...
feat(files): Allow to configure Windows filename compatibility in the settings
2024-07-19 17:21:33 +02:00
Joas Schilling
7395211c1a
Merge pull request #46605 from nextcloud/bugfix/noid/test-more-oracle-versions
...
fix(deps): Deprecate functionality deprecated by doctrine and test on more oracle versions
2024-07-19 16:40:49 +02:00
Benjamin Gaussorgues
f1d97a3188
feat(Security): add Factory for IP addresses and ranges
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-07-19 16:28:03 +02:00
Joas Schilling
047479ccf9
feat(security): Add public API to allow validating IP Ranges and checking for "in range"
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-07-19 16:28:03 +02:00
Benjamin Gaussorgues
202e5b1e95
feat(security): restrict admin actions to IP ranges
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-07-19 16:28:03 +02:00
Pytal
8f975cda34
Merge pull request #46622 from nextcloud/fix/delete-user
...
fix(settings): Fix endless spinner when wiping or deleting accounts
2024-07-19 07:01:00 -07:00
Arthur Schiwon
99182aac37
fix(Token): take over scope in token refresh with login by cookie
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-19 15:53:46 +02:00
Joas Schilling
b656edc47c
fix(db): Fix md5 for oracle >= 20
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 14:13:56 +02:00
Marcel Klehr
18844cb1b6
Merge pull request #46608 from nextcloud/error-log-textprocessing
...
fix(TextProcessing): use error instead of info for exception logging
2024-07-19 13:59:47 +02:00
Robin Windey
89787e683a
Merge pull request #46055 from nextcloud/R0Wi-patch-1
...
Increase PHP memory limit for DevContainer to 512mb
2024-07-19 13:26:26 +02:00
Marcel Klehr
a3c3eab09c
Merge pull request #46368 from nextcloud/fix/task-processing
...
TaskProcessing follow-up
2024-07-19 12:38:30 +02:00
skjnldsv
29bec6ea22
chore: compile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-19 12:21:22 +02:00
skjnldsv
08af33b5d9
chore: add file request cypress testing
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-19 12:20:25 +02:00
skjnldsv
cfa2caacf1
fix(files_sharing): default empty file request expiration
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-19 12:01:55 +02:00
Joas Schilling
817ca0045a
ci: Run all Oracle versions all the time
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:46 +02:00
Joas Schilling
f6238d35bd
fix(test): Make the test less flaky
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:16 +02:00
Joas Schilling
e1e4ee4d67
fix(db): Manually track if where() is called when not empty to avoid recursion
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:16 +02:00
Joas Schilling
eeb6ddb176
fix(db): Deprecate IExpressionBuilder::or() and IExpressionBuilder::and() without parameters
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:16 +02:00
Joas Schilling
e45465781f
fix(db): Deprecate getState() as per upstream
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:15 +02:00
Joas Schilling
829f2b9bc7
fix(db): Promote the use of getDatabaseProvider to reduce the impage of removed upstream platforms
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:14 +02:00
Joas Schilling
bd383627a7
fix(db): Deprecate using table alias for DELETE and UPDATE
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:13 +02:00
Joas Schilling
e9bfaf31b8
fix(db): Don't use deprecated 3rdparty constant: Doctrine\DBAL\Connection::PARAM_STR_ARRAY
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:13 +02:00
Joas Schilling
c84580d53a
fix(db): Doctrine\DBAL\Connection::executeUpdate() is deprecated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:12 +02:00
Joas Schilling
11e84b8968
fix(db): Fix internal calls to doctrine's fetch() methods
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:12 +02:00
Joas Schilling
a4c1d7291f
fix(db): Use createSchemaManager() method as getSchemaManager() is deprecated
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:11 +02:00
Joas Schilling
f92352eda4
fix(db): Deprecate getQueryPart() and resetQueryPart() methods that will be removed with Doctrine/DBAL 4
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:10 +02:00
Joas Schilling
5c02303ce4
ci(oracle): Test against Oracle 11, 18, 21 and 23
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-19 11:21:09 +02:00
Christopher Ng
07c67d59ae
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-19 10:42:54 +02:00
Christopher Ng
feb9a2f862
fix(settings): Fix endless spinner when wiping or deleting accounts
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-19 10:42:53 +02:00
Robin Appelman
64ca4b832d
Merge pull request #46583 from nextcloud/filecache-sharding-compat
...
Make filecache queries compatible with sharding
2024-07-19 09:49:45 +02:00
John Molakvoæ
0bde47a392
Merge pull request #46589 from nextcloud/fix/files_sharing-file-request-followup
2024-07-19 09:14:09 +02:00
skjnldsv
725736a754
chore(integration): add file request tests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-19 07:35:51 +02:00
Nextcloud bot
22efc6da6a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-19 00:19:41 +00:00
skjnldsv
481551eebf
chore: compile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
607f0b0e9a
fix(files_sharing): file request expiration date timezone
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
08d3fed24f
fix(files_sharing): file request form validation and date component event
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
320af319f9
fix(files_sharing): improve file request info messages
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
2c94404969
fix(files_sharing): also allow removing READ permissions on email shares
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
7878f1ceea
fix: drop outdated handlebar comments template
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
f28d933acc
feat(files_sharing): add public name prompt for files requests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 20:15:39 +02:00
skjnldsv
f45d6135d7
feat(files_sharing): allow uploading to subfolders in File requests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
b80c57dab3
feat(files_sharing): use label as title and file drop destination if available
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
43ca07809d
fix(files_sharing): file request creation permissions and link copy display
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
fec615c140
fix(files_sharing): use ClipboardText icon and fix trailing-button-click
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
55d41941bc
fix(files_sharing): improve file request email handling
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
eb2cda13c8
fix(files_sharing): file request margin and buttons order
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
f956d51658
fix(files_sharing): file request add email on focusout
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
018e4c001d
fix(files_sharing): file request use l10n t and n aliases
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
skjnldsv
365b647b60
fix(files_sharing): file request conditions with link/email global settings
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-18 19:47:11 +02:00
Alexander Piskun
a5fdd1c64a
Merge pull request #46446 from nextcloud/update-app-api-rate-limit-key
...
use "app_api" session key in rate limit middleware, "app_api_system" is deprecated
2024-07-18 20:42:23 +03:00
Alexander Piskun
55dbf39904
Merge pull request #46615 from nextcloud/feat/webhook_listeners-AppApiAdminAccessWithoutUser
...
feat: allow for ExApps to use webhook_listeners without user context
2024-07-18 20:04:02 +03:00
Alexander Piskun
14e07a337c
feat: allow to use webhook_listeners without user context
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2024-07-18 18:50:17 +03:00
Robin Appelman
b64f3343f1
Merge pull request #46567 from nextcloud/tests/cleanupremotestoragestest-named-parameters
...
move share tests await from positional parameters
2024-07-18 17:25:51 +02:00
Andrey Borysenko
40f820470a
chore: use "app_api" session key, "app_api_system" is deprecated
...
Signed-off-by: Andrey Borysenko <andrey18106x@gmail.com >
2024-07-18 17:16:57 +03:00
Ferdinand Thiessen
9cd2e5bed9
Merge pull request #46587 from nextcloud/fix/shrink-headlines
...
fix(css): Shrink headlines a bit
2024-07-18 16:08:52 +02:00
Anna
5c20c9e4b2
Merge pull request #46594 from nextcloud/fix/issue-28162-2
...
fix(caldav): decode values before returning
2024-07-18 16:00:05 +02:00
Alexander Piskun
b5ce30d8d3
Merge pull request #46607 from nextcloud/feat/AppApiAdminAccessWithoutUser-attribute
...
feat: allow for ExApps to call Admin endpoints marked with specific attr
2024-07-18 16:19:23 +03:00
Anupam Kumar
d473b516ad
fix(TextProcessing): use error instead of info for exception logging
...
Signed-off-by: Anupam Kumar <kyteinsky@gmail.com >
2024-07-18 17:53:52 +05:30
Alexander Piskun
b7af6ec200
feat: allow for ExApps to call Admin endpoints marked with specific attr
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2024-07-18 15:11:39 +03:00
Sebastian Krupinski
31d051ae74
Merge pull request #45547 from nextcloud/feature/recurrence-invitations2
...
feature: Improved Recurrence Invitations Messages
2024-07-18 06:57:26 -04:00
Kate
c0f8f276e8
Merge pull request #46606 from nextcloud/feat/security/warn-annotations
2024-07-18 12:36:47 +02:00
provokateurin
e5dcdfb9e0
feat(Security): Warn about using annotations instead of attributes
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-18 11:25:32 +02:00
Christoph Wurst
1de5adf867
Merge pull request #46593 from nextcloud/fix/issue-30514
...
fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server…
2024-07-18 10:16:05 +02:00
Marcel Klehr
ff99df07e7
chore: update openapi specs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-18 08:51:43 +02:00
Nextcloud bot
4ad211bfa7
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-18 00:19:29 +00:00
Edward Ly
983f121dc3
fix(comments): manually center align submit button in new comment field
...
Signed-off-by: Edward Ly <contact@edward.ly >
2024-07-17 17:02:13 -07:00
SebastianKrupinski
43ee948890
feat: Improve recurrence invitations messages
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-17 19:10:32 -04:00
Jonas
41356659c0
Merge pull request #46581 from nextcloud/fix/reference_api_no_anon_rate
...
fix(ReferenceApiController): Remove accidently added AnonRateLimit
2024-07-18 00:06:37 +02:00
SebastianKrupinski
0f3d05afea
fix(caldav): Throw 403 Forbidden Error instead of 500 Internal Server Error
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-17 17:42:35 -04:00
SebastianKrupinski
79c97e7f09
fix(caldav): decode values before returning
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-17 17:34:50 -04:00
Robin Appelman
c5b687271b
fix: make batch propagator work with sharding restrictions
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-17 19:16:07 +02:00
Robin Appelman
0931492ff0
fix: make usermountcache compatible with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-17 19:16:05 +02:00
Richard Steinmetz
718ef5dea5
Merge pull request #46510 from nextcloud/feat/info-xml-backends
...
feat: hide caldav server settings if no app uses the caldav backend
2024-07-17 18:57:08 +02:00
Marcel Klehr
7cb67c67c7
Merge pull request #46509 from nextcloud/feat/settings/taskprocessing
...
feat(settings/admin/ai): Add Task Processing API settings
2024-07-17 18:24:11 +02:00
Ferdinand Thiessen
0832e4d52e
chore: Recompile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-17 16:20:19 +02:00
Ferdinand Thiessen
889b2f83d6
fix(css): Shrink headlines a bit
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-17 16:19:54 +02:00
Ferdinand Thiessen
0936af9960
feat(files): Allow to configure Windows filename compatibility in the settings
...
This adds an admin setting to toggle Windows filename compatibility.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Louis <louis@chmn.me >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-17 16:17:14 +02:00
Robin Appelman
ad88fd07e3
fix: make joining on tags in search queries work with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-17 15:46:39 +02:00
Robin Appelman
80f8c7949e
fix: always set storage id in Cache::get
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-17 15:46:31 +02:00
Robin Appelman
5ff7bde3fb
fix: add set storage id for more cache queries
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-17 15:46:21 +02:00
Jonas
9fe4edca2c
fix(ReferenceApiController): Remove accidently added AnonRateLimit
...
Signed-off-by: Jonas <jonas@freesources.org >
2024-07-17 15:38:09 +02:00
Anna
19ba872e9a
Merge pull request #45974 from nextcloud/fix/caldav-scheduling-job
...
fix(caldav): lower scheduling table size warning
2024-07-17 15:36:46 +02:00
Julien Veyssier
183726a299
feat(settings/admin/ai): fix provider list not being declared
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-17 15:24:19 +02:00
Julien Veyssier
d37dd4b9a9
feat(settings/admin/ai): fix tests
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-17 15:24:19 +02:00
Julien Veyssier
49e5399ded
feat(settings/admin/ai): compile assets
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-17 15:24:19 +02:00
Julien Veyssier
e312776cf7
feat(settings/admin/ai): increase min width of provider selects
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-17 15:24:19 +02:00
Marcel Klehr
9dca5ae0e0
feat(settings/admin/ai): Add Task Processing API settings
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 15:24:19 +02:00
Jonas
e4368f6a9f
Merge pull request #46378 from nextcloud/feat/public_reference_api
...
feat(Reference): Add public API endpoints to get references
2024-07-17 14:35:15 +02:00
Marcel Klehr
6ff4524919
fix(TaskProcessing): Add since doc for new EShapeType method
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
0d07ad98b0
fix(TaskProcessing): Update openapi specs
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
969cc52851
fix(TaskProcessing): Run cs:fix
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
ba33e6220c
fix(TaskProcessing): Use getScalarType instead of relying on magic integers
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
61ebfad724
fix(TaskProcessing): fix tests
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
f1bb43dd55
test(TaskProcessing): Add test for setTaskResult with fileIds
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
fb34b13439
fix(TaskProcessingA/Manager): Catch new error
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
2fed2fc433
fix(TaskProcessingA/Manager): Use time() along with rand int for file names
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
eb0b5f29fb
fix(TaskProcessingApiController): Address review comments
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
ee7502ab1c
fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Alexander Piskun
c1f2c76f44
fix: do not overwrite the output if NodeID exists
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
3937cccd4b
fix(TaskProcessing\Manager#setTaskResult): Replace files contents with ID instead of File object
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
5c457c64e8
fix: Validate output properly
...
Differentiate between output with file IDs and output with File data
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
4ac1ac673e
fix: psalm errors
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Marcel Klehr
4ac7f8275b
feat(TaskProcessing): Allow setting task results for file slots
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-17 13:55:55 +02:00
Jonas
1671bf3ef2
feat(Reference): Add public API endpoints to get references
...
Calling the public API endpoints will check for matching registered
reference providers that implement `IPublicReferenceProvider` and call
their respective functions. If no matching provider is found, the
default `LinkReferenceProvider` will be used to provide open graph data.
The frontend reference widget components will call these endpoints from
unauthorized sessions, e.g. in public shares.
If present, the sharing token of the origin URL is passed to
`resolveReferencePublic()` as additional information for the reference
provider to determine the access scope. This allows the respective
reference providers to determine whether the origin share has access to
the linked resource.
`getCacheKeyPublic` also gets the sharing token so it can scope the cached
entry to it.
Contributes to #45978
Signed-off-by: Jonas <jonas@freesources.org >
2024-07-17 12:56:41 +02:00
Git'Fellow
b06ce832d8
Merge pull request #46555 from nextcloud/emptyArrayAppStoreFail
...
fix(appstore): Return an empty array in case of fail
2024-07-17 12:33:33 +02:00
Joas Schilling
05888991d7
Merge pull request #46419 from nextcloud/bugfix/noid/limit-logo-size-for-outlook
...
fix(mail): Fix big logos in mail templates for Outlook
2024-07-17 11:54:47 +02:00
Anna Larch
2201bce7d3
fix(caldav): lower scheduling table size warning
...
Signed-off-by: Anna Larch <anna@nextcloud.com >
2024-07-17 11:20:49 +02:00
Joas Schilling
693a81bfa3
fix(mail): Fix big logos in mail templates for Outlook
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-17 09:24:55 +02:00
Nextcloud bot
4362ed5361
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-17 00:19:35 +00:00
John Molakvoæ
d237fd0e78
Merge pull request #46342 from nextcloud/fix-getimagesize
2024-07-16 21:47:35 +02:00
Alexander Piskun
1f8999ea71
Merge pull request #46477 from nextcloud/support-direct-appapi-requests
...
feat: webhooks_listeners app: send direct requests to ExApps using AppAPI
2024-07-16 21:15:00 +03:00
Ferdinand Thiessen
bd9ab63585
Merge pull request #46557 from nextcloud/enh/declarative-settings-design
...
refactor: Improve design of declarative settings
2024-07-16 20:09:01 +02:00
Alexander Piskun
54c700bc74
Merge branch 'master' into support-direct-appapi-requests
2024-07-16 20:42:51 +03:00
Alexander Piskun
696ece2f52
feat: webhooks_listeners app support for sending direct requests to ExApps using AppAPI.
...
Signed-off-by: Alexander Piskun <bigcat88@icloud.com >
2024-07-16 19:36:43 +03:00
Git'Fellow
8665a9ba16
chore: add warning in case of failure
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-16 18:13:25 +02:00
Robin Appelman
7046aac7c4
test: update share tests to work with sharding
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-16 17:43:06 +02:00
Ferdinand Thiessen
1b41e8f566
Merge pull request #46538 from nextcloud/fix/use-filename-validator
...
refactor: Migrate filename validation from `Storage` and `Util` to `FilenameValidator`
2024-07-16 17:42:40 +02:00
Robin Appelman
decae5a45a
Merge pull request #46547 from nextcloud/query-builder-connection
...
feat: allow running QueryBuilder queries on different connections
2024-07-16 17:38:28 +02:00
Louis
6523cebf5d
Merge pull request #46450 from nextcloud/artonge/fix/prevent_generating_metadata_on_every_upgrade
...
fix(files_metadata): Don't run generation job on every upgrade
2024-07-16 17:10:00 +02:00
nextcloud-command
34b2546331
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-16 14:19:11 +00:00
John Molakvoæ
3dfebcb06e
Merge pull request #46551 from nextcloud/fix/shareapi-l10n
2024-07-16 15:48:42 +02:00
Ferdinand Thiessen
aa767de2b8
refactor: Improve design of declarative settings
...
* Remove the hint from DOM if empty (otherways they still take some place in layout)
* Individual fields of the same section should not be spaced 60px, 20px (2x 10px) should be enough
* We have the type `multi-checkbox` for real checkboxes where you can select on of multiple, and we have `checkbox` which is only used for enable / disable, so we shall use `switch` type of the checkbox component as we do for all other (non declarative) settings
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 15:38:34 +02:00
Joas Schilling
2f9fcc22ae
Merge pull request #46559 from nextcloud/ci/noid/fix-compile-command
...
fix(CI): Fix compile command
2024-07-16 15:27:08 +02:00
Louis Chemineau
f00acebf93
fix(files_metadata): Don't run generation job on every upgrade
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-16 15:02:32 +02:00
Joas Schilling
fe90e97f73
fix(CI): Fix compile command
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-16 13:35:54 +02:00
Ferdinand Thiessen
bb1f27f3df
Merge pull request #46556 from nextcloud/fix/sidebar-types
...
fix(files): Typo in import of `ShareType`
2024-07-16 13:27:51 +02:00
Ferdinand Thiessen
322b3946d9
fix(dav): Verify target path in setName instead of source path
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 12:57:11 +02:00
Ferdinand Thiessen
f4ede27cdb
refactor: Remove deprecated Util function for filename validation to FilenameValidator
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 12:49:10 +02:00
Ferdinand Thiessen
69341e4306
refactor: Migrate filename validation logic from Storage to FilenameValidator
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 12:49:09 +02:00
Ferdinand Thiessen
16e1d2dd07
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 12:23:49 +02:00
Ferdinand Thiessen
5cf0224461
fix(files): Typo in import of ShareType
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-16 12:20:55 +02:00
Ferdinand Thiessen
465cee2da3
Merge pull request #46535 from nextcloud/fix/noid/use-ubuntu-latest-for-s3
...
fix(ci): Use ubuntu-latest for object storage test
2024-07-16 12:16:17 +02:00
Ferdinand Thiessen
bcfe566acc
Merge pull request #46543 from nextcloud/fix/htaccess
...
fix(htaccess): Serve images as static assets
2024-07-16 11:52:12 +02:00
Git'Fellow
b010474c78
fix(appstore): Return an empty array in case of fail
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-16 11:42:35 +02:00
Ferdinand Thiessen
18c9f07ade
Merge pull request #46545 from nextcloud/fix/bring-back-forbidden-names
...
feat: Add `forbidden_filename_basenames` config option
2024-07-16 11:06:14 +02:00
grnd-alt
170849b3ff
Merge pull request #46354 from nextcloud/fix/45548-bug-duplicate-filefolder-names-delete-file-when-moving
...
stop file actions when conflict dialog skipped
2024-07-16 10:14:02 +02:00
grnd-alt
3ebfe9511b
fix: stop file actions when conflict dialog skipped
...
Signed-off-by: grnd-alt <salimbelakkaf@outlook.de >
2024-07-16 09:41:42 +02:00
Richard Steinmetz
e42bceac9f
feat: hide caldav server settings if no app uses the caldav backend
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-07-16 09:18:33 +02:00
skjnldsv
bb730a1ee3
fix(files_sharing): remove undesirable translations from ShareAPIController
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-16 08:33:53 +02:00
Josh Richards
c0e1503ce1
fix(previews): Stop returning true when getimagesize() fails
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2024-07-15 21:06:49 -04:00
Nextcloud bot
70dd8d513b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-16 00:19:55 +00:00
Robin Appelman
9de6190ec4
feat: allow running QueryBuilder queries on different connections
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-15 22:41:04 +02:00
Ferdinand Thiessen
bdbeabafa7
feat: Add forbidden_filename_basenames config option
...
This allows to configure forbidden filenames (the full filename like `.htaccess`)
and also forbidden basenames like `com0` where `com0`, `com0.txt` and `com0.tar.gz` will match.
We need this as only using basenames was too restrictive and will cause problems on some systems when updating.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-15 19:39:18 +02:00
Joas Schilling
7be7cfa5fd
Merge pull request #46531 from nextcloud/bugfix/noid/save-CI-time-for-forks
...
fix(CI): Skip some CI work from forks as they don't work anyway
2024-07-15 18:32:54 +02:00
Ferdinand Thiessen
52e243f4d8
fix(htaccess): Serve images as static assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-15 18:06:13 +02:00
Christoph Wurst
8c571dda47
Merge pull request #45848 from nextcloud/fix/comment-deleting-with-activities
...
Fix/comment deleting with activities installed
2024-07-15 16:20:21 +02:00
Marcel Müller
9b02ebde28
fix(ci): Use ubuntu-latest for object storage test
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2024-07-15 15:58:22 +02:00
Grigory Vodyanov
bd7c29c362
fix(comments): comment deleting with activities installed
...
Signed-off-by: Grigory Vodyanov <scratchx@gmx.com >
Signed-off-by: Grigory V <scratchx@gmx.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-15 13:38:41 +00:00
Robin Appelman
f94b0c3f55
Merge pull request #46397 from nextcloud/extended-query-builder-base
...
feat: add base class for extending the query builder
2024-07-15 14:53:22 +02:00
Robin Appelman
7206b2dc41
Merge pull request #46396 from nextcloud/inspectable-composite-expression
...
feat: allow inspecting the parts of the composite expression builder
2024-07-15 14:53:07 +02:00
Joas Schilling
e40cc779c9
fix(CI): Skip some CI work from forks as they don't work anyway
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-15 13:25:20 +02:00
Ferdinand Thiessen
d42849852e
Merge pull request #46432 from nextcloud/fix/close-sidebar-on-navigation
...
fix(files): Close sidebar on navigation
2024-07-15 12:53:03 +02:00
Joas Schilling
fe597d89cf
Merge pull request #45509 from JulienFS/fix/openapi/response-namespace
...
Use OC namespace for core ReponseDefinitions instead of OCA
2024-07-15 12:51:02 +02:00
Julien CHATY-CAPELLE
2d84d0f5bf
fix(core): use OC namespace for core ReponseDefinitions instead of OCA
...
Signed-off-by: Julien CHATY-CAPELLE <julien@chaty-capelle.fr >
2024-07-15 11:50:02 +02:00
Ferdinand Thiessen
c5f9ab9fba
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-15 11:36:20 +02:00
Ferdinand Thiessen
841efff3fb
fix(files): Close the sidebar on navigation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-15 11:34:05 +02:00
John Molakvoæ
b05e963f15
Merge pull request #46504 from nextcloud/fix/dark-theme-enforce
2024-07-15 10:09:54 +02:00
Git'Fellow
fcff64afc7
Merge pull request #46475 from nextcloud/redisReqVer4
...
fix(redis): Require version >=4 for unlink
2024-07-15 09:54:42 +02:00
Nextcloud bot
86d6bc9f4f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-15 00:19:55 +00:00
dependabot[bot]
c4c5cf2d96
Merge pull request #46487 from nextcloud/dependabot/npm_and_yarn/puppeteer-22.13.0
2024-07-14 09:24:43 +00:00
Nextcloud bot
c63918587b
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-14 00:19:31 +00:00
dependabot[bot]
91be1482b4
Merge pull request #46489 from nextcloud/dependabot/npm_and_yarn/webpack-5.93.0
2024-07-13 15:49:09 +00:00
dependabot[bot]
f8c1e42ea8
build(deps-dev): bump webpack from 5.91.0 to 5.93.0
...
Bumps [webpack](https://github.com/webpack/webpack ) from 5.91.0 to 5.93.0.
- [Release notes](https://github.com/webpack/webpack/releases )
- [Commits](https://github.com/webpack/webpack/compare/v5.91.0...v5.93.0 )
---
updated-dependencies:
- dependency-name: webpack
dependency-type: direct:development
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 >
2024-07-13 15:31:52 +00:00
dependabot[bot]
f84dcb1774
Merge pull request #46486 from nextcloud/dependabot/npm_and_yarn/typescript-5.5.3
2024-07-13 15:24:46 +00:00
dependabot[bot]
9cf43daa61
Merge pull request #46493 from nextcloud/dependabot/npm_and_yarn/cypress-13.13.0
2024-07-13 14:52:41 +00:00
dependabot[bot]
d63a7e68cf
Merge pull request #46501 from nextcloud/dependabot/npm_and_yarn/workbox-webpack-plugin-7.1.0
2024-07-13 14:38:31 +00:00
dependabot[bot]
3b9626d53a
build(deps-dev): bump workbox-webpack-plugin from 7.0.0 to 7.1.0
...
Bumps [workbox-webpack-plugin](https://github.com/googlechrome/workbox ) from 7.0.0 to 7.1.0.
- [Release notes](https://github.com/googlechrome/workbox/releases )
- [Commits](https://github.com/googlechrome/workbox/compare/v7.0.0...v7.1.0 )
---
updated-dependencies:
- dependency-name: workbox-webpack-plugin
dependency-type: direct:development
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 >
2024-07-13 14:09:52 +00:00
skjnldsv
1d00f48d26
fix(theming): enforce theme should still provide dark as fallback
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-13 10:07:49 +02:00
dependabot[bot]
9d47b7458a
build(deps-dev): bump cypress from 13.7.2 to 13.13.0
...
Bumps [cypress](https://github.com/cypress-io/cypress ) from 13.7.2 to 13.13.0.
- [Release notes](https://github.com/cypress-io/cypress/releases )
- [Changelog](https://github.com/cypress-io/cypress/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/cypress/compare/v13.7.2...v13.13.0 )
---
updated-dependencies:
- dependency-name: cypress
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 02:39:26 +00:00
dependabot[bot]
35564fd7f6
build(deps-dev): bump @types/dockerode from 3.3.28 to 3.3.29
...
Bumps [@types/dockerode](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/dockerode ) from 3.3.28 to 3.3.29.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases )
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/dockerode )
---
updated-dependencies:
- dependency-name: "@types/dockerode"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 01:42:35 +00:00
dependabot[bot]
85f834338d
build(deps-dev): bump puppeteer from 22.11.2 to 22.13.0
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 22.11.2 to 22.13.0.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.11.2...puppeteer-v22.13.0 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 01:41:12 +00:00
dependabot[bot]
86e00b367c
build(deps-dev): bump typescript from 5.4.5 to 5.5.3
...
Bumps [typescript](https://github.com/Microsoft/TypeScript ) from 5.4.5 to 5.5.3.
- [Release notes](https://github.com/Microsoft/TypeScript/releases )
- [Changelog](https://github.com/microsoft/TypeScript/blob/main/azure-pipelines.release.yml )
- [Commits](https://github.com/Microsoft/TypeScript/compare/v5.4.5...v5.5.3 )
---
updated-dependencies:
- dependency-name: typescript
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-13 01:40:47 +00:00
Nextcloud bot
4b296c750a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-13 00:19:46 +00:00
John Molakvoæ
7773f1b379
Merge pull request #46007 from nextcloud/feat/files-request
2024-07-12 20:35:34 +02:00
John Molakvoæ
4b3aa01183
fix(files_sharing): fix label usage of file request feature
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-07-12 20:14:30 +02:00
skjnldsv
df42a10e56
chore(files_sharing): lint & refactor fixes
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
9b84831c8d
fix(files_sharing): adjust IAttributes API and files_versions
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
62defbd6b4
chore: compile assets
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
967b3848e0
fix(files_sharing): phpunit & openapi fixes
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
bc5839e5b5
chore(files_sharing): cleanup NewFileRequestDialog vue
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
a65cdd1e70
fix: ARateLimit documentation
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
30f9ef414e
fix: psalm, cs, autoloader and lint
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
5ce4bb368f
chore(files_sharing): refactor share password mail
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
208ff8013d
chore(files_sharing): refactor sharing config
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
06462804f7
fix(files_sharing): adjust NewFileRequestDialog for emails invites
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
75ca4944c9
feat(files_sharing): allow mixed values in share attributes and allow storing email arrays
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
c253112cf7
chore(files_sharing): refactor mail handling
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
d388370c3b
feat(files_sharing): implement IShareProviderWithNotification and refactor sendMailNotification
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
443c48aefb
feat(files_sharing): add new file request option
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
skjnldsv
b6f635f6f6
chore(files_sharing): rename File drop to File requests
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-12 20:14:30 +02:00
Git'Fellow
4c61a94f4f
fix(redis): Require version >=4 for unlink
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-12 19:53:49 +02:00
Robin Appelman
c82d382a20
feat: add base class for extending the query builder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-12 17:01:39 +02:00
Robin Appelman
d81d59e9c3
feat: allow inspecting the parts of the composite expression builder
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-12 17:01:36 +02:00
Joas Schilling
86f5fb0c9b
Merge pull request #46472 from nextcloud/bugfix/noid/require-compilation-check-when-touching-version
...
fix(CI): Require compilation check when touching version.php
2024-07-12 15:40:15 +02:00
Joas Schilling
7cad5573f5
fix(CI): Require compilation check when touching version.php
...
NPM is using version.php as app version and that seems to be part of the dist files now
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-12 15:05:35 +02:00
Ferdinand Thiessen
e13b59b085
Merge pull request #46453 from nextcloud/feat/background-with-dark-variant
...
feat(theming): Allow shipped backgrounds to have a dark variant
2024-07-12 15:04:28 +02:00
Ferdinand Thiessen
d5dc6b2476
feat(theming): Allow shipped backgrounds to have a dark variant
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-12 13:00:07 +02:00
github-actions[bot]
76943efa18
Merge pull request #46085 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-07-12 02:47:28 +00:00
nextcloud-command
2d8b64957c
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-07-12 02:25:57 +00:00
Ferdinand Thiessen
cf050a6fe4
Merge pull request #46458 from nextcloud/auto-approve-psalm-baseline-update
...
chore: auto approve the psalm baseline update
2024-07-12 03:56:25 +02:00
Nextcloud bot
4c7840ee31
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-12 00:19:36 +00:00
Andy Scherzinger
32d1d82fa3
Merge pull request #46445 from nextcloud/bug/docs/fix-phpdoc-for-find-app-in-directories
...
docs: correct return type for findAppInDirectories
2024-07-11 23:13:41 +02:00
Daniel Kesselberg
6983310ec0
docs: correct return type for findAppInDirectories
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-11 23:13:08 +02:00
Daniel Kesselberg
ded1a48034
chore: auto approve the psalm baseline update
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-11 22:50:05 +02:00
Pytal
64701f8a80
Merge pull request #45716 from nextcloud/feat/recent-accounts-section
...
feat: Add Recently active accounts section
2024-07-11 12:00:41 -07:00
Christopher Ng
281d83710e
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-11 11:19:09 -07:00
Christopher Ng
e8cacc50a2
chore(settings): Rename user groups
...
- "Active accounts" -> "All accounts"
- "Recent accounts" -> "Recently active"
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-11 11:19:09 -07:00
Christopher Ng
51e9651436
chore(l10n): Translate group names
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-11 11:19:09 -07:00
Christopher Ng
07319a118b
feat: Add Recent accounts section
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-11 11:19:09 -07:00
Ferdinand Thiessen
19c8c63f32
Merge pull request #46373 from nextcloud/artonge/fix/rounded_corner_in_grid_view
...
fix(files): Add rounded corners back in grid view
2024-07-11 17:56:08 +02:00
Andy Scherzinger
50af0805f0
Merge pull request #46448 from nextcloud/bugfix/noid/fix-missing-dashboard-widget-icon
...
fix(dashboard): Unify widget icon colors and document it's behaviour
2024-07-11 17:27:55 +02:00
Ferdinand Thiessen
a2ded20050
Merge pull request #46414 from nextcloud/feat/provide-new-files-config
...
feat: Add new forbidden filename options to Capabilities
2024-07-11 15:53:25 +02:00
Ferdinand Thiessen
cf935e33ae
fix: OCP\Files\Node\Folder::search was not setting the owner
...
The owner was not set on the file info causing e.g. webdav searches to never return the known owner.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-11 15:46:44 +02:00
Joas Schilling
37d331233c
fix(dashboard): Document expected icon behaviour
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-11 13:14:03 +00:00
Louis Chemineau
5fc79e4002
fix(files): Add rounded corners back in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-11 14:35:03 +02:00
Joas Schilling
5368b93539
fix(dashboard): Use the widget icon URL when it was provided
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-11 14:18:22 +02:00
Joas Schilling
6acecb6f68
fix(userstatus): Fix dashboard icon
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-11 14:18:02 +02:00
Ferdinand Thiessen
ead87dfa01
Merge pull request #46424 from nextcloud/chore/update-dialogs
...
chore(deps): Update `@nextcloud/dialogs` to v5.3.5
2024-07-11 14:13:35 +02:00
Ferdinand Thiessen
a229723b8c
feat: Add new forbidden filename options to Capabilities
...
Allow clients to access the new filename validation options
and make frontend name validation possible.
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-11 13:31:54 +02:00
Ferdinand Thiessen
3112dee77d
chore: Recompile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-11 13:05:59 +02:00
Ferdinand Thiessen
0418026c15
chore(deps): Update @nextcloud/dialogs to v5.3.5
...
Also align package.json with dependencies used.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-11 13:05:59 +02:00
Andy Scherzinger
b09347ae53
Merge pull request #46439 from nextcloud/docs/noid/spdx-docs
...
Update license header infos
2024-07-11 12:06:03 +02:00
Benjamin Gaussorgues
d526d7813d
Merge pull request #46392 from nextcloud/chore/bruteforce-dont-count-failed-csrf
...
feat: don't count failed CSRF as failed login attempt
2024-07-11 11:20:02 +02:00
Andy Scherzinger
c13f1948e2
docs: Update license header infos
...
...to be inline with the SPDX strategy
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-11 10:22:38 +02:00
Benjamin Gaussorgues
e5275dbada
feat: don't count failed CSRF as failed login attempt
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-07-11 09:27:33 +02:00
Arthur Schiwon
95af299cf5
Merge pull request #46398 from nextcloud/fix/46165/token-race
...
fix(Session): avoid race conditions on clustered setups
2024-07-11 09:24:24 +02:00
Marcel Müller
d70744136d
Merge pull request #46428 from nextcloud/fix/noid/fix-cypress-test-cachebuster
...
fix(theming): Don't reset the cachebuster value when we reset theming
2024-07-11 07:24:55 +02:00
Nextcloud bot
1a41cd57cf
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-11 00:20:02 +00:00
SebastianKrupinski
f5fcfb4670
fix(dav): Thrown forbidden error for authenticated user instead of not found
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-10 17:58:02 -04:00
Marcel Müller
4f12584310
fix(theming): Don't reset the cachebuster value when we reset theming
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2024-07-10 23:13:48 +02:00
Ferdinand Thiessen
b97c7dfe7f
Merge pull request #46391 from nextcloud/chore/use-consistent-material-symbols
...
chore: Make app icons consistent Material Symbols with same settings
2024-07-10 19:47:01 +02:00
Joas Schilling
78bb1dc55c
Merge pull request #46388 from nextcloud/bugfix/noid/broken-file-systemtag-cache
...
fix(workflows): Fix file systemtag cache
2024-07-10 16:46:14 +02:00
Ferdinand Thiessen
b2cf05657d
chore: Make app icons consistent Material Symbols with same settings
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-10 15:53:45 +02:00
Ferdinand Thiessen
b50182b0d6
Merge pull request #46371 from nextcloud/feat/filename-validator
...
feat: Add `IFilenameValidator` to have one consistent place for filename validation
2024-07-10 15:40:26 +02:00
Arthur Schiwon
abd8708a96
ci(psalm): update baseline
...
prefer to keep this check as PublicEmitter should be dropped sooner or
later
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-10 13:48:03 +02:00
Arthur Schiwon
6a783d9b08
fix(Session): avoid race conditions on clustered setups
...
- re-stablishes old behaviour with cache to return null instead of throwing
an InvalidTokenException when the token is cached as non-existing
- token invalidation and re-generation are bundled in a DB transaction now
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-10 13:28:33 +02:00
Joas Schilling
a2a0a5afcb
fix(workflows): Fix file systemtag cache
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-10 11:55:29 +02:00
Joas Schilling
e31f474fec
Merge pull request #46320 from nextcloud/perf/php-session-cache-limiter
...
perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
2024-07-10 11:52:52 +02:00
Nextcloud bot
cd7007c649
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-10 00:34:21 +00:00
Ferdinand Thiessen
038836c41c
Merge pull request #46370 from nextcloud/refactor/app-menu
...
refactor: split app menu into smaller components
2024-07-10 02:11:45 +02:00
Ferdinand Thiessen
d04a221093
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-10 01:35:29 +02:00
Ferdinand Thiessen
12e1c29245
test: Adjust cypress tests to use reusable POM for header navigation
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-10 01:35:25 +02:00
Ferdinand Thiessen
d82565d67d
refactor(core): Split app menu into components
...
This allows to split one large block of code into three components with each one usecase.
Allowing for better readability and maintainablility.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-10 01:35:24 +02:00
Ferdinand Thiessen
a96b5940dd
chore: Make active apps initial state consistent with OCS API
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-10 01:35:24 +02:00
Ferdinand Thiessen
4fc77eca47
Merge pull request #46382 from nextcloud/fix/sharing-action
...
fix(files_sharing): Only enable mixed sharing types if there is at least one sharing type
2024-07-10 01:28:28 +02:00
Git'Fellow
9005ab0cfa
Merge pull request #44544 from nextcloud/dependabot/npm_and_yarn/davclient.js-de93b73
...
build(deps): bump davclient.js from `1ab200d` to `de93b73`
2024-07-10 00:19:19 +02:00
John Molakvoæ
99feafad71
Merge pull request #46310 from nextcloud/fix/cypress-wait-apps
2024-07-09 22:34:14 +02:00
dependabot[bot]
a2c2c7a891
build(deps): bump davclient.js from 1ab200d to de93b73
...
Bumps [davclient.js](https://github.com/owncloud/davclient.js ) from `1ab200d` to `de93b73`.
- [Release notes](https://github.com/owncloud/davclient.js/releases )
- [Commits](https://github.com/owncloud/davclient.js/compare/1ab200d099a3c2cd2ef919c3a56353ce26865994...de93b734bd7a656de0482437df8ef50dd68a10d3 )
---
updated-dependencies:
- dependency-name: davclient.js
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-09 19:04:08 +00:00
nextcloud-command
d17d5bfd8e
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-09 18:40:26 +00:00
Ferdinand Thiessen
fd21e15f7d
fix(files_sharing): Only enable mixed sharing types if there is at least one sharing type
...
If the array is empty it means it is not shared.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 20:34:08 +02:00
Ferdinand Thiessen
ddb9ef8287
Merge pull request #46004 from nextcloud/perf/noid/log-slow-capabilities
...
perf(capabilities): Log capabilities providers that are slow
2024-07-09 20:32:55 +02:00
Ferdinand Thiessen
6d8a7a147c
Merge pull request #46082 from nextcloud/chore/enable-eslint
...
chore: Enable ESLint for apps and fix all errors
2024-07-09 19:04:25 +02:00
Ferdinand Thiessen
b0f6686866
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 17:27:21 +02:00
Ferdinand Thiessen
d0951b48be
chore(files): Fix ESLint issues with files and files_sharing app
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 17:25:41 +02:00
Ferdinand Thiessen
24c01695bb
test: Adjust Typescript definitions for OCP and OC
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 17:13:30 +02:00
Ferdinand Thiessen
691f570237
chore: Enable ESLint for apps and fix all errors
...
Nevertheless this causes a huge amount of new warnings.
Previously the shell script for directories to lint was wrong it was generating all app names to lint,
but was missing the `apps/` prefix. Causing only `core` to be linted.
Co-authored-by: Grigorii K. Shartsev <me@shgk.me >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 17:13:30 +02:00
Pytal
3a97dbf248
Merge pull request #46123 from nextcloud/feat/user-password-hash
...
feat: Allow getting/setting the password hash of a user
2024-07-09 08:00:01 -07:00
Ferdinand Thiessen
46f1efac41
feat: Add IFilenameValidator to have one consistent place for filename validation
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-09 15:04:34 +02:00
Bahman Jafarzadeh
15936040f9
docs: added customclient_fdroid config key to config.sample.php file
...
Co-authored-by: Josh <josh.t.richards@gmail.com >
Signed-off-by: Bahman Jafarzadeh <bahman026@gmail.com >
2024-07-09 13:20:06 +03:30
Pytal
025a7849b4
Merge pull request #46361 from nextcloud/perf/scroll-user-list
...
perf(settings): Optimize user list scroll performance
2024-07-09 01:29:17 -07:00
Git'Fellow
6b523e8b09
Merge pull request #46317 from nextcloud/s3InsertTimeout
...
fix(s3): Don't wait indefinitely for S3 to return
2024-07-09 09:49:39 +02:00
yemkareems
f727040f50
Merge pull request #45249 from nextcloud/feature/add-ability-to-sort-by-last-login
...
feat: add ability to sort by last login
2024-07-09 13:15:31 +05:30
Christopher Ng
088cc32b97
chore: compile assets
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 17:37:39 -07:00
Christopher Ng
4b392ebb4e
perf(settings): Optimize user list scroll performance
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 17:37:35 -07:00
Nextcloud bot
4fd2127761
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-09 00:19:56 +00:00
Christopher Ng
c390ae94ff
feat: Validate password hash
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:31:42 -07:00
Christopher Ng
dba00560d2
perf: Return cached password hash
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:30:52 -07:00
Christopher Ng
d65f53184e
docs: Add info for the password hashes
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:30:52 -07:00
Christopher Ng
34d97d45cf
feat: Allow getting/setting the password hash of a user
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:30:52 -07:00
Christopher Ng
a330f4c9d5
feat: Implement IPasswordHashBackend in database user backend
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:30:52 -07:00
Christopher Ng
69f252a90d
feat: Add IPasswordHashBackend
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-08 16:30:19 -07:00
Julius Härtl
38bee2c014
perf: Set session.cache_limiter at runtime to avoid clients caching static assets served by PHP
...
By default there is a Pragma: no-cache header set due to the default
value `no-cache` of session.cache-limiter, which will cause Chrome and
iOS to not cache even with a different Cache-Control header set on the
response.
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-08 22:30:27 +02:00
F. E Noel Nfebe
7b60b989b0
Merge pull request #46321 from nextcloud/fix/46195/feedback-no-read-perms
...
fix(SharingDetailsView): Prevent illegal unselection of read permissions
2024-07-08 21:02:26 +01:00
nextcloud-command
5bb36dce4c
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-08 19:38:53 +00:00
fenn-cs
48339500fc
fix(SharingDetailsView): Prevent illegal unselection of read permissions
...
With the exception of "file drop" on link shares all other shares need the read permissions at least.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-08 20:32:52 +01:00
Andy Scherzinger
9b2d195cda
Merge pull request #46358 from nextcloud/artonge/fix/checkbox_background
...
fix(files): Correctly center the checkbox's background in grid view
2024-07-08 21:12:24 +02:00
Andy Scherzinger
9bab06978e
Merge pull request #46360 from nextcloud/style/noid/dashboardIconResized
...
Align dashboard app icon in size with photos app icon
2024-07-08 18:44:48 +02:00
Andy Scherzinger
67fef54b6c
style: Align dashboard app icon in size with photos app icon
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-08 18:42:07 +02:00
nextcloud-command
1f4926bd1f
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-08 15:42:13 +00:00
Louis Chemineau
93cb30fc0c
fix(files): Correctly center the checkbox's background in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-08 17:34:15 +02:00
Côme Chilliet
a434dfbcb3
Merge pull request #46115 from nextcloud/enh/add-a-universal-debug-option-to-occ
...
feat(occ): Add a --debug option to output all log levels to the output
2024-07-08 17:15:02 +02:00
Côme Chilliet
5b9966feba
fix(occ): Use the const instead of hardcoded string for --debug-log option
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-08 16:09:39 +02:00
Git'Fellow
fa84f52c3f
fix: typo
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-08 15:11:35 +02:00
Sebastian Krupinski
fe90956aa4
Merge pull request #46315 from nextcloud/fix/limit-vevent-size
...
fix(caldav): limit vevent size
2024-07-08 09:10:09 -04:00
Git'Fellow
372c9d2ee6
fix: check both CLI and value
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-08 15:09:29 +02:00
provokateurin
68d60fcd26
fix(OpenAPI): Regenerate
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-08 12:21:17 +02:00
yemkareems
4eba967d63
fix: getLastLoggedInUsers moved from AllConfig/IConfig to IUserManager/Manager
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
6ac49e549b
fix: ran bash build/openapi-checker.sh and commit the result
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
710dc43309
fix: doc block corrected
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
357786f36a
fix: return type doc block added as per psalm
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
53e3644ffb
fix: return type doc block added as per psalm
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
0df1a29cf0
fix: return type doc block added as per psalm
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
3dee8a213d
fix: second join and where conditions added only when search param is available
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
0e6040289f
fix: query refactored to support both the search by email and sort by login
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
ae95e46787
fix: limit and fixLimit removed. negative limit handled in controller. removed getUsersSortedByLastLogin from Manager and instead used the config in controller
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
ceedfb4616
fix: removed default limit of 25. if null is given all users are fetched or if limit is given limit number of users are fetched
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
cfafbc8415
fix: removed references to old disabled users code. refactored query as per getDisplayNames function. limit and offset added to query. default limit set to 25.
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
4c62f78a25
fix: removed NoCSRFRequired used for testing locally
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
afa51365ff
fix: removed the params related to sortMode and order since it sorts by lastLogin
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
c701ef1ed5
fix: since added to doc blocks
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
5b249df686
fix: doc blocks added
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
695bd042d7
fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
dc6e8c9c0a
fix: search and searchDisplayNames reverted to how it was initially as sort and order are not required here
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
3615b1f928
fix: removed csrf check for the recent end point and ran cs fix
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
4cb85f7c9e
fix: rebased the branch with master and resolved conflicts
...
fix: added a new endpoint users/recent and getting users based on last login info in the same. Reverted old code that was breaking LDAP
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
76c875a588
fix: change orderBy and sort to sortMode and sortOrder. default it to uid asc. enable email search by changing query
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
33b38c6573
fix: cs fix and psalm ci related changes
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
c8c68c3510
fix: sort the user getDisplayNames based on lastLogin. Default sort order is lastLogin DESC
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
87a8013ee3
feat: cs fix run on the changed files and default order by last_login desc. Also last_login sort logic changed
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
yemkareems
0ee676cd51
feat: add ability to sort users by last_login, uid or displayName. one of these needs to be passed as orderBy and sort can be ASC or DESC
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-07-08 15:42:55 +05:30
Joas Schilling
59d6b370ee
Merge pull request #46010 from nextcloud/bugfix/noid/allow-guests-to-load-the-dashboard
...
fix(dashboard): Correctly redirect guests to login page when opening dashboard
2024-07-08 11:14:11 +02:00
Git'Fellow
39f052407a
fix(setupchecks): Skip checking for OPcache if running from CLI
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-08 10:43:20 +02:00
Nextcloud bot
b94a1f7f29
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-08 00:19:42 +00:00
Andy Scherzinger
f6b53bb9dc
Merge pull request #46271 from nextcloud/enh/dashboard-icon
...
Update dashboard icon
2024-07-07 19:59:51 +02:00
Andy Scherzinger
6c6ca859bf
fix: update dashboard icon
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-07 19:34:19 +02:00
Andy Scherzinger
8534b8cc5c
Merge pull request #46323 from nextcloud/style/noid/copyIcon
...
Unify copy icon
2024-07-07 19:31:05 +02:00
nextcloud-command
7a473d2d49
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-07 17:03:29 +00:00
Andy Scherzinger
2c11c6ac23
style: unify copy icon
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-07 18:39:10 +02:00
Andy Scherzinger
785f57fe62
Merge pull request #46349 from nextcloud/style/noid/file-reminders-app-icon
...
Add app icon to file reminders
2024-07-07 18:38:18 +02:00
Andy Scherzinger
8c9ba2c789
style: Add app icon to file reminders
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-07 18:35:52 +02:00
Ferdinand Thiessen
03b1918c58
Merge pull request #46259 from nextcloud/feat/provide-body-container
...
feat(theming): Provide `body-container-` variables through theming
2024-07-07 14:24:36 +02:00
Nextcloud bot
2cbb7f488a
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-07 00:19:25 +00:00
dependabot[bot]
ca50c3167d
Merge pull request #45071 from nextcloud/dependabot/npm_and_yarn/nextcloud/cypress-1.0.0-beta.8
2024-07-06 19:34:29 +00:00
dependabot[bot]
5272aaefaa
build(deps-dev): bump @nextcloud/cypress
...
Bumps [@nextcloud/cypress](https://github.com/nextcloud/nextcloud-cypress ) from 1.0.0-beta.7 to 1.0.0-beta.8.
- [Release notes](https://github.com/nextcloud/nextcloud-cypress/releases )
- [Commits](https://github.com/nextcloud/nextcloud-cypress/compare/v1.0.0-beta.7...v1.0.0-beta.8 )
---
updated-dependencies:
- dependency-name: "@nextcloud/cypress"
dependency-type: direct:development
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 >
2024-07-06 19:15:16 +00:00
MichaIng
49e65923f2
Merge pull request #45263 from nextcloud/dependabot/npm_and_yarn/nextcloud/stylelint-config-3.0.1
...
chore(deps-dev): bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1
2024-07-06 20:44:35 +02:00
dependabot[bot]
5729101652
chore(deps-dev): bump @nextcloud/stylelint-config from 2.4.0 to 3.0.1
...
Bumps [@nextcloud/stylelint-config](https://github.com/nextcloud/stylelint-config ) from 2.4.0 to 3.0.1.
- [Release notes](https://github.com/nextcloud/stylelint-config/releases )
- [Changelog](https://github.com/nextcloud-libraries/stylelint-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/stylelint-config/compare/v2.4.0...v3.0.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/stylelint-config"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 16:27:44 +00:00
MichaIng
a622d5c9a5
Merge pull request #45264 from nextcloud/dependabot/npm_and_yarn/nextcloud/l10n-3.1.0
...
chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0
2024-07-06 18:26:09 +02:00
dependabot[bot]
6d9aa3ac4b
chore(deps): bump @nextcloud/l10n from 2.2.0 to 3.1.0
...
Bumps [@nextcloud/l10n](https://github.com/nextcloud-libraries/nextcloud-l10n ) from 2.2.0 to 3.1.0.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-l10n/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-l10n/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-l10n/compare/v2.2.0...v3.1.0 )
---
updated-dependencies:
- dependency-name: "@nextcloud/l10n"
dependency-type: direct:production
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 >
2024-07-06 15:26:49 +00:00
dependabot[bot]
a7645f9fba
Merge pull request #45787 from nextcloud/dependabot/npm_and_yarn/braces-3.0.3
2024-07-06 14:47:18 +00:00
dependabot[bot]
8270c9fdcc
Merge pull request #46328 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.6
2024-07-06 14:34:51 +00:00
dependabot[bot]
59abc5c644
Merge pull request #46327 from nextcloud/dependabot/npm_and_yarn/libphonenumber-js-1.11.4
2024-07-06 14:18:07 +00:00
dependabot[bot]
adeaca8121
chore(deps): bump libphonenumber-js from 1.10.60 to 1.11.4
...
Bumps [libphonenumber-js](https://gitlab.com/catamphetamine/libphonenumber-js ) from 1.10.60 to 1.11.4.
- [Changelog](https://gitlab.com/catamphetamine/libphonenumber-js/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/catamphetamine/libphonenumber-js/compare/v1.10.60...v1.11.4 )
---
updated-dependencies:
- dependency-name: libphonenumber-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 >
2024-07-06 13:58:18 +00:00
dependabot[bot]
628403675a
Merge pull request #46329 from nextcloud/dependabot/npm_and_yarn/nextcloud/password-confirmation-5.1.1
2024-07-06 11:06:34 +00:00
nextcloud-command
eebdbecd7d
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-06 03:58:41 +00:00
dependabot[bot]
bc4fdb4825
chore(deps): bump @nextcloud/password-confirmation from 5.1.0 to 5.1.1
...
Bumps [@nextcloud/password-confirmation](https://github.com/nextcloud-libraries/nextcloud-password-confirmation ) from 5.1.0 to 5.1.1.
- [Release notes](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/releases )
- [Changelog](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/nextcloud-password-confirmation/compare/v5.1.0...v5.1.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/password-confirmation"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 01:10:33 +00:00
dependabot[bot]
55b64b59da
chore(deps-dev): bump @testing-library/jest-dom from 6.4.5 to 6.4.6
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.5 to 6.4.6.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.5...v6.4.6 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-07-06 01:10:14 +00:00
Nextcloud bot
d30bebd381
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-06 00:19:24 +00:00
Git'Fellow
c84e76a749
fix(s3): Don't wait indefinitely for S3 to return
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: lint
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: use AwsException
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: Throw on connection failure
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: Wrap all in try catch block
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: use RequestTimeout error message
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
log: use OCP Server class
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: Handle connect timeout only
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
fix: Handle errors more generically
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-07-05 16:24:32 +02:00
John Molakvoæ
a98a0eb7cd
Merge pull request #46307 from nextcloud/artonge/feat/improve_grid_view
2024-07-05 10:43:30 +02:00
Richard Steinmetz
5d2d582a2b
Merge pull request #46295 from nextcloud/chore/remove-obsolete-function-generateVCalendar
...
chore(caldav): remove obsolete function
2024-07-05 07:52:32 +02:00
Pytal
915eef6429
Merge pull request #46186 from nextcloud/feat/validate-hash
...
feat: Add utility method to validate an IHasher hash
2024-07-04 17:45:04 -07:00
Nextcloud bot
4a8cf147eb
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-05 00:19:26 +00:00
Christopher Ng
48b69c53dc
test: Test hash validation
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-04 17:05:50 -07:00
Christopher Ng
415edcac9b
chore: More explicit splitHash typing
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-04 17:05:45 -07:00
Christopher Ng
d9bf6c432e
feat: Add method to validate an IHasher hash
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-07-04 17:05:45 -07:00
dependabot[bot]
7e8a061ab6
Merge pull request #46110 from nextcloud/dependabot/npm_and_yarn/nextcloud/calendar-availability-vue-2.2.2
2024-07-04 23:42:04 +00:00
dependabot[bot]
5fd193a54d
chore(deps): bump @nextcloud/calendar-availability-vue
...
Bumps [@nextcloud/calendar-availability-vue](https://github.com/nextcloud/calendar-availability-vue ) from 2.2.1 to 2.2.2.
- [Release notes](https://github.com/nextcloud/calendar-availability-vue/releases )
- [Changelog](https://github.com/nextcloud/calendar-availability-vue/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud/calendar-availability-vue/compare/v2.2.1...v2.2.2 )
---
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 >
2024-07-04 23:22:33 +00:00
SebastianKrupinski
247fbb5538
fix(caldav): limit vevent size
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-04 18:56:27 -04:00
Richard Steinmetz
a8e581ca94
Merge pull request #46193 from nextcloud/fix/limit-vcard-size
...
fix(carddav): limit vcard size
2024-07-05 00:08:14 +02:00
SebastianKrupinski
cb6c091e08
fix(carddav): limit vcard size
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-04 16:42:09 -04:00
Andy Scherzinger
be3a8476c6
Merge pull request #46311 from nextcloud/chore/noid/reuse-v4
...
ci: Bump reuse to v4.0.0
2024-07-04 22:29:57 +02:00
Andy Scherzinger
9d105e8b8b
ci: Bump reuse to v4.0.0
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-07-04 22:25:48 +02:00
Louis Chemineau
d30d7de56f
feat(files): Refresh grid view layout
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-04 18:49:37 +02:00
Louis Chemineau
e8790f0b89
feat(files): Display mtime in grid view
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-04 18:48:29 +02:00
John Molakvoæ
78c2c6d57f
Merge pull request #46283 from nextcloud/chore/server-nextcloud-vue-8.13.0
2024-07-04 18:42:16 +02:00
skjnldsv
cf92cf3203
fix(cypress): wait for apps list fetch for better testing stability
...
Signed-off-by: skjnldsv <skjnldsv@protonmail.com >
2024-07-04 18:32:42 +02:00
Ferdinand Thiessen
6ef88de0b4
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-04 18:29:17 +02:00
Ferdinand Thiessen
c9e8cdd7ad
feat(theming): Provide body-container- variables through theming
...
* Provide the body container height, radius and margin as theming variables.
* Remove unused old variables (`header-menu-profile-item-height` and `list-max-width`)
* Fix comment about breakpoint JS location
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-04 18:29:17 +02:00
Julius Härtl
7e663301ff
Merge pull request #45353 from nextcloud/feat/excalidraw-file-support
...
feat: support excalidraw file
2024-07-04 17:27:38 +02:00
Hamza Mahjoubi
5e86322584
chore(deps): Bump @nextcloud/vue to v8.14.0
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com >
2024-07-04 16:52:56 +02:00
Côme Chilliet
612088bef2
feat: Add reserved options in a new OCP class so that applications know about them
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-04 16:19:36 +02:00
Daniel
8b3055ce59
Merge pull request #46276 from nextcloud/3rdparty/patch-mp3info
...
chore(mp3info): apply upstream patch for invalid array access
2024-07-04 14:25:18 +02:00
Joas Schilling
bd7b09a709
Merge pull request #46251 from nextcloud/feat/taskprocessing-more-tasktypes
...
feat(TaskProcessing): Add more task types
2024-07-04 14:02:02 +02:00
Marcel Klehr
03d71e859c
Merge pull request #46286 from nextcloud/fix/tp/sync-bg-job-status
...
fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider
2024-07-04 12:53:54 +02:00
Julius Härtl
f5fbe43548
fix: Adapt icon color to new default for mime icons
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-07-04 11:09:21 +02:00
Hoang Pham
9a2f026bd6
feat: support excalidraw file
...
Signed-off-by: Hoang Pham <hoangmaths96@gmail.com >
2024-07-04 11:09:21 +02:00
Daniel Kesselberg
37454eb200
feat: log file id and path when extracting the mp3 cover fails
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-04 10:55:31 +02:00
Daniel Kesselberg
949a634a26
chore(mp3info): apply upstream patch for invalid array access
...
Patch: wapmorgan/Mp3Info#36
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-04 10:55:31 +02:00
John Molakvoæ
8cb0f1a3ae
Merge pull request #46174 from nextcloud/fix/integrity-check
...
fix(IntegrityCheck): Ensure the check is run if no results are available
2024-07-04 10:39:38 +02:00
Marcel Klehr
d9cf6e61c8
feat(TaskProcessing): Add more task types
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-04 10:10:23 +02:00
Marcel Klehr
1b2c8d5030
fix(TaskProcessing): Set task status to running when processing via ISynchronousProvider
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-07-04 10:02:36 +02:00
SebastianKrupinski
65e4d46e2c
chore(caldav): remove obsolete function
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-07-04 03:39:49 -04:00
dependabot[bot]
0116a631c6
Merge pull request #45886 from nextcloud/dependabot/npm_and_yarn/mime-4.0.3
2024-07-04 01:27:14 +00:00
Nextcloud bot
6496abdb92
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-04 00:21:34 +00:00
dependabot[bot]
d5c88769cd
chore(deps-dev): bump mime from 4.0.1 to 4.0.3
...
Bumps [mime](https://github.com/broofa/mime ) from 4.0.1 to 4.0.3.
- [Changelog](https://github.com/broofa/mime/blob/v4.0.3/CHANGELOG.md )
- [Commits](https://github.com/broofa/mime/compare/v4.0.1...v4.0.3 )
---
updated-dependencies:
- dependency-name: mime
dependency-type: direct:development
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 >
2024-07-03 23:22:26 +00:00
Andy Scherzinger
40fb16b1c3
Merge pull request #46284 from nextcloud/bugfix/noid/fix-output-when-running-unit-tests
...
fix(tests): Remove output when running tests
2024-07-03 18:02:23 +02:00
Ferdinand Thiessen
599b86ac80
Merge pull request #46275 from nextcloud/check-uncompiled-styles
...
ci: also check for uncompiled SCSS styles
2024-07-03 17:58:15 +02:00
Joas Schilling
a1d3b5f1a3
fix(tests): Remove output when running tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-07-03 15:51:36 +02:00
Hamza
993424fc95
Merge pull request #46273 from nextcloud/fix/make-ooo-replacement-nullable
...
Fix: Make out of office replacement nullable
2024-07-03 15:03:24 +02:00
Ferdinand Thiessen
98c143ec91
ci: also check for uncompiled SCSS styles
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-03 13:47:43 +02:00
Hamza Mahjoubi
85a3b27cf9
Fix: Make out of office replacement nullable
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com >
2024-07-03 12:31:53 +02:00
F. E Noel Nfebe
05bdafa0f5
Merge pull request #46068 from nextcloud/fix/guest-share-ui-update
...
fix(ExternalSharing): Handle template shares from external sources
2024-07-03 11:29:28 +01:00
Ferdinand Thiessen
4a3f8a2cfa
Merge pull request #46201 from nextcloud/feat/update-dashboard-border-radius
...
Feat: update panels border radius
2024-07-03 11:50:15 +02:00
Ferdinand Thiessen
8fc498fb82
fix(IntegrityCheck): Ensure the check is run if no results are available
...
If there are no cached results the current implementation was also returning an empty array,
but this was the same as when there was a successful run.
So to distinguish this we return `null` if there are *no* results.
In this case we need to rerun the integrity checker.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-03 11:37:49 +02:00
nextcloud-command
4dad957e7f
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-03 08:13:30 +00:00
fenn-cs
483d857de0
refactor(SharingInput): Remove unused addShare
...
The new sharing flow since NC27 requires that users open the sharing details tab and
customize their share before creating it.
In https://github.com/nextcloud/server/pull/39472 the work of `addShare` was handed down to
`openSharingDetails` that opens the sharing details tab for the user to customize and manually
creat their share.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-03 09:06:47 +01:00
fenn-cs
c998f5ebba
fix(ExternalSharing): Handle template share from external sources
...
The new sharing flow requires or implies that users should edit share before creating.
External sources should not created the share IF we would upon sharing details tab on first request.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-03 09:06:47 +01:00
Louis
acb95d5c0f
Merge pull request #45982 from nextcloud/artonge/update/disable_copy_button_on_readonly_folders
...
fix(files): Disable buttons in copy/move dialog for non writable folders
2024-07-03 10:03:56 +02:00
Marco
829d7a90bd
Merge pull request #46270 from nextcloud/feat/match-input-height-with-clickable-area
...
Match input height with clickable area
2024-07-03 09:55:27 +02:00
Marco Ambrosini
1f2b6b3adf
feat: Match input height with clickable area
...
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
2024-07-03 09:17:23 +02:00
Joas Schilling
854f851f52
Merge pull request #46263 from nextcloud/automated/noid/master-update-ca-cert-bundle
...
[master] fix(security): Update CA certificate bundle
2024-07-03 08:45:14 +02:00
nextcloud-command
074d10cc09
fix(security): Update CA certificate bundle
...
Signed-off-by: GitHub <noreply@github.com >
2024-07-03 02:19:46 +00:00
Nextcloud bot
7f7e189624
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-03 00:20:11 +00:00
Ferdinand Thiessen
e8c43740cc
Merge pull request #45395 from nextcloud/fix/blur-chromium
...
fix(theming): Conitionally disable blur filter for performance
2024-07-02 22:21:40 +02:00
Marco Ambrosini
479d394a9e
Feat: update panels border radius
...
Signed-off-by: Marco Ambrosini <marcoambrosini@proton.me >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-07-02 19:47:44 +00:00
Andy Scherzinger
d4cb51c7bc
Merge pull request #46215 from nextcloud/enh/dashboard-icon
...
chore: Replace dashboard icon with Material Symbols
2024-07-02 18:46:09 +02:00
Louis Chemineau
d1b5657b7f
fix(files): Disable buttons in copy/move dialog for non writable folders
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-02 17:50:19 +02:00
Ferdinand Thiessen
03064187f1
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-02 17:42:29 +02:00
Ferdinand Thiessen
2d827d0ed4
feat(theming): Add checkbox for force enable / disable blurry background
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-02 17:31:43 +02:00
Ferdinand Thiessen
697a963243
fix(theming): Conitionally disable blur filter for performance
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-02 17:31:43 +02:00
Louis
9972589cad
Merge pull request #45981 from nextcloud/artonge/update/nc_dialogs_v5.3.2
...
fix(deps): Update `@nextcloud/dialogs` to 5.3.4 to fix picking current directory
2024-07-02 17:15:08 +02:00
Robin Appelman
5f7b33fbea
Merge pull request #46194 from nextcloud/schema-export-cmnd
...
feat: add commands for exporting current and expected database schema
2024-07-02 16:44:55 +02:00
Côme Chilliet
84699048b5
Merge pull request #46076 from nextcloud/enh/webhooks-user-id-filter
...
feat(webhooks): Add support for a userid filter
2024-07-02 16:29:49 +02:00
Côme Chilliet
9baf8fea8c
fix(occ): Move debug log listener setup to a static method, add option for level
...
Also changed option from --debug to --debug-log to avoid conflicts
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 16:02:44 +02:00
Côme Chilliet
2ba0819243
feat(occ): Add a --debug option to output all log levels to the output
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 15:03:18 +02:00
Côme Chilliet
5365882b6f
fix(webhook_listeners): Use string type instead of text for event
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 14:29:25 +02:00
Robin Appelman
4f01486da0
feat: add commands for exporting current and expected database schema
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-07-02 13:45:12 +02:00
John Molakvoæ
72b6db4043
Merge pull request #45970 from nextcloud/dependabot/npm_and_yarn/multi-06a0b1b42d
2024-07-02 12:41:37 +02:00
John Molakvoæ
47f837c962
Merge pull request #46111 from nextcloud/dependabot/github_actions/github-actions-6c0d3fe959
2024-07-02 12:34:32 +02:00
Côme Chilliet
98dfa50f46
fix(webhooks_listeners): Fix SQL requests for oracle
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 12:30:49 +02:00
John Molakvoæ
5708b1d8d5
Merge pull request #46235 from nextcloud/skjnldsv-patch-1
2024-07-02 12:27:02 +02:00
John Molakvoæ
8f8cd87946
fix(dependabot): remove outdated comment
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-07-02 12:23:28 +02:00
John Molakvoæ
e026e046f6
fix(dependabot): add back patch upgrades for stable branches
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-07-02 12:20:26 +02:00
Louis Chemineau
d73be08884
test: Don't use @nc/axios in cypress
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-02 12:09:47 +02:00
Louis Chemineau
124f1aef44
fix(deps): Update @nextcloud/dialogs to 5.3.2 to fix picking current directory
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-02 12:09:47 +02:00
Côme Chilliet
7c577c98ef
fix(webhook_listeners): Allow null for user_id_filter for oracle
...
Empty string and null are the same thing on oracle databases so we have
to allow it.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 11:24:34 +02:00
Côme Chilliet
b6aef4d235
fix(webhooks): Completed API documentation and updated openapi.json
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 11:24:34 +02:00
Côme Chilliet
8abf62715c
fix(webhooks): Fix userIdFiltering for webhooks calls
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 11:24:33 +02:00
Côme Chilliet
44d707c97b
feat(webhooks): Add support for a userid filter
...
This allows to register a userId to filter on along with the webhooks.
This webhook will then only be triggered if the given userId is the one
in session. This is more efficient than filtering by user in the event
filter because the listener is not even registered if the user id does
not match.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-07-02 11:24:33 +02:00
Daniel
0f95c6e471
Merge pull request #46185 from nextcloud/debt/noid/migrate-background-commands-to-iappconfig
...
refactor: simplify background commands
2024-07-02 11:21:55 +02:00
Kate
164f4a3ea3
Merge pull request #46233 from nextcloud/feat/openapi/ex_app-scope
2024-07-02 09:41:37 +02:00
provokateurin
355ef202e4
feat(OpenAPI): Add ex_app scope
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-02 09:12:48 +02:00
provokateurin
32de958259
chore(deps): Update openapi-extractor
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-02 09:08:04 +02:00
Nextcloud bot
ee7dda5e86
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-02 00:19:21 +00:00
Ferdinand Thiessen
2249d7ddf5
chore: Replace dashboard icon with Material Symbols
...
Currently we use a circle as the dashboard icon,
1. This confuses with the circles app
2. Does not really gives information what this app does
3. Is not consistent with our app stores
So make it consistent and use the "dashboard" Material Symbol everywhere.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-07-01 23:41:29 +02:00
Daniel
92acbb0d39
Merge pull request #45766 from nextcloud/feat/ooo-replacement
...
Feat: Allow users to select another user as their out-of-office replacement
2024-07-01 23:25:43 +02:00
Robin Appelman
55f3e53695
Merge pull request #46169 from nextcloud/enh/support-profiler-in-occ
...
Support profiler in occ commands
2024-07-01 22:45:31 +02:00
Josh
8e00fcb1c8
fix(config) : Clarity smtp debugging config option usage
...
Requires temporary `loglevel` adjustment "99%" (made up statistic) of the time as currently implemented.
Signed-off-by: Josh <josh.t.richards@gmail.com >
2024-07-01 13:29:23 -04:00
F. E Noel Nfebe
5270ffc3a5
Merge pull request #45608 from nextcloud/fix-openapi-notes-share-api
...
docs(ShareApiController): Correct note about expiry date timezone
2024-07-01 18:22:51 +01:00
Kate
547dab4637
Merge pull request #45391 from nextcloud/feat/taskprocessingapi/next-task-endpoint
2024-07-01 19:10:12 +02:00
Arthur Schiwon
7bd215896e
Merge pull request #46219 from nextcloud/fix/noid/infinit-BuildSocialSearchIndexBackgroundJob
...
fix(DAV): offset not applied
2024-07-01 18:37:39 +02:00
provokateurin
f5ff8136ac
feat(TaskProcessingApi): Add endpoint for getting the next task
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-01 17:11:12 +02:00
Louis
0166265856
Merge pull request #46136 from nextcloud/artonge/debt/encryption_application_boot
...
debt(encryption): Migrate app.php to Application.php
2024-07-01 17:08:31 +02:00
Hamza Mahjoubi
a9774741e8
Feat: Allow users to select another user as their out-of-office replacement
...
Signed-off-by: Hamza Mahjoubi <hamzamahjoubi221@gmail.com >
2024-07-01 15:10:16 +02:00
fenn-cs
6136112be1
docs(ShareApiController): Correct note about expiry date timezone
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-07-01 13:53:18 +01:00
provokateurin
5aefdc399e
feat(AppFramework): Add ExAppRequired attribute
...
Signed-off-by: provokateurin <kate@provokateurin.de >
2024-07-01 14:41:20 +02:00
Arthur Schiwon
1d3ff4337e
fix(BuildSocialSearchIndexBackgroundJob): offset not applied
...
with more than 100 results, this job may never finish
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-07-01 14:31:27 +02:00
Louis Chemineau
39fd19f1d6
refactor(encryption): Migrate app.php to Application.php
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-07-01 13:45:09 +02:00
Daniel Kesselberg
a773a8b915
refactor: simplify background commands
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-07-01 12:52:06 +02:00
Marcel Klehr
beececf660
Merge pull request #46058 from nextcloud/fix/task-processing-input-validation
...
Fix task processing input validation
2024-07-01 12:22:07 +02:00
Julius Härtl
3b75c5b98c
Merge pull request #46184 from nextcloud/fix/dav-auth-check
...
fix: Authorization header can be an empty string
2024-07-01 11:43:10 +02:00
Julien Veyssier
42cf03d73d
fix(taskprocessing): in removeSuperfluousArrayKeys, don't try to keep input/output keys that are not in the task values
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-01 11:32:34 +02:00
Julien Veyssier
7e1dd0b25e
fix(taskprocessing): input validation was dropping some optional inputs
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-07-01 10:37:36 +02:00
Joas Schilling
7525eddb96
Merge pull request #44876 from IONOS-Productivity/feat/reduce_available_languages_set
...
feat: reduce available languages per config value "reduce_to_languages"
2024-07-01 10:30:25 +02:00
Misha M.-Kupriyanov
aceb4d776c
feat: reduce available languages per config value "reduce_to_languages"
...
Example: restrict to en, de, es, fr, it' languages
./occ config:system:set reduce_to_languages 0 --value en
./occ config:system:set reduce_to_languages 1 --value de
./occ config:system:set reduce_to_languages 2 --value es
./occ config:system:set reduce_to_languages 3 --value fr
./occ config:system:set reduce_to_languages 4 --value it
Signed-off-by: Misha M.-Kupriyanov <kupriyanov@strato.de >
2024-07-01 09:34:11 +02:00
Nextcloud bot
d5b7525e1f
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-07-01 00:19:23 +00:00
Git'Fellow
1716c95c94
Merge pull request #46206 from nextcloud/updteIssTempRem27
...
chore: remove EOL v27 from issue template
2024-07-01 01:01:45 +02:00
Git'Fellow
2787c8f2a7
chore: Keep v28 supported PHP 8.0
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-06-30 15:23:32 +02:00
Git'Fellow
b77c151f5b
Merge pull request #46197 from nextcloud/setupPhpUpgrade
...
ci: Use the same `setup-php` version on all tests
2024-06-30 08:39:06 +02:00
Git'Fellow
9ed96d766a
chore: remove EOL v27 from issue template
...
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com >
2024-06-30 08:30:08 +02:00
Git'Fellow
ad1720b6e2
ci: Use the same setup-php version on all tests
2024-06-30 08:11:14 +02:00
Nextcloud bot
a7fd9c9831
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-30 00:19:22 +00:00
Daniel
f589639822
Merge pull request #46199 from nextcloud/debt/noid/spdx-migrations-template
...
chore: use spdx for migrations generator
2024-06-29 18:47:30 +02:00
Ferdinand Thiessen
682faad0b3
Merge pull request #46009 from nextcloud/refactor/ajax-cron
...
refactor(cron): Use `IAppConfig` for cron settings and migrate ajax cron away from jQuery
2024-06-29 16:29:34 +02:00
Daniel
02983f3317
Merge pull request #46190 from nextcloud/bug/45047/skip-check-when-disk-free-space-disabled
...
fix(setupchecks): skip check when disk_free_space is disabled
2024-06-29 15:59:17 +02:00
Nextcloud bot
7003725782
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-29 00:19:43 +00:00
Daniel Kesselberg
d00b8ed1f5
chore: use spdx for migrations generator
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-28 18:54:50 +02:00
Ferdinand Thiessen
b901a62957
Merge pull request #46121 from nextcloud/fix/database-versions
...
ci: Adjust database versions to current LTS / supported versions
2024-06-28 18:26:31 +02:00
Ferdinand Thiessen
4f7907612c
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-28 18:00:45 +02:00
Ferdinand Thiessen
14778811b4
refactor: Use IAppConfig for setting cron type
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-28 18:00:39 +02:00
Ferdinand Thiessen
4d6a21a379
refactor(core): Make AJAX cron script work without jQuery
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-28 17:28:10 +02:00
Julius Härtl
4d6b4b71c7
fix: Authorization header can be an empty string
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-28 14:42:36 +02:00
Daniel Kesselberg
fd9fd1b6fb
fix(setupchecks): skip check when disk_free_space is disabled
...
Make it easier to discover that the check failed because disk_free_space is disabled.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-28 13:06:49 +02:00
Andy Scherzinger
8ec53608b0
Merge pull request #46112 from nextcloud/chore/noid/copyingReadmeHousekeeping
...
Reference 3rd party licenses via SPDX
2024-06-28 07:13:16 +02:00
Nextcloud bot
e3f6959c60
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-28 00:20:40 +00:00
Ferdinand Thiessen
6601adcd6d
refactor(SetupCheck): Make mariadb and mysql version variables
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 16:22:42 +02:00
Ferdinand Thiessen
6e48ca1cf8
fix(settings): Adjust SetupCheck for supported database versions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 16:15:16 +02:00
Ferdinand Thiessen
d5d180daf6
ci: Adjust database versions to current LTS / supported versions
...
* MySQL tests
* Minimum 8.0 (LTS)
* Maximum 8.4 (LTS)
* Drop 8.3 as we now test 8.4 and 8.3 was never LTS
* MariaDB tests
* still supported version 10.3 (no LTS but for Ubuntu 20.04 support)
* LTS 10.6
* LTS 10.11
* LTS 11.4
* Drop 10.5 is was never LTS and we test 10.3 and 10.6
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 16:15:16 +02:00
Joas Schilling
00aa8f5438
Merge pull request #46133 from nextcloud/bugfix/noid/fix-missing-protocol-on-remotes
...
fix(federation): Fix missing protocol on CloudID remote
2024-06-27 14:59:19 +02:00
Joas Schilling
1b49c86480
Merge pull request #45947 from nextcloud/feat/qbmapper-yield-entities
...
feat: Add yieldEntities wrapper for entity mapping in QBMapper
2024-06-27 14:48:26 +02:00
Simon L
a184161978
Merge pull request #41609 from nextcloud/enh/in-app-search
...
feat: In app search
2024-06-27 13:34:05 +02:00
Arthur Schiwon
ff499a6baa
Merge pull request #45951 from nextcloud/chore/comments-event-legacy
...
chore: Move comments event handler to use proper event dispatcher
2024-06-27 12:40:06 +02:00
Côme Chilliet
9a5ab7330a
feat(profiler): Add support for profiler in occ commands
...
Commands will appear in available profiles after the command ran.
Method is set to "occ" and URL to the command line with parameters.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-06-27 12:26:53 +02:00
Côme Chilliet
01dbb8fca2
fix(profiler): Remove bogus profiler event start
...
This fixes profiler event graph by removing an event start which had no
matching end() call.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com >
2024-06-27 12:25:20 +02:00
Ferdinand Thiessen
32940375da
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:18 +02:00
Ferdinand Thiessen
362c6238fc
fix: Allow to reset unified search using the nextcloud:unified-search:reset event
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:14 +02:00
Ferdinand Thiessen
dd3dcf3703
fix(unified-search): Also show local search on apps management
...
Co-authored-by: Simon L. <szaimen@e.mail.de >
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:14 +02:00
Ferdinand Thiessen
e9dccef474
fix: Open unified search by pressing ctrl + F
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:14 +02:00
Ferdinand Thiessen
0885245235
refactor(styles): Make padding not a magic value
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:14 +02:00
Ferdinand Thiessen
0ff17b857b
fix(UnifiedSearch): Implement design comments and focus input on open
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-27 12:13:14 +02:00
Marco Ambrosini
6ee965f0d9
feat: Add in-app search
...
Co-authored-by: Ferdinand Thiessen <opensource@fthiessen.de >
Signed-off-by: Marco Ambrosini <marcoambrosini@icloud.com >
2024-06-27 12:13:14 +02:00
Joas Schilling
280d70a5f4
fix(federation): Fix missing protocol on CloudID remote
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-27 11:26:08 +02:00
Benjamin Gaussorgues
2482688fa0
Merge pull request #45655 from nextcloud/feat/mysql_ignore_conflics
2024-06-27 11:19:12 +02:00
Benjamin Gaussorgues
ec39228b89
Merge pull request #46059 from nextcloud/perf/remove_useless_session
2024-06-27 11:15:50 +02:00
Joas Schilling
21740fef45
Merge pull request #46158 from nextcloud/automated/noid/master-update-code-signing-crl
...
[master] fix(security): Update code signing revocation list
2024-06-27 10:01:46 +02:00
John Molakvoæ
3e06931408
fix(dav): WebcalCaching-Plugin lint
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-06-27 09:46:40 +02:00
Vivida
58cf14da87
feat(dav): add regex to match Gnome and KDE calendar user-agents
...
Signed-off-by: Vivida <57828684+Vivida1@users.noreply.github.com >
2024-06-27 09:46:40 +02:00
Ferdinand Thiessen
07180e425f
Merge pull request #46143 from nextcloud/fix/45941/share-pass-label
...
fix(SharingEntryLink): Show enforced password input label
2024-06-27 08:36:27 +02:00
nextcloud-command
f72ffa4851
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-27 06:18:21 +00:00
fenn-cs
0c8fe406f1
fix(SharingEntryLink): Show enforced password input label
...
While upgrading icons in b3ec461fe8 enforced password label
icon was not correctly wrapped.
Resolves : https://github.com/nextcloud/server/issues/45941
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-06-27 08:11:41 +02:00
nextcloud-command
ef709786d0
fix(security): Update code signing revocation list
...
Signed-off-by: GitHub <noreply@github.com >
2024-06-27 02:21:39 +00:00
Nextcloud bot
7eecfd6d89
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-27 00:19:56 +00:00
Andy Scherzinger
0a6735c6ba
docs: Reference 3rd party licenses via SPDX
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-26 23:55:19 +02:00
Sebastian Krupinski
380a253aab
Merge pull request #46036 from nextcloud/fix/issue-46015
...
fix(dav): add missing database index for dav_shares
2024-06-26 15:03:02 -04:00
SebastianKrupinski
ff7e2c1837
fix(dav): add missing database index for dav_shares resourceid, type and access
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com >
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com >
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com >
Co-authored-by: Richard Steinmetz <richard@steinmetz.cloud >
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com >
Co-authored-by: Daniel <mail@danielkesselberg.de >
Signed-off-by: Sebastian Krupinski <165827823+SebastianKrupinski@users.noreply.github.com >
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
2024-06-26 14:20:36 -04:00
Daniel
aa0bbd2774
Merge pull request #44893 from nextcloud/fix/issue-43115
...
fix(caldav): When message is a reply compare the message sender not the recipient
2024-06-26 18:58:27 +02:00
Julius Härtl
9713dd3fa9
chore: Move comments event handler to use proper event dispatcher
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-26 18:13:07 +02:00
Louis
ba306950e6
Merge pull request #46097 from nextcloud/artonge/fix/dont_override_expiration_date
...
fix(files_sharing): Also set the expiration date timezone during validation
2024-06-26 16:40:02 +02:00
Louis
9b05759c03
Merge pull request #45977 from nextcloud/artonge/fix/update_favorite_navigation
...
Update favorites navigation list on folder renames
2024-06-26 14:20:30 +02:00
Marcel Klehr
1748bc5074
Merge pull request #46107 from nextcloud/feat/webhook_listeners/index-endpoint-by-uri
...
feat(WebhooksController): Allow querying listeners by URI
2024-06-26 14:15:54 +02:00
Louis Chemineau
fc359e3097
fix(files): Update favorites navigation list on folder renames
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-26 13:59:43 +02:00
Louis Chemineau
f5fd6c8f08
fix(files_sharing): Store the expiration date relative to the server's timezone
...
This is needed as we want to store the difference between the server's and the user's timezones.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-26 12:49:42 +02:00
John Molakvoæ
5dcb807a98
Merge pull request #46127 from nextcloud/feat/increase-max-copy-move-concurrency-to-5
2024-06-26 09:30:27 +02:00
nextcloud-command
5a33202bcb
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-26 07:13:00 +00:00
John Molakvoæ
d5b286c9d2
feat(files): increase max copy-move concurrency to 5
...
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com >
2024-06-26 08:32:02 +02:00
Marcel Klehr
0bdecb96f3
feat(WebhooksController): Allow querying listeners by URI
...
Signed-off-by: Marcel Klehr <mklehr@gmx.net >
2024-06-26 07:27:40 +02:00
Nextcloud bot
d0d589c661
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-26 00:19:48 +00:00
SebastianKrupinski
d7eb509b26
fix(caldav): when message is a reply compare the message sender not the recipient
...
Signed-off-by: SebastianKrupinski <krupinskis05@gmail.com >
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-25 16:43:51 -04:00
F. E Noel Nfebe
f0182226d4
Merge pull request #46030 from nextcloud/fix/44961/shared-state-file-list
...
fix(FilesView): Update files view upon share creation/delete
2024-06-25 20:51:39 +01:00
Daniel
952271929d
Merge pull request #46002 from nextcloud/debt/noid/use-new-http-client
...
Use guzzle for addressbook federation
2024-06-25 21:10:12 +02:00
nextcloud-command
574669697b
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-25 18:40:21 +00:00
fenn-cs
f7527c3279
refactor(SharingDetailsView): Use NC logger
...
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-06-25 18:16:48 +01:00
fenn-cs
38b5987b40
fix(FilesView): Update files view upon share creation/delete
...
Resolves : https://github.com/nextcloud/server/issues/44961
Signed-off-by: fenn-cs <fenn25.fn@gmail.com >
2024-06-25 18:16:48 +01:00
Richard Steinmetz
6121325310
Merge pull request #45532 from nextcloud/feat/publish-resources-room-update
...
feat: implement public OCP api to update resources and rooms
2024-06-25 16:48:30 +02:00
Benjamin Gaussorgues
b7243681dd
feat(dbal): add proper insert ignore conflict method for SQLite
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-06-25 16:21:01 +02:00
dependabot[bot]
f7b0fa20e9
chore(deps): bump the github-actions group with 3 updates
...
Bumps the github-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout ), [cypress-io/github-action](https://github.com/cypress-io/github-action ) and [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request ).
Updates `actions/checkout` from 4.1.5 to 4.1.7
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v4.1.5...692973e3d937129bcbf40652eb9f2f61becf3332 )
Updates `cypress-io/github-action` from 6.7.0 to 6.7.1
- [Release notes](https://github.com/cypress-io/github-action/releases )
- [Changelog](https://github.com/cypress-io/github-action/blob/master/CHANGELOG.md )
- [Commits](https://github.com/cypress-io/github-action/compare/f88a151c986cab2e339cdbede6a5c4468bb62c17...8d3918616d8ac34caa2b49afc8b408b6a872a6f5 )
Updates `peter-evans/create-pull-request` from 6.0.5 to 6.1.0
- [Release notes](https://github.com/peter-evans/create-pull-request/releases )
- [Commits](https://github.com/peter-evans/create-pull-request/compare/6d6857d36972b65feb161a90e484f2984215f83e...c5a7806660adbe173f04e3e038b0ccdcd758773c )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: cypress-io/github-action
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-25 14:20:17 +00:00
Joas Schilling
ad2fa3724d
Merge pull request #46095 from nextcloud/techdebt/44770/migrate-server-notifier-to-new-exceptions
...
feat(notifications): Migrate server INotifiers to new exceptions
2024-06-25 16:09:38 +02:00
Joas Schilling
565809feba
Merge pull request #46104 from nextcloud/build/depependabot
...
build(deps): disable dependabot for EOL 27
2024-06-25 16:07:52 +02:00
Arthur Schiwon
9c50516076
build(deps): disable dependabot for EOL 27
...
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-06-25 15:15:18 +02:00
Daniel Kesselberg
f73c5c4aa9
chore: don't pass null to createElement
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-25 12:24:47 +02:00
Daniel Kesselberg
1fa37ed2dc
refactor(dav): migrate to new http client
...
The request method is available since 29 and thus we can finally use the modern http client to send the report request for the addressbook sync.
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-25 12:24:47 +02:00
Joas Schilling
8130968a35
feat(notifications): Migrate server INotifiers to new exceptions
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-25 11:56:24 +02:00
Anna
eed6216d55
Merge pull request #46077 from nextcloud/bugfix/noid/user-status-automation
...
fix(userstatus): Fix user status automation in real-life scenario
2024-06-25 11:32:12 +02:00
Benjamin Gaussorgues
1e19566aa4
feat(dbal): add proper insert ignore conflict method for MySQL
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-06-25 11:28:37 +02:00
Côme Chilliet
9496ce6c7a
Merge pull request #46079 from nextcloud/fix/well-known-checks
...
fix(settings): make trailing slash for caldav/carddav redirects optional
2024-06-25 10:24:01 +02:00
Benjamin Gaussorgues
369c552e41
Merge pull request #46073 from nextcloud/fix/save_global_credentials
2024-06-25 09:48:24 +02:00
Joas Schilling
2c977d2b6e
fix(userstatus): Fix user status automation in real-life scenario
...
Order of applying:
- Out-of-office
- Availability
- Call
- Meeting
- User status
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-25 09:29:35 +02:00
Nextcloud bot
ffa8b00bdd
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-25 00:19:52 +00:00
Ferdinand Thiessen
56462e9cfa
Merge pull request #44931 from nextcloud/Jerome-Herbinet-better-wordings-in-new-user-modal
...
Better wordings in the new user modal
2024-06-25 00:52:01 +02:00
Ferdinand Thiessen
1c168da9a6
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-25 00:12:56 +02:00
Jérôme Herbinet
7b13405370
fix: Better wordings in the new user modal
...
Co-authored-by: Jan C. Borchardt <925062+jancborchardt@users.noreply.github.com >
Co-authored-by: Pytal <24800714+Pytal@users.noreply.github.com >
Co-authored-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
Signed-off-by: Jérôme Herbinet <33763786+Jerome-Herbinet@users.noreply.github.com >
2024-06-25 00:10:13 +02:00
Ferdinand Thiessen
3e64ad7ee7
Merge pull request #45095 from nextcloud/feat/upload-folders
...
feat(files): Allow to upload folders
2024-06-24 21:53:01 +02:00
Ferdinand Thiessen
7590c767a7
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-24 20:05:26 +02:00
Ferdinand Thiessen
079d026d39
feat(files): Allow uploading directories
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-24 20:03:09 +02:00
MichaIng
ea994fe8fb
fix(settings): make trailing slash for caldav/carddav redirects optional
...
#43939 moved the CalDAV/CardDAV redirect checks from the frontend to a new backend API.
Since the backend does not send an authentication header, checking for the expected response code 207 of the DAV endpoint does not work anymore, hence the URL of the last redirect is checked instead.
This URL is expected to contain a trailing slash, which was not required before, since the DAV endpoint works properly without it (when authenticated).
While a trailing slash in the redirect does no harm, it causes many setups to throw an admin panel warning, while in fact the redirects work properly. Furthermore, the proposed "/.well-known/carddav" => "/remote.php/dav/" redirect leads to double slashes, when doing a request to "/.well-known/carddav/", which seems more wrong then right.
This change makes the trailing slash optional, hence old and adjusted setups won't throw the warning anymore, and the DAV endpoint works well in both cases.
Signed-off-by: MichaIng <micha@dietpi.com >
2024-06-24 17:52:22 +02:00
Arthur Schiwon
879eaa7681
Merge pull request #46071 from nextcloud/fix/46070/scope-error
...
fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
2024-06-24 15:21:28 +02:00
Benjamin Gaussorgues
e93866f904
fix: allows admin to edit global credentials
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-06-24 15:20:44 +02:00
Julius Härtl
d086f3a2bf
Merge pull request #45998 from nextcloud/publicdav-fs-setup
...
perf: remove full filesystem setup for accessing public link share dav endpoints
2024-06-24 14:43:23 +02:00
Julius Härtl
d361867e50
Merge pull request #45876 from nextcloud/fix/45715
...
fix: Avoid throwing errors for teams are unavailable
2024-06-24 14:27:19 +02:00
Ferdinand Thiessen
0dc0a9b472
Merge pull request #45860 from nextcloud/fix/files-handle-failed-state
...
fix(files): Bring back handling of failed files
2024-06-24 13:56:53 +02:00
Arthur Schiwon
895ed634af
fix(Token): add FILESYSTEM scope with SCOPE_SKIP_PASSWORD_VALIDATION
...
The scope design requires scopes to be either not specified, or
specified explicitely. Therefore, when setting the
skip-password-validation scope for user authentication from mechanisms
like SAML, we also have to set the filesystem scope, otherwise they will
lack access to the filesystem.
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de >
2024-06-24 13:51:15 +02:00
Ferdinand Thiessen
0bd7c76d34
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-24 12:55:21 +02:00
Ferdinand Thiessen
3782142f59
refactor(files): Fix nullish operator usage and add missing code comment
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-24 12:53:53 +02:00
Ferdinand Thiessen
d4352fe2ff
fix(files): Properly handle files in failed state
...
When files are loaded from API the `fileid` might be set to `-1` indicating
an error on the API.
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-24 12:52:11 +02:00
Julius Härtl
d6d84e51ef
fix: Avoid throwing errors for teams are unavailable
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-24 12:29:43 +02:00
dependabot[bot]
c76c954f56
Merge pull request #46041 from nextcloud/dependabot/npm_and_yarn/nextcloud/eslint-config-8.4.1
2024-06-24 09:51:07 +00:00
Joas Schilling
8c944f44df
Merge pull request #46062 from nextcloud/ci/noid/parallel-cs-check
...
feat(CI): Speed up cs:check with parallelism
2024-06-24 11:49:41 +02:00
Robin Appelman
2cf8ed905d
Merge pull request #45877 from nextcloud/fix-default-cert-bundle-path
...
fix: don't use custom certificate bundle if no customer certificates are configured
2024-06-24 11:28:19 +02:00
Joas Schilling
2f978081ea
feat(CI): Speed up cs:check with parallelism
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-24 10:40:15 +02:00
dependabot[bot]
2241ad824d
chore(deps-dev): bump @nextcloud/eslint-config from 8.3.0 to 8.4.1
...
Bumps [@nextcloud/eslint-config](https://github.com/nextcloud-libraries/eslint-config ) from 8.3.0 to 8.4.1.
- [Release notes](https://github.com/nextcloud-libraries/eslint-config/releases )
- [Changelog](https://github.com/nextcloud-libraries/eslint-config/blob/main/CHANGELOG.md )
- [Commits](https://github.com/nextcloud-libraries/eslint-config/compare/v8.3.0...v8.4.1 )
---
updated-dependencies:
- dependency-name: "@nextcloud/eslint-config"
dependency-type: direct:development
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 >
2024-06-24 08:38:16 +00:00
Louis
02452712a2
Merge pull request #45938 from nextcloud/do-not-log-an-error-when-connecting-to-sftp-without-a-logged-in-user
...
fix: Do not log an error when connecting to SFTP without a logged in user
2024-06-24 10:35:16 +02:00
Benjamin Gaussorgues
71dffd9b70
perf(session): remove useless session open
...
`UseSession` isn’t used in theses controllers.
Not using it should avoid a few session locks.
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-06-24 10:17:05 +02:00
Ferdinand Thiessen
4680bc47c2
Merge pull request #46048 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-06-24 09:58:08 +02:00
Julius Härtl
637a91e767
Merge pull request #45973 from nextcloud/remove-chunking-v1
...
chore: remove chunking-v1
2024-06-24 09:52:18 +02:00
Julius Härtl
2fb0ca9cf7
feat: Add yieldEntities wrapper for entity mapping in QBMapper
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-24 09:15:58 +02:00
nextcloud-command
5ef451f409
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com >
2024-06-24 02:27:17 +00:00
Nextcloud bot
4d1f9ae54e
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-24 00:19:33 +00:00
Robin Windey
85ba85627e
Increase PHP memory limit for DevContainer to 512mb
...
Signed-off-by: Robin Windey <ro.windey@gmail.com >
2024-06-23 20:27:23 +02:00
Ferdinand Thiessen
ff92ab1fb1
Merge pull request #45929 from nextcloud/chore/update-nextcloud-files
...
refactor(files): Update `@nextcloud/files` to v3.5.0
2024-06-23 17:19:06 +02:00
Ferdinand Thiessen
c8ec22f47b
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-23 16:55:37 +02:00
Ferdinand Thiessen
3ed32ffbb4
refactor: Use composable for currentView and views to make it reactive when shared with other Vue apps
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-23 16:53:27 +02:00
Ferdinand Thiessen
dea5559d35
fix(files_trashbin): Make files view registering an init script
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-23 16:53:10 +02:00
Ferdinand Thiessen
81ad28f910
chore(deps): Update debounce to 2.1.0
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-23 16:53:10 +02:00
Ferdinand Thiessen
a83f276352
refactor(files): Update @nextcloud/files to v3.5.0
...
* Removed now duplicated code
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-23 16:53:09 +02:00
Nextcloud bot
475edf24c2
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-23 00:19:40 +00:00
dependabot[bot]
a721133128
Merge pull request #46042 from nextcloud/dependabot/composer/vendor-bin/psalm/vimeo/psalm-5.25.0
2024-06-22 08:02:41 +00:00
dependabot[bot]
67aff60ae8
chore(deps): bump vimeo/psalm from 5.24.0 to 5.25.0 in /vendor-bin/psalm
...
Bumps [vimeo/psalm](https://github.com/vimeo/psalm ) from 5.24.0 to 5.25.0.
- [Release notes](https://github.com/vimeo/psalm/releases )
- [Commits](https://github.com/vimeo/psalm/compare/5.24.0...5.25.0 )
---
updated-dependencies:
- dependency-name: vimeo/psalm
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-22 02:38:58 +00:00
Robin Appelman
da8e1c192d
Merge pull request #46017 from nextcloud/get-first-node-by-id-folder
...
fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById
2024-06-21 12:27:53 +02:00
Joas Schilling
3aeb785399
perf(capabilities): Log capabilities providers that are slow
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-21 11:41:22 +02:00
Daniel
425e2d0172
Merge pull request #45514 from nextcloud/bug/noid/fix-check-for-dark-avatar
...
fix: use different file name for generated dark avatars
2024-06-21 11:11:06 +02:00
Nextcloud bot
f56bca3385
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-21 00:19:57 +00:00
Ferdinand Thiessen
ef7b753816
Merge pull request #39825 from nextcloud/fix/debounce-account-properties
...
Increase debounce delay when saving account properties
2024-06-21 01:39:54 +02:00
Christopher Ng
620b6b9c3b
fix: Increase debounce delay when saving account properties
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-21 01:21:48 +02:00
Robin Appelman
ffced73a71
fix: also use optimized getFirstNodeyIdInPath for Folder::getFirstNodeById
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-20 18:51:27 +02:00
Louis
9c4b959690
Merge pull request #45984 from nextcloud/artonge/fix/click_while_renaming
...
Don't trigger action when renaming
2024-06-20 17:49:51 +02:00
nextcloud-command
a6de33bb13
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-20 14:41:08 +00:00
Louis Chemineau
8e0be0a238
fix(files): Don't react to clicks when renaming
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-20 16:19:01 +02:00
Richard Steinmetz
efe3244acf
Merge pull request #45999 from nextcloud/fix/caldav/shared-calendars-activity-umlauts
...
fix(caldav): encode calendar URIs with umlauts for activities
2024-06-20 15:44:34 +02:00
Joas Schilling
0526c6b933
fix(dashboard): Correctly redirect guests to login page when opening dashboard
...
Signed-off-by: Joas Schilling <coding@schilljs.com >
2024-06-20 15:40:43 +02:00
Ferdinand Thiessen
8ac9e08f20
Merge pull request #45161 from nextcloud/fix/import-axios
...
fix: Do not import from `axios` but only `@nextcloud/axios`
2024-06-20 15:06:36 +02:00
julien-nc
08cf60923c
Merge pull request #46003 from nextcloud/fix/noid/undeclared-context-write-task-type
...
Add missing ContextWrite default task type in task processing manager
2024-06-20 13:56:06 +02:00
Julien Veyssier
7e904aea92
fix(taskprocessing): missing GenerateEmoji default task type in manager::_getTaskTypes
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-06-20 12:56:04 +02:00
Julien Veyssier
de81dac82e
fix(taskprocessing): missing ContextWrite default task type in manager::_getTaskTypes
...
Signed-off-by: Julien Veyssier <julien-nc@posteo.net >
2024-06-20 12:56:04 +02:00
Ferdinand Thiessen
7ecf447c7e
chore: Compile assets
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-20 12:36:33 +02:00
Ferdinand Thiessen
1d0a65db93
fix: Do not import from axios but only @nextcloud/axios
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-20 12:34:37 +02:00
Ferdinand Thiessen
c251e8f2aa
Merge pull request #45207 from nextcloud/fix/webdav-aja
...
fix(dav): Try basic auth for ajax WebDAV requests
2024-06-20 12:28:31 +02:00
Louis
bea9daee9c
Merge pull request #45688 from nextcloud/artonge/fix/show_non_writable_folders
...
Show non writable folders during move or copy
2024-06-20 12:16:29 +02:00
Robin Appelman
7a9efcf4cc
perf: remove full filesystem setup for accessing public link share dav endpoints
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-20 12:15:43 +02:00
Richard Steinmetz
c92529053d
Merge pull request #45980 from nextcloud/fix/theming/update-warning
...
fix(theming): properly apply warning style to update output
2024-06-20 10:58:46 +02:00
Richard Steinmetz
df28c04a8f
fix(caldav): encode calendar URIs with umlauts for activities
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-20 10:56:27 +02:00
Louis
392ee62981
Merge pull request #45958 from nextcloud/fix/renaming-file-version-when-number
...
fix(files_versions): renaming file version when its not a string
2024-06-20 09:14:57 +02:00
yemkareems
a05a04c1a2
Merge pull request #45845 from nextcloud/fix/log-rename-to-use-internal-path
...
fix: rename split into two as before rename and after rename
2024-06-20 11:36:21 +05:30
yemkareems
2593f5f036
Merge pull request #45580 from nextcloud/fix/44933/avoid-duplicate-inserts-in-systemtag-object-mapping
...
fix: avoid duplicate tag inserts by checking if the mapping exists already in db
2024-06-20 10:59:38 +05:30
yemkareems
eae23867f2
fix: renameParams named as renamedNodes and code changed accordingly as suggested in review comments
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-20 10:54:45 +05:30
yemkareems
953358fdc8
fix: rename params old path passed from before rename to after rename to have one log for rename event
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-20 10:54:45 +05:30
yemkareems
3e355c4db1
fix: rename logged as beforeRename and afterRename, and in both place getInternalPath is used in place of getPath to make it consistent across the logs
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-20 10:54:45 +05:30
Nextcloud bot
f06338ca36
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-20 00:19:55 +00:00
nextcloud-command
efe4e047fa
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-19 22:37:03 +00:00
Sanskar Soni
2aecc523c8
fix(files_versions): renaming file version when its not a string
...
Signed-off-by: Sanskar Soni <sanskarsoni300@gmail.com >
2024-06-20 00:31:52 +02:00
Andy Scherzinger
6a8d254425
Merge pull request #45972 from nextcloud/fix/noid/copyIcon
...
Update copy icon to Material Design icon and checkmark in non-bold
2024-06-19 21:46:11 +02:00
Christoph Wurst
902d77ee7d
Merge pull request #45968 from nextcloud/fix/dav/limit-sync-token-created-at-updates
...
fix(dav): Limit number of UPDATES for sync token created_at
2024-06-19 18:04:36 +02:00
Louis Chemineau
ae0106ef9e
fix(files): Show non writable folders during move or copy
...
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-19 17:39:57 +02:00
John Molakvoæ
18cf61df9f
Merge pull request #45963 from nextcloud/artonge/fix/openfile
2024-06-19 17:04:42 +02:00
Robin Appelman
957a00b9de
chore: remove chunking-v1
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-19 16:57:42 +02:00
nextcloud-command
9e07720b26
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-19 13:58:18 +00:00
Richard Steinmetz
9c930146a5
fix(theming): properly apply warning style to update output
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-19 15:50:06 +02:00
Christoph Wurst
169eedabf9
fix(dav): Limit number of UPDATES for sync token created_at
...
Address book and calendar sync tokens have a created_at column in 26+
and we need to assign a current timestamp to the existing data at
upgrade so the data isn't cleaned up immediately. Updating the full
table is expensive and fails on clustered setups that limit transaction
size. We don't need a timestamp for the oldest rows so we can skip
updating them.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at >
2024-06-19 15:38:36 +02:00
nextcloud-command
59ea179dd8
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-19 15:38:13 +02:00
Louis Chemineau
f7c9ac8b54
fix(files): Rename openFileInfo to fileInfo
...
And check if openFile is set in the URL before opening a file.
Signed-off-by: Louis Chemineau <louis@chmn.me >
2024-06-19 15:38:13 +02:00
Andy Scherzinger
5e05a2da8c
style: update copy icon to Material Design icon
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-19 15:31:09 +02:00
Richard Steinmetz
42fa007204
Merge pull request #45969 from nextcloud/ci/phpunit-mysql/more-retries
...
ci(phpunit-mysql): increase mysql health check retries
2024-06-19 14:57:06 +02:00
dependabot[bot]
fe34d9ee97
chore(deps): bump ws, engine.io, socket.io-adapter and puppeteer
...
Bumps [ws](https://github.com/websockets/ws ) to 8.17.1 and updates ancestor dependencies [ws](https://github.com/websockets/ws ), [engine.io](https://github.com/socketio/engine.io ), [socket.io-adapter](https://github.com/socketio/socket.io-adapter ) and [puppeteer](https://github.com/puppeteer/puppeteer ). These dependencies need to be updated together.
Updates `ws` from 8.16.0 to 8.17.1
- [Release notes](https://github.com/websockets/ws/releases )
- [Commits](https://github.com/websockets/ws/compare/8.16.0...8.17.1 )
Updates `engine.io` from 6.5.4 to 6.5.5
- [Release notes](https://github.com/socketio/engine.io/releases )
- [Changelog](https://github.com/socketio/engine.io/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/engine.io/compare/6.5.4...6.5.5 )
Updates `socket.io-adapter` from 2.5.4 to 2.5.5
- [Release notes](https://github.com/socketio/socket.io-adapter/releases )
- [Changelog](https://github.com/socketio/socket.io-adapter/blob/main/CHANGELOG.md )
- [Commits](https://github.com/socketio/socket.io-adapter/compare/2.5.4...2.5.5 )
Updates `puppeteer` from 22.7.1 to 22.11.2
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/release-please-config.json )
- [Commits](https://github.com/puppeteer/puppeteer/compare/puppeteer-v22.7.1...puppeteer-v22.11.2 )
---
updated-dependencies:
- dependency-name: ws
dependency-type: indirect
- dependency-name: engine.io
dependency-type: indirect
- dependency-name: socket.io-adapter
dependency-type: indirect
- dependency-name: puppeteer
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-19 11:48:47 +00:00
Andy Scherzinger
30babfcb2c
Merge pull request #45960 from nextcloud/chore/noid/spdxBatch17
...
Add SPDX header - batch 17
2024-06-19 13:47:05 +02:00
yemkareems
87cd78413c
fix: removed unused variable and check if tag ids are empty before starting the inserts
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-19 12:52:46 +02:00
yemkareems
d0883b5e85
fix: filtering tags based on existing tags and doing a transaction around the select and insert
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-19 12:52:46 +02:00
yemkareems
8782b8724a
fix: do a select in systemtag_object_mapping to see if tag exists already in db. if it does not exist alone insert the same or else do nothing
...
Signed-off-by: yemkareems <yemkareems@gmail.com >
2024-06-19 12:52:46 +02:00
Richard Steinmetz
ddf1d3e7ac
ci(phpunit-mysql): increase mysql health check retries
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-19 12:36:16 +02:00
nextcloud-command
a0ef683d39
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-19 10:22:05 +00:00
Andy Scherzinger
581c5d6c92
docs: Add REUSE compliance status badge
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-19 12:02:48 +02:00
Andy Scherzinger
75756e3064
ci: Add REUSE compliance check
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-19 12:02:48 +02:00
Andy Scherzinger
ce7b331d33
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-19 12:02:43 +02:00
Robin Appelman
441dfd6646
Merge pull request #45930 from nextcloud/repair-mimetype-expensive
...
fix: move repair mimetype repair step to the expensive steps
2024-06-19 11:09:15 +02:00
Richard Steinmetz
ab8556872e
Merge pull request #45957 from nextcloud/perf/cache-storage-stats-header
...
perf: Tell browsers to cache storage stats endpoint as it is cached
2024-06-19 08:10:24 +02:00
Nextcloud bot
cd7530cd70
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com >
2024-06-19 00:20:28 +00:00
Andy Scherzinger
ee6ddb9ab0
Merge pull request #45952 from nextcloud/fix/noid/spdxLicenseIdentifier
...
Fix license information extracted from built assets
2024-06-18 23:32:58 +02:00
Julius Härtl
40a416ba00
perf: Tell browsers to cache storage stats endpoint as it is cached
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-18 23:00:17 +02:00
Pytal
a3587175f1
Merge pull request #45685 from nextcloud/feat/emit-users-loaded
...
feat(settings): Emit loaded event for user management
2024-06-18 11:58:43 -07:00
nextcloud-command
68b2b84574
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-18 18:40:31 +00:00
Christopher Ng
e1e607ac8b
feat(settings): Emit loaded event for user management
...
Signed-off-by: Christopher Ng <chrng8@gmail.com >
2024-06-18 11:34:55 -07:00
Andy Scherzinger
c3354e9c84
Merge pull request #45228 from smokris/heartbeat-route
...
fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root
2024-06-18 17:29:30 +02:00
nextcloud-command
ef8937d45a
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com >
2024-06-18 17:28:23 +02:00
Ferdinand Thiessen
493be5a0b3
chore: Remove duplicates from dep5
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-18 17:28:23 +02:00
Ferdinand Thiessen
52171610c8
chore: Switch order of license texts in .license files
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-18 17:28:23 +02:00
Ferdinand Thiessen
d67eb8ce4e
chore: Adjust SPDX tool to multiple line licenses instead of AND chained
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-18 16:55:14 +02:00
Andy Scherzinger
c3208c1d56
fix: hard-wire licenses until new versions are published shipping the SPDX listed license strings
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de >
2024-06-18 16:55:14 +02:00
Côme Chilliet
5d744456f6
fix(tests): Strong type property $router in RouterTest
...
Co-authored-by: Kate <26026535+provokateurin@users.noreply.github.com >
Signed-off-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com >
2024-06-18 16:33:31 +02:00
Richard Steinmetz
4e840fb17a
Merge pull request #45945 from nextcloud/perf/upgrade-reset-steps
...
perf: Avoid reusing previous migration steps
2024-06-18 15:24:37 +02:00
John Molakvoæ
ae4a64b724
Merge pull request #45889 from nextcloud/fix/noid/cypress-local-changes
2024-06-18 15:11:50 +02:00
John Molakvoæ
61df8fa3ea
Merge pull request #45894 from nextcloud/test/cypress/changes-ci
2024-06-18 15:08:44 +02:00
Robin Appelman
e74f71b32e
feat: add setup check for needed mimetype migrations
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-18 14:46:19 +02:00
Richard Steinmetz
250bb12572
Merge pull request #45866 from nextcloud/bug/45697/disable-previews-two
...
fix(preview): don't create folder structure when previews are disabled
2024-06-18 13:57:42 +02:00
Julius Härtl
ea9f2361ae
perf: Avoid reusing previous migration steps
...
Signed-off-by: Julius Härtl <jus@bitgrid.net >
2024-06-18 11:55:08 +02:00
Ferdinand Thiessen
67a0e01382
fix(dav): Try basic auth for ajax WebDAV requests
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de >
2024-06-18 10:47:11 +02:00
Daniel Kesselberg
d270561ef8
fix(preview): don't create folder structure when previews are disabled
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-06-18 10:39:45 +02:00
Daniel Calviño Sánchez
733e3f62fd
fix: Do not log an error when connecting to SFTP without a logged in user
...
When connecting to a SFTP server from a SFTP storage the host key is
checked against the known host keys stored in a file in the data
directory of the logged in Nextcloud user. The path to the file is
(indirectly) got using "OC_App::getStorage", which logs an error if
called when there is no logged in user; this can happen, for example, if
the storage is used from a background job or a command.
Not being able to read or write the file just causes the host key check
to be skipped, but it has no other consequence. Moreover, even with
logged in users it is likely that the file can not be read either and
the check is also skipped, as the file needs to have been manually
created by an admin.
Due to all that now the path to the file is directly created using a
View rather than relying on "OC_App::getStorage" to prevent the unneeded
error from being logged.
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com >
2024-06-18 07:06:30 +02:00
Robin Appelman
d9b37ac5fa
fix: move repair mimetype repair step to the expensive steps
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-17 17:10:25 +02:00
Richard Steinmetz
ead63a067e
test(cypress): don't apply changes in CI
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-06-16 06:22:13 +00:00
Marcel Müller
a5ba81a250
fix(cypress): Check for local changes before trying to apply them
...
Signed-off-by: Marcel Müller <marcel-mueller@gmx.de >
2024-06-15 20:19:05 +02:00
Robin Appelman
e140907123
fix: don't use custom certificate bundle if no customer certificates are configured
...
Signed-off-by: Robin Appelman <robin@icewind.nl >
2024-06-14 16:27:41 +02:00
dependabot[bot]
010b7bf91b
chore(deps-dev): bump braces from 3.0.2 to 3.0.3
...
Bumps [braces](https://github.com/micromatch/braces ) from 3.0.2 to 3.0.3.
- [Changelog](https://github.com/micromatch/braces/blob/master/CHANGELOG.md )
- [Commits](https://github.com/micromatch/braces/compare/3.0.2...3.0.3 )
---
updated-dependencies:
- dependency-name: braces
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2024-06-11 12:10:11 +00:00
Josh Richards
046fe8d404
fix(previews): Don't crash on animated WEBP images
...
Fixes #30029 and #37263
libgd handles animated WEBP images poorly and generates a meaningless error message as a result. We were returning a 500 error for these preview requests (web) and a fatal error at the command-line (occ). Now we bypass libgd if the we detect an animated WEBP image (and simply don't generate the preview). No more 500 error. Should fix occ too.
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-05-30 07:48:17 +02:00
Richard Steinmetz
69e0158030
feat: implement public OCP api to update resources and rooms
...
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud >
2024-05-27 18:45:52 +02:00
Daniel Kesselberg
53b5cf6cbc
fix: use different file name for generated dark avatars
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de >
2024-05-26 17:32:10 +02:00
Steve Mokris
e5ec9d6a7b
fix(settings): define a 'heartbeat' route, so SecurityHeaders can handle redirected root
...
Signed-off-by: Steve Mokris <steve@kosada.com >
2024-05-07 20:01:27 -04:00
Benjamin Gaussorgues
efea956c64
fix(search): show user search provider for deactivated and admin pages
...
Signed-off-by: Benjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com >
2024-04-29 11:47:48 +02:00
Josh Richards
e7cbaf3ee3
Clean-up some remaining readdir calls with undesirable false evaluation potential
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com >
2023-06-24 15:37:06 +02:00