Commit Graph

182 Commits

Author SHA1 Message Date
jamesread cc8d8652f1 chore: dep update Feb 2026 2026-02-13 18:38:17 +00:00
jamesread 086a5ffd22 chore: fix tpl coderabbit suggestions 2026-02-07 00:31:24 +00:00
jamesread b777d599aa fix: Massive cleanup of template parsing 2026-02-07 00:09:46 +00:00
dependabot[bot] 19641695f1
chore(deps): bump github.com/golang-jwt/jwt/v5 in /service
Bumps [github.com/golang-jwt/jwt/v5](https://github.com/golang-jwt/jwt) from 5.3.0 to 5.3.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases)
- [Commits](https://github.com/golang-jwt/jwt/compare/v5.3.0...v5.3.1)

---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v5
  dependency-version: 5.3.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-02 05:56:16 +00:00
jamesread efbab6776f chore: Dep update Jan 2026 2026-01-26 11:36:48 +00:00
James Read 54080efdf3
Fix move tpl to global (#848) 2026-01-26 11:33:36 +00:00
jamesread 561cd9c431 fix: Various coderabbit suggestions on tpl ext 2026-01-26 00:46:17 +00:00
jamesread 0e0bbd3fdb fix: Nil binding on entity logs caused a NPE 2026-01-26 00:34:39 +00:00
James Read cf00d179bf
Merge branch 'next' into fix-move-tpl-to-global 2026-01-25 22:53:02 +00:00
jamesread e807cb5231 feat: configuration options for navigate-on-start icons 2026-01-25 21:50:03 +00:00
jamesread b37f035ea6 fix: Move templating functionality to global, making it possible to replace templates across the config 2026-01-25 10:32:22 +00:00
jamesread b9f55ab508 fix: load logs on startup (#299) 2026-01-23 14:18:30 +00:00
jamesread aeaddda870 fix: add env support back 2026-01-23 00:04:55 +00:00
jamesread f06e56857e Merge branch 'main' into next 2026-01-22 09:27:48 +00:00
James Read 97c59b764c
fix: Port the calender schedulding fix from 2k to 3k (#830) (#831) 2026-01-22 09:13:19 +00:00
jamesread e3c785319a fix: Kill entire process group on timeout (#605) 2026-01-21 23:52:35 +00:00
jamesread b3430e3a5c fix: execOnCalendarFile, avoid possible crash deleting nil timers 2026-01-21 23:12:39 +00:00
jamesread b024c4a91b chore: Dependency bump Jan 2026 2026-01-21 13:23:36 +00:00
jamesread 56786491e8 fix: Port the calender schedulding fix from 2k to 3k (#830) 2026-01-13 17:47:28 +00:00
jamesread 3d106ee13b fix: JSON string marshalling in webhook uses raw strings 2026-01-12 00:10:40 +00:00
jamesread a10088a040 chore: Fix duplicate code in executor when trying to reduce cyclo 2026-01-11 23:12:34 +00:00
James Read b75d590343
Merge branch 'beta' into next 2026-01-11 23:09:49 +00:00
jamesread f173a0b725 chore: reduce gocyclo 2026-01-11 22:34:23 +00:00
jamesread 93d56cc42e chore: Fix broken unit tests, add themeLoading test 2026-01-11 22:24:18 +00:00
jamesread 87913a6ff3 feat: add theme selector support, load themes in a layer. 2026-01-11 21:32:55 +00:00
jamesread 242149f5a4 chore: reduce cyclo 2026-01-11 09:20:50 +00:00
jamesread 832db4e135 chore: Log datetime parse failures from cal 2026-01-11 08:51:31 +00:00
jamesread a36e69b8f8 chore: calendar fixes 2026-01-11 01:50:27 +00:00
jamesread a4ff326625 chore: calendar logging fixes 2026-01-11 01:48:17 +00:00
jamesread 84bd405ca9 chore: gocyclo fixes 2026-01-11 01:29:27 +00:00
jamesread 6493f7bee7 feat: block notifications, and cleanup of action/binding IDs 2026-01-11 01:10:20 +00:00
jamesread 661bcdda08 feat: #625 Option to save suggested values in the browser local storage across different args 2026-01-09 00:53:52 +00:00
jamesread e96270046e fix: (#765) set X-Accel-Buffering header to disable nginx buffering for event stream 2026-01-07 01:20:29 +00:00
James Read 3162b33ea9
feat: Enable/Disable actions based on rules (#817) 2026-01-07 00:47:18 +00:00
jamesread cbe6c8f20f core: dep update 2026-01-06 23:53:31 +00:00
jamesread c714dc0c62 chore: Webhooks fixes 2026-01-06 23:23:47 +00:00
jamesread 0368fb10db fix: wonky merge conflict, and missing body parameter from matcher 2026-01-06 22:15:37 +00:00
jamesread 5e9c5d2c17 Merge branch 'feat-webhooks' of github.com:OliveTin/OliveTin into feat-webhooks 2026-01-06 22:12:25 +00:00
jamesread 0b072db36d fix: Constant time comparison for webhook authentication 2026-01-06 22:11:41 +00:00
James Read 11278ff6c2
fix: Use constant-time comparison for Basic auth verification.
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-01-06 22:09:17 +00:00
jamesread 3d5268d1c9 chore: enableExpression, broken test and config 2026-01-06 21:51:35 +00:00
jamesread f22b3953b1 feat: webhooks support 2026-01-06 21:45:55 +00:00
jamesread 654ed15dde fix: Add missing enabled expression file 2026-01-06 21:39:46 +00:00
jamesread 3e23fed3d6 feat: Enable/Disable actions based on rules 2026-01-06 21:38:18 +00:00
jamesread e9d90060fd chore: oauth gocyclo 2025-12-25 08:35:09 +00:00
James Read 257463997e
Merge branch 'next' into fix-argument-validation-on-bindings 2025-12-25 01:37:05 +00:00
jamesread 7e1a38eb9e feat: add AddToUsergroup option to OAuth2 providers 2025-12-25 01:36:05 +00:00
jamesread b4157ed5ba fix: argument validation on bindings 2025-12-25 01:16:04 +00:00
jamesread 2956b9972f chore: nil checks 2025-12-23 19:52:15 +00:00
jamesread 8e2db0ad82 chore: reduce argument validation complexity 2025-12-23 16:47:59 +00:00