Go to file
noah metz 7435728321 Fixed thread.go 2023-07-21 00:06:11 -06:00
.gitignore Added .gitignore and Makefile 2023-04-08 14:09:25 -06:00
LICENSE Added AGPLv3 LICENSE 2023-07-10 22:39:37 -06:00
context.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
go.mod Add UseMoreStates and UpdateMoreStates that should only be called from eachother 2023-06-28 21:49:23 -06:00
go.sum intermediary 2023-06-22 15:50:42 -06:00
gql.go Moved user to user.go 2023-07-20 22:08:28 -06:00
gql_graph.go Added Users query to GQLThread 2023-07-20 22:17:45 -06:00
gql_test.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
graph_test.go GQLUser improvement 2023-07-20 00:24:22 -06:00
lockable.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
lockable_test.go Changed NodeID from string to UUID, filled in more auth 2023-07-19 20:03:13 -06:00
log.go We do a little refactoring, hehe 2023-07-09 14:30:30 -06:00
node.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
policy.go Added more to policy, and updated lockable to use better IDs 2023-07-21 00:02:53 -06:00
signal.go Changed NodeID from string to UUID, filled in more auth 2023-07-19 20:03:13 -06:00
thread.go Fixed thread.go 2023-07-21 00:06:11 -06:00
thread_test.go Started to add authentication for GQL endpoint 2023-07-19 14:45:05 -06:00
user.go type name update 2023-07-20 22:08:45 -06:00