Skip to content

Commit 6222f2a

Browse files
chore(release): server-v1.0.0 [skip ci]
# 1.0.0 (2025-04-29) ### Bug Fixes * add activate first project if active project is empty ([76277e8](76277e8)) * add all need code for work tests ([967d6cc](967d6cc)) * add empty modules ([87b1955](87b1955)) * add skipValidateRefreshSession to signOut method for skip validate refresh token ([f99f02f](f99f02f)) * integrate sso to notification module ([acfeb38](acfeb38)) * move 2fa and sen email to module config ([a404bd2](a404bd2)) * move large options to standalone files ([0536b46](0536b46)) * partial sync with fullstack project (2025-03-04) ([ad8df67](ad8df67)) * partial sync with fullstack project (2025-03-06) ([1e80b9f](1e80b9f)) * remove not need module SsoClientModule ([c0c292d](c0c292d)) * remove old docker files, add new docker files, change packageManager to npm ([708c356](708c356)) * remove use local refresh token ([a160d5a](a160d5a)) * rename expiresIn to expiresAt ([1f57b5e](1f57b5e)) * revert versions of libs ([3a6590f](3a6590f)) * sync server with sso project (2025-04-24-10-25) ([4e2ae4d](4e2ae4d)) * sync with fullstack project (2025-03-22) ([bd34772](bd34772)) * sync with fullstack repo ([0c4b63d](0c4b63d)) * update code for fill default email templates in database ([a678387](a678387)) * update deps ([00e3195](00e3195)) * update deps ([2ed0726](2ed0726)) * update deps ([5c9d66b](5c9d66b)) * update deps ([facb027](facb027)) * update deps ([c2afb7f](c2afb7f)) * update description of project ([f2dc0ed](f2dc0ed)) * update docker files, and change envs with sso projects ([5e0dafb](5e0dafb)) * update logic for work with webhooks ([4212791](4212791)) * update output dto for users and projects ([8eca62e](8eca62e)) * update tests ([eee1b20](eee1b20)) * update tests ([e07a9d8](e07a9d8)) * update tests and some code for them ([fd781ee](fd781ee)) * update translates ([64df6b2](64df6b2)) * update translates ([c91ea2b](c91ea2b)) * update work with envs for nestjs version ([003dfe4](003dfe4)) ### Features * add support create invite link for manager ([a396328](a396328)) * add all need logic for 2fa module, and integrate it to sso module ([f18fbb7](f18fbb7)) * add allow work with webhook and email templaes from admin role ([25e6d29](25e6d29)) * add basic logic for auth ([50040e9](50040e9)) * add check active state of refresh session ([6910b42](6910b42)) * add check expires at on validate refresh session ([8114409](8114409)) * add client for sso, and add frontend for projects ([a0bc258](a0bc258)) * add controller for sessions ([4e5ef17](4e5ef17)) * add field "public" to "SsoProject" ([3d32720](3d32720)) * add forgot-password ([f53ba77](f53ba77)) * add frontend for sessions ([28786b6](28786b6)) * add full support sign in with google ([4daf842](4daf842)) * add input for user form for check role of user ([097aae8](097aae8)) * add mail sender ([227ff95](227ff95)) * add maildev ([8f7fcb4](8f7fcb4)) * add Manager role type ([86ab19b](86ab19b)) * add new tests cases ([b97c295](b97c295)) * add project switcher on navmenu ([6a69647](6a69647)) * add support change content of email templates ([df747c2](df747c2)) * add support show picture in user grid ([01e303c](01e303c)) * add support translates to project name ([4878ed4](4878ed4)) * add tests and logic for restore password ([e5f3964](e5f3964)) * add throttler to sign-up ([60a3dad](60a3dad)) * add users page ([1273361](1273361)) * append all need webhooks ([94e7633](94e7633)) * append default public projects ([0d7f91d](0d7f91d)) * append exists not working auth as sso from another project, for refactor and use it in this project ([bb53f16](bb53f16)) * append support run sso as standard nestjs application ([3a741fe](3a741fe)) * append two-factor and notifications to main ([cb062a0](cb062a0)) * append ui and logic for test request from webhook form ([72429de](72429de)) * ci script for build docker image to github ([f3e8195](f3e8195)) * integrate sso in client and server apps ([0c7d0ab](0c7d0ab)) * move all modules to core folder ([c2f4217](c2f4217)) * move auth module inside sso ([1c82658](1c82658)) * move default projects to env ([31e74cc](31e74cc)) * remove code for supabase and authorizer ([9f768d9](9f768d9)) * remove docker file for migrations and remove migrations service from docker compose ([27b68ea](27b68ea)) * remove webhook auth logics ([6f17a92](6f17a92)) * rename project and remove posts ([21525a9](21525a9)) * switch random string to totp code for two factor ([a165f8f](a165f8f)) * update auth forms, start add oauth with google ([04e1a22](04e1a22)) * update translates and fix errors of work with oauth ([0b82b7b](0b82b7b))
1 parent f39a8b8 commit 6222f2a

File tree

3 files changed

+88
-5
lines changed

3 files changed

+88
-5
lines changed

apps/server/CHANGELOG.md

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,86 @@
1+
# 1.0.0 (2025-04-29)
2+
3+
### Bug Fixes
4+
5+
- add activate first project if active project is empty ([76277e8](https://github.com/nestjs-mod/nestjs-mod-sso/commit/76277e8ec817e5031160ef44b62803a66c82f185))
6+
- add all need code for work tests ([967d6cc](https://github.com/nestjs-mod/nestjs-mod-sso/commit/967d6ccb431936e5583140be0517383d10f5fc3e))
7+
- add empty modules ([87b1955](https://github.com/nestjs-mod/nestjs-mod-sso/commit/87b195577533fcd729c241474105f9b30e227a8b))
8+
- add skipValidateRefreshSession to signOut method for skip validate refresh token ([f99f02f](https://github.com/nestjs-mod/nestjs-mod-sso/commit/f99f02f0d777ef3790c22f9145691b3f8a8495cd))
9+
- integrate sso to notification module ([acfeb38](https://github.com/nestjs-mod/nestjs-mod-sso/commit/acfeb380e11cbe1a2fad0365ff44db90183e8581))
10+
- move 2fa and sen email to module config ([a404bd2](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a404bd2f9921943a6e4d2b1454fbd9258f892e3c))
11+
- move large options to standalone files ([0536b46](https://github.com/nestjs-mod/nestjs-mod-sso/commit/0536b46453773e7ca37d93aac8c42d4f6943c6f9))
12+
- partial sync with fullstack project (2025-03-04) ([ad8df67](https://github.com/nestjs-mod/nestjs-mod-sso/commit/ad8df67e385ddff68f8fa9c689c91af312873d56))
13+
- partial sync with fullstack project (2025-03-06) ([1e80b9f](https://github.com/nestjs-mod/nestjs-mod-sso/commit/1e80b9fa5bf61c2669ad8eafdfa7a3f9f980577f))
14+
- remove not need module SsoClientModule ([c0c292d](https://github.com/nestjs-mod/nestjs-mod-sso/commit/c0c292d5754502cc73ddbaa53c491156fa930664))
15+
- remove old docker files, add new docker files, change packageManager to npm ([708c356](https://github.com/nestjs-mod/nestjs-mod-sso/commit/708c3566eee1c739b1a5f00a246e3c07dfa294fe))
16+
- remove use local refresh token ([a160d5a](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a160d5a51c95997083ea409efed546ebafce9250))
17+
- rename expiresIn to expiresAt ([1f57b5e](https://github.com/nestjs-mod/nestjs-mod-sso/commit/1f57b5e1943fbe560dad0ddc99be6c038d566cb2))
18+
- revert versions of libs ([3a6590f](https://github.com/nestjs-mod/nestjs-mod-sso/commit/3a6590f16fec440b615f051bece7fc4b3beace4e))
19+
- sync server with sso project (2025-04-24-10-25) ([4e2ae4d](https://github.com/nestjs-mod/nestjs-mod-sso/commit/4e2ae4d44bf61b799b8552a2b2d1753cfab3ae8c))
20+
- sync with fullstack project (2025-03-22) ([bd34772](https://github.com/nestjs-mod/nestjs-mod-sso/commit/bd347728855588cefb92137cfdbdb1a907b24b22))
21+
- sync with fullstack repo ([0c4b63d](https://github.com/nestjs-mod/nestjs-mod-sso/commit/0c4b63d8f8e9eda16d44902adaa74d8d4cda5a3d))
22+
- update code for fill default email templates in database ([a678387](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a678387348026d61fb039b0cb9a6dda20b00a2c0))
23+
- update deps ([00e3195](https://github.com/nestjs-mod/nestjs-mod-sso/commit/00e3195635b66fa560b765b6b118644163cf17ab))
24+
- update deps ([2ed0726](https://github.com/nestjs-mod/nestjs-mod-sso/commit/2ed07262a9c3a3a6e92c98ef67500e0651e9574d))
25+
- update deps ([5c9d66b](https://github.com/nestjs-mod/nestjs-mod-sso/commit/5c9d66ba12cf6e3c257da292caf6e813e45d002b))
26+
- update deps ([facb027](https://github.com/nestjs-mod/nestjs-mod-sso/commit/facb027b42d715804c1f2131f8eb9c0ef25df3d6))
27+
- update deps ([c2afb7f](https://github.com/nestjs-mod/nestjs-mod-sso/commit/c2afb7f6dc3754184d5889bdd3d18274bfa28ed9))
28+
- update description of project ([f2dc0ed](https://github.com/nestjs-mod/nestjs-mod-sso/commit/f2dc0edd0dcc434b7275ca9171567d7b18238838))
29+
- update docker files, and change envs with sso projects ([5e0dafb](https://github.com/nestjs-mod/nestjs-mod-sso/commit/5e0dafbc19ac45a276519851ba914971c249790a))
30+
- update logic for work with webhooks ([4212791](https://github.com/nestjs-mod/nestjs-mod-sso/commit/4212791a4e93c822a0c03b2682e7d0b7de12331c))
31+
- update output dto for users and projects ([8eca62e](https://github.com/nestjs-mod/nestjs-mod-sso/commit/8eca62e88f29d091bde370dac8ae6b214e3fd407))
32+
- update tests ([eee1b20](https://github.com/nestjs-mod/nestjs-mod-sso/commit/eee1b2019bd6da191b740968b7515e5ffbca6a01))
33+
- update tests ([e07a9d8](https://github.com/nestjs-mod/nestjs-mod-sso/commit/e07a9d81ed22e6b0c8b6c3ef8fc603217c478f13))
34+
- update tests and some code for them ([fd781ee](https://github.com/nestjs-mod/nestjs-mod-sso/commit/fd781eea4b797e8ff8726f6c57d31867b26be635))
35+
- update translates ([64df6b2](https://github.com/nestjs-mod/nestjs-mod-sso/commit/64df6b2e5d63d6e5bd683007227b55a76a3e27ec))
36+
- update translates ([c91ea2b](https://github.com/nestjs-mod/nestjs-mod-sso/commit/c91ea2b70d31661c7ec112709174f77a2487ce5e))
37+
- update work with envs for nestjs version ([003dfe4](https://github.com/nestjs-mod/nestjs-mod-sso/commit/003dfe4e22590583dfe5877c63da630b6e50e41c))
38+
39+
### Features
40+
41+
- add support create invite link for manager ([a396328](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a396328acbe905cd450d9a65ac36357729732061))
42+
- add all need logic for 2fa module, and integrate it to sso module ([f18fbb7](https://github.com/nestjs-mod/nestjs-mod-sso/commit/f18fbb7c24caa4e99b5a7254c6428b517ef870ae))
43+
- add allow work with webhook and email templaes from admin role ([25e6d29](https://github.com/nestjs-mod/nestjs-mod-sso/commit/25e6d294d4257871fb8968f3e2d3c60cd73d844b))
44+
- add basic logic for auth ([50040e9](https://github.com/nestjs-mod/nestjs-mod-sso/commit/50040e96767f492dc9188f5202b98057ada0426a))
45+
- add check active state of refresh session ([6910b42](https://github.com/nestjs-mod/nestjs-mod-sso/commit/6910b42a4711677dd3d1762648d2d8cd32f315e9))
46+
- add check expires at on validate refresh session ([8114409](https://github.com/nestjs-mod/nestjs-mod-sso/commit/811440974503f825f85096cdbd83cd44e74897d1))
47+
- add client for sso, and add frontend for projects ([a0bc258](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a0bc258eb4dbcfc55719fd5799da9b53b46a79a4))
48+
- add controller for sessions ([4e5ef17](https://github.com/nestjs-mod/nestjs-mod-sso/commit/4e5ef171f649b3e4c00f32d4bb5a8340c4a57389))
49+
- add field "public" to "SsoProject" ([3d32720](https://github.com/nestjs-mod/nestjs-mod-sso/commit/3d327201326f98a44c1a615913393960d2804899))
50+
- add forgot-password ([f53ba77](https://github.com/nestjs-mod/nestjs-mod-sso/commit/f53ba773e6f5513592455775a28da3b1101e3982))
51+
- add frontend for sessions ([28786b6](https://github.com/nestjs-mod/nestjs-mod-sso/commit/28786b6a6721811ee275f0560fd224e830a5d9d2))
52+
- add full support sign in with google ([4daf842](https://github.com/nestjs-mod/nestjs-mod-sso/commit/4daf8428cb8f245dc4301d12b4fc6de1944c5787))
53+
- add input for user form for check role of user ([097aae8](https://github.com/nestjs-mod/nestjs-mod-sso/commit/097aae869b2c50f6a3eb02108aac432d8984bce4))
54+
- add mail sender ([227ff95](https://github.com/nestjs-mod/nestjs-mod-sso/commit/227ff95292d6ccdf77ebe921137ef80cdf4e5425))
55+
- add maildev ([8f7fcb4](https://github.com/nestjs-mod/nestjs-mod-sso/commit/8f7fcb4319c3440570492eacc8bbec2b1a776987))
56+
- add Manager role type ([86ab19b](https://github.com/nestjs-mod/nestjs-mod-sso/commit/86ab19b335a578bfa5c69f6a4c38e6ea55152df5))
57+
- add new tests cases ([b97c295](https://github.com/nestjs-mod/nestjs-mod-sso/commit/b97c295dbf4522fe36591ced0c6b5e800d27bb18))
58+
- add project switcher on navmenu ([6a69647](https://github.com/nestjs-mod/nestjs-mod-sso/commit/6a69647ab48cbe3eb3060a8081c606782a7a4ccb))
59+
- add support change content of email templates ([df747c2](https://github.com/nestjs-mod/nestjs-mod-sso/commit/df747c243d908a6b1ee2f62e234600d33621e6d8))
60+
- add support show picture in user grid ([01e303c](https://github.com/nestjs-mod/nestjs-mod-sso/commit/01e303ceb5e737d667bf82a8e47dc6919938acb8))
61+
- add support translates to project name ([4878ed4](https://github.com/nestjs-mod/nestjs-mod-sso/commit/4878ed4a4907cf77324a291035c53c2cf738e878))
62+
- add tests and logic for restore password ([e5f3964](https://github.com/nestjs-mod/nestjs-mod-sso/commit/e5f3964710c724e2ddd9f6995d6b1da426816b24))
63+
- add throttler to sign-up ([60a3dad](https://github.com/nestjs-mod/nestjs-mod-sso/commit/60a3dadf1920c8dcce4e9a5d3fbad4455deaa91e))
64+
- add users page ([1273361](https://github.com/nestjs-mod/nestjs-mod-sso/commit/1273361a74ccf8dea01a21754cfd0ddd85161cc8))
65+
- append all need webhooks ([94e7633](https://github.com/nestjs-mod/nestjs-mod-sso/commit/94e7633f444ff3b624c2878a3fed70d341e3124f))
66+
- append default public projects ([0d7f91d](https://github.com/nestjs-mod/nestjs-mod-sso/commit/0d7f91d1d9e94c2ec8f203d8e6ba8464a968eb80))
67+
- append exists not working auth as sso from another project, for refactor and use it in this project ([bb53f16](https://github.com/nestjs-mod/nestjs-mod-sso/commit/bb53f168b3a54301ad1101a4912a4532e837fdb5))
68+
- append support run sso as standard nestjs application ([3a741fe](https://github.com/nestjs-mod/nestjs-mod-sso/commit/3a741fea99e0055381cd3e57164bb20fd18b695a))
69+
- append two-factor and notifications to main ([cb062a0](https://github.com/nestjs-mod/nestjs-mod-sso/commit/cb062a0d4ed22cca05cffd21fd7f12990d8ef0f8))
70+
- append ui and logic for test request from webhook form ([72429de](https://github.com/nestjs-mod/nestjs-mod-sso/commit/72429de3c71d15253934ae493e2c4f5f04b393df))
71+
- ci script for build docker image to github ([f3e8195](https://github.com/nestjs-mod/nestjs-mod-sso/commit/f3e819585b6064c5c0daef9a00dea75abed231ce))
72+
- integrate sso in client and server apps ([0c7d0ab](https://github.com/nestjs-mod/nestjs-mod-sso/commit/0c7d0abe380ccc0d5f37cb31a415197956751a23))
73+
- move all modules to core folder ([c2f4217](https://github.com/nestjs-mod/nestjs-mod-sso/commit/c2f42173be9f5ec65a34b4d6acd791cbc2363d06))
74+
- move auth module inside sso ([1c82658](https://github.com/nestjs-mod/nestjs-mod-sso/commit/1c82658b995bb772699af42f67042bef3c0fde14))
75+
- move default projects to env ([31e74cc](https://github.com/nestjs-mod/nestjs-mod-sso/commit/31e74cc9ef4a2efe3453de38566e185adadbd38e))
76+
- remove code for supabase and authorizer ([9f768d9](https://github.com/nestjs-mod/nestjs-mod-sso/commit/9f768d9f729a15fab4928dda78751a589a9b4a46))
77+
- remove docker file for migrations and remove migrations service from docker compose ([27b68ea](https://github.com/nestjs-mod/nestjs-mod-sso/commit/27b68ead8ad1cff230568418cbbe65e9a615fb19))
78+
- remove webhook auth logics ([6f17a92](https://github.com/nestjs-mod/nestjs-mod-sso/commit/6f17a92d1b9ff1efe0d7d1bfebb402c4137b840f))
79+
- rename project and remove posts ([21525a9](https://github.com/nestjs-mod/nestjs-mod-sso/commit/21525a91c791aa34f6996aeacd953101219aa28d))
80+
- switch random string to totp code for two factor ([a165f8f](https://github.com/nestjs-mod/nestjs-mod-sso/commit/a165f8ff432d8304f1e9d3c4d998e55841ebc002))
81+
- update auth forms, start add oauth with google ([04e1a22](https://github.com/nestjs-mod/nestjs-mod-sso/commit/04e1a22cb0bc317497fa8cf826b71c2c54f31f00))
82+
- update translates and fix errors of work with oauth ([0b82b7b](https://github.com/nestjs-mod/nestjs-mod-sso/commit/0b82b7bb9f5eae313b2495583cf11fff3e462fde))
83+
184
# [1.15.0](https://github.com/nestjs-mod/nestjs-mod-sso/compare/server-v1.14.1...server-v1.15.0) (2025-02-14)
285

386
### Features

0 commit comments

Comments
 (0)