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-05-18
chore(build): Bump dependencies & pin pq-sys
Vincent Ambo
4
-5371
/
+221
2018-05-15
docs: Add contribution guidelines document
Vincent Ambo
1
-0
/
+114
2018-05-02
docs(build): Document manual changes to Carnix expression
Vincent Ambo
1
-1
/
+20
2018-05-02
fix(build): Apply a workaround for building Comrak in Nix
Vincent Ambo
1
-2
/
+2
2018-05-02
refactor(handlers/render): Use users from database for all functions
Vincent Ambo
2
-57
/
+54
2018-05-02
refactor(main): Use actix-web's identity middleware for auth
Vincent Ambo
1
-5
/
+9
2018-05-02
feat(db): Add LookupOrCreateUser message
Vincent Ambo
2
-0
/
+50
2018-05-02
chore(cargo): Update dependency minor versions
Vincent Ambo
2
-534
/
+542
2018-05-02
refactor(db/render/schema): Use SimplePost type for thread views
Vincent Ambo
4
-30
/
+67
2018-05-02
feat(migrations): Add a view for simplified post querying
Vincent Ambo
2
-0
/
+12
2018-05-02
fix(schema): Update for author->user_id column rename
Vincent Ambo
1
-4
/
+4
2018-05-02
refactor(migrations): Rename 'author' column to 'user_id'
Vincent Ambo
2
-16
/
+16
2018-05-02
chore(schema): Update generated Diesel schema
Vincent Ambo
1
-4
/
+14
2018-05-02
fix(migrations): Explicitly insert anonymous user
Vincent Ambo
1
-5
/
+11
2018-05-02
fix(migrations): Fix search index creation in user migration
Vincent Ambo
2
-0
/
+4
2018-05-02
feat(migrations): Adds a migration to create a users table
Vincent Ambo
2
-0
/
+136
2018-04-24
chore(gitattributes): Tell Github Linguist to ignore default.nix
Vincent Ambo
1
-0
/
+1
2018-04-23
fix(build): Add explicit pulldown-cmark dependency
Vincent Ambo
3
-7
/
+34
2018-04-23
refactor(build): Use Carnix-based expression for building
Vincent Ambo
1
-27
/
+5155
2018-04-23
chore(cargo): Bump dependency minor versions
Vincent Ambo
2
-97
/
+95
2018-04-17
chore(license): Relicense under AGPL-3.0-or-later
Vincent Ambo
11
-140
/
+160
2018-04-16
style(thread): Fix padding on thread view
Vincent Ambo
1
-1
/
+1
2018-04-16
fix(thread): Load Gravatar images at larger size
Vincent Ambo
1
-1
/
+1
2018-04-16
feat(templates): Add 'Last post by' to the list of threads
TatriX
2
-1
/
+6
2018-04-16
docs(envrc): Add .envrc example file
Vincent Ambo
1
-0
/
+14
2018-04-16
style(db): Fix whitespace error
Vincent Ambo
1
-1
/
+1
2018-04-16
fix(db): Explicitly order posts in a thread
Vincent Ambo
1
-2
/
+5
2018-04-16
fix(templates): Fix alignment of columns in thread view
Vincent Ambo
1
-8
/
+8
2018-04-16
fix(templates): Fix double-escaping of thread titles
Vincent Ambo
2
-3
/
+3
2018-04-16
fix(render): Enable GFM's tagfilter extension
Vincent Ambo
2
-2
/
+2
2018-04-16
fix(templates): Add some pleasing spacing to thread layout
Vincent Ambo
1
-1
/
+1
2018-04-16
chore(oidc): Enable debug log statement for token responses
Vincent Ambo
1
-4
/
+6
2018-04-16
fix(build): Add PostgreSQL library to Nix dependencies
Vincent Ambo
1
-1
/
+1
2018-04-16
fix(templates): Mark pre-escaped variables as 'safe'
Vincent Ambo
2
-2
/
+2
2018-04-16
refactor(main): Include Tera templates into application binary
Vincent Ambo
1
-7
/
+15
2018-04-16
feat(build): Add Nix build configuration
Vincent Ambo
2
-1
/
+32
2018-04-15
docs(todo): Update todo-list
Vincent Ambo
1
-1
/
+2
2018-04-15
feat(handlers): Implement post editing handler
Vincent Ambo
3
-2
/
+31
2018-04-15
feat(db): Support UpdatePost message
Vincent Ambo
1
-0
/
+23
2018-04-15
feat(handlers/render): Display edit form for user's own posts
Vincent Ambo
5
-2
/
+63
2018-04-15
fix(templates/post): Correctly insert post body
Vincent Ambo
1
-1
/
+1
2018-04-15
feat(db): Support GetPost message
Vincent Ambo
1
-0
/
+16
2018-04-15
refactor: Add a message!-macro to reduce message boilerplate
Vincent Ambo
4
-48
/
+22
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
6
-72
/
+156
2018-04-15
refactor(main): Split enormous main() into smaller methods
Vincent Ambo
1
-38
/
+58
2018-04-15
fix(handlers): Trim leading/trailing whitespace from new threads
Vincent Ambo
1
-6
/
+12
2018-04-15
refactor(templates): Restyle thread view using flex layout
Vincent Ambo
1
-48
/
+35
2018-04-15
feat(handlers): Determine whether current user can edit a post
Vincent Ambo
3
-3
/
+19
2018-04-15
style(templates): Minor fixes to search & index layouts
Vincent Ambo
2
-6
/
+5
[next]