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
/
render.rs
Age
Commit message (
Expand
)
Author
Files
Lines
2018-04-17
chore(license): Relicense under AGPL-3.0-or-later
Vincent Ambo
1
-8
/
+10
2018-04-16
feat(templates): Add 'Last post by' to the list of threads
TatriX
1
-0
/
+2
2018-04-16
fix(render): Enable GFM's tagfilter extension
Vincent Ambo
1
-2
/
+1
2018-04-15
feat(handlers/render): Display edit form for user's own posts
Vincent Ambo
1
-1
/
+23
2018-04-15
refactor: Add a message!-macro to reduce message boilerplate
Vincent Ambo
1
-16
/
+4
2018-04-15
refactor(render): Pass serializable structs to Tera directly
Vincent Ambo
1
-9
/
+3
2018-04-15
refactor(templates/render): Add generic post editing template
Vincent Ambo
1
-6
/
+43
2018-04-15
feat(handlers): Determine whether current user can edit a post
Vincent Ambo
1
-1
/
+10
2018-04-14
fix(render): Escape post bodies
Vincent Ambo
1
-1
/
+2
2018-04-14
feat: Implement search result view & enable search
Vincent Ambo
1
-0
/
+21
2018-04-14
feat(templates): Highlight stickied threads in index
Vincent Ambo
1
-0
/
+2
2018-04-14
feat(db): Add support for stickies in database
Vincent Ambo
1
-1
/
+1
2018-04-14
feat(db): Add view for ordering thread index by most recent post
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
-13
/
+4
2018-04-12
feat(handler): Perform basic input validation on new thread view
Vincent Ambo
1
-3
/
+15
2018-04-11
chore: Clean up unused imports
Vincent Ambo
1
-1
/
+0
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
1
-8
/
+67
2018-04-11
feat(render): Add rendering actor
Vincent Ambo
1
-0
/
+70