Robin Appelman
a67bf03ac0
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>
2022-05-16 13:26:38 +02:00
Robin Appelman
e700c3cd33
Merge pull request #32382 from nextcloud/event-logger-log-minimum
...
only log diagnostic events if a treshhold is set
2022-05-16 09:52:23 +00:00
Joas Schilling
fd576b568c
Merge pull request #32305 from nextcloud/bugfix/32302/fix-browser-agent-trimming
...
Fix user agent trimming on installation
2022-05-16 11:20:46 +02:00
Joas Schilling
6084d691b0
Merge pull request #32375 from nextcloud/bugfix/noid/show-user-account-on-grant-loginflow-step
...
Show user account on grant loginflow step
2022-05-16 11:18:22 +02:00
Joas Schilling
40b9769d4d
Extend tests
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-16 10:33:30 +02:00
Julius Härtl
ad405e9376
Merge pull request #32388 from nextcloud/feature/remove-depreceted-element
...
🔥 remove deprecated element
2022-05-16 09:55:35 +02:00
Nextcloud bot
78e32ecd5b
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-16 02:29:46 +00:00
Carl Schwan
4f1a1fd25b
Merge pull request #32398 from nextcloud/automated/noid/psalm-baseline-update-1652587922
...
[Automated] Update psalm-baseline.xml
2022-05-15 11:37:46 +02:00
nextcloud-command
fafc098d8e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-15 04:12:02 +00:00
dependabot[bot]
294f05a9d8
Merge pull request #32389 from nextcloud/dependabot/npm_and_yarn/testing-library/vue-5.8.3
2022-05-14 03:03:52 +00:00
Nextcloud bot
ebccb2ebd4
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-14 02:29:29 +00:00
dependabot[bot]
9b03682426
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>
2022-05-14 01:02:21 +00:00
Vinicius Reis
3b35ed3114
🔥 remove deprecated element
...
Signed-off-by: Vinicius Reis <vinicius.reis@nextcloud.com>
2022-05-13 18:37:10 -03:00
John Molakvoæ
5a80df6e4c
Remove stale debug mode
2022-05-13 20:24:18 +02:00
John Molakvoæ
458dc1c040
Update command-rebase.yml
2022-05-13 20:21:52 +02:00
John Molakvoæ
85758a4f70
Merge pull request #31662 from nextcloud/modernize-contactmenu
2022-05-13 20:14:31 +02:00
John Molakvoæ
20a648ed95
Merge pull request #32384 from nextcloud/improve-psalm-server-get
2022-05-13 20:13:58 +02:00
John Molakvoæ
aff37408a6
Merge pull request #32261 from nextcloud/feat/remove-scss-support
2022-05-13 17:28:40 +02:00
John Molakvoæ
9de0e77ee0
Merge pull request #32376 from nextcloud/debt/noid/fix-psalm-warning-for-zip-response
2022-05-13 16:26:45 +02:00
Carl Schwan
7f899b3bc8
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>
2022-05-13 16:14:01 +02:00
John Molakvoæ
264adf0c3b
Fix profile and add gradient-primary-background
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +02:00
John Molakvoæ
b8a7ab9941
Fix jsunit
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +02:00
John Molakvoæ
29a8b2958d
Add workflow test
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:01 +02:00
John Molakvoæ
73918b8af9
Cleanup and compile
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:13:00 +02:00
John Molakvoæ
3e29e0ad13
Npm script
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:11:01 +02:00
John Molakvoæ
78b7baea9d
Migrate apps scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:11:01 +02:00
John Molakvoæ
cc6037e438
Migrate core scss
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:10:59 +02:00
John Molakvoæ
9a9409e315
Remove SCSSCacher
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-05-13 16:10:45 +02:00
Daniel Kesselberg
7cd356ee7d
Fix psalm warning for zip response due wrong type
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-13 15:50:26 +02:00
Robin Appelman
eda997f2bd
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>
2022-05-13 15:15:26 +02:00
Carl Schwan
f4058a2432
Merge pull request #32366 from nextcloud/bug/noid/fix-property-name
...
Use property name for addType
2022-05-13 13:44:00 +02:00
Carl Schwan
52bb29bde1
Merge pull request #32369 from nextcloud/automated/noid/psalm-baseline-update-1652416168
...
[Automated] Update psalm-baseline.xml
2022-05-13 13:06:29 +02:00
Carl Schwan
9fcf531154
Merge pull request #30863 from nextcloud/performance/saving-user-profile-info
...
Minor optimizations for saving user personal information
2022-05-13 12:56:39 +02:00
Joas Schilling
db1813f640
Show user account on grant loginflow step
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-05-13 10:50:30 +02:00
John Molakvoæ
fe33e9c08c
Merge pull request #32250 from nextcloud/cleanup/cappedmemorycache
2022-05-13 08:27:28 +02:00
nextcloud-command
44bf17999b
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-05-13 04:29:28 +00:00
Nextcloud bot
48bb547e8a
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-05-13 02:29:09 +00:00
Daniel Kesselberg
11cacb52d4
Use property name for addType
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2022-05-12 21:12:46 +02:00
Carl Schwan
acb4f60895
Merge pull request #32359 from nextcloud/dept/use_mutualized_scss
...
Use toast.scss from @nextcloud/dialogs
2022-05-12 21:08:57 +02:00
Carl Schwan
e71db40492
Wrap multiple inserts inside a transation
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-05-12 21:02:53 +02:00
Carl Schwan
eef973e85b
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)
2022-05-12 21:02:52 +02:00
Carl Schwan
eb45a6ca40
Merge pull request #32008 from nextcloud/fix/getSize-bool
...
Fix Call to a member function getSize() on bool
2022-05-12 21:00:27 +02:00
Carl Schwan
febbd21814
Merge pull request #32335 from nextcloud/storage-info-dont-unjail
...
Don't unjail the path when getting the storage info
2022-05-12 20:59:06 +02:00
Carl Schwan
5c84d3781e
Merge pull request #32185 from nextcloud/fix/default-share-provider-oracle
...
Fix getting shares in a folder on Oracle
2022-05-12 20:58:05 +02:00
Carl Schwan
23771f0587
Merge pull request #32077 from nextcloud/cleanup/lock
...
Cleanup lock related code
2022-05-12 20:57:38 +02:00
Carl Schwan
9e1d4d17ec
Merge pull request #32362 from nextcloud/fix-buttons-workflow
...
Fix buttons in workflow
2022-05-12 19:01:26 +02:00
Thomas Citharel
232322fe06
Modernize contacts menu
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
2022-05-12 18:31:59 +02:00
rakekniven
bcb849475d
Merge pull request #32358 from nextcloud/Valdnet-patch-2
...
l10n: Delete space
2022-05-12 18:29:55 +02:00
Vanessa Pertsch
dd8fc35396
add vue button component in workflow rule.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12 16:16:59 +02:00
Vanessa Pertsch
d6698c160a
add vue button component in workflow operation.vue
...
Signed-off-by: Vanessa Pertsch <vanessa.pertsch@nextcloud.com>
2022-05-12 16:16:59 +02:00