jamesread
a530dca579
refactor: collapse action justification into a string template field
...
Use a single justification string for both requirement and templating so
empty values skip prompts while templates can prefill audit reasons at start.
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-07-06 20:36:30 +01:00
jamesread
b18518ebea
fix: add support for entities in checklists
2026-07-06 12:17:03 +01:00
jamesread
6077c63cfd
chore: Fix coderabbit warnings
2026-07-06 11:39:43 +01:00
jamesread
e24ae6265b
feat: Checklist support ( #922 )
2026-07-06 11:01:22 +01:00
jamesread
57f3ef46ad
fix: several merge messes
2026-06-28 22:52:16 +01:00
jamesread
e63094e8e8
fix: several merge messes
2026-06-28 22:15:46 +01:00
James Read
d23fb2fd77
Merge branch 'next' into wip
2026-06-20 01:27:37 +01:00
jamesread
633d9ecd82
feat: action group sizing
2026-06-18 23:33:27 +01:00
jamesread
03a9a05e38
fix: action group display fixes
2026-06-18 11:55:14 +01:00
jamesread
de63793b3a
feat: circle indicator for running actions, justification support
2026-06-17 23:29:30 +01:00
jamesread
6aa672e6c0
feat: Logs filtering, and log queue with group concurrency
2026-06-16 14:16:43 +01:00
jamesread
21716e0a7e
feat: log file save path on windows #932
2026-06-16 00:33:49 +01:00
jamesread
ebffd9f040
security: GHSA-prj9-97mp-mwh2 (HIGH) Treat all ot_ system arguments as reserved, preventing RCE
...
Ensure OliveTin-owned arguments are injected only after filtering and validate system values before command execution.
2026-05-31 22:44:40 +01:00
James Read
ae928625a6
Merge branch 'next' into feat-default-icon-cli-hugeicon
2026-05-25 21:34:54 +01:00
jamesread
82f749a9ce
feat: Default icon is now a CLI HugeIcon instead of a smiley face
2026-05-25 20:47:39 +01:00
jamesread
246e33d565
feat: API Key (bearer) auth
2026-05-21 22:59:12 +01:00
jamesread
fe68264c2b
feat: popupOnStart history, and logs in reverse order on action details view
2026-05-19 23:19:42 +01:00
jamesread
86c35f40c3
chore: remove unneeded comment
2026-03-10 23:28:17 +00:00
jamesread
b33aded230
chore: Use a constant for the default CSP
2026-03-09 10:00:47 +00:00
jamesread
3f46007281
fix: Relax default CSP to allow iconify to work
2026-03-08 20:46:52 +00:00
jamesread
d9804182ea
security: GHSA-4fqm-6fmh-82mq Authentication bypass in KillAction - thanks for the responsible disclosure @kule500 and making OliveTin better
2026-03-02 00:29:02 +00:00
jamesread
aa2bd95ccb
feat(policy): add policy to show/hide version number
...
Made-with: Cursor
2026-02-27 21:26:55 +00:00
jamesread
03da2ff2e7
security: Try to set cookies secure, with force override option
2026-02-26 23:43:50 +00:00
jamesread
4744169aa0
chore: code cleanup, remove todos, etc
2026-02-26 23:07:07 +00:00
jamesread
cb71ddf401
fix: Set common security headers by default
2026-02-26 16:14:41 +00:00
Andrew Savinykh
f58eeef49d
check return value from `unmarshalRoot` in test and fail if false
...
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
2026-02-15 21:28:23 +13:00
Andrew Savinykh
2fe6d306aa
substitute environment variables when loading yaml config
2026-02-15 20:36:03 +13:00
jamesread
011ee866df
feat: template parsing for env in password fields
2026-02-13 23:53:43 +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
93d56cc42e
chore: Fix broken unit tests, add themeLoading test
2026-01-11 22:24:18 +00:00
jamesread
84bd405ca9
chore: gocyclo fixes
2026-01-11 01:29:27 +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
f22b3953b1
feat: webhooks support
2026-01-06 21:45:55 +00:00
jamesread
7e1a38eb9e
feat: add AddToUsergroup option to OAuth2 providers
2025-12-25 01:36:05 +00:00
jamesread
a2410fc9d6
feat: Entity directories, inline actions, and all entity fields are now available in the entity details view
2025-12-01 21:48:27 +00:00
jamesread
32fea4ec30
feat: Dashboard configs can now self-contain their entities, and actions all in one neat file
2025-12-01 16:15:08 +00:00
jamesread
e58677e12c
feat: inline actions on dashboards
2025-12-01 12:29:41 +00:00
jamesread
b3e67bad75
doc: Add config tool to help support people
2025-11-16 23:08:20 +00:00
jamesread
487bf83f4e
chore: use koanf tag in config reloader test
2025-11-10 23:39:15 +00:00
jamesread
67a9d3b1d1
chore: skip env in config test in 3k
2025-11-10 23:17:53 +00:00
jamesread
de7129e1d7
chore: reduce cyclomatic complexity
2025-11-10 23:15:18 +00:00
jamesread
1552c104e9
fix: Propperly merge included configs (handling actions)
2025-11-07 00:31:33 +00:00
jamesread
7dc99b1398
fix: Massively improve config loading
2025-11-06 23:45:54 +00:00
jamesread
83f45d71bf
fix: Several coderabbit suggestions on next branch
2025-10-30 15:51:40 +00:00
jamesread
e6a02ac614
chore: fix various cyclo checks
2025-10-30 15:25:57 +00:00
jamesread
c3d5da1981
chore: reduce cyclo complexity in service
2025-10-30 12:52:58 +00:00
jamesread
a551589840
feat: #428 Initial support for include directive in config files
2025-10-27 15:32:30 +00:00
jamesread
fcd3ccc59a
fix: authRequireGuestsToLogin config, and config loading improvements
2025-10-27 14:56:32 +00:00