768 Commits

Author SHA1 Message Date
lovasoa 3485b5e233 Improve map component
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
customizable tile
source, attribution, and max zoom.

Update embedded SQLite to version
3.44.
v0.15.2
2023-11-12 20:30:04 +01:00
lovasoa f68f4a001b small note about security 2023-11-12 00:00:11 +01:00
lovasoa aa0a419de8 pgconf.eu 2023-11-11 02:45:33 +01:00
lovasoa 7cfcdb6b13 customize top navigation links and to create submenus in shell 2023-11-11 02:25:39 +01:00
lovasoa 5d27a86f05 update dependencies 2023-11-11 01:25:53 +01:00
lovasoa 81bf5617ed map : better geojson point support 2023-11-11 01:24:41 +01:00
lovasoa 8fafba6435 fix syntax highlighting in the url_encode documentation 2023-11-10 18:33:47 +01:00
lovasoa a14843a4ec fix geojson passed as strings to the map component
fixes #129
2023-11-10 18:33:47 +01:00
Ophir LOJKINE bd1e83dfc8 create issue templates 2023-11-10 18:01:44 +01:00
lovasoa f812dd6d08 v0.15.1
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (push) Has been cancelled
CI / test (postgres) (push) Has been cancelled
CI / windows_test (push) Has been cancelled
CI / docker_build (linux/amd64) (push) Has been cancelled
CI / docker_build (linux/arm/v7) (push) Has been cancelled
CI / docker_build (linux/arm64) (push) Has been cancelled
CI / docker_push (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, macos-latest) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage, ubuntu-20.04) (push) Has been cancelled
Create Release / Build sqlpage binaries (target/superoptimized/sqlpage.exe, windows-latest) (push) Has been cancelled
Create Release / Build AWS Lambda Serverless zip image (push) Has been cancelled
Create Release / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
v0.15.1
2023-11-07 23:54:52 +01:00
lovasoa 9e053e62ba Update dependencies in Cargo.lock 2023-11-07 23:54:15 +01:00
lovasoa 2dfecd76f5 add support for geojson in the map component
this adds support for new geometries, including polygons

Closes https://github.com/lovasoa/SQLpage/issues/119
2023-11-07 23:52:38 +01:00
lovasoa 65a7cf3aa4 new map attributes documentation 2023-11-07 21:47:48 +01:00
lovasoa 797d7042fd custom marker icon and color in the map component 2023-11-07 01:07:40 +01:00
lovasoa 46136154eb simplify the user authentication example and make it easier to adapt to different databases 2023-11-07 00:01:20 +01:00
lovasoa c0a19113f9 add an explanation about the logged_in_user function
Hopefully it prevents users from introducing security vulnerabilities in their websites
2023-11-06 23:22:33 +01:00
lovasoa 8d3c8dcf34 Form submission with button component. #113 2023-11-06 23:07:55 +01:00
lovasoa b8d1669f14 update dependencies 2023-11-06 22:39:30 +01:00
lovasoa ae6fb95342 cookie removal 2023-11-06 22:37:43 +01:00
lovasoa 03d5048d72 cast parameters to VARCHAR(8000) on mssql 2023-11-06 22:35:17 +01:00
lovasoa bba4f00042 document custom component creation 2023-11-06 01:35:21 +01:00
lovasoa e204d6b809 anonymous screenshots 2023-11-05 10:51:10 +01:00
lovasoa af4d105000 use CAST(? as TEXT) to avoid data truncation 2023-11-05 10:49:22 +01:00
lovasoa 71dec37a20 Revert "remove unneeded generated sql casts"
This reverts commit 14b86acaa8.
2023-11-04 21:53:52 +01:00
lovasoa edc7b0750c add screenshots 2023-11-04 20:26:29 +01:00
lovasoa 9359b31430 update dependencies 2023-11-04 20:26:20 +01:00
lovasoa 692399f147 gha syntax fix 2023-11-03 00:26:41 +01:00
Ophir LOJKINE d12365cb7c Merge pull request #122 from Pieter3033/main
Updated Form component
2023-11-02 23:58:04 +01:00
lovasoa 9119cd87cb skip uploads on pr 2023-11-02 23:48:08 +01:00
lovasoa 3d611ce7bb don't save cache on prs 2023-11-02 23:39:58 +01:00
lovasoa 474aed99cf avoid docker push on pull requests 2023-11-02 23:30:53 +01:00
Ophir LOJKINE 21dad36ce3 Merge branch 'main' into main 2023-11-02 23:26:42 +01:00
lovasoa cb440827bd docuementation + fix width 2023-11-02 23:23:12 +01:00
lovasoa 5e56c85b3b Support non-string values in markdown fields
`NULL` values are now displayed as empty strings, numeric values are displayed as strings, booleans as `true` or `false`, and arrays as lines of text. This avoids the need to cast values to strings in SQL queries.
2023-11-01 01:24:17 +01:00
William Cronje 8ab25c81b6 Update form.handlebars 2023-10-30 10:26:45 +02:00
William Cronje 3677fa36e9 Update form.handlebars 2023-10-30 09:56:26 +02:00
William Cronje ecddc47402 Update form.handlebars 2023-10-30 09:55:02 +02:00
lovasoa 7796152ed5 v0.15.0 2023-10-29 21:40:41 +01:00
lovasoa 59779217a0 update sqlparser
fixes: MySQL's `REGEXP` binary operator is not supported #107

and answers https://github.com/lovasoa/SQLpage/discussions/109
2023-10-29 09:59:02 +01:00
lovasoa c54518f3c7 v0.15.0-beta.0 2023-10-27 10:22:55 +02:00
lovasoa a78266133d fix typo 2023-10-27 10:18:14 +02:00
lovasoa 65eaadc880 fmt 2023-10-26 20:14:06 +02:00
lovasoa f560bd24a7 update deps 2023-10-26 20:14:01 +02:00
lovasoa 7597554e10 remove unneeded generated sql casts 2023-10-26 03:46:34 +02:00
lovasoa 310cd55f23 normalize paths on windows in tests 2023-10-26 03:04:52 +02:00
lovasoa ee2a1f071e fix test error msg 2023-10-26 03:00:23 +02:00
lovasoa bbb75bde2d color type docs 2023-10-26 02:59:28 +02:00
lovasoa 2fc2ea8410 New function: sqlpage.path
fixes https://github.com/lovasoa/SQLpage/issues/114
2023-10-26 02:50:17 +02:00
lovasoa 4d0b4e867c new align_right attribute in the table component
fixes #115
2023-10-26 02:34:47 +02:00
lovasoa aeaa8b279e add a new footer_link property to cards 2023-10-26 01:58:40 +02:00