dependabot-preview[bot]
a10fce002f
Bump jsdoc from 3.6.6 to 3.6.7 in /build
...
Bumps [jsdoc](https://github.com/jsdoc/jsdoc ) from 3.6.6 to 3.6.7.
- [Release notes](https://github.com/jsdoc/jsdoc/releases )
- [Changelog](https://github.com/jsdoc/jsdoc/blob/3.6.7/CHANGES.md )
- [Commits](https://github.com/jsdoc/jsdoc/compare/3.6.6...3.6.7 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-22 01:15:44 +00:00
Morris Jobke
b1ad3faf14
Merge pull request #25679 from nextcloud/drop/ocp-user
...
Drop \OCP\User
2021-05-21 15:05:38 +02:00
Christoph Wurst
8196420063
Drop \OCP\User
...
Inlines and remaining usages and drops the deprecated public API.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-05-21 15:00:34 +02:00
szaimen
35d978c2fc
Rename External storages to External storage
...
Signed-off-by: szaimen <szaimen@e.mail.de>
2021-05-20 12:13:04 +02:00
Nextcloud-PR-Bot
42d3dcb147
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-05-19 04:12:09 +00:00
dependabot-preview[bot]
321f01e2c5
Merge pull request #26987 from nextcloud/dependabot/npm_and_yarn/build/node-sass-6.0.0
2021-05-18 08:21:20 +00:00
Morris Jobke
77a4368418
Merge pull request #26846 from nextcloud/followup/26572/reply-with-json-when-not-accepting-html
...
Reply with json when not accepting html on LoginException
2021-05-17 09:36:18 +02:00
dependabot-preview[bot]
53e03a8b4f
Bump node-sass from 5.0.0 to 6.0.0 in /build
...
Bumps [node-sass](https://github.com/sass/node-sass ) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/sass/node-sass/releases )
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md )
- [Commits](https://github.com/sass/node-sass/compare/v5.0.0...v6.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-15 01:14:16 +00:00
Joas Schilling
b6c6527705
Fix unauthorized OCS status in provisioning
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12 08:16:07 +02:00
Joas Schilling
a2d5d2d613
Reply with UNAUTHORIZED like on APIs when login exception was thrown
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-05-12 08:02:53 +02:00
dependabot-preview[bot]
cc3654ce37
[Security] Bump hosted-git-info from 2.7.1 to 2.8.9 in /build
...
Bumps [hosted-git-info](https://github.com/npm/hosted-git-info ) from 2.7.1 to 2.8.9. **This update includes a security fix.**
- [Release notes](https://github.com/npm/hosted-git-info/releases )
- [Changelog](https://github.com/npm/hosted-git-info/blob/v2.8.9/CHANGELOG.md )
- [Commits](https://github.com/npm/hosted-git-info/compare/v2.7.1...v2.8.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-10 07:27:01 +00:00
Nextcloud-PR-Bot
87fa87f9fb
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-05-10 04:12:20 +00:00
dependabot-preview[bot]
f2a2cc7c66
[Security] Bump lodash from 4.17.19 to 4.17.21 in /build
...
Bumps [lodash](https://github.com/lodash/lodash ) from 4.17.19 to 4.17.21. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases )
- [Commits](https://github.com/lodash/lodash/compare/4.17.19...4.17.21 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-05-06 17:52:36 +00:00
Nextcloud-PR-Bot
2b50f580d9
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-05-03 04:11:45 +00:00
Christoph Wurst
63eb3694e4
Exclusively use the typed calendar deletion events for DAV
...
We had both in places, but the old one isn't used anywhere outside this
app, so it's time to migrate the code.
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
2021-04-29 15:31:19 +02:00
Nextcloud-PR-Bot
6ce115cb2a
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-29 04:11:28 +00:00
Nextcloud-PR-Bot
c5e99c3349
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-28 04:12:29 +00:00
kesselb
d52ee8929c
Merge pull request #26776 from nextcloud-pr-bot/automated/noid/psalm-baseline-update
...
[Automated] Update psalm-baseline.xml
2021-04-27 15:41:10 +02:00
Joas Schilling
c52a026f55
Merge pull request #26572 from nextcloud/bugfix/noid/throw-401-when-authentication-is-provided-and-invalid
...
Throw "401 Unauthenticated" when authentication is provided but invalid
2021-04-27 14:37:28 +02:00
Nextcloud-PR-Bot
65d9ba620f
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-27 04:12:15 +00:00
Nextcloud-PR-Bot
d6f3a6feb9
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-26 04:13:05 +00:00
Daniel Calviño Sánchez
e2c4a174f2
Add integration tests for searching users in contacts menu
...
Signed-off-by: Daniel Calviño Sánchez <danxuliu@gmail.com>
2021-04-23 11:44:42 +02:00
Nextcloud-PR-Bot
797448d2b3
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-23 04:11:54 +00:00
Morris Jobke
012f791c8f
Merge pull request #26375 from nextcloud/techdebt/noid/symfony-component-translation-pluralization-rules-is-deprecated
...
"Symfony\Component\Translation\PluralizationRules" is deprecated
2021-04-22 21:20:16 +02:00
Joas Schilling
83e10b7a73
Adjust integration test
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-22 15:43:57 +02:00
Nextcloud-PR-Bot
1ac183fb05
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-04-21 04:11:37 +00:00
Joas Schilling
2228b285c5
Only check translations insteda of the full file
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20 16:43:43 +02:00
Joas Schilling
a4c6749b02
Add a check for the pipe character
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-04-20 16:42:04 +02:00
John Molakvoæ (skjnldsv)
cd8bfbe09c
Remove old unused handlebar systemtags template
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-04-09 14:43:40 +02:00
John Molakvoæ (skjnldsv)
91510d95f1
Add js files to license
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-31 12:17:18 +02:00
Nextcloud-PR-Bot
aa7dd1839c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-31 04:12:05 +00:00
dependabot-preview[bot]
c7b83a8d4a
[Security] Bump y18n from 4.0.0 to 4.0.1 in /build
...
Bumps [y18n](https://github.com/yargs/y18n ) from 4.0.0 to 4.0.1. **This update includes a security fix.**
- [Release notes](https://github.com/yargs/y18n/releases )
- [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md )
- [Commits](https://github.com/yargs/y18n/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-03-29 17:30:08 +00:00
Joas Schilling
602de272c0
Merge pull request #26243 from nextcloud/enh/noid/avatar-privacy-new-scope
...
Avatar privacy and new scope
2021-03-29 09:01:12 +02:00
Nextcloud-PR-Bot
3b5cb333e4
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-28 04:12:03 +00:00
Vincent Petry
98e4ac39bc
Int tests for provisioning API scopes
...
Added integration tests for the scope attributes in the provisioning
API.
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-26 13:07:10 +01:00
Vincent Petry
5b7a94f84c
Update psalm-baseline for Avatar API quirks
...
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
2021-03-26 13:07:10 +01:00
Nextcloud-PR-Bot
3319ed8aca
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-26 04:16:04 +00:00
Nextcloud-PR-Bot
80409b2181
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-24 04:10:58 +00:00
Nextcloud-PR-Bot
069af5931f
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-23 04:35:21 +00:00
Morris Jobke
268acd301d
Merge pull request #25529 from nextcloud/fix-non-lgc-glyphs-in-avatars-and-txt-file-previews
...
Fix non LGC glyphs in avatars and txt file previews
2021-03-22 21:06:22 +01:00
John Molakvoæ (skjnldsv)
15767643f2
Fix sharebymail tests
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22 06:50:47 +01:00
John Molakvoæ (skjnldsv)
a100186e5e
Sharing link & mail parity
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-22 06:50:45 +01:00
Morris Jobke
6401d88283
Merge pull request #25331 from nextcloud/fix-valid-storages-removed-when-cleaning-remote-storages
...
Fix valid storages removed when cleaning remote storages
2021-03-18 08:57:09 +01:00
Nextcloud-PR-Bot
3959313b2c
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-18 04:34:21 +00:00
John Molakvoæ (skjnldsv)
87d39375d8
Fix comments filesplugin
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17 14:45:29 +01:00
John Molakvoæ (skjnldsv)
fb183b457c
Add eslint testing
...
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
2021-03-17 13:03:38 +01:00
Nextcloud-PR-Bot
0baf262aba
Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2021-03-12 04:34:04 +00:00
Joas Schilling
1683e0289b
Also execute the new tests on drone
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10 19:10:24 +01:00
Joas Schilling
5b53b6f977
Add a setting to restrict returning a full match unless in phonebook or same group
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10 17:25:57 +01:00
Joas Schilling
a310a2adc7
Add integration tests for autocomplete/get (similar to sharees API)
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2021-03-10 17:19:56 +01:00