231 Commits (module-madness-pointers)
 

Author SHA1 Message Date
Gisle Aune a5410dff2c Eugh. 5 years ago
Gisle Aune 7e3dc49635 Basic stuff, doesn't compile 5 years ago
Gisle Aune aff0d99842 graph2: Added exception for open logs query in complexity. 5 years ago
Gisle Aune 00150118d2 graph2: Added complexity to prevent queries that can take down the server. 5 years ago
Gisle Aune 332a1eb32b Fixed rpdata-as2storyimport not compiling. 5 years ago
Gisle Aune db4d46c368 Added story to comment changes. 5 years ago
Gisle Aune a8c8610ca2 models: Fixed wrong database mapping for comment source. 5 years ago
Gisle Aune d09c17d30d graph2: Changed addComment error message on can-comment check to be consistent with others. 5 years ago
Gisle Aune e3e3ea07db graph2: Changed Chapter to not return any comments if mode is disabled, even if there are comments. 5 years ago
Gisle Aune 22592439da graph2, models: Added removeComment mutation. 5 years ago
Gisle Aune dfa9fb4025 graph2: Changed Comment to return null instead of a zero-date if it's cleared. 5 years ago
Gisle Aune 0e2a68a2d4 graph2, models: Added editComment mutation. 5 years ago
Gisle Aune 1eefa65527 models: Fixed wrong database mapping for comment id. 5 years ago
Gisle Aune f9b6af58c9 graph2: Changed Comment character resolver to use loader. 5 years ago
Gisle Aune 56ecf48b57 graph2, models: Added addComment mutation. 5 years ago
Gisle Aune 06fbfc90c5 graph2, model: Added Comment type to Change. 5 years ago
Gisle Aune 39a4fef506 models, graph2: Added comment removal on chapter removal. 5 years ago
Gisle Aune f9fe0bb5f8 models, graph2: Added comment options to chapter mutations. 5 years ago
Gisle Aune d22ab387dd models, graph2: Added Comment type and queries, and hooked it up to chapter. 5 years ago
Gisle Aune 53a86c0b9c store, config: Added option to disable space. 5 years ago
Gisle Aune e0b93c6b4b graph2: Changed story tagging permissions to allow anyone to tag open stories. 5 years ago
Gisle Aune 1ea04f1577 importers: Fixed panic in mirclike.ParsePost if the post contains no text. 5 years ago
Gisle Aune 17fd3c60f8 rpdata-server: Fixed unhelpful error message being returned on panic. 5 years ago
Gisle Aune c5b62a42db graph2: Fixed data race in change logging for importLog. 5 years ago
Gisle Aune fa0926c311 rpdata-lb2logimport: Updated it to fix build errors related to change in logs.UpdateChracters. 5 years ago
Gisle Aune d21efc1c7f rpdata-logpaste: Removed the command since it's replaced by GraphQL API endpoint. 5 years ago
Gisle Aune 852030b141 docker: Trimmed down DockerFile. 5 years ago
Gisle Aune f7f0b76379 changes: Reversed ordering in result. 5 years ago
Gisle Aune 2711654816 posts: Fixed AddMany not returning the IDs in the result. 5 years ago
Gisle Aune b60897a597 unknownnicks, logs: Changed unknownnicks counter to use posts instead of logs as a metric to make characters stick out more. 5 years ago
Gisle Aune 80e6c048c9 graph2: Added unknownNick query 5 years ago
Gisle Aune 6310cbbc1e unknownnicks: Added unknown nicks model and hooked it up. 5 years ago
Gisle Aune 89a1c2366c changes: Fixed crash on disconnect when there are more than one client connected. 5 years ago
Gisle Aune ac2b79e88a posts, counter: Fixed post positions issues when a post is deleted. 5 years ago
Gisle Aune 31239330df graph2, changes, rpdata-server: Added changes subscription. 5 years ago
Gisle Aune a58535fcb9 graph2: Added importLog query and associated models and repository functions. 5 years ago
Gisle Aune 2a91b6f9bc logs: Added forumlog parsers. 5 years ago
Gisle Aune caa7727c02 logs: Added mirclike parsers. 5 years ago
Gisle Aune 047c9784ae rpdata-logpaste: Fixed characters not being updated. 6 years ago
Gisle Aune d038c1cfea Dockerfile: Added tzdata package to final container. 6 years ago
Gisle Aune 7e812bd615 rpdata-logpaste: Added new commandline tool. 6 years ago
Gisle Aune 947765884e models: Fixed earliestDate being exclusive of the earliest date in chnages.List. 6 years ago
Gisle Aune ffec008820 graph2: Added change type and query. 6 years ago
Gisle Aune 138b3e3eab graph2: Fixed post change on move not including all posts as objects. 6 years ago
Gisle Aune 929abfdbe4 package: Removed rpdata-ui. 6 years ago
Gisle Aune a8cd595876 graph2: Added change logging for story and chapter, fixed channel ops not being logged. 6 years ago
Gisle Aune 9ed3b32b42 models: Added support for multiple on changekeys.All, though only first is used for * key. 6 years ago
Gisle Aune 6bae52d652 models: Added benchmarks to changekeys, added shortcuts for common types there could be many of. 6 years ago
Gisle Aune cee370c2ac models: Changed change logging system to be allow for better querying in the future. 6 years ago
Gisle Aune 9affdbd20e graph2: Added move mutation to chapter. 6 years ago