Commit 04db3f7
committed
File tree
131 files changed
+579
-385
lines changedFilter options
- src
- controllers/langs
- db
- entities
- factories
- migrations
- seeds
- graphql
- resolvers
- lang
- log
- role
- translation
- user
- access
- role
- session
- status
- token
- type
- init
- bugsnag
- controllers
- db
- graphql
- public
- handleErrors
- logic
- oauth
- translation
- user
- emaillog
- role
- session
- status
- userRole
- tests
- config
- graphql
- lang
- roles
- translation
- user
- roles
- session
- status
- util
- graphql
- session
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
131 files changed
+579
-385
lines changed+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
.eslintrc.js
Copy file name to clipboard+48-51Lines changed: 48 additions & 51 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 |
| - |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
17 | 13 |
|
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 |
| - |
| 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 | + |
54 | 51 |
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
17 |
| - |
18 | 17 |
|
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
39 | 39 |
|
40 | 40 |
|
41 | 41 |
|
42 |
| - |
| 42 | + |
43 | 43 |
|
44 | 44 |
|
45 | 45 |
|
|
dev.Dockerfile
Copy file name to clipboard+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
docker-compose.yml
Copy file name to clipboard+52Lines changed: 52 additions & 0 deletions
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 | + |
jest.dev.config.js
Copy file name to clipboard+14Lines changed: 14 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
+6-4Lines changed: 6 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
7 |
| - |
8 |
| - |
9 |
| - |
| 7 | + |
| 8 | + |
| 9 | + |
10 | 10 |
|
11 |
| - |
12 | 11 |
|
13 | 12 |
|
14 | 13 |
|
| 14 | + |
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| ||
41 | 41 |
|
42 | 42 |
|
43 | 43 |
|
| 44 | + |
| 45 | + |
44 | 46 |
|
45 | 47 |
|
46 | 48 |
|
|
src/controllers/langs/LangController.ts
Copy file name to clipboardExpand all lines: src/controllers/langs/LangController.ts+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
src/db/entities/BaseEntity.ts
Copy file name to clipboardExpand all lines: src/db/entities/BaseEntity.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
| 8 | + |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 |
| - |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
src/db/entities/UserStatus.ts
Copy file name to clipboardExpand all lines: src/db/entities/UserStatus.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
| 8 | + |
8 | 9 |
|
9 | 10 |
|
10 |
| - |
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
|
src/db/entities/UserStatusReason.ts
Copy file name to clipboardExpand all lines: src/db/entities/UserStatusReason.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 |
| - |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/db/factories/user.factory.ts
Copy file name to clipboardExpand all lines: src/db/factories/user.factory.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 |
| - |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/db/migrations/1601324674382-UserStatus.ts
Copy file name to clipboardExpand all lines: src/db/migrations/1601324674382-UserStatus.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 |
| - |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/db/migrations/1601324674982-User.ts
Copy file name to clipboardExpand all lines: src/db/migrations/1601324674982-User.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
8 |
| - |
9 | 9 |
|
10 | 10 |
|
11 | 11 |
|
|
src/db/migrations/1601324674992-Role.ts
Copy file name to clipboardExpand all lines: src/db/migrations/1601324674992-Role.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 |
| - |
8 | 8 |
|
9 | 9 |
|
10 | 10 |
|
|
src/db/migrations/1601324675000-UserRole.ts
Copy file name to clipboardExpand all lines: src/db/migrations/1601324675000-UserRole.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 |
| - |
7 | 7 |
|
8 | 8 |
|
9 | 9 |
|
|
src/db/seeds/translation.seed.ts
Copy file name to clipboardExpand all lines: src/db/seeds/translation.seed.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
5 |
| - |
| 5 | + |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/db/seeds/userStatusReasons.seed.ts
Copy file name to clipboardExpand all lines: src/db/seeds/userStatusReasons.seed.ts+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
3 | 3 |
|
| 4 | + |
4 | 5 |
|
5 |
| - |
6 | 6 |
|
7 | 7 |
|
8 | 8 |
|
|
src/graphql/resolvers/lang/create.ts
Copy file name to clipboardExpand all lines: src/graphql/resolvers/lang/create.ts+5-5Lines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
5 | 5 |
|
6 | 6 |
|
7 | 7 |
|
8 |
| - |
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
|
src/graphql/resolvers/lang/delete.ts
Copy file name to clipboardExpand all lines: src/graphql/resolvers/lang/delete.ts+4-4Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
6 |
| - |
7 |
| - |
8 |
| - |
9 |
| - |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
10 | 10 |
|
11 | 11 |
|
12 | 12 |
|
|
0 commit comments