Releases: passwall/passwall-server
Version 1.2.1 - Export Feature
Ready to use On-Premis
Well, 1.2.0 is a huge step for us. We have lots of important improvements in this version listed below.
- Add cli to add user locally
- Add http cookie support to use with Passwall Desktop
- Add multiple sign in
- Update Docker
- Update Gorm package
- Update JWT package
- Bug fixes and refactor
Installation
- Run
docker-compose up
in project folder to run Passwall Server. - Run
docker exec -it passwall-server /app/passwall-cli
to add user for local usage.
Change signup logic
New version (#170) * removed api check on signup * added recaptcha to signup * fixed unrelated email issue (#151) * go-fmt for auth.go * change goroutine email * fix subscription status * update recaptcha * fix signin email conflict * little changes * disabled Recaptcha * updated Readme * update go mod * youtube link (#158) * added type conv. check * added RespondWithEncJSON * changed Decrypt payload * added helper test * refactor logins * update test data * added test suite * add env dev to emails * Refactoring Some Functions (#160) * refactor bankaccount functions * refactor creditcard functions * refactor server functions * refactor note functions * deleted recaptcha func (#159) * TODO about CreateUser fixed (#161) * create user actions moved to the service layer * some user tests introduced (#164) * some user tests introduced Signed-off-by: Ahmet Turkmen <[email protected]> * UUID enhancement (#168) * update mw * fixed token invalidation * added validator to app/user (#169) * fix: add email template * fix: auth confirmation code * fix: update subcription process * fix: add redirect after email confirm * fix: updare subscription * change login logic Co-authored-by: Emre Dipi <[email protected]> Co-authored-by: Recep Alaca <[email protected]> Co-authored-by: Fatih Sezgin <[email protected]> Co-authored-by: Ahmet Türkmen <[email protected]>
Maintenance
Unrelated email fix (#152) * fixed unrelated email issue (#151) Co-authored-by: Emre Dipi <[email protected]>
Captcha and Email fix
Unrelated email fix (#152) * fixed unrelated email issue (#151) Co-authored-by: Emre Dipi <[email protected]>
Google Recaptcha Integration to Web Signup
Added Google Recaptcha (#148) * removed api check on signup * added recaptcha to signup
29 October Release
- Completed end to end encryption
- Integrated with Paddle Subscription
- Bug fixes
v1.1.2
Changelog
a187b43 Unmarshal request body to payload moved to helper (#140)
c97f4f8 AES functions added (#137)
4af23e2 Added tests for aes crypto (#138)
a6a8627 Beta v1.1.2 commit
fbba7ad Better encryption handling (#132)
6851c8d Email Verification (#135)
20ba05f Reads languages from store folder (#139)
0627c96 add generic enc to email
0329ad4 add generic encrypt model func
40ede04 add payload enc to login
ff5f6b6 add some tests
5b43fee add test for config
4e0bc93 added SendEmail
017eb3d added email configuration
d9f99c3 added encryption to all API
13ba0ba added generic enc to cats
ae7273e added generic encryption to bank accounts
507d490 added import and extra
49e6abb added send email to Signup
ac2def4 added transmission key to crypto
a3c7d40 change config folder
3ef8b00 changed domain config
6fe4f8b changed pass-wall to passwall
f2f6d90 fix decrypt credit bank account
77c277f fix email and note get all
435474a fix password update on email confirmation
139532a fix password update on email confirmation
181ee24 fix update Server IP
50965af fixed import for payload list
db79381 fixed update login password
ac42a71 removed empty password generate
c37dea2 update readme
7306e93 update readme
v1.1.1
Changelog
7a65e92 Add Emails feature
592f222 Closes #123 multi user
f3c3baa Feature/add health check #113 (#115)
1d85955 Feature/add some tests #116 (#126)
c7ed7ff Store JWT tokens in db and add extra check from db (#99)
010ca62 Translation (#103)
5016590 Update response.go (#98)
0b41bbd add bcrypt on create user
fe9db59 add notes and fix bugs after refactor
f8e0ecd add schema to all types
84025c5 add secret to user model
dc2bb1c add secure key to token table
36928fa add secure notes
20f6288 add servers feature
33cfcfe add system prefix to system endpoints
794b8d4 added Title to logins
1150faf added secure http headers
734d4ec added signup endpoint for web access
6bab5f1 change SecureKey to TransmissionKey
36296f2 changed SHA256 to bcrypt
Refactor and New Features
Version: [1.1.0] (2020-05-03)
Add
- /api prefix to all endpoints
- Bank Account and Credit Card Categories
- net/http, mux router, negroni stack
- Security layer with middleware against XSS attacks
- public folder to serve static files on debian installation
- check password endpoint.
- Auto backup system with period config
Security
- Access and Refresh Token usage implemented
- HS256 Signing method used on JWT
Removed
- Gin framework
Changed
- Move sqlite database name and path declaration to config file