]>
source.dussan.org Git - nextcloud-server.git/log
Ferdinand Thiessen [Thu, 11 May 2023 14:19:45 +0000 (16:19 +0200)]
feat(css): Add css variables for info colors (`--color-info`)
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Simon L [Tue, 16 May 2023 09:30:13 +0000 (11:30 +0200)]
Merge pull request #38065 from nextcloud/fix-result-mimetype-loader
fix(mimetype): Fix returning value when finding existing mimetype in MimeType Loader
Joas Schilling [Tue, 16 May 2023 09:07:04 +0000 (11:07 +0200)]
Merge pull request #38274 from nextcloud/bugfix/noid/reach-max-delay-in-afterController
fix(middleware): Also abort the request when reaching max delay in af…
Louis [Tue, 16 May 2023 07:30:38 +0000 (09:30 +0200)]
Merge pull request #38293 from nextcloud/fix/users-table-alignment
fix(settings): Fix `UserList` styles set to css but scss is used
Joas Schilling [Tue, 16 May 2023 04:35:15 +0000 (06:35 +0200)]
Merge pull request #38267 from nextcloud/bugfix/noid/fix-missing-bruteforce-protection
fix(lostpassword): Also rate limit the setPassword endpoint
Nextcloud bot [Tue, 16 May 2023 02:28:27 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Tue, 16 May 2023 00:50:38 +0000 (02:50 +0200)]
Merge pull request #38225 from nextcloud/enh/noid/disable-pull-to-refresh
disable pull-down-to-refresh for mobile
F. E Noel Nfebe [Tue, 16 May 2023 00:23:37 +0000 (01:23 +0100)]
Merge pull request #38202 from nextcloud/fix/37135/addgroup-link-to-button
Convert Add group link to button
Ferdinand Thiessen [Mon, 15 May 2023 22:47:19 +0000 (00:47 +0200)]
fix(settings): Fix `UserList` styles set to css but scss is used
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Robin Appelman [Mon, 15 May 2023 21:48:34 +0000 (23:48 +0200)]
Merge pull request #38265 from nextcloud/session-auth-check-username
check the username when doing external storage session auth
Ferdinand Thiessen [Mon, 15 May 2023 21:27:33 +0000 (23:27 +0200)]
Merge pull request #38256 from nextcloud/fix/noid/file-smart-picker-padding
Adjust file custom picker component padding
Simon L [Fri, 12 May 2023 15:14:50 +0000 (17:14 +0200)]
disable pull-down-to-refresh for mobile
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Maksim Sukharev [Mon, 15 May 2023 20:01:16 +0000 (22:01 +0200)]
Merge pull request #38127 from nextcloud/fix/a11y-status-modal
[user_status] Improve user online status modal
Côme Chilliet [Mon, 15 May 2023 15:05:46 +0000 (17:05 +0200)]
Merge pull request #38196 from nextcloud/fix/fix-32bits-freespace-and-sizes
Get rid of more int casts in file size manipulations
Joas Schilling [Thu, 11 May 2023 07:17:30 +0000 (09:17 +0200)]
fix(middleware): Also abort the request when reaching max delay in afterController
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Mon, 15 May 2023 14:12:14 +0000 (16:12 +0200)]
fix(tests): Adjust unit tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
nextcloud-command [Mon, 15 May 2023 13:39:52 +0000 (13:39 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
nextcloud-command [Thu, 11 May 2023 15:47:37 +0000 (15:47 +0000)]
Compile assets
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Ferdinand Thiessen [Thu, 11 May 2023 14:23:56 +0000 (16:23 +0200)]
fix(user_status): Remove redundant styling, use global class instead
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 May 2023 16:04:25 +0000 (18:04 +0200)]
fix(user_status): Use native radio buttons for online status selection
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 May 2023 12:13:04 +0000 (14:13 +0200)]
fix(user_status): Add missing `radiogroup` role to online status selector
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 May 2023 12:12:20 +0000 (14:12 +0200)]
fix(user_status): Group custom message input elements and assign label to emoji selector
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Ferdinand Thiessen [Mon, 8 May 2023 11:47:23 +0000 (13:47 +0200)]
fix(user_status): Use role=radio for predefined statuses in online status modal
* Instead of tabable DIVs properly assign the radio role
* Set role to radiogroup of list container to group the predefined statuses
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Christoph Wurst [Mon, 15 May 2023 12:01:41 +0000 (14:01 +0200)]
Merge pull request #38247 from nextcloud/fix/read-only-system-addres-book-acls
fix(carddav): Mark system address book as read-only
Côme Chilliet [Mon, 15 May 2023 10:24:42 +0000 (12:24 +0200)]
Fix return types in phpdoc
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Mon, 15 May 2023 10:10:26 +0000 (12:10 +0200)]
Merge pull request #38231 from nextcloud/dependabot/npm_and_yarn/tar-6.1.14
bump tar from 6.1.13 to 6.1.14
Julien Veyssier [Mon, 15 May 2023 10:08:26 +0000 (12:08 +0200)]
adjust file custom picker component padding as the smart picker does not have padding anymore
Signed-off-by: Julien Veyssier <julien-nc@posteo.net>
Simon L [Mon, 15 May 2023 10:08:14 +0000 (12:08 +0200)]
Merge pull request #38242 from nextcloud/fix/35286/fix-scrolling
Fix incosistent scrolling in Firefox
Côme Chilliet [Mon, 15 May 2023 09:42:06 +0000 (11:42 +0200)]
Merge pull request #32961 from nextcloud/more-debug-lazyuserfolder
Make it easier to debug issue #32304
Louis [Mon, 15 May 2023 09:26:27 +0000 (11:26 +0200)]
Merge pull request #38224 from nextcloud/versionEntityisSet
Check if version has entity before trying to access it
Christoph Wurst [Mon, 15 May 2023 08:27:53 +0000 (10:27 +0200)]
fix(carddav): Mark system address book as read-only
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Côme Chilliet [Mon, 15 May 2023 08:20:34 +0000 (10:20 +0200)]
Merge pull request #38080 from nextcloud/enh/add-occ-command-for-legacy-filekey
Add an occ command to scan files for legacy file key in use and get rid of those
Joas Schilling [Mon, 15 May 2023 07:21:07 +0000 (09:21 +0200)]
fix(lostpassword): Also rate limit the setPassword endpoint
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julius Härtl [Mon, 15 May 2023 07:17:30 +0000 (09:17 +0200)]
Merge pull request #38237 from nextcloud/bugfix/noid/no-combine-l10n
Côme Chilliet [Mon, 15 May 2023 07:12:04 +0000 (09:12 +0200)]
Merge pull request #38195 from nextcloud/fix/update-icewind-streams-in-files-external
Update icewind/streams to 0.7.7 in files_external
Julius Härtl [Sat, 13 May 2023 07:56:47 +0000 (09:56 +0200)]
fix: Do not attempt to use l10n files as sources for combined js files
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 15 May 2023 02:28:25 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Sun, 14 May 2023 18:27:43 +0000 (20:27 +0200)]
Fix incosistent scrolling in Firefox
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
Nextcloud bot [Sun, 14 May 2023 02:27:40 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
fenn-cs [Thu, 11 May 2023 14:08:26 +0000 (15:08 +0100)]
Convert Add group link to button
The "Add group" peforms an on-page action and does not route or link to
anywhere else hence, not semantically a link but a button.
This commit implements the ehancement described at the respository level.
A change would be required in [@nextcloud/nextcloud-vue](https://github.com/nextcloud/nextcloud-vue/issues/4108)
since the `NcAppNavigationNewItem` is an out-of-repo dependency.
Signed-off-by: fenn-cs <fenn25.fn@gmail.com>
Julius Härtl [Sat, 13 May 2023 11:13:04 +0000 (13:13 +0200)]
Merge pull request #37709 from nextcloud/bugfix/deadlock
Julius Härtl [Sat, 13 May 2023 11:11:37 +0000 (13:11 +0200)]
Merge pull request #37621 from nextcloud/enh/lock-readable-path
Simon L [Sat, 13 May 2023 11:10:28 +0000 (13:10 +0200)]
Merge pull request #38223 from nextcloud/enh/noid/use-primary-element-variables
Use the color-primary-element* variables
Simon L [Fri, 12 May 2023 13:41:40 +0000 (15:41 +0200)]
Use the color-primary-element* variables
Signed-off-by: Simon L <szaimen@e.mail.de>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
dependabot[bot] [Sat, 13 May 2023 08:44:11 +0000 (08:44 +0000)]
Merge pull request #38235 from nextcloud/dependabot/npm_and_yarn/typescript-eslint/parser-5.59.5
dependabot[bot] [Sat, 13 May 2023 03:00:46 +0000 (03:00 +0000)]
bump @typescript-eslint/parser from 5.59.2 to 5.59.5
---
updated-dependencies:
- dependency-name: "@typescript-eslint/parser"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Nextcloud bot [Sat, 13 May 2023 02:27:57 +0000 (02:27 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 13 May 2023 02:06:02 +0000 (02:06 +0000)]
bump tar from 6.1.13 to 6.1.14
---
updated-dependencies:
- dependency-name: tar
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Git'Fellow [Fri, 12 May 2023 14:00:16 +0000 (16:00 +0200)]
Check if version has entity before trying to access it
Signed-off-by: Git'Fellow <12234510+solracsf@users.noreply.github.com>
Arthur Schiwon [Fri, 12 May 2023 13:45:18 +0000 (15:45 +0200)]
Merge pull request #38222 from nextcloud/27b2-version
re-add version number
Robin Appelman [Fri, 12 May 2023 13:37:34 +0000 (15:37 +0200)]
re-add version number
turns out those are quite important
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Fri, 12 May 2023 13:25:32 +0000 (15:25 +0200)]
Merge pull request #36592 from nextcloud/groupmanager-search-typing
fix default values and type hints for GroupManager::search
Arthur Schiwon [Fri, 12 May 2023 13:02:39 +0000 (15:02 +0200)]
Merge pull request #38139 from nextcloud/release/27.0.0_beta_2
27.0.0 beta 2
Christoph Wurst [Fri, 12 May 2023 13:01:14 +0000 (15:01 +0200)]
Merge pull request #38013 from nextcloud/feat/users/store-load-manager-uid
feat(users): Store and load a user's manager
Christoph Wurst [Fri, 12 May 2023 12:02:10 +0000 (14:02 +0200)]
Merge pull request #37933 from nextcloud/fix/contactsinteraction/transactional-read-update-insert
fix(contactsinteraction): Read, update or insert in DB transaction
Christoph Wurst [Fri, 12 May 2023 12:00:22 +0000 (14:00 +0200)]
Merge pull request #38169 from nextcloud/doc/config/rearrange-sample-config
doc(config): Rearrange sample config into appropriate sections
Christoph Wurst [Tue, 2 May 2023 06:59:46 +0000 (08:59 +0200)]
feat(users): Store and load a user's manager
Co-Authored-By: hamza221 <hamzamahjoubi221@gmail.com>
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Fri, 12 May 2023 11:36:18 +0000 (13:36 +0200)]
Merge pull request #38200 from nextcloud/codeowners-patch
Update CODEOWNERS
Andy Scherzinger [Fri, 12 May 2023 11:13:21 +0000 (13:13 +0200)]
Merge pull request #38218 from nextcloud/chore/nextcloud-27-authors-file
chore: Update AUTHORS for Nextcloud 27
Christoph Wurst [Fri, 12 May 2023 10:09:32 +0000 (12:09 +0200)]
chore: Update AUTHORS for Nextcloud 27
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Joas Schilling [Fri, 12 May 2023 10:02:38 +0000 (12:02 +0200)]
Fix more Christoph(er) mixups
Co-authored-by: Christoph Wurst <ChristophWurst@users.noreply.github.com>
Signed-off-by: Joas Schilling <213943+nickvergessen@users.noreply.github.com>
Joas Schilling [Fri, 12 May 2023 09:35:40 +0000 (11:35 +0200)]
Merge pull request #38214 from nextcloud/bugfix/noid/bump-vue
fix(deps): Bump @nextcloud/vue to 7.11.4
Joas Schilling [Fri, 12 May 2023 08:57:49 +0000 (10:57 +0200)]
Order owner groups
Signed-off-by: Joas Schilling <coding@schilljs.com>
Alexander Piskun [Thu, 11 May 2023 13:09:12 +0000 (16:09 +0300)]
Update CODEOWNERS
task from @DaphneMuller
Signed-off-by: Alexander Piskun <13381981+bigcat88@users.noreply.github.com>
John Molakvoæ [Fri, 12 May 2023 08:47:46 +0000 (10:47 +0200)]
Merge pull request #38207 from nextcloud/fix/jsresourcelocator-l10n-handling
Joas Schilling [Fri, 12 May 2023 07:58:14 +0000 (09:58 +0200)]
chore(assets): Recompile JS
Signed-off-by: Joas Schilling <coding@schilljs.com>
Joas Schilling [Fri, 12 May 2023 07:55:16 +0000 (09:55 +0200)]
fix(deps): Bump @nextcloud/vue to 7.11.4
Signed-off-by: Joas Schilling <coding@schilljs.com>
Julia Kirschenheuter [Fri, 12 May 2023 07:33:34 +0000 (09:33 +0200)]
Merge pull request #37870 from nextcloud/fix/36921-fix-table-for-users-app
Fix table view
Christoph Wurst [Fri, 12 May 2023 06:48:48 +0000 (08:48 +0200)]
Merge pull request #37734 from nextcloud/enh/expose-system-address-book
feat(dav): expose system address book
Nextcloud bot [Fri, 12 May 2023 02:28:13 +0000 (02:28 +0000)]
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Simon L [Thu, 11 May 2023 21:58:53 +0000 (23:58 +0200)]
Merge pull request #38159 from nextcloud/enh/noid/fix-themed-icons
fix too dark or bright primary element color
Anna Larch [Thu, 11 May 2023 16:59:30 +0000 (18:59 +0200)]
fix(carddav): expose system address book
Signed-off-by: Anna Larch <anna@nextcloud.com>
Pytal [Thu, 11 May 2023 16:34:43 +0000 (09:34 -0700)]
Merge pull request #38147 from nextcloud/fix/36945-input_fields_do_not_convey_the_purpose_of_each_field_through_a_language
Ferdinand Thiessen [Thu, 11 May 2023 15:51:55 +0000 (17:51 +0200)]
fix(JSResourceLocator): Handle missing translations silently
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Côme Chilliet [Thu, 11 May 2023 15:53:19 +0000 (17:53 +0200)]
Add fclose on opened resources
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Robin Appelman [Thu, 11 May 2023 15:45:16 +0000 (17:45 +0200)]
check the username when doing external storage session auth
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Tue, 9 May 2023 15:48:11 +0000 (17:48 +0200)]
fix: getGroups limit check syntax
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: John Molakvoæ <skjnldsv@users.noreply.github.com>
Robin Appelman [Thu, 9 Feb 2023 10:46:46 +0000 (11:46 +0100)]
revert public interface back to the original types, just cast them before passing the nulls to the backends
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Wed, 8 Feb 2023 10:46:37 +0000 (11:46 +0100)]
also update groupinterface and database backend
Signed-off-by: Robin Appelman <robin@icewind.nl>
Robin Appelman [Tue, 7 Feb 2023 16:19:16 +0000 (17:19 +0100)]
fix default values and type hints for GroupManager::search
ints really are ints
Signed-off-by: Robin Appelman <robin@icewind.nl>
julia.kirschenheuter [Fri, 21 Apr 2023 14:33:10 +0000 (16:33 +0200)]
Fix table view
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 13:38:08 +0000 (15:38 +0200)]
Require icewind/streams to get the same version as 3rdparty
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Simon L [Wed, 10 May 2023 18:28:57 +0000 (20:28 +0200)]
adjust tests
Signed-off-by: Simon L <szaimen@e.mail.de>
Robin Appelman [Thu, 11 May 2023 11:21:48 +0000 (13:21 +0200)]
Merge pull request #38148 from nextcloud/file-info-etag
also show file etag in file info
Côme Chilliet [Thu, 11 May 2023 10:46:16 +0000 (12:46 +0200)]
Get rid of more int casts in file size manipulations
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 10:05:12 +0000 (12:05 +0200)]
Update icewind/streams to 0.7.7, and remove it from explicit deps in files_external
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 09:52:04 +0000 (11:52 +0200)]
Rename command to drop-legacy-filekey and remove comment about legacy mode.
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
Côme Chilliet [Thu, 11 May 2023 09:24:16 +0000 (11:24 +0200)]
Copy data back instead of renaming to avoid changing the fileid
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
John Molakvoæ [Thu, 11 May 2023 08:26:50 +0000 (10:26 +0200)]
Merge pull request #33381 from luzpaz/fix/lib-public-typos
julia.kirschenheuter [Tue, 9 May 2023 12:50:29 +0000 (14:50 +0200)]
Add `autocomplete` attrs to input fields
Signed-off-by: julia.kirschenheuter <julia.kirschenheuter@nextcloud.com>
Arthur Schiwon [Thu, 11 May 2023 08:16:03 +0000 (10:16 +0200)]
Merge pull request #37961 from nextcloud/poc/noid/systemtags-perf
SystemTags endpoint to return tags used by a user with meta data
John Molakvoæ [Thu, 11 May 2023 08:15:41 +0000 (10:15 +0200)]
Merge pull request #38194 from nextcloud/fix/unsupported-redirect
Arthur Schiwon [Thu, 11 May 2023 07:54:15 +0000 (09:54 +0200)]
Merge pull request #38067 from nextcloud/fix/noid/sortTags
fix: sort tags by name
John Molakvoæ [Thu, 11 May 2023 06:56:15 +0000 (08:56 +0200)]
fix: prevent malicious url in unsupported browser redirect
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 11 May 2023 06:15:41 +0000 (08:15 +0200)]
Merge pull request #37691 from nextcloud/object-store-background-scan
Pytal [Thu, 11 May 2023 00:20:56 +0000 (17:20 -0700)]
Merge pull request #38163 from nextcloud/show-loading-spinner-until-share-settings-are-fully-loaded
Robin Appelman [Wed, 12 Apr 2023 16:08:14 +0000 (18:08 +0200)]
repair -1 folder sizes for object store background scan
Signed-off-by: Robin Appelman <robin@icewind.nl>
Arthur Schiwon [Wed, 10 May 2023 17:06:29 +0000 (19:06 +0200)]
fix: use interface instead of implementation as type hint
Co-authored-by: Côme Chilliet <91878298+come-nc@users.noreply.github.com>
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Arthur Schiwon [Wed, 10 May 2023 16:40:44 +0000 (18:40 +0200)]
refactor: remove where specification from SELECT getter
- search constraints are now fully in control of
SystemTagsInFilesDetector::detectAssignedSystemTagsIn(), avoids
duplication of a WHERE statement
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
Simon L [Wed, 10 May 2023 16:13:32 +0000 (18:13 +0200)]
Merge pull request #38174 from nextcloud/enh/template-picker
feat: Enhance template picker size and layout depending on aspect ratio