aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* doc: update synopsis and document reverse slot updateHEADmasterMiguel Ángel Moreno2024-04-132-27/+40
|
* feat: allow using a string reverse host for redirectorMiguel Ángel Moreno2024-04-131-1/+3
|
* doc: Fix formatting of example URLsMiguel Ángel Moreno2023-08-062-7/+7
|
* chore: Update licenseMiguel Ángel Moreno2023-08-061-1/+1
|
* chore: Update system version and descriptionMiguel Ángel Moreno2023-08-061-2/+2
|
* doc: Reword minor nitsMiguel Ángel Moreno2023-08-062-30/+30
|
* chore: Clean up docstrings and fix function signaturesMiguel Ángel Moreno2023-08-061-23/+14
|
* doc: Fix minor quirks and update examples with new APIMiguel Ángel Moreno2023-08-052-107/+99
|
* fix: Fix tests for new APIMiguel Ángel Moreno2023-08-051-62/+57
|
* chore: Enforce 80-char column limitMiguel Ángel Moreno2023-08-051-8/+9
|
* feat: Update blocked-page style variable namingMiguel Ángel Moreno2023-08-051-22/+22
|
* fix: Fix router compositionMiguel Ángel Moreno2023-08-051-5/+4
|
* feat: Simplify blocker APIMiguel Ángel Moreno2023-08-052-73/+22
| | | | * Block entirely by regexp rather than by criteria and string predicates
* feat: Switch to a more flexible URL comparison mechanismMiguel Ángel Moreno2023-08-051-20/+6
|
* feat: Simplify redirection APIMiguel Ángel Moreno2023-08-052-105/+97
| | | | | * redirect-url, redirect-rule -> redirect * redirect-paths -> get-redirect with a more flexible regexp-based alist redirection
* chore: Update system metadataMiguel Ángel Moreno2023-07-311-3/+3
|
* fix: Remove unneeded slot accessor name transformersMiguel Ángel Moreno2023-07-312-5/+0
| | | | fix
* doc: Update contribution methodsMiguel Ángel Moreno2023-07-312-6/+6
|
* feat: Rename tests with new terminology0.2.0Miguel Ángel Moreno2023-06-141-3/+3
|
* doc: Fix typoMiguel Ángel Moreno2023-06-142-3/+3
|
* doc: Update for new APIMiguel Ángel Moreno2023-06-122-241/+151
|
* feat(tests): Adapt to new APIMiguel Ángel Moreno2023-06-121-25/+25
|
* feat: Add support for route composition by nameMiguel Ángel Moreno2023-06-121-7/+20
|
* feat: Update API terminologyMiguel Ángel Moreno2023-06-121-103/+97
| | | | | * route -> router * trigger -> route
* feat: Remove non-essential routersMiguel Ángel Moreno2023-06-121-49/+0
| | | | | * Media toggler can be replaced with built-in auto-rules. * Web routes to be replaced with router composition.
* feat: Make block page URL not clickable and modify stylingMiguel Ángel Moreno2023-05-191-13/+17
|
* feat: Decode URI for opener resourceMiguel Ángel Moreno2023-05-191-6/+7
|
* doc: Add Markdown version of READMEMiguel Ángel Moreno2023-04-272-1/+262
|
* fix: Fix regex redirectsMiguel Ángel Moreno2023-04-051-7/+3
| | | | Fixes cases where the redirect-url is a string-replacement PCRE
* chore: Add directory-local variablesMiguel Ángel Moreno2023-04-051-0/+4
|
* doc: Update contribution linksMiguel Ángel Moreno2023-04-041-1/+1
|
* fix: Invoke external resource on URL stringMiguel Ángel Moreno2023-03-301-1/+1
|
* doc: Update instances-builder setupMiguel Ángel Moreno2023-03-151-1/+1
|
* fix: Adjust documentation and examples for new instances-builderMiguel Ángel Moreno2023-02-171-14/+28
|
* feat: Import a few more Nyxt symbols0.1.0Miguel Ángel Moreno2023-02-171-1/+3
|
* fix: Amend list-of-lists-p function type declarationMiguel Ángel Moreno2023-02-171-1/+1
|
* feat: Refactor how instances are passed to routesMiguel Ángel Moreno2023-02-173-8/+127
| | | | | | | The ability to compute instances via arbitrary functions is removed, since arbitrary instances should be provided in triggers anyway. Now, the only way to add instances to a route is via an instances-builder object.
* fix: Fit to 80 character column widthMiguel Ángel Moreno2023-02-171-64/+105
|
* fix(README): Remove indexed headings.Miguel Ángel Moreno2023-02-151-1/+1
|
* fix: Use nsymbols instead of internal function.Miguel Ángel Moreno2023-02-151-1/+1
|
* fix: Adapt blocked page styles to latest Nyxt version.Miguel Ángel Moreno2023-02-151-16/+16
|
* fix(tests): Amend test nameMiguel Ángel Moreno2023-01-231-1/+1
|
* chore: Shorten project descriptionMiguel Ángel Moreno2023-01-231-3/+3
|
* README: Amend PCRE redirect exampleMiguel Ángel Moreno2023-01-051-1/+1
|
* router.lisp: Ensure redirect-url exists on route.Miguel Ángel Moreno2022-12-201-7/+8
|
* README: Amend small nits.Miguel Ángel Moreno2022-12-161-1/+1
|
* router.lisp: Fix PCRE redirect rules.Miguel Ángel Moreno2022-12-161-19/+22
|
* router.lisp: Fix route-blocking logic.Miguel Ángel Moreno2022-12-161-8/+20
|
* router.lisp: Split route-matching helper by matching type.Miguel Ángel Moreno2022-12-161-28/+41
|
* tests: Add more.Miguel Ángel Moreno2022-12-162-35/+73
|