Gao Sun
9aa4caa826
refactor(core): fulfill correct applicationType
when needed ( #126 )
...
* refactor(core): fulfill correct `applicationType` when needed
* refactor(core): use enum for application type
* refactor(core): do not filter undefined automatically
2021-10-11 09:55:17 +00:00
simeng-li
34e979d7d9
fix(schema): update db-entries generation job ( #120 )
...
On Node 16.x.x fs.rmdir throw err if dir does not exist
Also from Node 16.x.x fs.rmdir will be deprecated, use fs.rm instead
2021-09-28 10:02:30 +08:00
Gao Sun
7c69896126
refactor: @logto/essentials
-> @silverhand/essentials
( #118 )
...
* refactor: `@logto/essentials` -> `@silverhand/essentials`
* chore: remove useless comment
2021-09-16 23:48:06 +08:00
Gao Sun
7ae7912642
refactor: adopt new ESLint rule set for FP ( #111 )
2021-09-07 20:24:27 +08:00
Gao Sun
806e99de61
refactor: replace plain assert
with a more strict version ( #103 )
2021-08-31 22:45:28 +08:00
Gao Sun
ea4cfd0e59
chore: update eslint config ( #98 )
2021-08-30 11:30:54 +08:00
Gao Sun
6b6210feee
feat: PATCH /application/:id
2021-08-27 17:07:15 +08:00
Gao Sun
4973053fda
refactor: integrate zod in schemas ( #90 )
2021-08-26 13:05:23 +08:00
simeng-li
b1bf5eccf0
feat: (ui) Read and show error from API response ( #84 )
...
Implemet useApi hooks to handle client side request
read loading & error status from the useApi hook
2021-08-23 21:29:58 +08:00
Gao Sun
f48534ed18
refactor: unify timestamp usage
2021-08-18 16:36:52 +08:00
Gao Sun
6f604f40c2
refactor: improved error code of buildInsertInto()
2021-08-18 11:54:05 +08:00
Gao Sun
acc2031e82
refactor: update SchemaValuePrimitive
and add docs for convertToPrimitive()
2021-08-18 00:45:46 +08:00
Gao Sun
b192b7d17c
feat: POST /applicaiton
2021-08-18 00:24:00 +08:00
Gao Sun
acd8157a0d
feat: validate access token if needed
2021-08-15 23:39:03 +08:00
Simeng Li
754b9ea872
refactor: move error types to schema bundle
...
move error types to schema bundle
2021-08-11 21:04:12 +08:00
Gao Sun
a86f57a466
refactor: remove oidc_client_id
2021-08-10 21:26:49 +08:00
Gao Sun
525fe97728
refactor(schemas): oidc_clients -> applications
2021-08-10 17:21:34 +08:00
Gao Sun
b432b10df0
chore: use shared config
2021-07-25 17:40:51 +08:00
Gao Sun
ac53f7befb
feat: add OIDC clients table
2021-07-25 17:40:51 +08:00
Gao Sun
6e7a4700d9
feat: remove redundant fields and add TS type support in generated files
2021-07-25 17:40:50 +08:00
Gao Sun
0584979dbb
refactor: user_name -> username
2021-07-25 17:40:50 +08:00
Gao Sun
fbd8498c25
feat: add fieldKeys
in generated const
2021-07-25 17:40:50 +08:00
Gao Sun
f273ad08e5
fix: add prepare
script
2021-07-25 17:40:50 +08:00
Gao Sun
d30260634d
feat: conditional generate custom types file and export types in index
2021-07-25 17:40:50 +08:00
Gao Sun
efa550834a
feat: generate enum types from SQL
2021-07-25 17:40:50 +08:00
Gao Sun
70a4c6f15a
Add password encryption salt
2021-07-25 17:40:50 +08:00
Gao Sun
68d67016ae
Add user table
2021-07-25 17:40:49 +08:00
Gao Sun
053b775e49
Use essentials
2021-07-25 17:40:49 +08:00
Gao Sun
163ca3e51f
Update instance to readonly const
2021-07-25 17:40:49 +08:00
Gao Sun
7961a7fbf0
Generate table metadata
2021-07-25 17:40:49 +08:00
Gao Sun
3b08c4aee8
Complete table types generation
2021-07-25 17:40:49 +08:00
Gao Sun
c8721ac1f8
Init table type generation
2021-07-25 17:40:49 +08:00
Gao Sun
8ae63eabef
Initial commit
2021-07-25 17:40:49 +08:00