Commit 494243d
Version v1.2.1 (#196)
* 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
* update docker compose
* Update error message (#171)
* delete a user without logging in (#173)
* fix refresh token with userUUID
* feat: add change master password feature
* update
* ADD db ssl mode issue #177 (#178)
* add cli and fix db usessl docker
* update docker file with passwall-cli
* add create subscription to cli
* add config.yml to gitignore
* Update jwt package (#179)
* implemented new logger package
* update db gorm package and seperate update and create
* change JWT storage to cookie
* add cookie bugs
* add signout and refactor
* minor fixes
* add both bearer and cookie support
* fix minor bug
* add wait for postgres to docker-compose
* Readme (#182)
* Add comment lines to repository interface (#183)
* Refactored Any function (#185)
* Refactored Any function
* Renamed function name
* Add argument to function (#186)
* Refactored Any function
* Renamed function name
* Add return argument to function
* minor fixes
* Add auto ssl with lets encrypt (#189)
Signed-off-by: Kaan Karakaya <[email protected]>
* update docker compose files
* remove query parameter args
* update readme for docker compose
* Export Feature (#190)
* Add export endpoint for data exporting
* Add export handlers
* Update export handler
* fix export errors
* Add return error if decryption fails (#191)
* Fix typo and broken link (#194)
Closes #193
* fix upstream git remote address
* fix broken link of a document
* upgrade go version to 1.17 (#195)
Signed-off-by: mrtrkmn <[email protected]>
Co-authored-by: mrtrkmn <[email protected]>
* add Makefile
* update go.mod
* improve startup logging
* refactor: refactor export function and minor improvements
Signed-off-by: Kaan Karakaya <[email protected]>
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]>
Co-authored-by: Mehmet Güngören <[email protected]>
Co-authored-by: Yakut Özcan <[email protected]>
Co-authored-by: Ahmet Can Çiçek <[email protected]>
Co-authored-by: Ahmet Can Çiçek <[email protected]>
Co-authored-by: Kaan Karakaya <[email protected]>
Co-authored-by: SADIK KUZU <[email protected]>
Co-authored-by: mrtrkmn <[email protected]>1 parent 6a23ff6 commit 494243d
File tree
46 files changed
+1221
-430
lines changed- .github/workflows
- cmd
- passwall-cli
- passwall-server
- etc
- internal
- api
- app
- router
- storage
- bankaccount
- creditcard
- email
- login
- note
- server
- subscription
- token
- user
- pkg
- buildvars
- constants
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
46 files changed
+1221
-430
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
27 | | - | |
| 26 | + | |
| 27 | + | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
This file was deleted.
Whitespace-only changes.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
89 | 89 | | |
90 | 90 | | |
91 | 91 | | |
92 | | - | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
117 | 117 | | |
118 | 118 | | |
119 | 119 | | |
120 | | - | |
| 120 | + | |
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
35 | | - | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
| 23 | + | |
| 24 | + | |
25 | 25 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
| 26 | + | |
| 27 | + | |
36 | 28 | | |
37 | 29 | | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
| 30 | + | |
55 | 31 | | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
61 | 44 | | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
62 | 49 | | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
63 | 54 | | |
64 | 55 | | |
65 | 56 | | |
| |||
91 | 82 | | |
92 | 83 | | |
93 | 84 | | |
94 | | - | |
95 | | - | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | 85 | | |
113 | 86 | | |
114 | 87 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
34 | | - | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
| 6 | + | |
| 7 | + | |
5 | 8 | | |
6 | 9 | | |
7 | 10 | | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
| 14 | + | |
11 | 15 | | |
12 | 16 | | |
13 | 17 | | |
14 | 18 | | |
15 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
| |||
36 | 48 | | |
37 | 49 | | |
38 | 50 | | |
39 | | - | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
40 | 54 | | |
41 | 55 | | |
42 | 56 | | |
43 | 57 | | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
0 commit comments