35 Commits (c6f8fd9faa44e20ad5efbf05de7f77cb761c6b66)

Author SHA1 Message Date
Gisle Aune bb28795cd5 graph2: Added post mutations. general: Did some cleaning. 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 e0af2685ee Logs: Moved filtering logic out of GraphQL query resolver to the Log model. 6 years ago
Gisle Aune 2a40f97282 Added order to stories query response 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 0ec923d686 Added logged filter to characters query: character appears in logs. 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 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 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 223d9922e9 Changed story.ListTags to ignore tags for unlisted stories 6 years ago
Gisle Aune a0cb8d7fa8 Added tags query 6 years ago
Gisle Aune 011cb00001 Fixed incorrect unmarshalling of results from story.List 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 87cd5e8e3a Added chapter query and Chapter type resolvers, added functions to get chapters 6 years ago
Gisle Aune ab086d7570 Removed tests that wouldn't work on a CI/builder 6 years ago
Gisle Aune 5a2b8ef1c5 Added graphql for story, started on resolvers, added finders for story 6 years ago
Gisle Aune 0ad72cc72a Added Story model, added rpdata-as2storyimport command 6 years ago
Gisle Aune 1a91f4fdd6 Added channel link from log 6 years ago
Gisle Aune fcce379dea Added Channel model and API for it 6 years ago
Gisle Aune 1156375b11 Added MIME Type filter for file uploads to prevent dangerous uploads. 6 years ago
Gisle Aune fe37b80cfa Added file.Insert, added rpdata-wikifileimport command, changed file listing to sort by date descending 6 years ago
Gisle Aune 91bd25ddf7 Renamed index to position for Post model and API 6 years ago
Gisle Aune a4fea77047 Added files API, fixed file.List returning all files if both author and public is unset 6 years ago
Gisle Aune 90a3597602 File model and api is almost complete 6 years ago
Gisle Aune 1978883cd7 Added File model (still missing edit/remove), fixed uploading to space always failing, added /upload endpoint to rpdata-grapihql server 6 years ago
Gisle Aune 18cb6f14aa Long overdue initial commit 6 years ago