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