1522 Commits

Author SHA1 Message Date
Joachim Van Herwegen
65bf2bd34e refactor: Enable jsdoc/tag-lines and jsdoc/sort-tags rules 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
3e59aa4b55 refactor: Enable jsdoc/valid-types rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
5fc4ce8f73 refactor: Enable jsdoc/no-types rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
45640a36d6 refactor: Enable import/no-extraneous-dependencies rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
b381a9c926 refactor: Enable ts/no-explicit-any rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
331f83d659 refactor: Enable style/indent-binary-ops rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
73fbe80cff refactor: Enable global-require rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
c96b60d4d3 refactor: Enable callback-return rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
c65096020e refactor: Enable prefer-global rules 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
c24e6d5a18 refactor: Enable consistent-this rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
5c1553bdda refactor: Enable no-unnecessary-type-arguments rule 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
28af181eee refactor: Make no-extra-parens rule stricter 2024-04-02 09:16:51 +02:00
Joachim Van Herwegen
c4df54dd88 chore(release): Release version 7.0.5 of the npm package v7.0.5 2024-03-25 15:11:42 +01:00
Joachim Van Herwegen
6fe6b6ec89 fix: Allow path segments to start with 2 or more dots 2024-03-25 13:51:55 +01:00
Joachim Van Herwegen
33e9ae4191 fix: Add priorities to RDF types when converting 2024-03-14 07:20:08 +01:00
dependabot[bot]
df9062cfc5 chore(deps): bump jose from 4.15.4 to 4.15.5
Bumps [jose](https://github.com/panva/jose) from 4.15.4 to 4.15.5.
- [Release notes](https://github.com/panva/jose/releases)
- [Changelog](https://github.com/panva/jose/blob/v4.15.5/CHANGELOG.md)
- [Commits](https://github.com/panva/jose/compare/v4.15.4...v4.15.5)

---
updated-dependencies:
- dependency-name: jose
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-08 09:38:07 +01:00
Joachim Van Herwegen
8fff08a9b6 fix: Extract root as possible pod when using subdomains 2024-02-28 11:06:30 +01:00
Joachim Van Herwegen
5086f2280b chore: Update nodemailer dependency
6.9.6 had a vulnerability issue
2024-02-15 14:31:10 +01:00
Joachim Van Herwegen
e0e20dc6f5 chore: Update year 2024-02-15 14:25:06 +01:00
Joachim Van Herwegen
2d44d61942 docs: Fix language
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
2024-02-15 07:20:43 +01:00
Joachim Van Herwegen
68975e6627 fix: Prevent error when switching accounts 2024-02-15 07:20:43 +01:00
Joachim Van Herwegen
137027e421 fix: Keep content-type when using metadata templates 2024-02-15 06:48:30 +01:00
dependabot[bot]
a9bcc96217 chore(deps): bump nodemailer from 6.9.6 to 6.9.9
Bumps [nodemailer](https://github.com/nodemailer/nodemailer) from 6.9.6 to 6.9.9.
- [Release notes](https://github.com/nodemailer/nodemailer/releases)
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodemailer/nodemailer/compare/v6.9.6...v6.9.9)

---
updated-dependencies:
- dependency-name: nodemailer
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-02-07 08:16:43 +01:00
Joachim Van Herwegen
f890c769f8 chore(release): Release version 7.0.4 of the npm package v7.0.4 2024-02-07 07:59:30 +01:00
Joachim Van Herwegen
d9a3612f3c docs: Fix issues in notification documentation 2024-01-25 08:50:55 +01:00
Joachim Van Herwegen
a93133fe7c
docs: Add login example to credentials documentation
* docs: Add login example to credentials documentation

* docs: Fix language

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>

---------

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
2024-01-18 09:45:47 +01:00
Ted Thibodeau Jr
1e0974f89b
docs: add link to CSS-focused Matrix chatroom to README.md 2024-01-18 09:33:17 +01:00
Joachim Van Herwegen
7d57359613 test: Remove workaround for authn library
This is no longer necessary since dependencies have been updated
2024-01-16 08:49:40 +01:00
Joachim Van Herwegen
e09b53b20d chore: Replace rdf-js import with @rdfjs/types 2024-01-16 08:49:28 +01:00
Joachim Van Herwegen
19f9ef7882 chore: Update @inrupt/solid-client-authn to v2.0.0 2024-01-12 10:17:37 +01:00
Joachim Van Herwegen
820d9b8917 chore: Update @solid/access-token-verifier to v2.1.0 2024-01-12 10:17:37 +01:00
Joachim Van Herwegen
0ad7c19db0
docs: Update release instructions
* docs: Update release instructions

* docs: Fix language

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>

---------

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
2024-01-08 09:20:30 +01:00
Joachim Van Herwegen
84d64ac1a2 chore(release): Release version 7.0.3 of the npm package v7.0.3 2024-01-05 11:56:17 +01:00
Joachim Van Herwegen
277a0d0ab7 fix: Encode WebID ownership tokens 2024-01-05 11:12:42 +01:00
Joachim Van Herwegen
4e7929f6d2 fix: Fix pod base URL in README template 2024-01-05 11:12:20 +01:00
Joachim Van Herwegen
a0b7ee42f3 fix: Only require append when creating with PUT 2024-01-05 11:12:07 +01:00
Joachim Van Herwegen
716c3c3089 docs: Explain how to use AppRunner to start a server instance 2024-01-04 14:17:00 +01:00
Joachim Van Herwegen
c6ec45c7c0 feat: Support default mainModulePath when creating App 2024-01-04 14:17:00 +01:00
Joachim Van Herwegen
648ce1fba8 chore: Remove Docker arm builds
These are failing to build due to other issues.
This way at least we still have the default build.
2024-01-04 10:33:09 +01:00
dependabot[bot]
11ce94c199 chore(deps): bump @koa/cors and oidc-provider
Bumps [@koa/cors](https://github.com/koajs/cors) to 5.0.0 and updates ancestor dependency [oidc-provider](https://github.com/panva/node-oidc-provider). These dependencies need to be updated together.


Updates `@koa/cors` from 4.0.0 to 5.0.0
- [Changelog](https://github.com/koajs/cors/blob/master/History.md)
- [Commits](https://github.com/koajs/cors/compare/4.0.0...5.0.0)

Updates `oidc-provider` from 8.4.0 to 8.4.3
- [Release notes](https://github.com/panva/node-oidc-provider/releases)
- [Changelog](https://github.com/panva/node-oidc-provider/blob/main/CHANGELOG.md)
- [Commits](https://github.com/panva/node-oidc-provider/compare/v8.4.0...v8.4.3)

---
updated-dependencies:
- dependency-name: "@koa/cors"
  dependency-type: indirect
- dependency-name: oidc-provider
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 10:50:27 +01:00
dependabot[bot]
d4cb6db98d chore(deps): bump actions/upload-artifact from 3 to 4
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 3 to 4.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v3...v4)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-01-03 10:49:42 +01:00
Joachim Van Herwegen
8f74fc82ad test: Run tests on Node 21 2023-12-12 10:03:51 +01:00
Joachim Van Herwegen
3a9b0d69f0 chore: Update linting dependency 2023-12-08 14:24:35 +01:00
dependabot[bot]
6c1c935260 chore(deps): bump actions/stale from 8 to 9
Bumps [actions/stale](https://github.com/actions/stale) from 8 to 9.
- [Release notes](https://github.com/actions/stale/releases)
- [Changelog](https://github.com/actions/stale/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/stale/compare/v8...v9)

---
updated-dependencies:
- dependency-name: actions/stale
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-08 08:45:05 +01:00
dependabot[bot]
df84a22c22 chore(deps-dev): bump vite from 4.5.0 to 5.0.5
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.5.0 to 5.0.5.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v5.0.5/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 09:28:59 +01:00
dependabot[bot]
1215157cdd chore(deps): bump actions/setup-python from 4 to 5
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 4 to 5.
- [Release notes](https://github.com/actions/setup-python/releases)
- [Commits](https://github.com/actions/setup-python/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/setup-python
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-12-07 09:20:25 +01:00
Joachim Van Herwegen
dca71bc5b8 docs: Explain that users need to log in for client credentials 2023-11-28 09:44:38 +01:00
Joachim Van Herwegen
1f888645d6 docs: Fix links 2023-11-28 09:43:35 +01:00
Joachim Van Herwegen
c64a1a241d
docs: Describe server feature set
* docs: Describe server feature set

* docs: Fix language

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ruben Verborgh <ruben@verborgh.org>

* docs: Emphasize parts of feature documentation

---------

Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
Co-authored-by: Ruben Verborgh <ruben@verborgh.org>
2023-11-27 08:58:10 +01:00
Jan
355f7dd1c7
docs: Fix Typo is -> if 2023-11-27 08:29:00 +01:00