Gisle Aune
|
07b94b3cab
|
auth: Added list of permissions
|
6 years ago |
Gisle Aune
|
79171bf9a2
|
graph2: Added Story type and queries.
|
6 years ago |
Gisle Aune
|
bac57bc378
|
graph2: Added File type and queries.
|
6 years ago |
Gisle Aune
|
875dac9ecb
|
graph2: Added Chapter type and queries, moved loader out of old graphql pkg.
|
6 years ago |
Gisle Aune
|
0768cfd0bd
|
models: Painstakingly converted half the model package to a models & repostiry stucture. All binaries are probably dead at this point.
|
6 years ago |
Gisle Aune
|
2b05d90f4a
|
graph2: Added Log type and queries, moved loader out of old graphql pkg.
|
6 years ago |
Gisle Aune
|
0444911e73
|
graph2: Added Post type and queries
|
6 years ago |
Gisle Aune
|
1be4088a8f
|
graph2: Added Channel type and queries
|
6 years ago |
Gisle Aune
|
9978d7380b
|
graph, rpdata-server: Started on new GraphQL implementation.
|
6 years ago |
Gisle Aune
|
2e5162a29b
|
auth: Fixed incorrect error reporting on permissions mismatching, added ensuring of user in auth.FindUser.
|
6 years ago |
Gisle Aune
|
dac0060155
|
auth: Replaced old system with api key-based system.
|
6 years ago |
Gisle Aune
|
9d7fd498a9
|
Auth: Removed session/auth system from GraphQL API
|
6 years ago |
Gisle Aune
|
e0af2685ee
|
Logs: Moved filtering logic out of GraphQL query resolver to the Log model.
|
6 years ago |
Gisle Aune
|
3184b60310
|
GraphQL: Optimized dataloaders by adding a 'priming' mechanic to make fewer trips to the database.
|
6 years ago |
Gisle Aune
|
675c09ef04
|
git: removed binary file from project root
|
6 years ago |
Gisle Aune
|
9707320960
|
git: updated gitignore
|
6 years ago |
Gisle Aune
|
20e53b4f5e
|
GraphQL: Fixed stories resolver crashing if filter is nil.
|
6 years ago |
Gisle Aune
|
8bb4dea358
|
UI: Started on story content
|
6 years ago |
Gisle Aune
|
75b2382f09
|
Changed colors to more closely match aitestory
|
6 years ago |
Gisle Aune
|
1ca25eff8e
|
Fixed warnings
|
6 years ago |
Gisle Aune
|
bf10ed1fe3
|
Added ListItem and changed StoryList ot use it, reorganized StoryMenu, added scrollbar styling, added moment dependency
|
6 years ago |
Gisle Aune
|
54136be912
|
Removed leftover console.log()s
|
6 years ago |
Gisle Aune
|
228c2bfeb4
|
Removed docker build on non-tag push from CI
|
6 years ago |
Gisle Aune
|
2f98be5747
|
Removed default limit for stories query
|
6 years ago |
Gisle Aune
|
2a40f97282
|
Added order to stories query response
|
6 years ago |
Gisle Aune
|
e5b4184106
|
Fixed query for category lists not getting parameters
|
6 years ago |
Gisle Aune
|
c348a90b70
|
Fixed nil deref error on no filter, fixed no results
|
6 years ago |
Gisle Aune
|
132cf28f0f
|
Added category to StoriesFilter
|
6 years ago |
Gisle Aune
|
d5df624188
|
Added open and unlsited to StoriesFilter
|
6 years ago |
Gisle Aune
|
ca98648274
|
Added router for story menu and queries for the lists
|
6 years ago |
Gisle Aune
|
4642a8abec
|
Added missing dpeencency (apollo-cache-inmemory), changed proxy to work within the local network.
|
6 years ago |
Gisle Aune
|
0ec923d686
|
Added logged filter to characters query: character appears in logs.
|
6 years ago |
Gisle Aune
|
388d5378e7
|
Cleaned up the ui code, addressed warnings
|
6 years ago |
Gisle Aune
|
67e9e8f1e6
|
Renamed LogsIndex -> LogsRoot, removed hardcoded bg image from LogsRoot
|
6 years ago |
Gisle Aune
|
06bc7e5a1b
|
Updated StoryRoot graphql query according to api changes
|
6 years ago |
Gisle Aune
|
237190e498
|
Added LoadingScreen for full-size loading placeholder
|
6 years ago |
Gisle Aune
|
b9f0fef966
|
Fixed Background landscape detection always returning the intiial result, reacitified the Background class
|
6 years ago |
Gisle Aune
|
ba1c1e0a4b
|
Changed characters graphql query to use the filter format, changed description for files query to match the others'
|
6 years ago |
Gisle Aune
|
18e77b8205
|
Changed .gitignore to include new bindata.go location
|
6 years ago |
Gisle Aune
|
d8871259a1
|
Changed channels graphql query to use filter, added eventName and locationName filters
|
6 years ago |
Gisle Aune
|
26d7e36631
|
Changed files graphql query to use a filter argument to look more like other queries.
|
6 years ago |
Gisle Aune
|
51489ed901
|
Changed log query's ID parameter to be compulsory
|
6 years ago |
Gisle Aune
|
ed3e384d55
|
Moved query and mutation resolvers into individual files
|
6 years ago |
Gisle Aune
|
9455fd960f
|
Moved packages loader, resolver and schema under graphql
|
6 years ago |
Gisle Aune
|
36939ffc59
|
Moved SessionResolver and UserResolver into resolvers/types package, updated references to it.
|
6 years ago |
Gisle Aune
|
5fedce5899
|
Moved StoryResolver and TagResolver into resolvers/types package, updated references to it.
|
6 years ago |
Gisle Aune
|
dced5282b1
|
Moved LogResolver and PostResolver into resolvers/types package, updated references to it.
|
6 years ago |
Gisle Aune
|
d05f3a8ca8
|
Moved FileResolver into resolvers/types package, updated references to it.
|
6 years ago |
Gisle Aune
|
53e2dfc6b6
|
Moved CharacterResolver into resolvers/types package, updated references to it.
|
6 years ago |
Gisle Aune
|
fba499024b
|
Moved ChapterResolver into resolvers/types package, updated references to it.
|
6 years ago |