depot
this commit
canon
subtree-staging
monorepo for the virus lounge
The Virus Lounge
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-14
refactor(db): Store thread body in the posts table
Vincent Ambo
5
-23
/
+36
2018-04-14
feat(migrations): Drop 'body' column from threads
Vincent Ambo
2
-0
/
+7
2018-04-12
feat(handlers/main): Add 'anonymous' mode for forum
Vincent Ambo
2
-9
/
+27
2018-04-12
feat(handler): Perform basic input validation on new thread view
Vincent Ambo
4
-11
/
+39
2018-04-12
chore(cargo): Remove unused dependency
Vincent Ambo
2
-15
/
+0
2018-04-12
fix(handlers): Fix chained error handling in actors
Vincent Ambo
1
-14
/
+15
2018-04-11
chore(handlers): Remove unused code
Vincent Ambo
1
-8
/
+0
2018-04-11
chore(cargo): Use stable release of actix-web
Vincent Ambo
2
-20
/
+20
2018-04-11
fix(templates/handlers): Fix post anchors
Vincent Ambo
2
-3
/
+5
2018-04-11
chore: Clean up unused imports
Vincent Ambo
2
-3
/
+1
2018-04-11
feat(render): Use a more human-readable format for dates
Vincent Ambo
1
-5
/
+15
2018-04-11
fix(render): Escape thread titles in index
Vincent Ambo
1
-1
/
+19
2018-04-11
feat(render): Implement Markdown thread rendering & Gravatar
Vincent Ambo
3
-35
/
+85
2018-04-11
chore(cargo): Add md5 crate dependency
Vincent Ambo
3
-0
/
+10
2018-04-11
fix(main): Correctly set up rendering actor
Vincent Ambo
1
-3
/
+7
2018-04-11
refactor(handlers): Use rendering actor for page renders
Vincent Ambo
2
-46
/
+31
2018-04-11
feat(render): Add rendering actor
Vincent Ambo
2
-1
/
+72
2018-04-10
fix(main): Update cookie session setup for new actix-web
Vincent Ambo
1
-4
/
+3
2018-04-10
chore(cargo): Dependency bump & pin versions
Vincent Ambo
2
-8
/
+105
2018-04-09
fix(templates): Fix author name & avatar display
Vincent Ambo
1
-4
/
+12
2018-04-09
fix(db): Order index threads in descending post time
Vincent Ambo
1
-1
/
+3
2018-04-09
feat(handlers/templates): Add "New Thread" handler and template
Vincent Ambo
3
-1
/
+62
2018-04-09
feat(templates): Slightly less barebones index & thread templates
Vincent Ambo
2
-39
/
+115
2018-04-09
feat(handlers): Extract & add author to thread and post information
Vincent Ambo
3
-6
/
+46
2018-04-09
feat(main): Initialise RequireLogin middleware on launch
Vincent Ambo
1
-4
/
+11
2018-04-09
feat(handlers): Add RequireLogin middleware
Vincent Ambo
2
-4
/
+27
2018-04-09
fix(main): Generate random session key
Vincent Ambo
3
-1
/
+12
2018-04-08
docs(todo): Add TODO list
Vincent Ambo
1
-0
/
+4
2018-04-08
feat(handlers): Use cookie session backend to store author info
Vincent Ambo
3
-12
/
+34
2018-04-08
feat(templates): Display author information in templates
Vincent Ambo
2
-3
/
+3
2018-04-08
feat(main): Configure & start OIDC actor when Converse launches
Vincent Ambo
1
-5
/
+33
2018-04-08
feat(handler): Implement OIDC login & callback handlers
Vincent Ambo
1
-0
/
+23
2018-04-08
chore(models/schema): Update with author fields
Vincent Ambo
2
-0
/
+8
2018-04-08
feat(oidc): Implement initial OIDC actor
Vincent Ambo
5
-2
/
+489
2018-04-08
feat(migrations): Add author columns to tables
Vincent Ambo
2
-0
/
+15
2018-04-08
feat(templates): Add shitty little response form in thread view
Vincent Ambo
2
-2
/
+14
2018-04-08
feat(handlers): Add reply_thread handler for posts
Vincent Ambo
2
-2
/
+18
2018-04-08
feat(db/models): Add handling of CreatePost message
Vincent Ambo
2
-2
/
+30
2018-04-08
feat(templates): Add a shitty thread submission form
Vincent Ambo
1
-0
/
+14
2018-04-08
feat(handlers): Add thread submission handler
Vincent Ambo
3
-1
/
+17
2018-04-08
feat(db): Support CreateThread message
Vincent Ambo
2
-0
/
+29
2018-04-08
feat(migrations): Default 'posted' columns to NOW()
Vincent Ambo
2
-0
/
+4
2018-04-08
refactor(db): Use ConverseError instead of unwrapping/expecting
Vincent Ambo
1
-10
/
+8
2018-04-08
feat(errors): Introduce error module with custom error type
Vincent Ambo
4
-2
/
+83
2018-04-08
refactor(main): Move handlers into separate handler module
Vincent Ambo
2
-61
/
+79
2018-04-08
feat(main): Support CONVERSE_BIND_HOST environment variable
Vincent Ambo
1
-2
/
+5
2018-04-08
refactor(main): Use actix-web extractor pattern
Vincent Ambo
1
-10
/
+12
2018-04-08
refactor(db): Establish Post->Thread association
Vincent Ambo
5
-7
/
+15
2018-04-08
feat(main/templates): Add barebones single-thread view
Vincent Ambo
4
-3
/
+43
2018-04-08
feat(db): Add initial GetThread message
Vincent Ambo
1
-0
/
+22
[next]