306 Commits (master)
 

Author SHA1 Message Date
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
Gisle Aune 5895e09f37 Added addStory, addStoryTag, removeStoryTag, editStory and removeStory mutations 6 years ago
Gisle Aune 223d9922e9 Changed story.ListTags to ignore tags for unlisted stories 6 years ago
Gisle Aune 429387c9ac Added @playlyfe/gql package to UI, added .vscode to gitignore 6 years ago
Gisle Aune a7113d5efe Added add/edit/remove mutations for Chapter 6 years ago
Gisle Aune a0cb8d7fa8 Added tags query 6 years ago
Gisle Aune 5189d486a5 Added stories query and resolvers 6 years ago
Gisle Aune 011cb00001 Fixed incorrect unmarshalling of results from story.List 6 years ago
Gisle Aune 7a52504381 Removed wiki: prefix on authors for imported stories from rpdata-as2storyimport 6 years ago
Gisle Aune 866a5056be Added Story.chapters to schema, added Story and Tag resolver 6 years ago
Gisle Aune e0409a6635 Fixed all imported stories with rpdata-as2storyimport being unlisted 6 years ago
Gisle Aune bae15de3e8 Fixed edit functions not detecting changes correctly 6 years ago
Gisle Aune 3f5af44dd6 Fixed error 'Unsupported document type for unmarshalling: []story.Chapter' in story.ListChapterStoryID 6 years ago
Gisle Aune 4bbb8bb9ae Fixed typo in commenst for fictionalDate and editedDate resolvers 6 years ago
Gisle Aune 87cd5e8e3a Added chapter query and Chapter type resolvers, added functions to get chapters 6 years ago
Gisle Aune 136302084d Fixed newline shenanigans in rpdata-as2storyimport 6 years ago
Gisle Aune 0122f64fbb Fixed Tags->Tag typo in Story schema 6 years ago
Gisle Aune 6bfb9cbe20 Updated packages 6 years ago
Gisle Aune fca5176579 Changed go base image back to non-alpine version because it lacks git 6 years ago
Gisle Aune c4f7846269 Created react app, changed Dockerfile to include UI files 6 years ago
Gisle Aune 0b6e6b1e9f Fixed ssl not working in container (hopefully) 6 years ago
Gisle Aune 6b09c1307f Maybe fixed tag event 6 years ago
Gisle Aune c724c8965a Added different build step for push than for tag 6 years ago
Gisle Aune 32c673d701 Added events to drone ci config 6 years ago