dependabot[bot]
807cdf8b4a
Bump puppeteer from 13.4.1 to 13.5.1
...
Bumps [puppeteer](https://github.com/puppeteer/puppeteer ) from 13.4.1 to 13.5.1.
- [Release notes](https://github.com/puppeteer/puppeteer/releases )
- [Changelog](https://github.com/puppeteer/puppeteer/blob/main/CHANGELOG.md )
- [Commits](https://github.com/puppeteer/puppeteer/compare/v13.4.1...v13.5.1 )
---
updated-dependencies:
- dependency-name: puppeteer
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-12 02:03:38 +07:00
MichaIng
bd05f84637
Merge pull request #31496 from nextcloud/automated/noid/psalm-baseline-update-1646799120
...
[Automated] Update psalm-baseline.xml
2022-03-12 01:01:00 +07:00
John Molakvoæ
5ad55fad35
Merge pull request #31274 from nextcloud/fix/carddav-backend-1000-orache1
2022-03-11 16:59:37 +07:00
John Molakvoæ
bcb1fc5a81
Merge pull request #31531 from nextcloud/fix/sftp-offset
2022-03-11 16:02:40 +07:00
Joas Schilling
db1c2a5375
Merge pull request #31511 from nextcloud/bugfix/noid/allow-installing-unstable-versions
...
Allow installing unstable app versions based on channel and with `--allow-unstable` just like on updates
2022-03-11 14:26:30 +07:00
Joas Schilling
4ac4f4b0a6
Merge pull request #31538 from nextcloud/bug/noid/eventlogger-debug
...
Only log events when enabled in debug mode
2022-03-11 14:20:44 +07:00
Joas Schilling
b2075db3bd
Merge pull request #31539 from nextcloud/bugfix/31532/user-status-not-resetting-after-a-call
...
Fix user status not resetting correctly after a call
2022-03-11 14:20:14 +07:00
John Molakvoæ
3c2aba4f35
Merge pull request #31454 from nextcloud/fix/audit-log-critical
2022-03-11 13:36:42 +07:00
Joas Schilling
bac2508d77
Fix user status not resetting correctly after a call
...
Only happens when the user navigated away and came back,
so the heartbeat updates the status to "Online + In a call"
After that resetting away from "Away + In a call" does not match anymore
and the previous status sticks
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-11 13:03:15 +07:00
Julius Härtl
27f3aa5890
Only log events when enabled in debug mode
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-11 12:26:07 +07:00
Vincent Petry
cec00df21c
Merge pull request #31519 from nextcloud/bugfix/noid/fix-occ-user-add-apppassword
...
Fix occ user:add-app-password
2022-03-11 11:55:01 +07:00
John Molakvoæ
2cf0edf03c
Merge pull request #31526 from nextcloud/automated/noid/psalm-baseline-update-1646971903
2022-03-11 11:22:59 +07:00
John Molakvoæ
e81eaf45d2
Prevent reading key on SFTP stat bool
...
Signed-off-by: John Molakvoæ <skjnldsv@protonmail.com>
2022-03-11 10:54:52 +07:00
nextcloud-command
ac2c2ee8e5
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-03-11 04:11:43 +07:00
Nextcloud bot
3840abcd58
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-11 02:27:09 +07:00
Pytal
eeec6142ca
Merge pull request #30963 from nextcloud/feat/calendar-migration
2022-03-10 11:34:11 +07:00
Côme Chilliet
53e30c40bc
Merge pull request #31491 from nextcloud/fix/user_ldap-fix-duplicated-empty-uuid-migration
...
Fix duplicated UUID detection when there are empty uuids
2022-03-10 18:16:25 +07:00
Joas Schilling
21f96308c4
Overwrite the channel
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 16:16:30 +07:00
Carl Schwan
3e0c42e3b3
Fix the logger that is imported for critical actions
...
This use a new interface AuditLogger that makes it easier to
seperate the roles of the various loggers and enforce that we
don't use the wrong one by mistake.
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-10 16:10:54 +07:00
Joas Schilling
a9ba631e4d
Also allow pre-releases and nightlies when installing from git
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 16:10:25 +07:00
Joas Schilling
4f9c8b08ca
Similar to the fetch() method respect the channel in the get()
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 16:10:25 +07:00
Joas Schilling
a4111d4846
Allow installing unstable versions
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 16:10:25 +07:00
Joas Schilling
50ccf7e2cf
Validate the password before generating an apptoken
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 15:52:01 +07:00
Joas Schilling
a6882deebc
Differenciate the activity depending on admin vs user action
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 15:26:47 +07:00
Joas Schilling
f98044ddce
Trigger an event to log an activity when an administrator generates an app password
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-10 15:25:22 +07:00
Carl Schwan
2cdaa28acc
Don't recreate sql query each time
...
Signed-off-by: Carl Schwan <carl@carlschwan.eu>
2022-03-10 15:10:08 +07:00
Vincent Petry
430bd6b1e2
Merge pull request #31494 from nextcloud/fix/fix-group-metadata-typing
...
Fix group metadata typing
2022-03-10 14:33:54 +07:00
Simon L
3a0b934f84
Merge pull request #31430 from nextcloud/enh/31429/improve-overwrite-cli-url-check
...
Validate `overwrite.cli.url` to be a url in setup check
2022-03-10 12:40:59 +07:00
John Molakvoæ
53e42bd308
Merge pull request #31508 from nextcloud/automated/noid/psalm-baseline-update-1646885516
2022-03-10 10:33:27 +07:00
Julius Härtl
933826dd11
Merge pull request #31503 from nextcloud/enh/strict-dynamic-csp
...
Allow to set a strict-dynamic CSP through the API
2022-03-10 09:52:20 +07:00
nextcloud-command
feb9c20b23
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-03-10 04:11:56 +07:00
Nextcloud bot
198b414d94
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-10 02:26:40 +07:00
szaimen
4191a178dd
improve overwrite cli url setup check
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-09 22:26:00 +07:00
Christopher Ng
e97701c6b0
Improve error handling and output messages
...
Signed-off-by: Christopher Ng <chrng8@gmail.com>
2022-03-09 19:46:37 +07:00
Julius Härtl
bd03dd37be
Allow to set a strict-dynamic CSP through the API
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-09 15:10:27 +07:00
Vincent Petry
0825c3ea34
Merge pull request #31500 from nextcloud/bugfix/noid/fix-alternativ-login-buttons
...
Fix alternative login buttons
2022-03-09 13:20:28 +07:00
Joas Schilling
4032f0b2c8
Fix alternative login buttons
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2022-03-09 11:43:17 +07:00
nextcloud-command
31afc7050e
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2022-03-09 04:12:00 +07:00
Nextcloud bot
4d612359af
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-09 02:26:51 +07:00
Côme Chilliet
d5544923a9
Strong type OC\Group\MetaData
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-08 16:44:22 +07:00
John Molakvoæ
ec4280eda0
Merge pull request #31493 from nextcloud/bugfix/noid/app-script-main
2022-03-08 16:29:13 +07:00
Robin Appelman
e8872f01ae
Merge pull request #31431 from nextcloud/fs-setup-manager
...
Unify/cleanup filesystem setup
2022-03-08 14:50:25 +07:00
Côme Chilliet
3ecba9fd17
Fix typing of OC\Group\MetaData::sorting
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-08 15:49:29 +07:00
Julius Härtl
e8cf1a8759
Avoid double-loading dist/core-main.js when apps have scripts named main
...
Signed-off-by: Julius Härtl <jus@bitgrid.net>
2022-03-08 15:37:53 +07:00
Côme Chilliet
ccab35f23f
Fix similar potential problems with fetchOne loops
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-08 12:10:52 +07:00
Côme Chilliet
65a866556b
Fix duplicated UUID detection when there are empty uuids
...
Signed-off-by: Côme Chilliet <come.chilliet@nextcloud.com>
2022-03-08 11:57:33 +07:00
John Molakvoæ
23e8ae15aa
Merge pull request #31470 from nextcloud/enh/13099/allow-disable-imagick-warning
2022-03-08 08:53:12 +07:00
Nextcloud bot
697e1d6025
[tx-robot] updated from transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2022-03-08 02:28:43 +07:00
Simon L
019117c624
Merge pull request #28227 from nextcloud/enh/noid/report-remoteAddress
...
Fix too many file download notifications when watching a video
2022-03-07 21:48:08 +07:00
szaimen
ccd08877e8
Fix too many file download notifications when watching a video
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2022-03-07 19:50:15 +07:00