473 Commits

Author SHA1 Message Date
Ruben Verborgh
feaac1cf56 feat: Support strings in addQuad. 2021-01-02 18:13:28 +01:00
Ruben Verborgh
a572825909 refactor: Indicate caching on method name. 2021-01-02 17:50:17 +01:00
Ruben Verborgh
da5515d50d refactor: Check conversion support in base class. 2021-01-02 16:25:39 +01:00
Ruben Verborgh
4faf916ece fix: Emit all guarded errors to all listeners. 2021-01-02 16:11:51 +01:00
Ruben Verborgh
166c4de493 feat: Expose GuardedStream. 2021-01-02 14:18:44 +01:00
Ruben Verborgh
4df11c1932 feat: Expose ContentTypes. 2021-01-02 14:11:04 +01:00
Ruben Verborgh
dfc1d4662f feat: Expose ConversionUtil. 2021-01-02 14:04:52 +01:00
Matthieu Bosquet
a73936f522 refactor: Add HttpHandlerInput interface 2021-01-02 13:39:45 +01:00
Ruben Verborgh
0bd48f0dc5 feat: Expose UriConstants. 2021-01-01 22:41:55 +01:00
Matthieu Bosquet
dc62c84563 chore(deps): update dependency ts-dpop to ^0.4.2 2021-01-01 20:31:10 +01:00
Ruben Verborgh
e20510a392 feat: Improve path logging. 2021-01-01 19:00:14 +01:00
Ruben Verborgh
c41c41d0e9 fix: Ensure root file path is absolute. 2021-01-01 18:57:21 +01:00
Ruben Verborgh
ba4f7ff26c feat: Add mainModulePath and globalModules CLI flags. 2021-01-01 18:25:35 +01:00
Ruben Verborgh
49551eb9eb fix: Distinguish instantiation and initialization errors. 2021-01-01 16:37:16 +01:00
Ruben Verborgh
5a3a612dce feat: Add extra logging for root container creation. 2021-01-01 16:29:03 +01:00
Ruben Verborgh
f7825beea9 fix: Export all errors. 2021-01-01 13:44:57 +01:00
Renovate Bot
a3ae2bd7cd chore(deps): update dependency typedoc to ^0.20.0 2021-01-01 13:25:58 +01:00
Ruben Verborgh
a23c36bd84 chore: Remove unneeded port default. 2020-12-28 23:54:43 +01:00
Matthieu Bosquet
bdfd7cf902 feat: Bearer token support 2020-12-28 23:49:52 +01:00
Ruben Verborgh
97e7e42fdc chore(deps): update ts-dpop to v0.3.0 2020-12-27 19:54:41 +01:00
Ruben Verborgh
a5c372c37c fix: Expose Location header via CORS.
Fixes https://github.com/solid/community-server/issues/441
2020-12-27 15:15:55 +01:00
Ruben Verborgh
af8524e0d6 test: Make helper terminology consistent. 2020-12-22 01:02:19 +01:00
Ruben Verborgh
9dcb4fb603 test: Make integration test names consistent. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
8dcb498201 test: Add folder utilities. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
9a89766858 test: Avoid unnecessary nesting. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
e4c4d2a781 test: Move configuration into integration folder. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
992267b4dc test: Use Components.js in SparqlStorage. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
27910aaf73 test: Use Components.js in FullConfig.noAuth. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
7c1f4e9d6f test: Use Components.js in FullConfig.acl. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
1cf1167261 test: Use Components.js in Authorization. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
d1d29a3f52 test: Use Components.js in AuthenticatedLdpHandler. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
147f3cf0c7 feat: Add RecordObject. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
eb6ba0374f fix: Remove faulty no-routing configuration. 2020-12-22 00:33:33 +01:00
Ruben Verborgh
6e2c4f0ccf chore: Remove initServerStore. 2020-12-21 17:27:57 +01:00
Renovate Bot
53479eb557
chore(deps): update actions/setup-node action to v2 2020-12-20 23:15:51 +00:00
Ruben Verborgh
79ba500f5a test: Configure logging level via LOGLEVEL environment variable. 2020-12-20 15:20:29 +01:00
Ruben Verborgh
bd7e49351b test: Add watch script. 2020-12-20 14:16:02 +01:00
Ruben Verborgh
12cb26fe1e test: Only check coverage on unit tests. 2020-12-20 13:50:58 +01:00
Ruben Verborgh
dafc844007 chore: Do not lint documentation. 2020-12-20 13:50:53 +01:00
Ruben Verborgh
57fba975cd docs: Link to API documentation. 2020-12-19 22:39:14 +01:00
Ruben Verborgh
b25948a084 chore: Publish docs on gh-pages. 2020-12-19 22:27:13 +01:00
Ruben Verborgh
370b830cbe chore: Add typedoc. 2020-12-19 22:27:12 +01:00
Matthieu Bosquet
6077cc1f4c
chore(deps): Update ts-dpop to v0.2.7. 2020-12-19 18:26:24 +01:00
Matthieu Bosquet
731b44d5b9
chore: Use tsconfig base. (#433) 2020-12-19 00:19:09 +00:00
Joachim Van Herwegen
88a633a427
Merge pull request #426 from solid/feat/delete-storage
fix: Prevent deletion of root storage containers
2020-12-18 11:18:26 +01:00
Joachim Van Herwegen
39a79dbcb2 fix: Prevent deletion of root storage containers 2020-12-18 11:16:39 +01:00
Joachim Van Herwegen
2443f2c755 fix: Execute only one main handler. 2020-12-18 10:56:26 +01:00
Joachim Van Herwegen
a721684e6b fix: Only check relevant type triples
Due to the introduction of pim:Storage as a new type
the DataAccessorBasedStore started making wrong assumptions.
2020-12-18 10:55:35 +01:00
Joachim Van Herwegen
70cc3596db feat: Add pod template to indicate storage 2020-12-18 10:55:35 +01:00
Joachim Van Herwegen
e722cc67af feat: Support .meta files for pod provisioning 2020-12-18 10:55:35 +01:00