Helmut Merz helmutm · he/him
helmutm pushed to 3master at cco/loops 2026-05-01 07:41:38 +02:00
3a5b33f529 add simple Unauthorized view
helmutm pushed to master at cco/py-scopes 2026-04-30 12:20:41 +02:00
6e495a004c add custon post logout redirect uri config getter
helmutm pushed to 3master at cco/loops 2026-04-30 09:38:32 +02:00
ee2ed32767 add logged out view as landing page after oidc logout redirect
helmutm pushed to master at cco/cl-scopes 2026-04-30 09:17:21 +02:00
205f96d917 use pushnew instead of adjoin
helmutm pushed to master at cco/ex-scopes 2026-04-30 07:45:52 +02:00
850ae6ed7b csys: revert: scope in process dict -> explicit param
helmutm pushed to master at cco/loops-ext 2026-04-28 22:32:08 +02:00
b06b38f83c authMethod fix: correctly check / use config auth method
0c843bf889 cco.webapi.server: avoid error on missing view
Compare 2 commits »
helmutm pushed to master at cco/ex-scopes 2026-04-27 22:30:53 +02:00
fec2a1b42d csys: some minor clean-up; provide :default stage
helmutm pushed to master at cco/ex-scopes 2026-04-27 15:14:32 +02:00
7a52e75868 put scope in process dictionary => simplify procs
helmutm pushed to master at cco/ex-scopes 2026-04-26 22:35:03 +02:00
2a64fcb1cf csys: work in progress: programs and stages
helmutm pushed to master at cco/ex-scopes 2026-04-26 09:57:53 +02:00
157c013c44 csys: rename programs to program, improvements: :default stage, ...
helmutm pushed to master at cco/ex-scopes 2026-04-25 17:15:38 +02:00
1c3be4a0e7 csys: minor improvements: qualified import, logging, send with optional delay
helmutm pushed to master at cco/ex-scopes 2026-04-25 08:07:42 +02:00
e793e590c2 CSys.Environ: identify proc via program and stage id
helmutm pushed to master at cco/ex-scopes 2026-04-24 10:50:38 +02:00
a452a877dd csys: test logging facility, +config: log to file
helmutm pushed to master at cco/ex-scopes 2026-04-23 14:19:50 +02:00
6318b80196 move basic (standard) program and neuron processors to CSys.Programs
helmutm pushed to master at cco/ex-scopes 2026-04-22 14:50:36 +02:00
5a27454f0c csys: + environ for storing programs and parent, with get and notify functions
helmutm pushed to master at cco/ex-scopes 2026-04-22 08:24:05 +02:00
386f6e1790 csys: helper functions for accessing scope elements
helmutm pushed to master at cco/ex-scopes 2026-04-21 22:38:53 +02:00
60912e0655 move neuron processor function into scope as code = list of stages
helmutm pushed to master at cco/ex-scopes 2026-04-20 18:28:10 +02:00
0e64a6f2c5 csys: clarifications and improvements
helmutm pushed to master at cco/ex-scopes 2026-04-20 15:41:15 +02:00
d7e05028d4 csys: create parent neuron (as sensor) with synapse
helmutm pushed to master at cco/ex-scopes 2026-04-20 08:15:05 +02:00
88e67b02ec start csys development with simple neuron implementation