Commit graph

191 commits

Author SHA1 Message Date
99586247de testing improvements; start with util/iter 2024-09-07 16:35:43 +02:00
b264886c17 auth/web: start with testing client login 2024-09-02 16:23:21 +02:00
1e6ffc1fa2 util: provide pointer (ptr = (make-array nil) 2024-09-01 16:45:55 +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
923982369e move util.lisp to directory util, move crypto functions to separate package util/crypt 2024-08-27 16:36:30 +02:00
81e44aa4a8 web/jwt: JWT decoding basically working 2024-08-25 18:28:35 +02:00
c747cb0557 JWT creation with valid signature basically working 2024-08-25 11:21:55 +02:00
c14a6775a9 work in progress: web/jwt creation 2024-08-25 10:09:05 +02:00
a2a8474e93 first basic version of HS256 signing (for JWT creation) 2024-08-24 19:54:02 +02:00
d24289abc3 work in progress: auth: simple implementation: class structure 2024-08-16 12:54:00 +02:00
8becc1442d move all config files to etc subdirectories 2024-08-15 16:02:46 +02:00
d09abff170 basic set-up of lib/auth system; + minor corrections 2024-08-10 09:16:16 +02:00
919119d649 storage/folder: + parent query 2024-08-09 18:50:43 +02:00
8aed67f057 storage/folder: + items (and auxiliary functions) 2024-08-09 17:42:05 +02:00
20ae39e3c4 tracking: fix save, update 2024-08-09 09:54:01 +02:00
dd4f8ccebd tracking: test and improve query / setup-select 2024-08-09 09:30:25 +02:00
997b0afb0e folder: rename put-new to create; simplifications 2024-08-08 22:12:37 +02:00
d759a5c57c storage/folder: root, put-new 2024-08-08 15:28:31 +02:00
d673f6280c shape: get and set individual head values 2024-08-08 10:20:15 +02:00
ca7c4a824e tracking:save: use - optionally restricted - key-fields instead of all head-fields for query 2024-08-07 09:42:52 +02:00
a3238f4c2c tracking/storage: work in progress: folder 2024-08-06 18:15:46 +02:00
98d21061f5 minor improvements; start working on: uid stuff <- container registration 2024-08-04 21:29:55 +02:00
75fe19b269 util:plist-equal (for tracking:save); work in progress: tracking:update; save: return track 2024-08-03 20:45:24 +02:00
bf48130837 tracking:save, work in progress: use property list for data comparison 2024-08-02 14:05:42 +02:00
dafce6f2d2 minor formal improvements: use eql, print-unreadable-object, string in put with newlines 2024-08-01 17:48:13 +02:00
2111c7313a tracking: query-last, save basically OK 2024-08-01 10:47:39 +02:00
b09319916c provide util macros lgd lgi as shortcuts for displaying variable values 2024-07-31 20:05:19 +02:00
5a75c10d74 tracking, msgstore: query-last basically working 2024-07-31 16:51:04 +02:00
2b2519498f fix util:rtrim; work in progress: tracking:save 2024-07-31 13:42:37 +02:00
1ac8eb6482 rename package msglog to msgstore 2024-07-30 17:29:06 +02:00
69c3013332 storage/tracking: data is always a plist - convert internally on save or retrieve 2024-07-28 19:39:16 +02:00
484b3251d1 storage/msglog: fixes, improvements, tests OK 2024-07-28 17:42:14 +02:00
777660a957 storage/msglog: get-track working; next step: consequent use of keywords for keys and head values 2024-07-28 14:46:49 +02:00
ac2ebf5fe7 storage/msglog: insert basically OK 2024-07-28 12:45:30 +02:00
75d63e0c89 work in progress: storage/msglog: table creation OK 2024-07-27 23:06:04 +02:00
94c515a191 storage: minor code simplification; re-add schema setting to postgres test config 2024-07-26 16:43:14 +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
b6f09c8f04 basic record definitions moved from storage/tracking to shape 2024-07-25 16:28:02 +02:00
e8730daf79 work in progress: move basic definitions from storage/tracking to shape 2024-07-25 15:49:13 +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
2efd85c5af web/dom: improvements; fix test: use result from cs-hx renderer 2024-07-20 17:50:01 +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
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
ead8f6eb80 web/dom: render link (<a>) with attributes OK 2024-07-14 14:15:20 +02:00