Helmut Merz helmutm · he/him
helmutm pushed to master at cco/cl-scopes 2026-02-27 15:26:23 +01:00
3adec5d44a setup (scaffolding) of new system scopes-substrate
723db45515 minor change (local-nicknames) in scratch.lisp)
84e9a2bfc5 forge: define words with Lisp code
Compare 3 commits »
helmutm pushed to master at cco/cl-scopes 2026-02-17 07:40:38 +01:00
ca1f56e11a forge: compile / reg lisp expressions, setup-builtins
helmutm pushed to master at cco/cl-scopes 2026-02-14 22:16:39 +01:00
1ef29cd06c forge: run (embed forge code in lisp), comp (compile list on stack)
helmutm pushed to master at cco/cl-scopes 2026-02-14 16:52:30 +01:00
b6ed8805e4 forge: lit (instead of comp) for moving top stack element to compile buffer
helmutm pushed to master at cco/loops-ext 2026-02-11 16:41:06 +01:00
0c4eb97cd8 fix login form: setting camefrom in request
2598e375bf login: only try to login when not yet logged in; always set camefrom in request
Compare 2 commits »
helmutm pushed to master at cco/hugo-theme-cybercards 2026-02-10 15:37:53 +01:00
b00bd9a475 add CSS class noprint, + corresponding shortcode
helmutm pushed to master at cco/cl-scopes 2026-02-07 13:37:59 +01:00
a76f59498c forge: improve repl: use readline, better output formatting; join input lines with newline character
helmutm pushed to master at cco/cl-scopes 2026-02-06 16:38:27 +01:00
3c3e9b15d7 forge:repl: allow list input over multiple lines, using handler-bind and restart-case in string-iterator
helmutm pushed to master at cco/cl-scopes 2026-02-01 09:05:23 +01:00
685df331b0 util, shape: improve / fix property list and head handling facilities
helmutm pushed to master at cco/cl-scopes 2026-01-31 09:15:30 +01:00
bfa96254a3 shape: add head-update function, e.g. for creating new message heads
helmutm pushed to master at cco/cl-scopes 2026-01-29 13:12:10 +01:00
95127d94e8 core: add 'forward' action handler
helmutm pushed to master at cco/loops-ext 2026-01-25 08:20:57 +01:00
0a2cd32d9c cco.member: login form, link to OIDC auth: minor improvements
helmutm pushed to master at cco/loops-ext 2026-01-23 09:28:29 +01:00
f6fd7cafbd cco.work: do not use cco.storage; remove obsolete licence comments
helmutm pushed to master at cco/hugo-theme-cybercards 2026-01-16 10:31:27 +01:00
a4116f6bd2 add css settings for printing: hide header, footer, sidebar, card borders, ...
helmutm pushed to master at cco/loops-ext 2025-12-03 22:31:20 +01:00
f46ae59f19 fixt cco.webapi.client.sendJson(): do not convert payload if it is bytes or str
helmutm pushed to master at cco/loops-ext 2025-11-18 08:25:16 +01:00
f50d2befa5 webapi client: remove body from log output
helmutm pushed to master at cco/loops-ext 2025-11-02 12:09:10 +01:00
175f68f40a cco.member: login page fixes for correct use of authmethod selection and OIDC
helmutm pushed to master at cco/loops-ext 2025-11-02 10:59:09 +01:00
d2bff4c5cb cco.member.browser: add checkAuth() method for use by template
1584568e0a add optional mailtoDelimiter param for Mailto Action url gen
Compare 2 commits »
helmutm pushed to master at cco/loops-ext 2025-10-27 18:31:46 +01:00
7a3f956670 fixes for OIDC authentication
helmutm pushed to master at cco/loops-ext 2025-10-27 16:29:06 +01:00
f27b0f952f cco.member: provide OIDC authentication via loops.server.auth