Joachim Van Herwegen
84c532ba96
chore: Fix mkdocs major version issue
...
Includes an update to set-output as that will be deprecated in the future
2022-12-12 11:45:49 +01:00
Ruben Verborgh
1441ef9d25
docs: Fix syntax highlighting.
2022-12-09 09:52:18 +01:00
dependabot[bot]
2d5563e292
chore(deps): bump qs and formidable
...
Bumps [qs](https://github.com/ljharb/qs ) and [formidable](https://github.com/node-formidable/formidable ). These dependencies needed to be updated together.
Updates `qs` from 6.9.3 to 6.11.0
- [Release notes](https://github.com/ljharb/qs/releases )
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md )
- [Commits](https://github.com/ljharb/qs/compare/v6.9.3...v6.11.0 )
Updates `formidable` from 2.0.1 to 2.1.1
- [Release notes](https://github.com/node-formidable/formidable/releases )
- [Changelog](https://github.com/node-formidable/formidable/blob/master/CHANGELOG.md )
- [Commits](https://github.com/node-formidable/formidable/commits )
---
updated-dependencies:
- dependency-name: qs
dependency-type: indirect
- dependency-name: formidable
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 09:18:59 +01:00
dependabot[bot]
ba7b4df5fc
chore(deps-dev): bump simple-git from 3.12.0 to 3.15.0
...
Bumps [simple-git](https://github.com/steveukx/git-js/tree/HEAD/simple-git ) from 3.12.0 to 3.15.0.
- [Release notes](https://github.com/steveukx/git-js/releases )
- [Changelog](https://github.com/steveukx/git-js/blob/main/simple-git/CHANGELOG.md )
- [Commits](https://github.com/steveukx/git-js/commits/simple-git@3.15.0/simple-git )
---
updated-dependencies:
- dependency-name: simple-git
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 08:57:41 +01:00
Arthur Joppart
5c79e60238
feat: return clear error when multiple values for a cli flag are given
...
* feat: return clear error when multiple values for a cli flag are given
* chore: change function signature
* test: add testcase for array type yargs parameter
2022-12-05 13:36:54 +01:00
Jesse Wright
d61bf9bf19
feat: allow css configuration from package.json or config file
2022-11-24 14:25:33 +01:00
Joachim Van Herwegen
c46d01d3d7
feat: Remove agent/user permission differentiation
...
This was only used for the WAC-Allow header and greatly simplifies how we use permissions.
2022-11-18 16:08:06 +01:00
Joachim Van Herwegen
6ad5c0c797
feat: Move WAC-Allow metadata collecting to HTTP handler
...
This depends on all auth related handlers to cache their results.
This allows us to remove the permission field from Operation.
2022-11-18 16:08:06 +01:00
Joachim Van Herwegen
59e64a22ea
chore: Add caching to all authorization steps
2022-11-18 16:08:06 +01:00
Joachim Van Herwegen
2d54493485
chore: Generalize authorization configurations
2022-11-18 16:08:06 +01:00
Joachim Van Herwegen
9b15b1d7e1
feat: Allow CachedHandler to cache on multiple object fields
2022-11-18 16:08:06 +01:00
Koen Luyten
bf0e35be37
feat: allow server to bind to Unix Domain Sockets
2022-11-18 15:41:20 +01:00
Jasper Vaneessen
0eb50891ec
style: capitalize all changelog entries
2022-11-17 09:56:40 +01:00
Jasper Vaneessen
644682292a
chore: add entry capitalization
2022-11-17 09:56:40 +01:00
Jasper Vaneessen
bd4234c2f5
chore: markdownlint fix after generator changelog
2022-11-17 09:56:40 +01:00
Joachim Van Herwegen
f54c34d1e0
feat: Add support for WebHookSubscription2021
2022-11-15 15:50:05 +01:00
Joachim Van Herwegen
cb619415fa
refactor: Move WebSocket URL handling to utility functions
2022-11-15 15:50:05 +01:00
Joachim Van Herwegen
bc119dbd3e
chore: Move JWK generation to separate class
2022-11-15 15:50:05 +01:00
Joachim Van Herwegen
76248b9e16
chore: Log uncaught exceptions
2022-11-14 16:52:27 +01:00
Joachim Van Herwegen
b95315c9af
chore: Add clock tolerance of 2 minutes to IDP
...
This brings it in line with similar changes done to the access-token-verifier library.
See https://github.com/CommunitySolidServer/CommunitySolidServer/issues/1012#issuecomment-1168486710
2022-11-14 15:31:06 +01:00
Joachim Van Herwegen
37ba404058
chore: Increase integration test timeout to 20 minutes
2022-11-10 10:55:02 +01:00
Joachim Van Herwegen
80fa81a556
test: Reduce integration test memory usage
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
334364918f
test: Disable notifications when testing the file locker
...
There is a conflict between notifications being sent out right before a test stops,
and the file locker trying to clean up the locks folder.
This only has an impact when shutting down the server so has no real impact,
but should still be fixed eventually so we can easily write tests.
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
7b6ddfa272
docs: Add notification architecture documentation
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
b1f7a6a8b1
feat: Add support for WebSocketSubscription2021
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
cbc07c6ef3
feat: Add support for the Notification specification
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
be7af277bb
feat: Create a CachedHandler that caches AsyncHandler results
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
df2f69f532
feat: Expose a storage description resource for storage containers
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
3db1921633
feat: Create an OperationRouterHandler
...
This allows us to route after an Operation has been parsed
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
da99ff30f6
feat: Create an ArrayUnionHandler which flattens the sources results
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
4223dcf8a4
feat: Split up server creation and request handling
...
This allows us to decouple the WebSocket listening from the HTTP configs,
making these features completely orthogonal.
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
764ce3cc28
feat: Create a GenericEventEmitter interface
...
This allows us to have typed EventEmitters.
2022-11-09 09:10:00 +01:00
Joachim Van Herwegen
3328f8dea6
Merge branch 'main' into versions/6.0.0
2022-11-07 09:45:22 +01:00
Samu Lang
60718a123d
fix: Expose Www-Authenticate via CORS
...
To support reactive authentication where clients inspect the challenge to choose an authentication mechanism.
2022-11-07 08:45:52 +01:00
Joachim Van Herwegen
7fafd646fc
test: Make sure quota test succeeds if tmp folder does not exist
2022-11-04 09:55:04 +01:00
Joachim Van Herwegen
eab17fcd23
docs: Update v5.1.0 release notes
v5.1.0
2022-11-03 09:59:21 +01:00
Joachim Van Herwegen
1a07de7c9d
chore(release): Release version 5.1.0 of the npm package
2022-11-03 09:58:14 +01:00
Joachim Van Herwegen
3fe4656a71
chore: Update dependency vulnerability
2022-11-03 09:25:31 +01:00
Joachim Van Herwegen
68ee9648e1
fix: Require create permission for empty PATCH bodies
2022-11-02 16:48:15 +01:00
Arthur Joppart
79fa83a07a
feat: add additional redis settings to redis locker
...
* feat: add additional redis settings to redis locker
* fix: unfinished doc
2022-11-02 10:48:30 +01:00
Joachim Van Herwegen
ef48660b48
fix: Return correct status code when deleting non-existent resource
2022-11-02 09:31:42 +01:00
Joachim Van Herwegen
9f04e28dc6
chore: Clean up ACP imports
2022-11-02 09:17:35 +01:00
Thomas Dupont
d690cc7ed0
feat: add support for key namespacePrefixes in a RedisLocker instance
2022-10-31 14:23:27 +01:00
Thomas Dupont
09afebbc84
ci: fix cth version on PR
2022-10-27 16:04:37 +02:00
Joachim Van Herwegen
e1af8ee66e
fix: Fix incorrect config import
2022-10-13 15:06:50 +02:00
dependabot[bot]
6f1305020b
chore(deps): bump actions/stale from 5 to 6
...
Bumps [actions/stale](https://github.com/actions/stale ) from 5 to 6.
- [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/v5...v6 )
---
updated-dependencies:
- dependency-name: actions/stale
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-11 08:38:41 +02:00
Jasper Vaneessen
37dabe1244
ci: add stale action for issues
...
* ci: add stale action for issues
* ci: add stale action for issues
* ci: rephrase messages
* ci: set issue stale after 60 days
* ci: stale action debug mode
2022-10-10 10:11:00 +02:00
Joachim Van Herwegen
a1e916b73a
feat: Support async default values in getDefault
2022-10-06 09:36:04 +02:00
Joachim Van Herwegen
c73ef50e48
docs: Document ACP-related changes
2022-10-06 09:36:04 +02:00
Joachim Van Herwegen
56b7e63843
test: Update PermissionTable to also test all ACP cases
2022-10-06 09:36:04 +02:00