|
a4c87d4845
|
add dom:to-list for directly converting dom elements to nested list format
|
2025-03-23 17:05:08 +01:00 |
|
|
e507bf0c1f
|
dom:from-list (after HTML parsing): improvements
|
2025-03-23 16:31:42 +01:00 |
|
|
104fceba8b
|
add html parsing - for testing and dom manipulations
|
2025-03-23 11:40:18 +01:00 |
|
|
e7178b20d9
|
work in progress: render login form
|
2025-03-14 13:23:41 +01:00 |
|
|
a671982cc5
|
get rid of env-slots and env-override 'magic'
|
2025-02-28 10:47:43 +01:00 |
|
|
dc37f7778a
|
get red of default-actions
|
2025-02-15 10:01:27 +01:00 |
|
|
7628cd7e49
|
move code for keeping services running to scopes/core
|
2025-02-14 15:21:11 +01:00 |
|
|
7a838af162
|
app/demo: experimental: keep app running until ctrl-c/kill signal
|
2025-02-14 10:44:48 +01:00 |
|
|
ec880c3695
|
dom: fix void-element, provide tagname method
|
2025-02-12 19:17:50 +01:00 |
|
|
b4fc8ad05d
|
web/cookie: improvements: create-from-keys, more default values
|
2024-09-02 10:39:44 +02:00 |
|
|
f6a361f4b8
|
web/response: create and set cookie, using web/cookie package based on cl-cookie
|
2024-09-01 10:33:37 +02:00 |
|
|
4d9328104f
|
web/response: set up test call for set-cookie, + minor improvements
|
2024-08-31 09:55:12 +02:00 |
|
|
d52886ec15
|
util: add to property list - and other improvements for web/response:interaction cookie stuff
|
2024-08-30 19:40:58 +02:00 |
|
|
d934928a28
|
web/response, work in progress: provide set-cookie action handler (and default action)
|
2024-08-30 16:22:33 +02:00 |
|
|
974937cba7
|
web/response:interaction: simplify action definition with core:define-actions
|
2024-08-30 14:47:09 +02:00 |
|
|
0bedb8ee33
|
web/response: make interaction subclass of new base-context class, store message = action
|
2024-08-30 11:26:40 +02:00 |
|
|
1cc19753d4
|
util: fixes and improvements
|
2024-08-30 08:37:53 +02:00 |
|
|
9377ab116a
|
web/response, work in progress: more on response message processing by interaction
|
2024-08-29 21:57:24 +02:00 |
|
|
2a4d3af1dd
|
web/response, work in progress: render cookie data supplied by downstream service
|
2024-08-28 18:12:11 +02:00 |
|
|
cf7d85af4d
|
web/server: log request cookies; fix old log and print-object stuff
|
2024-08-28 14:57:47 +02:00 |
|
|
dd69b1b56f
|
web/client: add cookie-jar handling
|
2024-08-28 11:10:33 +02:00 |
|
|
923982369e
|
move util.lisp to directory util, move crypto functions to separate package util/crypt
|
2024-08-27 16:36:30 +02:00 |
|
|
ae46e97fc4
|
web/jwt, util: fixes and improvements
|
2024-08-27 15:54:47 +02:00 |
|
|
81e44aa4a8
|
web/jwt: JWT decoding basically working
|
2024-08-25 18:28:35 +02:00 |
|
|
536e89b0d5
|
web/jwt, util: improvements and fixes
|
2024-08-25 11:52:36 +02:00 |
|
|
c14a6775a9
|
work in progress: web/jwt creation
|
2024-08-25 10:09:05 +02:00 |
|
|
5fec210f2f
|
web, auth: work in progress: jwt generation
|
2024-08-24 10:29:50 +02:00 |
|
|
8f418400aa
|
add data-fields and -values to shape:record; use for auth:principal
|
2024-08-18 10:37:05 +02:00 |
|
|
a81cc92097
|
first steps with JWT: use cljwt as starting point
|
2024-08-18 10:35:42 +02:00 |
|
cyberconcepts.org
|
84889bdede
|
server: add ':debug nil' setting
|
2024-08-15 17:42:50 +02:00 |
|
|
dafce6f2d2
|
minor formal improvements: use eql, print-unreadable-object, string in put with newlines
|
2024-08-01 17:48:13 +02:00 |
|
|
0d8fd57920
|
web/response: re-arrange code, esp. interaction stuff
|
2024-07-26 16:16:53 +02:00 |
|
|
7c4b22d5f8
|
web/response: provide dynamic response via responder / writer calls
|
2024-07-26 08:51:08 +02:00 |
|
|
e9f9abd4a0
|
redefine message as subclass of shape:record
|
2024-07-25 21:23:28 +02:00 |
|
|
32c4f5ced1
|
get rid of 'head-as-list'
|
2024-07-25 19:57:43 +02:00 |
|
|
e8730daf79
|
work in progress: move basic definitions from storage/tracking to shape
|
2024-07-25 15:49:13 +02:00 |
|
|
81ce777444
|
web/server: interaction with messages (plural, list or queue, ...) (more to come later)
|
2024-07-23 12:00:43 +02:00 |
|
|
5835c54b36
|
web: use /hx as standard API path for htmx-type response; dom: use pre-defined elements
|
2024-07-22 13:46:40 +02:00 |
|
|
f9011dd9c6
|
web/dom: xml-element as top-level class; no self-closing for standard (HTML) elements
|
2024-07-21 12:01:38 +02:00 |
|
|
464bbfde65
|
web/dom: more pre-defined elemnts; simplify dlist accordingly
|
2024-07-21 11:49:40 +02:00 |
|
|
64dea8453d
|
web/dom: revert automatic export - explicit is better than implicit
|
2024-07-21 10:10:26 +02:00 |
|
|
c83aa8a007
|
web/dom: make-elements: improvements
|
2024-07-21 10:04:00 +02:00 |
|
|
2efd85c5af
|
web/dom: improvements; fix test: use result from cs-hx renderer
|
2024-07-20 17:50:01 +02:00 |
|
|
f092b5bde2
|
first working HTML rendering using div, label defined via make-elements macro
|
2024-07-20 17:08:15 +02:00 |
|
|
a404e8ee88
|
work in progress: sc-hx:render-content; provide macro for looping over property list
|
2024-07-19 12:13:12 +02:00 |
|
|
5ee58b2437
|
make html-responder (HTML response class) configurable; use cs-hx:response in demo app
|
2024-07-18 19:18:33 +02:00 |
|
|
3217a16002
|
provide config:path function for env-overridable paths (like log-path)
|
2024-07-18 12:22:34 +02:00 |
|
|
1ec80a559f
|
work in progress: demo app; web/dom: + void-element
|
2024-07-18 09:24:05 +02:00 |
|
|
473616860f
|
fix core test; web/dom: provide rendering of self closing (empty) element
|
2024-07-16 18:45:18 +02:00 |
|
|
a43de69210
|
web/dom: clean-up, improvements, ...
|
2024-07-15 19:35:56 +02:00 |
|