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
path:
root
/
src
/
handlers.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-15
feat(handlers): Implement post editing handler
Vincent Ambo
1
-0
/
+28
2018-04-15
feat(handlers/render): Display edit form for user's own posts
Vincent Ambo
1
-0
/
+35
2018-04-15
refactor(templates/render): Add generic post editing template
Vincent Ambo
1
-7
/
+7
2018-04-15
fix(handlers): Trim leading/trailing whitespace from new threads
Vincent Ambo
1
-6
/
+12
2018-04-15
feat(handlers): Determine whether current user can edit a post
Vincent Ambo
1
-1
/
+8
2018-04-14
refactor(handlers): Receive search terms via query parameters
Vincent Ambo
1
-3
/
+3
2018-04-14
feat: Implement search result view & enable search
Vincent Ambo
1
-0
/
+16
2018-04-14
refactor(handlers): Improve error handling in post creation
Vincent Ambo
1
-2
/
+2
2018-04-14
feat: License project under GPLv3
Vincent Ambo
1
-0
/
+16
2018-04-14
refactor(db): Store thread body in the posts table
Vincent Ambo
1
-2
/
+6
2018-04-12
feat(handlers/main): Add 'anonymous' mode for forum
Vincent Ambo
1
-6
/
+17
2018-04-12
feat(handler): Perform basic input validation on new thread view
Vincent Ambo
1
-2
/
+17
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
fix(templates/handlers): Fix post anchors
Vincent Ambo
1
-1
/
+1
2018-04-11
chore: Clean up unused imports
Vincent Ambo
1
-2
/
+1
2018-04-11
refactor(handlers): Use rendering actor for page renders
Vincent Ambo
1
-45
/
+27
2018-04-09
feat(handlers/templates): Add "New Thread" handler and template
Vincent Ambo
1
-0
/
+9
2018-04-09
feat(handlers): Extract & add author to thread and post information
Vincent Ambo
1
-4
/
+40
2018-04-09
feat(handlers): Add RequireLogin middleware
Vincent Ambo
1
-3
/
+26
2018-04-08
feat(handlers): Use cookie session backend to store author info
Vincent Ambo
1
-8
/
+16
2018-04-08
feat(handler): Implement OIDC login & callback handlers
Vincent Ambo
1
-0
/
+23
2018-04-08
feat(handlers): Add reply_thread handler for posts
Vincent Ambo
1
-1
/
+16
2018-04-08
feat(handlers): Add thread submission handler
Vincent Ambo
1
-0
/
+15
2018-04-08
refactor(main): Move handlers into separate handler module
Vincent Ambo
1
-0
/
+76