Andy Scherzinger
4560ddd706
Merge pull request #45241 from nextcloud/checks-db-versions
...
fix(setupChecks): update db version checks
2024-05-11 16:42:12 +07:00
Kate
b0429e7ef4
Merge pull request #45270 from nextcloud/refactor/provisioning_api/type-scopes
2024-05-11 16:27:13 +07: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 +07: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 +07: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 +07: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 +07: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 +07:00
Josh Richards
29157149c8
fix: oops vendor string embedded in version
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Josh
7d7ae250d2
fix(phpunit-pgsql): master/v30 only supports pgsql 12-16; drop 10
...
Signed-off-by: Josh <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Josh Richards
2e94ec8832
fix: only compare major version of pgsql
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Josh Richards
3ce8c6d0db
fix: refactor postgresql check to match mariadb/mysql
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Josh Richards
f486be8da1
fix: only compare minor mariadb version differences
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Josh Richards
2abd67cc02
fix(setupChecks): update db version checks
...
Signed-off-by: Josh Richards <josh.t.richards@gmail.com>
2024-05-10 16:41:29 +07:00
Andy Scherzinger
f6d4af8b2c
Merge pull request #45256 from nextcloud/bugfix/noid/fixFileChecker
...
Revert rename changes
2024-05-10 21:39:50 +07: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 +07:00
Andy Scherzinger
fc6e9e4e86
Merge pull request #45250 from nextcloud/chore/noid/spdx-revert-rename
...
Revert rename
2024-05-10 13:46:48 +07:00
Andy Scherzinger
2fd537a25b
chore: revert rename
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 13:46:00 +07:00
Andy Scherzinger
e38ddf8629
Merge pull request #45244 from nextcloud/chore/noid/spdx
...
Add SPDX header - batch #1
2024-05-10 12:14:42 +07: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 +07: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 +07: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 +07:00
Andy Scherzinger
1df96b0417
chore: Add SPDX header
...
Signed-off-by: Andy Scherzinger <info@andy-scherzinger.de>
2024-05-10 11:07:50 +07: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 +07:00
Kate
0b175b4a74
Merge pull request #42973 from nextcloud/feat/dashboard/expose-layout-statuses-apis
2024-05-10 10:21:45 +07:00
provokateurin
395bf7c70d
refactor(dashboard): Use attributes for routing
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +07: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 +07: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 +07: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 +07:00
provokateurin
2d0c1c3137
chore(dashboard): Delete unused LayoutApiController
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 09:44:01 +07:00
Kate
6a4e12d8ac
Merge pull request #44797 from nextcloud/fix/router/loading-disabled-apps
2024-05-10 09:28:59 +07: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 +07: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 +07:00
provokateurin
4c5e05f37e
fix(Router): Stop loading routes of disabled apps
...
Signed-off-by: provokateurin <kate@provokateurin.de>
2024-05-10 07:22:25 +07: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 +07:00
Nextcloud bot
4e7b62a1e1
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-09 00:20:03 +07: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 +07:00
Nextcloud bot
fd78481fd5
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-08 00:20:52 +07:00
Daniel
c60de5bea0
Merge pull request #44752 from nextcloud/feat/noid/expose-subscription-calendars
...
Expose subscription calendars
2024-05-07 22:08:17 +07: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 +07: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 +07:00
Daniel Kesselberg
e210043ee9
feat(caldav): expose calendar subscriptions
...
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
2024-05-07 16:03:33 +07: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 +07: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 +07: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 +07:00
Marco
0af06f6e38
Merge pull request #44786 from nextcloud/reduce-border-radius
...
Reduce app container border radius
2024-05-07 11:41:41 +07:00
Marco
a6536be8b5
Merge branch 'master' into reduce-border-radius
2024-05-07 09:52:12 +07:00
nextcloud-command
9d60ec59aa
chore(tests): Update psalm baseline
...
Signed-off-by: GitHub <noreply@github.com>
2024-05-07 02:26:18 +07:00
Nextcloud bot
30a722a2ca
Fix(l10n): Update translations from Transifex
...
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
2024-05-07 00:20:03 +07: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 +07: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 +07:00