Commit eaceee6
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]>1 parent 169b0e3 commit eaceee6
File tree
40 files changed
+1468
-744
lines changed- cmd/passwall-server
- internal
- api
- app
- config
- router
- storage
- user
- model
- public
- css
- images
- store/template
- testdata
40 files changed
+1468
-744
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 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 | + | |
25 | 52 | | |
26 | 53 | | |
27 | 54 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
30 | | - | |
31 | | - | |
32 | 30 | | |
33 | 31 | | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
8 | 11 | | |
9 | 12 | | |
10 | 13 | | |
11 | 14 | | |
| 15 | + | |
12 | 16 | | |
13 | | - | |
14 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
15 | 26 | | |
| 27 | + | |
16 | 28 | | |
17 | 29 | | |
18 | 30 | | |
19 | | - | |
20 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
21 | 34 | | |
22 | | - | |
23 | | - | |
| 35 | + | |
| 36 | + | |
24 | 37 | | |
25 | | - | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
26 | 45 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
0 commit comments