Commit Graph

177 Commits

Author SHA1 Message Date
Sebastian Jeltsch 47c22255c6 Docs: change demo links to not point to the admin login directly. 2025-07-19 11:57:25 +02:00
Sebastian Jeltsch 0fb7937471 Update JS and Rust dependencies. 2025-07-19 11:36:19 +02:00
Sebastian Jeltsch fa23c181a4 Docs: hide install one-liners in hero on small screens to protect layout. 2025-07-19 10:05:57 +02:00
Sebastian Jeltsch ed7aacd759 Add links to header. Add more install one-liners to hero. 2025-07-18 09:25:53 +02:00
Sebastian Jeltsch ff6b950adf Add edit link to pages and a placeholder customizable SiteTitle.
Customizing the SiteTitle feels a bit hacky but customizing the Header
would be too much work. There's too many private components.
2025-07-17 22:58:43 +02:00
Sebastian Jeltsch babcabaf76 Update JS dependencies. 2025-07-17 14:03:51 +02:00
Sebastian Jeltsch b9eb39ad37 Add a custom Hero banner to langing page with install instructions and remove overly prominent roadmap (still in docs). 2025-07-17 13:54:11 +02:00
Sebastian Jeltsch 10a4929e75 Docs: improve endpoint documentation addressing someof @ixxie's feedback. #97 2025-07-17 11:16:30 +02:00
Sebastian Jeltsch a9f3e70da2 Docs: Group API documentation - make "extending" an overview that ingrates more intentionally with its sibling "Record API" and "JS API" docs. #97 2025-07-16 15:18:20 +02:00
Sebastian Jeltsch 9c30ad5f2f Docs: be more explicit about building your own auth UI with OAuth. #86 2025-07-16 13:12:11 +02:00
Sebastian Jeltsch 59e00f0ec5 Update migration docs to encompass @eugenefil's suggestions - thanks. #89 2025-07-15 19:52:05 +02:00
Sebastian Jeltsch e8c0402c20 Update Rust and JS dependencies. 2025-07-15 10:57:44 +02:00
Sebastian Jeltsch 3ce2ec7d15 Early documention on schema migrations. #89 2025-07-14 14:32:23 +02:00
Junglei Kim 96873f286c Change the order so that alias of trail works properly. (#92)
Add missing `-p` to `mkdir`. Otherwise a pre-existing `traildepot` will lead to non-zero exit code.

---------

Co-authored-by: Sebastian Jeltsch <ignatz@users.noreply.github.com>
2025-07-14 13:03:08 +02:00
Sebastian Jeltsch 321006fbe7 Call out PKCE in auth docs. 2025-07-14 11:38:49 +02:00
Sebastian Jeltsch 267417017d Update record API docs: UI now supports multiple APIs and add VIEW section. 2025-07-14 10:35:34 +02:00
Sebastian Jeltsch 639b3c9ea1 Minor: tweak docs order and minor smithing. 2025-07-13 20:54:49 +02:00
Sebastian Jeltsch 38d2fd922f Fix stale documentation links after updating getting-stared guide. #87 2025-07-13 10:22:14 +02:00
Sebastian Jeltsch 10a0d03200 Early pass at improving auth documentation. #86 2025-07-12 18:24:47 +02:00
Sebastian Jeltsch 13a252a8be Update preliminary tanstack-db integration and JS dependencies. 2025-07-12 12:38:17 +02:00
Sebastian Jeltsch 1104666164 Update install instructions in README.md. 2025-07-11 22:35:54 +02:00
Sebastian Jeltsch e091f8212d Overhaul getting started guide: steer folks more towards an install rather than docker. 2025-07-11 15:20:28 +02:00
Sebastian Jeltsch 0913d04c4e Change query filter syntax from [col][$null] and [col][$some] to [col][$is]=NULL and [col][$is]=!NULL, respectively. #76 2025-07-10 15:27:01 +02:00
Sebastian Jeltsch 7da5492e3e Fix docker portmapping in getting-started guide - thank @eugenefil. #77 2025-07-09 18:20:58 +02:00
Sebastian Jeltsch 8c2c9b1fcd Minor: fix docs typo. 2025-07-09 09:02:18 +02:00
Sebastian Jeltsch a9d889ca54 Fix getting started instructions binding only localhost:4000 within a container. #77 2025-07-09 00:01:20 +02:00
Sebastian Jeltsch ab628f96fc Minor: Make model & relations diagram work for docs in dark-mode. 2025-07-08 10:56:40 +02:00
Sebastian Jeltsch 81fddfe5e7 Add $null and $some filter operators. #76 2025-07-08 09:32:12 +02:00
Sebastian Jeltsch 00aed9ec29 Push hard list limit to 1024 to match documentation. 2025-07-07 09:53:37 +02:00
Sebastian Jeltsch 5ff3541cd1 Update JS deps. 2025-07-06 09:27:03 +02:00
Sebastian Jeltsch 94e10149ff Make JS/TS client more testable and move generic parameter from individual methods to RecordApi. 2025-07-04 15:52:30 +02:00
Sebastian Jeltsch 8dda807001 Update Rust and JS dependencies. 2025-06-28 08:27:52 +02:00
Sebastian Jeltsch e964984849 Update Rust & JS deps. 2025-06-23 22:32:01 +02:00
Sebastian Jeltsch 39b392dc6e Improve OpenAPI documentation. 2025-06-23 17:34:52 +02:00
Sebastian Jeltsch 1b651baeb9 Include OpenApi schema exports (w/o swagger UI) into default build and add auth OpenAPI to docs. 2025-06-22 16:25:59 +02:00
Sebastian Jeltsch bb76714c41 Update dependencies. 2025-06-17 14:59:23 +02:00
Sebastian Jeltsch 1ac9c2633e Update JS dependencies. 2025-06-14 11:59:08 +02:00
Sebastian Jeltsch b46ef2ff5d Prepare new release v0.14.0. 2025-06-13 20:47:33 +02:00
Sebastian Jeltsch e0f3cd5524 Update JS dependencies. 2025-06-11 12:38:04 +02:00
Sebastian Jeltsch f70a938faf Document responsibilities when persisting auth tokens. 2025-06-08 11:27:49 +02:00
Sebastian Jeltsch 2b33fbcaa9 Remove _user_avatar record APIs after adding dedicated avatar APIs. 2025-06-07 22:55:11 +02:00
Sebastian Jeltsch ffbe4dca3f Update Rust and JS deps. 2025-06-04 11:11:39 +02:00
Sebastian Jeltsch 77a2b79d5a Update JS dependencies. 2025-06-02 21:07:06 +02:00
Sebastian Jeltsch a0b7923759 Update JS dependencies. 2025-05-26 13:56:02 +02:00
Sebastian Jeltsch 04eb7a4890 Minor doc fix. 2025-05-20 20:15:48 +02:00
Sebastian Jeltsch 4db5666c93 Update JS dependencies. 2025-05-19 20:33:12 +02:00
Sebastian Jeltsch dfcc8221dc Add python RecordApi examples to docs. 2025-05-19 14:28:19 +02:00
Sebastian Jeltsch 7318794f95 Update docs and CLI tutorial to new filter syntax. 2025-05-19 14:28:19 +02:00
Sebastian Jeltsch 8ac89bda27 Update JS/TS client's filter API to more closely resemble the APIs of the other clients. 2025-05-19 14:28:19 +02:00
Sebastian Jeltsch 8ed0a42502 Update doc examples to new filter-APIs. 2025-05-19 14:28:19 +02:00