Karol Sójko
0900dc75ac
feat(api-gateway): add in memory cache for home server ( #582 )
2023-05-02 11:58:38 +02:00
standardci
aa8bd1f8dc
chore(release): publish new version
...
- @standardnotes/analytics@2.21.10
- @standardnotes/api-gateway@1.49.13
- @standardnotes/auth-server@1.103.0
- @standardnotes/domain-core@1.14.0
- @standardnotes/files-server@1.10.14
- @standardnotes/revisions-server@1.13.1
- @standardnotes/scheduler-server@1.17.14
- @standardnotes/settings@1.21.1
- @standardnotes/syncing-server@1.34.1
- @standardnotes/websockets-server@1.6.15
2023-05-02 09:57:55 +00:00
Karol Sójko
c71f7ff8ad
feat: extract cache entry model to domain-core ( #581 )
...
* feat: extract cache entry model to domain-core
* fix(auth): rename cache table to be auth specific
2023-05-02 11:43:50 +02:00
standardci
fe18420913
chore(release): publish new version
...
- @standardnotes/auth-server@1.102.0
2023-05-01 13:07:13 +00:00
Karol Sójko
97124928df
feat(auth): add sqlite driver repositories ( #580 )
...
* feat(auth): add pkce sqlite repository for home server
* feat(auth): add sqlite subscription token repository for home server
2023-05-01 14:50:36 +02:00
standardci
c108bfb12f
chore(release): publish new version
...
- @standardnotes/auth-server@1.101.0
2023-05-01 12:05:53 +00:00
Karol Sójko
5fe6ed1462
feat(auth): add sqlite offline subscription token repository for home server ( #579 )
2023-05-01 13:50:24 +02:00
standardci
df5fcce769
chore(release): publish new version
...
- @standardnotes/auth-server@1.100.0
2023-05-01 11:26:33 +00:00
Karol Sójko
8f57ece7b8
feat(auth): add sqlite ephemeral session repository for home server ( #578 )
2023-05-01 13:09:47 +02:00
standardci
8a10d201c5
chore(release): publish new version
...
- @standardnotes/auth-server@1.99.0
2023-05-01 10:16:44 +00:00
Karol Sójko
9d7e63a7a7
feat(auth): add sqlite lock cache for home server ( #577 )
...
* feat(auth): add sqlite lock cache for home server
* fix(auth): lock repository binding
2023-05-01 12:02:52 +02:00
standardci
87c1ae2ac0
chore(release): publish new version
...
- @standardnotes/auth-server@1.98.0
2023-05-01 08:03:44 +00:00
Karol Sójko
56c922e715
feat(auth): add cache entries model ( #576 )
2023-05-01 09:49:27 +02:00
standardci
a29ac8e68f
chore(release): publish new version
...
- @standardnotes/revisions-server@1.13.0
2023-04-28 11:14:22 +00:00
Karol Sójko
03f9c6039c
feat(revisions): add sqlite driver ( #575 )
2023-04-28 13:00:24 +02:00
standardci
73d81df8cb
chore(release): publish new version
...
- @standardnotes/analytics@2.21.9
- @standardnotes/api-gateway@1.49.12
- @standardnotes/auth-server@1.97.0
- @standardnotes/domain-events-infra@1.10.2
- @standardnotes/domain-events@2.110.0
- @standardnotes/event-store@1.7.10
- @standardnotes/files-server@1.10.13
- @standardnotes/revisions-server@1.12.16
- @standardnotes/scheduler-server@1.17.13
- @standardnotes/settings@1.21.0
- @standardnotes/syncing-server@1.34.0
- @standardnotes/websockets-server@1.6.14
2023-04-27 10:38:44 +00:00
Karol Sójko
484f554339
feat: remove cloud backups ( #574 )
2023-04-27 12:23:30 +02:00
standardci
2ad864e68e
chore(release): publish new version
...
- @standardnotes/syncing-server@1.33.0
2023-04-27 10:11:06 +00:00
Karol Sójko
723ff44151
feat: add syncing server sqlite driver ( #573 )
2023-04-27 11:53:24 +02:00
standardci
04e11cbbf7
chore(release): publish new version
...
- @standardnotes/analytics@2.21.8
- @standardnotes/api-gateway@1.49.11
- @standardnotes/auth-server@1.96.0
- @standardnotes/domain-core@1.13.0
- @standardnotes/files-server@1.10.12
- @standardnotes/revisions-server@1.12.15
- @standardnotes/scheduler-server@1.17.12
- @standardnotes/settings@1.20.2
- @standardnotes/syncing-server@1.32.8
- @standardnotes/websockets-server@1.6.13
2023-04-27 09:31:37 +00:00
Karol Sójko
3aef5998df
feat: sqlite driver for auth service ( #572 )
...
* wip: initial sqlite bootstrap
* wip: switch to sqlite3 as default db type
* wip: boilerplate data
* fix(auth): case sensitive register and login
* fix(auth): refactor username validations
* fix(auth): allow changing username to both username and email:
* fix(auth): lock middleware for recovery log in
* fix(domain-core): specs for invalid types
* fix(auth): lock middleware specs
* fix(auth): typeorm code arrangements
* fix: running e2e on both mysql and sqlite in ci
2023-04-27 11:17:01 +02:00
Karol Sójko
34018ae7eb
chore: disable event-store deployments
2023-04-24 08:28:44 +02:00
standardci
2f9d8e776f
chore(release): publish new version
...
- @standardnotes/analytics@2.21.7
- @standardnotes/api-gateway@1.49.10
- @standardnotes/auth-server@1.95.3
- @standardnotes/domain-events-infra@1.10.1
- @standardnotes/event-store@1.7.9
- @standardnotes/files-server@1.10.11
- @standardnotes/revisions-server@1.12.14
- @standardnotes/scheduler-server@1.17.11
- @standardnotes/syncing-server@1.32.7
- @standardnotes/websockets-server@1.6.12
2023-04-21 12:29:01 +00:00
Karol Sójko
9503f0d963
chore(deps): upgrade newrelic deps
2023-04-21 14:11:47 +02:00
standardci
32aff3e3f4
chore(release): publish new version
...
- @standardnotes/analytics@2.21.6
- @standardnotes/api-gateway@1.49.9
- @standardnotes/auth-server@1.95.2
- @standardnotes/domain-events-infra@1.10.0
- @standardnotes/domain-events@2.109.0
- @standardnotes/event-store@1.7.8
- @standardnotes/files-server@1.10.10
- @standardnotes/revisions-server@1.12.13
- @standardnotes/scheduler-server@1.17.10
- @standardnotes/syncing-server@1.32.6
- @standardnotes/websockets-server@1.6.11
2023-04-21 08:19:39 +00:00
Karol Sójko
9b9f10d4ca
feat(domain-events-infra): add SES email bounce notifications handler ( #569 )
...
* feat(domain-events-infra): add SES email bounce notifications handler
* fix(domain-events-infra): specs
2023-04-21 10:03:39 +02:00
standardci
e4f0cc6b37
chore(release): publish new version
...
- @standardnotes/auth-server@1.95.1
2023-04-20 10:13:23 +00:00
Karol Sójko
d211249086
fix(auth): add u2f permissions for pro users
2023-04-20 11:58:37 +02:00
Karol Sójko
0fc5db8aee
fix(env): default u2f origins
2023-04-19 17:32:37 +02:00
standardci
0a2abef979
chore(release): publish new version
...
- @standardnotes/auth-server@1.95.0
2023-04-04 09:23:48 +00:00
Karol Sójko
8242f13aff
feat(auth): add initial emergency access invitations model ( #528 )
2023-04-04 11:10:11 +02:00
standardci
7516ba7028
chore(release): publish new version
...
- @standardnotes/auth-server@1.94.1
2023-04-04 07:21:21 +00:00
Karol Sójko
3417407cbe
fix(auth): change status code for updating a subscription setting without a subscription
2023-04-04 09:08:27 +02:00
standardci
720d046c00
chore(release): publish new version
...
- @standardnotes/auth-server@1.94.0
2023-04-03 14:08:48 +00:00
Karol Sójko
b88f560b07
fix(auth): feature service specs
2023-04-03 15:53:04 +02:00
Karol Sójko
51b264ca13
feat(auth): feature entitlement check for u2f endpoints
2023-04-03 15:43:32 +02:00
standardci
0309aeab34
chore(release): publish new version
...
- @standardnotes/auth-server@1.93.14
2023-04-03 10:56:30 +00:00
Karol Sójko
aca8d2948d
fix(auth): relying party id
2023-04-03 12:43:05 +02:00
standardci
09596d2181
chore(release): publish new version
...
- @standardnotes/analytics@2.21.5
- @standardnotes/api-gateway@1.49.8
- @standardnotes/auth-server@1.93.13
- @standardnotes/domain-events-infra@1.9.74
- @standardnotes/event-store@1.7.7
- @standardnotes/files-server@1.10.9
- @standardnotes/revisions-server@1.12.12
- @standardnotes/scheduler-server@1.17.9
- @standardnotes/syncing-server@1.32.5
- @standardnotes/websockets-server@1.6.10
2023-03-30 09:51:30 +00:00
Karol Sójko
e87f7e1674
chore(deps): upgrade newrelic
2023-03-30 11:33:09 +02:00
Karol Sójko
4ad1cccc33
fix: disable newrelic on self-hosted by default
2023-03-30 11:32:56 +02:00
Karol Sójko
5d12648669
chore: fix service name in deployments
2023-03-27 11:26:29 +02:00
standardci
7e989720bf
chore(release): publish new version
...
- @standardnotes/auth-server@1.93.12
2023-03-16 13:31:44 +00:00
Karol Sójko
f8a2892811
fix(auth): persistence mapping for authenticators
2023-03-16 14:14:46 +01:00
Karol Sójko
eaab23ec19
fix: persistent server keys between updates - fixes #476 ( #481 )
...
* fix: persistent server keys between updates - fixes #476
* fix: env vars for ci
2023-03-16 11:02:16 +01:00
standardci
36dcdf256f
chore(release): publish new version
...
- @standardnotes/revisions-server@1.12.11
- @standardnotes/syncing-server@1.32.4
2023-03-15 10:36:43 +00:00
Karol Sójko
10a596db65
fix(syncing-server): remove unused methods from auth http service
2023-03-15 11:20:24 +01:00
Karol Sójko
c76302cf98
fix(revisions): add warning logs if a revision dump could not be found
2023-03-15 11:14:48 +01:00
standardci
176cf608ef
chore(release): publish new version
...
- @standardnotes/auth-server@1.93.11
2023-03-10 14:12:51 +00:00
Karol Sójko
f69073ba02
fix(auth): chage attestation type to none
2023-03-10 14:59:14 +01:00