Commit de3826c
v0.3.2 (#36)
* [task-140] Change user password command
* [task-140] Fix
* [task-141] User registration error handling improvements
* [task-141] Removed unused import
* [task-144] Fixed cache problem in checking updates method
* [task-143] Added russian translations
* [v0.3.2] Discord link in admin overview
* [v0.3.2] Prepared registration service test for new changes
* [v0.3.2] Updated year in LICENSE file
* [v0.3.2] Updated CHANGELOG.md
* [v0.3.2] Updated dependencies
* [v0.3.2] Added icon before logout link
---------
Co-authored-by: Konrad Sroga <[email protected]>1 parent dd41834 commit de3826c
File tree
20 files changed
+1205
-390
lines changed- config
- src/Core
- Command
- Controller
- Panel
- DTO/Action/Result
- Handler
- Resources
- config
- translations
- Service
- Authorization
- Pterodactyl
- System
- Tests/Unit/Service/Authorization
- templates/panel
- admin
- registration
20 files changed
+1205
-390
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 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 | + | |
5 | 41 | | |
6 | 42 | | |
7 | 43 | | |
| |||
22 | 58 | | |
23 | 59 | | |
24 | 60 | | |
| 61 | + | |
| 62 | + | |
25 | 63 | | |
26 | 64 | | |
27 | 65 | | |
| |||
30 | 68 | | |
31 | 69 | | |
32 | 70 | | |
| 71 | + | |
| 72 | + | |
33 | 73 | | |
34 | 74 | | |
35 | 75 | | |
| |||
38 | 78 | | |
39 | 79 | | |
40 | 80 | | |
| 81 | + | |
| 82 | + | |
41 | 83 | | |
42 | 84 | | |
43 | 85 | | |
| |||
51 | 93 | | |
52 | 94 | | |
53 | 95 | | |
| 96 | + | |
| 97 | + | |
54 | 98 | | |
55 | 99 | | |
56 | 100 | | |
| |||
70 | 114 | | |
71 | 115 | | |
72 | 116 | | |
| 117 | + | |
| 118 | + | |
73 | 119 | | |
74 | 120 | | |
75 | 121 | | |
| |||
85 | 131 | | |
86 | 132 | | |
87 | 133 | | |
| 134 | + | |
88 | 135 | | |
89 | 136 | | |
90 | 137 | | |
91 | 138 | | |
92 | 139 | | |
93 | 140 | | |
| 141 | + | |
94 | 142 | | |
95 | 143 | | |
96 | 144 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
0 commit comments