| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Unify webhook token parameter name | Rory& | 2026-07-15 | 1 | -427/+0 |
| | | |||||
| * | Routes: reduce scope of api imports to api/util | Rory& | 2026-06-17 | 1 | -2/+2 |
| | | |||||
| * | Use subpath imports for lambert-server, fix openapi.js | Rory& | 2026-06-12 | 1 | -1/+1 |
| | | |||||
| * | fix: make github webhooks embeds have `rich` type | CyberL1 | 2026-03-31 | 1 | -1/+20 |
| | | |||||
| * | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | refactor: adjust numbers for length limits | CyberL1 | 2025-12-19 | 1 | -2/+2 |
| | | |||||
| * | refactor: adjust commit lenghts for `push` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | fix: description length for `issue_comment` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | fix: description length for `issue` event | CyberL1 | 2025-12-19 | 1 | -1/+1 |
| | | |||||
| * | lintstagedrc: regenerate schemas/openapi if schemas changed | Rory& | 2025-12-17 | 1 | -373/+373 |
| | | |||||
| * | fix: check if event is "opened" or "closed" | CyberL1 | 2025-12-15 | 1 | -0/+4 |
| | | |||||
| * | fix: show compare url on multiple commits | CyberL1 | 2025-12-12 | 1 | -1/+1 |
| | | |||||
| * | fix: check if `body` is not `null` | CyberL1 | 2025-12-05 | 1 | -1/+3 |
| | | |||||
| * | fix: show only the first line of commit message | CyberL1 | 2025-12-03 | 1 | -1/+1 |
| | | |||||
| * | fix: github webhok username and avatar are now more in-line with discord | CyberL1 | 2025-12-02 | 1 | -2/+2 |
| | | |||||
| * | fix: send 204 even if event is invalid (discord does this, idk why) | CyberL1 | 2025-12-02 | 1 | -3/+1 |
| | | |||||
| * | chore: remove debug log | CyberL1 | 2025-12-02 | 1 | -1/+0 |
| | | |||||
| * | refactor: refactor github webhooks embeds to match discord's | CyberL1 | 2025-12-02 | 1 | -469/+321 |
| | | |||||
| * | Reorganise schemas a little bit | Rory& | 2025-10-15 | 1 | -1/+2 |
| | | |||||
| * | Pass mergeParams: true to new router calls due to express behavior change | Rory& | 2025-09-30 | 1 | -1/+1 |
| | | |||||
| * | Proxy avatar URL + adjust event logic | Zane Helton | 2025-06-29 | 1 | -17/+132 |
| | | | | | | | | | I've proxied the URLs with `getProxyUrl` specifying the size as 80x80. I've also adjusted the event logic so that unstarring doesn't trigger an alert and I've disabled the 'watch' event because Discord doesn't use it either. | ||||
| * | Make tsc happy when using strings as Date in embed | Zane Helton | 2025-06-29 | 1 | -1/+21 |
| | | | | | | | | | | | | | | Validation on embeds has interesting behavior. Embeds have a `timestamp` property that is of type `Date`. However when providing a Date, `WebhookExecuteSchema` silently ends the operation. The resolution was to use strings and to annotate them with `// @ts-expect-error`. This was not my first choice, but it was the best option I saw. The other option is to allow `Embeds` to pass strings as a timestamp but I'd want a second opinion before making that change. | ||||
| * | Refactor `/github` endpoint into it's own file | Zane Helton | 2025-06-29 | 1 | -0/+417 |
