Commit f9cd4e8
authored
Start with collection collaboration (IgnisDa#824)
* build(backend): remove tower deps
* chore: change the domain name of application
* feat(database): migration to change column name for collection
* chore(backend): adapt to new database schema
* fix(backend): calculate summary correctly
* fix(backend): better calculation of summary
* chore(frontend): adapt to new gql schema
* feat(frontend): add link to people page
* chore(database): change name of migration
* feat(database): migration to create `user_to_collection`
* ci: move commands to single line
* feat(database): migration to create new record entries
* fix(database): add if guard
* feat(database): change the columns around
* feat(database): store whether user is a creator
* chore(database): change name of column
* chore(backend): change the error logged
* feat(backend): create new models
* feat(*): bring back all user_id column
* feat(backend): associate collection with user on creation
* feat(backend): use new model to query for user
* feat(backend): get collection count in one go
* dev: change names of containers
* dev: remove version from compose
* chore(backend): reduce visibility
* feat(backend): return username of creator
* chore(docs): remove double quotes from env file
* fix(backend): query collections instead of user_to_collection
* feat(backend): return names correctly
* feat(frontend): how collections are displayed
* feat(backend): save creator id when changing association
* feat(frontend): do not allow updating custom media
* feat(frontend): start new collection schema changes
* feat(frontend): get media monitoring button working
* chore(backend): change name of gql objects
* feat(backend): get user id for collection
* feat(frontend): remove from correct collection
* feat(frontend): flow collection data correctly
* chore(ts-utils): export utility function
* feat(frontend): allow adding to collection
* chore(frontend): change wording
* chore(frontend): change name of param
* fix(backend): fetch all collections for entity
* fix(backend): associate with collections correctly
* fix(backend): merge media should be done in a txn
* fix(backend): handle cases when media is already in dest collection
* feat(frontend): order of update btns
* build(backend): bump version
* fix(backend): timezone shenanigans
* fix(frontend): better wording
* refactor(backend): associate user with entity immediately
* docs: add back double quotes
* feat(backend): allow storing manga volume
* feat(backend): calculate manga volumes
* feat(frontend): allow setting volume
* fix(frontend): better showing of seen items
* chore(backend): add more logging
* chore(graphql): get additonal manga details
* feat(frontend): display more unit details
* feat(frontend): allow reviewing volumes
* feat(frontend): better layout for input1 parent aa3a024 commit f9cd4e8
File tree
45 files changed
+735
-376
lines changed- .devcontainer
- scripts
- apps
- backend
- src
- entities
- fitness
- importer
- miscellaneous
- frontend/app
- components
- lib
- routes
- docs
- content
- guides
- includes
- libs
- config/src
- database/src/migrations
- generated/src/graphql/backend
- graphql/src/backend/queries
- ts-utils/src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
45 files changed
+735
-376
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
| 4 | + | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | 1 | | |
4 | | - | |
| 2 | + | |
5 | 3 | | |
6 | 4 | | |
7 | 5 | | |
| |||
14 | 12 | | |
15 | 13 | | |
16 | 14 | | |
17 | | - | |
| 15 | + | |
18 | 16 | | |
19 | 17 | | |
20 | 18 | | |
| |||
23 | 21 | | |
24 | 22 | | |
25 | 23 | | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | | - | |
| 26 | + | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
84 | 83 | | |
85 | 84 | | |
86 | 85 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | 17 | | |
19 | 18 | | |
20 | 19 | | |
| |||
32 | 31 | | |
33 | 32 | | |
34 | 33 | | |
| 34 | + | |
| 35 | + | |
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
| |||
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
55 | 62 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | 6 | | |
12 | 7 | | |
13 | 8 | | |
| |||
95 | 90 | | |
96 | 91 | | |
97 | 92 | | |
98 | | - | |
99 | | - | |
100 | | - | |
101 | | - | |
102 | | - | |
103 | | - | |
104 | | - | |
105 | | - | |
106 | | - | |
107 | | - | |
108 | | - | |
109 | | - | |
110 | | - | |
111 | | - | |
112 | | - | |
113 | | - | |
114 | | - | |
115 | | - | |
116 | | - | |
117 | | - | |
118 | | - | |
119 | | - | |
120 | | - | |
121 | | - | |
122 | | - | |
| 93 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
0 commit comments