about summary refs log tree commit diff
path: root/web/panettone/src/panettone.lisp (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-07-31 r/1510 feat(web/panettone): Display issue historyGriffin Smith1-24/+46
2020-07-31 r/1509 feat(web/panettone): Log when users change issue statusesGriffin Smith1-81/+4
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 Smith1-111/+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 Smith1-115/+133
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 Smith1-1/+3
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 Smith1-14/+37
2020-07-24 r/1453 feat(web/panettone): Add "All Issues" link on issue pageGriffin Smith1-1/+3
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 Smith1-10/+20
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 Smith1-47/+124
2020-07-23 r/1443 feat(web/panettone): Add support for commentsGriffin Smith1-6/+55
2020-07-23 r/1442 feat(web/panettone): Add initial stylesGriffin Smith1-62/+96
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 Smith1-0/+295