passwall-server version history
10 releases tracked, newest first.
v1.2.1
Aug 22, 2022- Export feature added
0 downloads
1.2.0
Sep 30, 2021Well, 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.
0 downloads
v1.1.7
Mar 21, 20210 downloads
v1.1.6
Mar 20, 20210 downloads
v1.1.5
Oct 31, 20200 downloads
v1.1.4
Oct 30, 20200 downloads
v1.1.3
Oct 28, 2020* Completed end to end encryption
* Integrated with Paddle Subscription
* Bug fixes
0 downloads
v1.1.2
Aug 3, 2020
## 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 up
4 downloads
v1.1.1
Jun 24, 2020
## 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
4 downloads
v1.1.0
May 2, 2020## 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
2 downloads