227 Commits

Author SHA1 Message Date
lovasoa 0e459b74de update heatmap documentation
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
2023-12-10 14:43:17 +01:00
lovasoa f882797c4d new attributes in the datagrid component 2023-12-10 14:39:56 +01:00
lovasoa 0cb4cf77ec add a way to try sqlpage.hash_password online 2023-12-10 12:10:13 +01:00
lovasoa 3fe3a88161 new icons 2023-12-10 11:44:23 +01:00
lovasoa 35e945011d add an example for heatmaps 2023-12-09 15:13:08 +01:00
lovasoa 005180dc2d new function: sqlpage.protocol 2023-12-09 10:57:34 +01:00
lovasoa 3bc76da105 selected in multiselect options
see https://github.com/lovasoa/SQLpage/discussions/147
2023-12-07 00:45:34 +01:00
lovasoa 2fed231f4e add an example to illustrate json handling in mysql
see https://github.com/sqlparser-rs/sqlparser-rs/issues/1019

see https://github.com/lovasoa/SQLpage/discussions/146
2023-12-04 01:52:50 +01:00
lovasoa a7d6bd7a6c images in lists 2023-12-03 19:50:18 +01:00
lovasoa fa7369be58 add images to data grids 2023-12-03 19:20:00 +01:00
lovasoa ee413160ad v0.17 release notes
CI / compile_and_lint (push) Has been cancelled
CI / test (mssql) (push) Has been cancelled
CI / test (mysql) (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
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 / Create Github Release (push) Has been cancelled
Create Release / Publish to crates.io (push) Has been cancelled
2023-11-29 00:08:55 +01:00
lovasoa ea078188e4 responsive design in the card component 2023-11-27 23:00:47 +01:00
lovasoa 59c9cf4536 better tabs example 2023-11-27 21:29:42 +01:00
lovasoa 5712eb535e fix configuration file error 2023-11-27 20:33:33 +01:00
lovasoa 6bce3af873 better csv ingestion, with tests and docs 2023-11-27 20:28:28 +01:00
lovasoa 31ab384c64 fix docs 2023-11-25 23:43:09 +01:00
lovasoa 302e02b802 ensure relative file path given to read_file_* functions are always interpreted relative to the web root.
also adds support for reading files from the databases file table
2023-11-25 23:06:21 +01:00
lovasoa 7ba6105a17 add screenshots 2023-11-25 19:49:41 +01:00
lovasoa 2acc3472e9 new example: image gallery with user uploads 2023-11-25 19:34:24 +01:00
lovasoa 42f20563b7 add support for samesite cookies and document cookie expiration 2023-11-25 01:32:41 +01:00
Ophir LOJKINE 332420bc18 Files (#139)
* document future file functions

* make forms multipart when they contain a file field

* extract http request data reading logic

* start work on file upload

* multipart post data parsing

* millisecond precision in logs

* implement customizable upload file size limits

* wip: add file handling functions

* file handling pseudo-functions

* clippy

* fmt
2023-11-24 23:49:53 +01:00
lovasoa f8d5fb06e6 fix bug in corporate conundrum demo 2023-11-22 01:49:12 +01:00
lovasoa b32ad90bb7 better docs for multi-select 2023-11-22 00:26:28 +01:00
Ophir LOJKINE 23f834de71 null variables (#136)
* update dependencies

* Add support for resetting variables to a `NULL` value using `SET`. Previously, storing `NULL` in a variable would store the string `'null'` instead of the `NULL` value.
2023-11-19 20:09:18 +01:00
lovasoa 499b9f11db improve form hidden fields
fixes https://github.com/lovasoa/SQLpage/issues/130
2023-11-16 01:03:11 +01:00
lovasoa e4bb792f2b Improve map component
customizable tile
source, attribution, and max zoom.

Update embedded SQLite to version
3.44.
2023-11-12 20:30:04 +01:00
lovasoa 2abd0edd03 small note about security 2023-11-12 00:00:11 +01:00
lovasoa 7109ba371f pgconf.eu 2023-11-11 02:45:33 +01:00
lovasoa b619c836b1 customize top navigation links and to create submenus in shell 2023-11-11 02:25:39 +01:00
lovasoa c7351f5095 map : better geojson point support 2023-11-11 01:24:41 +01:00
lovasoa 13849cc0f2 fix syntax highlighting in the url_encode documentation 2023-11-10 18:33:47 +01:00
lovasoa 17681fb672 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 2369a4b52c new map attributes documentation 2023-11-07 21:47:48 +01:00
lovasoa 94c04d8a4c custom marker icon and color in the map component 2023-11-07 01:07:40 +01:00
lovasoa 64a602897a simplify the user authentication example and make it easier to adapt to different databases 2023-11-07 00:01:20 +01:00
lovasoa c5a56937b4 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 ec0e580a95 Form submission with button component. #113 2023-11-06 23:07:55 +01:00
lovasoa 6efdf206fb document custom component creation 2023-11-06 01:35:21 +01:00
lovasoa cb440827bd docuementation + fix width 2023-11-02 23:23:12 +01:00
lovasoa a78266133d fix typo 2023-10-27 10:18:14 +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 0ad2ca7061 documentation 2023-10-26 01:58:02 +02:00
lovasoa 8f461281ad add links for icon and color types in the docs 2023-10-26 01:57:36 +02:00
ophir fc62c38ff4 improve example 2023-10-22 15:51:26 +02:00
ophir 337eaa480d form example: use raw product ids for clearer code 2023-10-22 15:41:33 +02:00
ophir 7f17bd4151 use sqlpage.variables in the "variable number of fields" example 2023-10-22 01:51:55 +02:00
ophir 02c416ea84 fix typo in example 2023-10-22 01:17:07 +02:00
ophir 17cafe8317 add products in the example 2023-10-22 01:16:56 +02:00