about summary refs log tree commit diff
path: root/web/panettone/src (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-08-02 r/1539 feat(web/panettone): Allow editing issuesGriffin Smith4-41/+146
2020-08-01 r/1517 fix(web/panettone): Don't try to markdownify eventsGriffin Smith1-3/+3
2020-07-31 r/1511 feat(web/panettone): Render issues+comments as MarkdownGriffin Smith2-4/+63
2020-07-31 r/1510 feat(web/panettone): Display issue historyGriffin Smith4-34/+80
2020-07-31 r/1509 feat(web/panettone): Log when users change issue statusesGriffin Smith4-112/+186
2020-07-31 r/1508 feat(web/panettone): persist original-uri through failed authGriffin Smith1-1/+2
2020-07-31 r/1507 feat(web/panettone): Redirect to original URL after loginGriffin Smith1-1/+6
2020-07-29 r/1505 refactor(web/panettone): Remove prevalenceGriffin Smith2-112/+4
2020-07-28 r/1501 fix(web/panettone): Fix reference to undefined functionGriffin Smith1-1/+1
2020-07-28 r/1497 feat(panettone): Use postgres as the storage backendGriffin Smith4-116/+392
2020-07-26 r/1484 fix(web/panettone): Don't log backtracesGriffin Smith1-0/+2
2020-07-25 r/1467 feat(web/panettone): Make responsiveGriffin Smith2-3/+5
2020-07-24 r/1461 fix(web/panettone): Fix html5 complianceGriffin Smith1-10/+12
2020-07-24 r/1455 feat(web/panettone): Make issues visible publiclyGriffin Smith1-21/+31
2020-07-24 r/1454 feat(web/panettone): Add a Log Out link to the footerGriffin Smith2-18/+53
2020-07-24 r/1453 feat(web/panettone): Add "All Issues" link on issue pageGriffin Smith2-1/+13
2020-07-24 r/1452 feat(web/panettone): Redirect to original URI after loginGriffin Smith1-9/+16
2020-07-24 r/1450 feat(web/panettone): Add issue subject to page titleGriffin Smith1-1/+4
2020-07-24 r/1449 feat(web/panettone): Disallow comments with an empty bodyGriffin Smith1-10/+14
2020-07-24 r/1448 feat(web/panettone): Disallow issues with an empty subjectGriffin Smith2-10/+25
2020-07-23 r/1446 fix(web/panettone): Fix failure on invalid usernameGriffin Smith1-11/+11
2020-07-23 r/1445 fix(web/panettone): Put snapshot in the right placeGriffin Smith1-1/+5
2020-07-23 r/1444 feat(web/panettone): Add issue statusesGriffin Smith2-49/+138
2020-07-23 r/1443 feat(web/panettone): Add support for commentsGriffin Smith2-7/+78
2020-07-23 r/1442 feat(web/panettone): Add initial stylesGriffin Smith3-62/+226
2020-07-23 r/1441 feat(web/panettone): Display who opened issues and whenGriffin Smith1-7/+37
2020-07-23 r/1438 feat(web/panettone): Read config from envGriffin Smith1-11/+23
2020-07-23 r/1433 feat(web/panettone): The start of a very simple issue trackerGriffin Smith2-0/+297