Josh Richards
45da3915c0
fix(SetupChecks): Add reasoning/clarity to outdated PHP check
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-12 11:13:06 -04:00
Kate
b0429e7ef4
Merge pull request #45270 from nextcloud/refactor/provisioning_api/type-scopes
2024-05-11 16:27:13 +02:00
provokateurin
aff7798fc1
refactor(provisioning_api): Add types for user details scopes
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-11 09:22:19 +02:00
dependabot[bot]
4dc73b3354
Merge pull request #45268 from nextcloud/dependabot/npm_and_yarn/testing-library/jest-dom-6.4.5
2024-05-11 04:38:16 +00:00
dependabot[bot]
08602b116a
chore(deps-dev): bump @testing-library/jest-dom from 6.4.2 to 6.4.5
...
Bumps [@testing-library/jest-dom](https://github.com/testing-library/jest-dom ) from 6.4.2 to 6.4.5.
- [Release notes](https://github.com/testing-library/jest-dom/releases )
- [Changelog](https://github.com/testing-library/jest-dom/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testing-library/jest-dom/compare/v6.4.2...v6.4.5 )
---
updated-dependencies:
- dependency-name: "@testing-library/jest-dom"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2024-05-11 02:21:36 +00:00
Ferdinand Thiessen
18a81205c3
Merge pull request #45255 from nextcloud/fix/ci-mariadb
...
fix(ci): Align mariadb versions with list of supported versions
2024-05-10 23:46:42 +02:00
Ferdinand Thiessen
08e62bece9
fix(ci): Align mariadb versions with list of supported versions
...
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
2024-05-10 22:44:56 +02:00
Andy Scherzinger
f6d4af8b2c
Merge pull request #45256 from nextcloud/bugfix/noid/fixFileChecker
...
Revert rename changes
2024-05-10 21:39:50 +02:00
Andy Scherzinger
0d52697f8f
fix: revert rename changes
...
see #45250
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 19:16:41 +02:00
Andy Scherzinger
fc6e9e4e86
Merge pull request #45250 from nextcloud/chore/noid/spdx-revert-rename
...
Revert rename
2024-05-10 13:46:48 +02:00
Andy Scherzinger
2fd537a25b
chore: revert rename
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 13:46:00 +02:00
Andy Scherzinger
e38ddf8629
Merge pull request #45244 from nextcloud/chore/noid/spdx
...
Add SPDX header - batch #1
2024-05-10 12:14:42 +02:00
nextcloud-command
6c1b48c3a7
chore(assets): Recompile assets
...
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-10 09:25:54 +00:00
Andy Scherzinger
3a161f74fb
fix: move SPDX info of generated files to dep5 definition
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 11:07:54 +02:00
Andy Scherzinger
789dfacc7c
chore(build): Add changed file set on root level
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 11:07:53 +02:00
Andy Scherzinger
1df96b0417
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 11:07:50 +02:00
Andy Scherzinger
3669608b23
Merge pull request #45240 from nextcloud/jtr/issue-template-security-redirect
...
fix(issue_template): Add security reporting redirect to bug report form
2024-05-10 11:06:58 +02:00
Kate
0b175b4a74
Merge pull request #42973 from nextcloud/feat/dashboard/expose-layout-statuses-apis
2024-05-10 10:21:45 +02:00
provokateurin
395bf7c70d
refactor(dashboard): Use attributes for routing
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +02:00
provokateurin
fdd905ba42
feat(dashboard): Add endpoints to get the layout and statuses
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +02:00
provokateurin
5f53e446da
refactor(dashboard): Let the statuses and layout endpoints use a saner format
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +02:00
provokateurin
d82fe6c7b4
refactor(dashboard): Migrate saving layout and statuses to OCS
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +02:00
provokateurin
2d0c1c3137
chore(dashboard): Delete unused LayoutApiController
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +02:00
Kate
6a4e12d8ac
Merge pull request #44797 from nextcloud/fix/router/loading-disabled-apps
2024-05-10 09:28:59 +02:00
Joas Schilling
90597e1319
chore: Allow to create issues without a template
...
Let's see if this works (seems to work in most apps),
we can still revert this when it does turn out that
too many unexperienced reports come in.
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-10 09:28:31 +02:00
Joas Schilling
5b5c447498
chore: Add a dedicated link to the security program
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-10 09:27:49 +02:00
provokateurin
4c5e05f37e
fix(Router): Stop loading routes of disabled apps
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 07:22:25 +02:00
Josh
c46b9c467e
fix(issue_template): Add security reporting redirect to bug report form
...
Similar language as that already used in our PR form.
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-09 11:09:03 -04:00
Nextcloud bot
4e7b62a1e1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-09 00:20:03 +00:00
Joas Schilling
72470e33be
Merge pull request #45219 from nextcloud/bugfix/noid/fix-user-status-manager-docs
...
fix(userstatus): Fix docs of user status manager
2024-05-08 09:23:54 +02:00
Nextcloud bot
fd78481fd5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-08 00:20:52 +00:00
Daniel
c60de5bea0
Merge pull request #44752 from nextcloud/feat/noid/expose-subscription-calendars
...
Expose subscription calendars
2024-05-07 22:08:17 +02:00
dependabot[bot]
880f33ec2d
Merge pull request #45181 from nextcloud/dependabot/npm_and_yarn/core-js-3.37.0
2024-05-07 15:21:01 +00:00
dependabot[bot]
4ad2baa0e3
chore(deps): bump core-js from 3.36.1 to 3.37.0
...
Bumps [core-js](https://github.com/zloirock/core-js/tree/HEAD/packages/core-js ) from 3.36.1 to 3.37.0.
- [Release notes](https://github.com/zloirock/core-js/releases )
- [Changelog](https://github.com/zloirock/core-js/blob/master/CHANGELOG.md )
- [Commits](https://github.com/zloirock/core-js/commits/v3.37.0/packages/core-js )
---
updated-dependencies:
- dependency-name: core-js
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
Signed-off-by: nextcloud-command <nextcloud-command@users.noreply.github.com>
2024-05-07 14:57:39 +00:00
Daniel Kesselberg
e210043ee9
feat(caldav): expose calendar subscriptions
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-05-07 16:03:33 +02:00
Joas Schilling
02ebbfb4ea
fix(userstatus): Fix docs of user status manager
...
Signed-off-by: Joas Schilling <coding@schilljs.com>
2024-05-07 14:31:28 +02:00
Côme Chilliet
6fc2c47a26
Merge pull request #45209 from nextcloud/automated/noid/master-update-psalm-baseline
...
[master] Update psalm-baseline.xml
2024-05-07 12:41:22 +02:00
Christoph Wurst
6258823aba
Merge pull request #45058 from nextcloud/perf/db/sort-before-chunking
...
perf(db): Sort data for IN before chunking
2024-05-07 12:11:32 +02:00
Marco
0af06f6e38
Merge pull request #44786 from nextcloud/reduce-border-radius
...
Reduce app container border radius
2024-05-07 11:41:41 +02:00
Marco
a6536be8b5
Merge branch 'master' into reduce-border-radius
2024-05-07 09:52:12 +02:00
nextcloud-command
9d60ec59aa
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2024-05-07 02:26:18 +00:00
Nextcloud bot
30a722a2ca
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-07 00:20:03 +00:00
Anna
a40a13cf1a
Merge pull request #45055 from nextcloud/fix/revert-user-status-exception
...
fix(userstatus): catch unique constrain violation on revert
2024-05-06 18:31:19 +02:00
Ferdinand Thiessen
a81f954a9e
Merge pull request #45178 from nextcloud/fix/style-imports
...
fix: Do not import styles that are already included in server bundle
2024-05-06 17:53:45 +02:00
Marco
82c4008fdd
Merge branch 'master' into reduce-border-radius
2024-05-06 17:44:48 +02:00
Côme Chilliet
af82536ffb
Merge pull request #45186 from nextcloud/automated/noid/master-fix-npm-audit
...
[master] Fix npm audit
2024-05-06 17:18:27 +02:00
Anna Larch
e43811d395
fix(userstatus): catch unique constrain violation on revert
...
Signed-off-by: Anna Larch <anna@nextcloud.com>
2024-05-06 17:08:25 +02:00
Ferdinand Thiessen
a54e69cb74
Merge pull request #44939 from nextcloud/fix/reduce-http-noise
...
fix(settings): Save one HTTP request on enabling an app
2024-05-06 17:07:21 +02:00
Marco
63e20cc266
feat: reduce app container border radius
...
Signed-off-by: Marco <marcoambrosini@icloud.com>
2024-05-06 16:33:17 +02:00
Joas Schilling
79a75ca196
Merge pull request #45088 from nextcloud/fix/user-manager-log-collisions
...
fix(User\Manager): Avoid future collisions with updater/audit logs
2024-05-06 16:29:53 +02:00