|
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 |
|
|
e33a86d031
|
web/dom: rewrite with element class OK
|
2024-07-15 17:18:07 +02:00 |
|
|
a00f7c652d
|
web/dom: now with creating an intermediate structure (basically working)
|
2024-07-15 17:01:07 +02:00 |
|
|
ae7545d5ce
|
web/dom, util:to-string: minor improvements - now should also work for numbers and other types
|
2024-07-14 15:57:05 +02:00 |
|
|
ead8f6eb80
|
web/dom: render link (<a>) with attributes OK
|
2024-07-14 14:15:20 +02:00 |
|
|
84804f852a
|
web/dom: unify call pattern for building elements - is always: attrs @body
|
2024-07-14 11:10:09 +02:00 |
|
|
b81d50cd43
|
web/dom: basically working - still missing: render attrs
|
2024-07-13 16:22:44 +02:00 |
|
|
98d2246017
|
web/dom: improvements (but still work in progress)
|
2024-07-13 12:46:23 +02:00 |
|
|
00366e8b13
|
work in progress: web/dom: render HTML
|
2024-07-13 12:15:14 +02:00 |
|
|
036d367439
|
web/response: provide classes for content types, render HTML content (work in progress)
|
2024-07-13 10:56:29 +02:00 |
|
|
c094b0b9ee
|
move response setup and rendering to new package web/response
|
2024-07-12 16:43:03 +02:00 |
|
|
a1ced84b80
|
web: rename response to interaction; client: provide 'accept' header
|
2024-07-12 13:52:20 +02:00 |
|
|
5d27e99bb7
|
web/server: work in progress: render response
|
2024-07-12 08:14:12 +02:00 |
|
|
3b98c9cc54
|
minor refactoring; prepare response handling
|
2024-07-07 22:03:46 +02:00 |
|
|
797b291262
|
minor improvements on message handling, server response, echo handler
|
2024-07-07 11:04:16 +02:00 |
|
|
9c3f68740c
|
web/server: use simple echo action handler for first full set-up of message handling chain with response object
|
2024-07-06 23:02:19 +02:00 |
|
|
bbe2116d85
|
web/server: move 'demo' handler to test package; core: add tests for util string functions
|
2024-07-05 20:44:17 +02:00 |
|
|
0424b3167c
|
server (basic impl): handle action using response object
|
2024-07-05 14:45:14 +02:00 |
|
|
48855bacbb
|
server: work in progress: handle message, prepare response
|
2024-07-05 11:43:08 +02:00 |
|
|
9dbc637955
|
provide code for supplying and selecting default-actions (like (:system :stop))
|
2024-07-05 10:09:48 +02:00 |
|