]>
source.dussan.org Git - nextcloud-server.git/log
Thomas Citharel [Thu, 12 May 2022 15:29:57 +0000 (17:29 +0200)]
Remove all legacy event dispatchers from CalDAV & CardDAV backends
Move them to proper EventListeners and test them
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
Carl Schwan [Tue, 17 May 2022 12:59:59 +0000 (14:59 +0200)]
Merge pull request #31943 from nextcloud/dav-cleanup
Cleanup dav
Côme Chilliet [Tue, 17 May 2022 12:17:43 +0000 (14:17 +0200)]
Merge pull request #32404 from nextcloud/debt/noid/psalm-warning-iaddressbook
[Psalm] Drop redundanten return comment
Robin Appelman [Tue, 17 May 2022 11:55:00 +0000 (11:55 +0000)]
Merge pull request #32427 from nextcloud/boot-event-ordering
reorder startup events to fix overlapping
Simon L [Tue, 17 May 2022 10:26:46 +0000 (12:26 +0200)]
Merge pull request #32439 from nextcloud/enh/noid/database-checks
adjust wording for database checks
Louis [Tue, 17 May 2022 08:14:56 +0000 (10:14 +0200)]
Merge pull request #32216 from SUNET/master
Respect user settings in php.ini if they are big enough
John Molakvoæ [Tue, 17 May 2022 06:29:32 +0000 (08:29 +0200)]
Merge pull request #32405 from nextcloud/debt/noid/psalm-warning-isearchrequest
Julius Härtl [Tue, 17 May 2022 06:23:53 +0000 (08:23 +0200)]
Merge pull request #31623 from nextcloud/tweak-default-scopes-accounts
Allow to tweak default scopes for accounts
Nextcloud bot [Tue, 17 May 2022 02:29:30 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Thomas Citharel [Fri, 18 Mar 2022 19:08:07 +0000 (20:08 +0100)]
Allow to tweak default scopes for accounts
Close #6582
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
John Molakvoæ [Mon, 16 May 2022 20:24:30 +0000 (22:24 +0200)]
Merge pull request #31584 from nextcloud/fix/accessibility
Julius Härtl [Mon, 16 May 2022 18:44:00 +0000 (20:44 +0200)]
Merge pull request #32306 from nextcloud/fix/migrate-phpunit-configuration
Migrate phpunit configuration to new format
szaimen [Mon, 16 May 2022 17:22:23 +0000 (19:22 +0200)]
adjust wording for database checks
Signed-off-by: szaimen <szaimen@e.mail.de>
Julius Härtl [Mon, 16 May 2022 17:08:35 +0000 (19:08 +0200)]
Merge pull request #32357 from nextcloud/user-delete-remove-wrappers
remove storage wrappers when deleting the user storage
Julius Härtl [Mon, 16 May 2022 17:04:56 +0000 (19:04 +0200)]
Merge pull request #32412 from nextcloud/bugfix/noid/maintenance-script
Properly import maintenance script
Carl Schwan [Mon, 16 May 2022 16:30:09 +0000 (18:30 +0200)]
Merge pull request #32413 from nextcloud/fix/psalm-oc-legacy
Fix psalm errors from the end of the baseline file
Louis [Mon, 16 May 2022 13:43:39 +0000 (15:43 +0200)]
Merge pull request #32372 from nextcloud/Valdnet-patch-2
l10n: Remove asterisk
Côme Chilliet [Mon, 16 May 2022 13:37:32 +0000 (15:37 +0200)]
Merge pull request #32393 from nextcloud/automated/noid/psalm-baseline-update-
1652505516
[Automated] Update psalm-baseline.xml
Robin Appelman [Mon, 16 May 2022 11:25:45 +0000 (13:25 +0200)]
reorder startup events to fix overlapping
current the `request` and `runtime` events overlap with the `init` event which makes it hard to create usefull visualizations.
this reorders things a bit to remove an overlap
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Wed, 16 Mar 2022 00:07:55 +0000 (01:07 +0100)]
Improve accessibility with more visible focus indication for non vue apps
- Add visible-focus effect on each header entry
- Show focus outline when using focus-visible (keyboard navigation)
- Add polyfy for focus-visible since it's only very recently available
on webkit
- Change text for link to home button to describe the destination and
not the current page
- Improve focus effect in app sidebar navigation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis [Mon, 16 May 2022 10:38:49 +0000 (12:38 +0200)]
Merge pull request #32016 from nextcloud/fix/PasswordUpdatedEvent_handling
Use stored user for PasswordUpdatedEvent
Valdnet [Fri, 13 May 2022 07:09:39 +0000 (09:09 +0200)]
l10n: Remove asterisk
Removal of a meaningless asterisk for the given sentence.
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Robin Appelman [Mon, 16 May 2022 09:52:23 +0000 (09:52 +0000)]
Merge pull request #32382 from nextcloud/event-logger-log-minimum
only log diagnostic events if a treshhold is set
Joas Schilling [Mon, 16 May 2022 09:20:46 +0000 (11:20 +0200)]
Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimming
Fix user agent trimming on installation
Joas Schilling [Mon, 16 May 2022 09:18:22 +0000 (11:18 +0200)]
Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step
Show user account on grant loginflow step
Carl Schwan [Thu, 5 May 2022 22:01:08 +0000 (00:01 +0200)]
Fix more psalm issues
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Mon, 16 May 2022 08:58:26 +0000 (10:58 +0200)]
Fix psalm errors fron the end of the baseline file
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Joas Schilling [Mon, 16 May 2022 08:33:30 +0000 (10:33 +0200)]
Extend tests
Signed-off-by: Joas Schilling <coding@schilljs.com>
Micke Nordin [Mon, 16 May 2022 08:14:53 +0000 (10:14 +0200)]
Fix suggestions by @artonage
Signed-off-by: Micke Nordin <kano@sunet.se>
Julius Härtl [Mon, 16 May 2022 07:55:35 +0000 (09:55 +0200)]
Merge pull request #32388 from nextcloud/feature/remove-depreceted-element
🔥 remove deprecated element
Julius Härtl [Mon, 16 May 2022 07:28:15 +0000 (09:28 +0200)]
Properly import maintenance script
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Nextcloud bot [Mon, 16 May 2022 02:29:46 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Sun, 15 May 2022 20:03:28 +0000 (22:03 +0200)]
Fix spelling for return type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Daniel Kesselberg [Sun, 15 May 2022 19:57:50 +0000 (21:57 +0200)]
Drop redundanten return comment
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Carl Schwan [Sun, 15 May 2022 09:37:46 +0000 (11:37 +0200)]
Merge pull request #32398 from nextcloud/automated/noid/psalm-baseline-update-
1652587922
[Automated] Update psalm-baseline.xml
nextcloud-command [Sun, 15 May 2022 04:12:02 +0000 (04:12 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
nextcloud-command [Sat, 14 May 2022 05:18:36 +0000 (05:18 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
dependabot[bot] [Sat, 14 May 2022 03:03:52 +0000 (03:03 +0000)]
Merge pull request #32389 from nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.3
Nextcloud bot [Sat, 14 May 2022 02:29:29 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
dependabot[bot] [Sat, 14 May 2022 01:02:21 +0000 (01:02 +0000)]
Bump @testing-library/vue from 5.8.2 to 5.8.3
Bumps [@testing-library/vue](https://github.com/testing-library/vue-testing-library) from 5.8.2 to 5.8.3.
- [Release notes](https://github.com/testing-library/vue-testing-library/releases)
- [Commits](https://github.com/testing-library/vue-testing-library/compare/v5.8.2...v5.8.3)
---
updated-dependencies:
- dependency-name: "@testing-library/vue"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Vinicius Reis [Fri, 13 May 2022 21:37:10 +0000 (18:37 -0300)]
🔥 remove deprecated element
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
John Molakvoæ [Fri, 13 May 2022 18:24:18 +0000 (20:24 +0200)]
Remove stale debug mode
John Molakvoæ [Fri, 13 May 2022 18:21:52 +0000 (20:21 +0200)]
Update command-rebase.yml
John Molakvoæ [Fri, 13 May 2022 18:14:31 +0000 (20:14 +0200)]
Merge pull request #31662 from nextcloud/modernize-contactmenu
John Molakvoæ [Fri, 13 May 2022 18:13:58 +0000 (20:13 +0200)]
Merge pull request #32384 from nextcloud/improve-psalm-server-get
John Molakvoæ [Fri, 13 May 2022 15:28:40 +0000 (17:28 +0200)]
Merge pull request #32261 from nextcloud/feat/remove-scss-support
John Molakvoæ [Fri, 13 May 2022 14:26:45 +0000 (16:26 +0200)]
Merge pull request #32376 from nextcloud/debt/noid/fix-psalm-warning-for-zip-response
Carl Schwan [Fri, 13 May 2022 14:14:01 +0000 (16:14 +0200)]
Improve psalm annotation to make it stricter
Now using class-string<T> as input will only return T, and any other
string will return mixed
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
John Molakvoæ [Thu, 12 May 2022 09:23:11 +0000 (11:23 +0200)]
Fix profile and add gradient-primary-background
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Thu, 12 May 2022 07:54:32 +0000 (09:54 +0200)]
Fix jsunit
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 11 May 2022 09:06:18 +0000 (11:06 +0200)]
Add workflow test
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 4 May 2022 07:56:50 +0000 (09:56 +0200)]
Cleanup and compile
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 4 May 2022 07:56:33 +0000 (09:56 +0200)]
Npm script
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 4 May 2022 07:56:06 +0000 (09:56 +0200)]
Migrate apps scss
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 4 May 2022 07:27:46 +0000 (09:27 +0200)]
Migrate core scss
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
John Molakvoæ [Wed, 4 May 2022 06:48:33 +0000 (08:48 +0200)]
Remove SCSSCacher
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
Daniel Kesselberg [Fri, 13 May 2022 09:10:42 +0000 (11:10 +0200)]
Fix psalm warning for zip response due wrong type
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Robin Appelman [Fri, 13 May 2022 13:06:47 +0000 (15:06 +0200)]
only log diagnostic events if a treshhold is set
this prevents log spam and it's rare that you actually want to very short events logged anyway
Signed-off-by: Robin Appelman <robin@icewind.nl>
Carl Schwan [Fri, 13 May 2022 11:44:00 +0000 (13:44 +0200)]
Merge pull request #32366 from nextcloud/bug/noid/fix-property-name
Use property name for addType
Carl Schwan [Fri, 13 May 2022 11:06:29 +0000 (13:06 +0200)]
Merge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-
1652416168
[Automated] Update psalm-baseline.xml
Carl Schwan [Fri, 13 May 2022 10:56:39 +0000 (12:56 +0200)]
Merge pull request #30863 from nextcloud/performance/saving-user-profile-info
Minor optimizations for saving user personal information
Joas Schilling [Fri, 13 May 2022 08:50:30 +0000 (10:50 +0200)]
Show user account on grant loginflow step
Signed-off-by: Joas Schilling <coding@schilljs.com>
John Molakvoæ [Fri, 13 May 2022 06:27:28 +0000 (08:27 +0200)]
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
nextcloud-command [Fri, 13 May 2022 04:29:28 +0000 (04:29 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>
Nextcloud bot [Fri, 13 May 2022 02:29:09 +0000 (02:29 +0000)]
[tx-robot] updated from transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Daniel Kesselberg [Thu, 12 May 2022 19:12:46 +0000 (21:12 +0200)]
Use property name for addType
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
Carl Schwan [Thu, 12 May 2022 19:08:57 +0000 (21:08 +0200)]
Merge pull request #32359 from nextcloud/dept/use_mutualized_scss
Use toast.scss from @nextcloud/dialogs
Carl Schwan [Thu, 3 Feb 2022 20:41:17 +0000 (21:41 +0100)]
Wrap multiple inserts inside a transation
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Wed, 26 Jan 2022 19:58:39 +0000 (20:58 +0100)]
Minor optimizations for saving user personal information
* Remove double hook: the OC_User::changeUser triggers an
OC\AccountManager::userUpdated and the app is already listening to this
signal in its Application definition
* Make createCard not check if an card exists if we already checked
previously. We also don't try to get the card if the user is disabled
as we don't use the card in this case
We this change we go from 100 DB requests to 80 DB requests when saving
an user email address.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
(cherry picked from commit
c6fd482edf33214a9ad4787e4cac278f871fa7c8 )
Carl Schwan [Thu, 12 May 2022 19:00:27 +0000 (21:00 +0200)]
Merge pull request #32008 from nextcloud/fix/getSize-bool
Fix Call to a member function getSize() on bool
Carl Schwan [Thu, 12 May 2022 18:59:06 +0000 (20:59 +0200)]
Merge pull request #32335 from nextcloud/storage-info-dont-unjail
Don't unjail the path when getting the storage info
Carl Schwan [Thu, 12 May 2022 18:58:05 +0000 (20:58 +0200)]
Merge pull request #32185 from nextcloud/fix/default-share-provider-oracle
Fix getting shares in a folder on Oracle
Carl Schwan [Thu, 12 May 2022 18:57:38 +0000 (20:57 +0200)]
Merge pull request #32077 from nextcloud/cleanup/lock
Cleanup lock related code
Carl Schwan [Thu, 12 May 2022 17:01:26 +0000 (19:01 +0200)]
Merge pull request #32362 from nextcloud/fix-buttons-workflow
Fix buttons in workflow
Thomas Citharel [Tue, 22 Mar 2022 11:39:23 +0000 (12:39 +0100)]
Modernize contacts menu
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
rakekniven [Thu, 12 May 2022 16:29:55 +0000 (18:29 +0200)]
Merge pull request #32358 from nextcloud/Valdnet-patch-2
l10n: Delete space
Vanessa Pertsch [Thu, 12 May 2022 12:54:27 +0000 (14:54 +0200)]
add vue button component in workflow rule.vue
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Vanessa Pertsch [Thu, 12 May 2022 07:50:33 +0000 (09:50 +0200)]
add vue button component in workflow operation.vue
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
Joas Schilling [Thu, 12 May 2022 13:45:58 +0000 (15:45 +0200)]
Merge pull request #32355 from nextcloud/bugfix/noid/prevent-invalid-length
Validate requested length is random string generator
Carl Schwan [Tue, 19 Apr 2022 08:56:54 +0000 (10:56 +0200)]
Fix Call to a member function getSize() on bool
getFileInfo might return false, handle this case by ignoring the result
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Fri, 22 Apr 2022 13:00:20 +0000 (15:00 +0200)]
Cleanup lock related code
- Port to QueryBuilder
- Improve the doc a bit
- Add type hinting
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Tue, 3 May 2022 09:15:24 +0000 (11:15 +0200)]
Add stricter psalm type for CappedMemoryCache
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Carl Schwan [Wed, 27 Apr 2022 12:46:28 +0000 (14:46 +0200)]
Fix getting shares in a folder on Orache
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Louis Chemineau [Thu, 12 May 2022 12:53:48 +0000 (14:53 +0200)]
Use toast.scss from @nextcloud/dialogs
Signed-off-by: Louis Chemineau <louis@chmn.me>
Valdnet [Thu, 12 May 2022 12:51:51 +0000 (14:51 +0200)]
l10n: Delete space
Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
Robin Appelman [Thu, 12 May 2022 12:40:20 +0000 (14:40 +0200)]
remove storage wrappers when deleting the user storage
Signed-off-by: Robin Appelman <robin@icewind.nl>
Vincent Petry [Thu, 12 May 2022 11:58:18 +0000 (13:58 +0200)]
Validate requested length is random string generator
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
blizzz [Thu, 12 May 2022 10:09:50 +0000 (12:09 +0200)]
Merge pull request #32328 from nextcloud/automated/noid/psalm-baseline-update-
1652242827
[Automated] Update psalm-baseline.xml
Joas Schilling [Thu, 12 May 2022 09:05:03 +0000 (11:05 +0200)]
Merge pull request #32344 from nextcloud/fix/always-free-db-result-qbmapper-find-entities
Always free the DB result in QBMapper::findEntities
Carl Schwan [Thu, 12 May 2022 08:45:38 +0000 (10:45 +0200)]
Merge pull request #32339 from nextcloud/appdatafactory-public
Make it possible to get the appdata folder using the public API
John Molakvoæ [Thu, 12 May 2022 08:05:46 +0000 (10:05 +0200)]
Merge pull request #32278 from nextcloud/remove-default-php
Christoph Wurst [Thu, 12 May 2022 07:51:37 +0000 (09:51 +0200)]
Always free the DB result in QBMapper::findEntities
Without this patch it only happened if the code ran through without any
errors. Now the result is also freed in the case of an error.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Carl Schwan [Wed, 11 May 2022 14:45:32 +0000 (16:45 +0200)]
Make it possible to get the appdata folder using the public API
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
Joas Schilling [Wed, 11 May 2022 15:14:05 +0000 (17:14 +0200)]
Merge pull request #32336 from nextcloud/feature/noid/talk-poll-ROS
Add talk-poll to the ROS definitions
Joas Schilling [Wed, 11 May 2022 12:37:26 +0000 (14:37 +0200)]
Add talk-poll to the ROS definitions
Signed-off-by: Joas Schilling <coding@schilljs.com>
Robin Appelman [Wed, 11 May 2022 09:41:00 +0000 (11:41 +0200)]
don't unjail the path when getting the storage info
the original reason for adding it no longer exist.
This was added with #30985 since then the share source storage was also used, however this was changed with #32076
Signed-off-by: Robin Appelman <robin@icewind.nl>
John Molakvoæ [Wed, 11 May 2022 07:28:58 +0000 (09:28 +0200)]
Merge pull request #32326 from nextcloud/fix/icons-cacher
John Molakvoæ [Wed, 11 May 2022 06:40:28 +0000 (08:40 +0200)]
Merge pull request #32149 from nextcloud/fix-transferring-groupfolders
John Molakvoæ [Tue, 10 May 2022 15:23:05 +0000 (17:23 +0200)]
Compile theming
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
nextcloud-command [Wed, 11 May 2022 04:20:27 +0000 (04:20 +0000)]
Update psalm baseline
Signed-off-by: GitHub <noreply@github.com>