279 Commits (c9084287a4bae33eda27744d10e4aed3550c394c)
 

Author SHA1 Message Date
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
Gisle Aune cc765e220a Moved ChannelResolver into resolvers/types package, updated references to it. 6 years ago
Gisle Aune ba49b1fd30 Renamed input parameter in stories and logs to filter, made filter optional for stories query 6 years ago
Gisle Aune 8c290c8dcd Removed hard-coded sample tags 6 years ago
Gisle Aune 576e1df001 UI: Menu and routing works with style reminiscent of aitestory 6 years ago
Gisle Aune 7adcdfe1e0 Added change.Timeline, added change submissions to channel mutations, made all change submissions spin off a goroutine 6 years ago
Gisle Aune 6f04da49b8 Fixed inconsistencies in code and documentation under resolvers, changed log.Remove to be a method instead of a function as well as take the posts with it. 6 years ago
Gisle Aune 9b705e6514 Added change.Submit to addStory, editStory and removeStory 6 years ago
Gisle Aune 155309693a Changed removeFile mutation's type to File! 6 years ago