about summary refs log tree commit diff
path: root/web/panettone/src/panettone.lisp (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-03-31 r/7828 feat(web/panettone): Support full-text search of issuesAspen Smith1-11/+42
2024-03-31 r/7826 feat(web/panettone): Add a system for database migrationsAspen Smith1-1/+1
2022-05-28 r/4184 feat(web/panettone): Redirect to created issue after creation.Griffin Smith1-1/+2
2022-05-28 r/4180 feat(web/panettone): Implement OAuth2-based authenticationVincent Ambo1-56/+14
2022-04-14 r/3946 fix(web/panettone): Dont double up on bordersGriffin Smith1-7/+8
2022-02-13 r/3814 refactor(web/panettone): Use postmodern connection poolsVincent Ambo1-33/+38
2022-01-13 r/3591 fix(web/panettone): make (who:html-mode) sticksterni1-1/+2
2021-05-23 r/2618 chore: Replace remaining mentions of ##tvl[-dev] with #tvlVincent Ambo1-3/+3
2021-05-23 r/2615 fix(panettone): Don't display the full before/after of issue bodiesGriffin Smith1-15/+18
2021-05-23 r/2614 fix(panettone): Fix username display on issue eventsGriffin Smith1-2/+3
2021-05-23 r/2613 fix(panettone): Fix handling of issue-not-foundGriffin Smith1-2/+2
2021-04-30 r/2553 revert: "feat(web/panettone): Allow requesting JSON"grfn1-38/+3
2021-04-22 r/2534 feat(web/panettone): Allow requesting JSONGriffin Smith1-3/+38
2021-04-10 r/2459 fix(panettone): always use displayname in subjectssterni1-2/+2
2021-04-06 r/2449 fix(panettone): set external-format for stream from cheddarsterni1-1/+1
2021-04-06 r/2448 refactor(panettone): remove code duplication in render-markdownsterni1-20/+13
2021-04-04 r/2431 feat(panettone): Add some more info to emailsGriffin Smith1-12/+22
2021-04-04 r/2430 feat(panettone): Send notifications when issues are reopenedGriffin Smith1-0/+15
2021-04-04 r/2429 feat(panettone): Send emails when issues are closedGriffin Smith1-17/+27
2021-04-04 r/2428 feat(panettone): Add a settings pageGriffin Smith1-4/+38
2021-04-04 r/2427 feat(panettone): Send email notifications for commentsGriffin Smith1-0/+17
2021-03-28 r/2355 feat(web/panettone): Noping issue authors' usernamesGriffin Smith1-2/+7
2021-01-29 r/2152 fix(panettone): handle missing DNs when looking up displaynamessterni1-7/+9
2021-01-25 r/2144 feat(panettone): render a subset of markdown in issue subjectssterni1-2/+2
2021-01-25 r/2143 fix(panettone): escape value attr of inputs if dynamic contentsterni1-2/+3
2020-11-22 r/1903 feat(panettone): Send notifications when issues are closedGriffin Smith1-5/+14
2020-11-22 r/1896 feat(panettone): Bring back + fix irccat issue creation announcementGriffin Smith1-6/+11
2020-11-19 r/1884 revert(panettone): announce newly created issues using irccatglittershark1-8/+4
2020-11-08 r/1877 feat(panettone): announce newly created issues using irccateta1-4/+8
2020-08-31 r/1746 fix(panettone): Automatically reconnect to ldapGriffin Smith1-0/+2
2020-08-29 r/1737 feat(panettone): Add nav to the top of the page as wellGriffin Smith1-24/+31
2020-08-28 r/1731 feat(panettone): Increase session timeout to 90 daysGriffin Smith1-0/+2
2020-08-28 r/1730 feat(panettone): Configure a session secretGriffin Smith1-4/+13
2020-08-09 r/1628 fix(web/panettone): revert "implement shorthand issue URLs"glittershark1-15/+5
2020-08-08 r/1617 feat(web/panettone): implement shorthand issue URLsedef1-5/+15
2020-08-03 r/1564 fix(web/panettone): Fix more calls to (id nil) in new issue formGriffin Smith1-32/+35
2020-08-03 r/1563 fix(web/panettone): Fix new issue formGriffin Smith1-1/+2
2020-08-02 r/1547 feat(web/panettone): Add direct anchor links to commentsGriffin Smith1-11/+14
2020-08-02 r/1539 feat(web/panettone): Allow editing issuesGriffin Smith1-37/+102
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 Smith1-3/+62
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