Commit Graph

  • 2ce38f56fe update dependencies lovasoa 2025-04-19 14:48:24 +02:00
  • 2a71a8e7f9 Update dependencies in Cargo.lock to latest versions lovasoa 2025-03-31 16:30:11 +02:00
  • fbe897aa22 Update default chart colors and text shadows for better readability with all themes lovasoa 2025-03-26 01:52:31 +01:00
  • 3a04408bea When multiple series are defined in the sql, and then the user deselects one of the series, and then hovers over the others, the tooltip that should show the series values does not appear. lovasoa 2025-03-24 16:26:37 +01:00
  • 1e5fc5df13 changelog lovasoa 2025-03-23 00:26:21 +01:00
  • aaba26e97a Merge branch 'hidden_dotfiles' v0.34.0 lovasoa 2025-03-23 00:03:54 +01:00
  • e87a005c70 changelog lovasoa 2025-03-23 00:02:55 +01:00
  • ca0ec0e6e6 document the change hidden_dotfiles lovasoa 2025-03-22 18:53:09 +01:00
  • 1a0b1d028c remove utf8 conversion lovasoa 2025-03-22 18:44:58 +01:00
  • 74447eaee7 hide dotfiles lovasoa 2025-03-22 17:48:20 +01:00
  • b88baac3b3 update dependencies lovasoa 2025-03-22 17:24:41 +01:00
  • b074dd1606 Added an option to create footers in the table component (#862) francesco-cattoglio 2025-03-19 23:33:24 +01:00
  • dd138f7549 update dependencies lovasoa 2025-03-19 22:20:16 +01:00
  • 757389c16b tests lovasoa 2025-03-17 16:38:16 +01:00
  • cb31e07434 unsafe_contents_md lovasoa 2025-03-17 15:52:18 +01:00
  • e1cf063a9d Merge branch 'pr/lovasoa/856' lovasoa 2025-03-17 15:49:04 +01:00
  • 2bf0a2fc9f get_preset_options lovasoa 2025-03-17 15:48:30 +01:00
  • 3957c59557 update markdown preset logic lovasoa 2025-03-17 15:28:42 +01:00
  • fe3e6fc647 Changed docker command to match dockerhub command (#858) Rémi Coscoy 2025-03-17 14:17:22 +01:00
  • f0329cd04d Extend custom component description for markdown helper Gus Power 2025-03-17 11:13:48 +00:00
  • 261f76c2bc Add unsafe_contents_md to text component, add related file tests, add documentation parameters Gus Power 2025-03-17 11:08:36 +00:00
  • 7eba2efdbd Revert sqlpage.json (#857) Saturos 2025-03-17 12:05:09 +01:00
  • 2cfbe4bda6 clippy fix Gus Power 2025-03-17 10:27:54 +00:00
  • 1fe7687917 format and switch to use arg.value() and args.get(1) Gus Power 2025-03-17 10:22:04 +00:00
  • 8c7d6c7582 inline markdown::Option import Gus Power 2025-03-17 10:07:05 +00:00
  • ec31de229f Merge branch 'sqlpage:main' into optional-html-blocks-in-markdown Gus Power 2025-03-16 10:19:29 +00:00
  • 7d93aa6050 rename unsafe -> allow_unsafe (unsafe was a bad choice as it clashes with the rust keyword) Gus Power 2025-03-15 09:08:11 +00:00
  • 2702cbcc36 introduce MarkdownConfig trait to simplify testing; introduce allow_unsafe optional parameter to MarkdownHelper, add tests for various permutations, extend text.handlebars to pass through parameter Gus Power 2025-03-13 11:15:20 +00:00
  • 804372e8f7 Update configuration.md Ophir LOJKINE 2025-03-12 14:27:05 +01:00
  • e35c49126d add support for columns without buttons lovasoa 2025-03-11 00:18:30 +01:00
  • b738b0dd45 update dependencies lovasoa 2025-03-11 00:06:50 +01:00
  • df1c1cc240 Bump ring from 0.17.11 to 0.17.13 (#849) dependabot[bot] 2025-03-07 20:03:31 +01:00
  • 410f2cb49f changelog lovasoa 2025-03-05 23:24:45 +01:00
  • 1d833c1de8 fix https://github.com/sqlpage/SQLPage/issues/840 lovasoa 2025-03-05 23:23:43 +01:00
  • 9fc35fbb5b update sql parser lovasoa 2025-03-05 23:00:40 +01:00
  • ae7f2496ec fix https://github.com/sqlpage/SQLPage/issues/839 lovasoa 2025-03-05 22:27:12 +01:00
  • e8d97f3220 add support for rtl languages lovasoa 2025-03-02 10:19:11 +01:00
  • 8b6f9eab69 add support for data url images in markdown lovasoa 2025-03-01 22:33:38 +01:00
  • 47314d10e2 update deps lovasoa 2025-03-01 22:19:57 +01:00
  • 35583a5f3e Option to completely hide the footer from the shell.handlebars template (#836) francesco-cattoglio 2025-02-28 14:14:02 +01:00
  • 0969495806 better error handling in select fields lovasoa 2025-02-27 21:43:58 +01:00
  • 913f45b2ea fix tests lovasoa 2025-02-27 21:43:42 +01:00
  • 2fce6becd3 #[allow(clippy::upper_case_acronyms)] lovasoa 2025-02-27 14:03:30 +01:00
  • ddf4259041 fmt lovasoa 2025-02-27 14:02:59 +01:00
  • befef0d7b8 Merge remote-tracking branch 'refs/remotes/origin/main' lovasoa 2025-02-27 13:44:13 +01:00
  • 8284501d8c escape css class names lovasoa 2025-02-27 13:43:16 +01:00
  • 5ec0335f78 list delete with POST requests lovasoa 2025-02-27 13:33:07 +01:00
  • b236a870ff fix https://github.com/sqlpage/SQLPage/issues/830 lovasoa 2025-02-27 13:32:57 +01:00
  • d5b6050e0c add height parameter to map component (#829) setop 2025-02-25 19:06:28 +01:00
  • b7b1b2123c Add markdown rendering options to the sqlpage configuration (#823) Ophir LOJKINE 2025-02-25 19:05:39 +01:00
  • ea1af2c136 cleanup lovasoa 2025-02-25 18:19:23 +01:00
  • e75fc22d7f fix tests on mssql v0.33.1 lovasoa 2025-02-24 22:22:03 +01:00
  • f3be3854b6 update CHANGELOG lovasoa 2025-02-24 22:18:26 +01:00
  • 6785ab9c0a fail silently when fetching version is impossible lovasoa 2025-02-24 22:16:26 +01:00
  • 433162a9f2 error handling lovasoa 2025-02-24 22:09:54 +01:00
  • e766a7fb14 Insert the newest sqlpage version (#826) Kuro 2025-02-24 22:10:41 +01:00
  • 5fd1c83df1 new function: fetch_with_meta (#827) Ophir LOJKINE 2025-02-24 22:01:30 +01:00
  • b11136a591 update dependencies lovasoa 2025-02-22 14:47:20 +01:00
  • a10a77794d fix navbar muted color lovasoa 2025-02-22 14:36:29 +01:00
  • 668a87764f fix parameter binding order (#825) Ophir LOJKINE 2025-02-22 14:13:45 +01:00
  • 0041cb0171 update deps lovasoa 2025-02-20 13:32:27 +01:00
  • c57a96d87d document disabling recursion lovasoa 2025-02-19 09:48:18 +01:00
  • c677023e6a center table descriptions lovasoa 2025-02-19 09:41:00 +01:00
  • aa3149d546 fix date sorting lovasoa 2025-02-18 23:39:56 +01:00
  • a9f02161e9 fix missing space between attrs lovasoa 2025-02-18 23:26:11 +01:00
  • f83fdee729 fix NaN displayed for empty cells in number columns lovasoa 2025-02-18 23:24:44 +01:00
  • e96048b075 Merge remote-tracking branch 'refs/remotes/origin/main' lovasoa 2025-02-18 23:15:08 +01:00
  • d8740811e1 Remove dependency to stacker, which crashes sqlpage (#815) Ophir LOJKINE 2025-02-18 23:14:26 +01:00
  • d9bed6d8eb update deps lovasoa 2025-02-18 10:53:45 +01:00
  • 2aac5f3aa2 docs and tests lovasoa 2025-02-17 14:31:41 +01:00
  • 63385f6234 fix https://github.com/sqlpage/SQLPage/issues/812 lovasoa 2025-02-16 17:40:03 +01:00
  • 5b86aa6496 changelog lovasoa 2025-02-15 00:23:30 +01:00
  • 28d0beec90 changelog lovasoa 2025-02-15 00:06:31 +01:00
  • 1c5883ddd9 Update CHANGELOG.md Ophir LOJKINE 2025-02-14 23:54:43 +01:00
  • 29f4ff79df Update CHANGELOG.md Ophir LOJKINE 2025-02-14 23:52:12 +01:00
  • 60183b129a v0.33 v0.33.0 lovasoa 2025-02-14 23:38:12 +01:00
  • 9804a662bd update rand lovasoa 2025-02-14 23:36:28 +01:00
  • 436ca17e20 update sql parser lovasoa 2025-02-14 23:26:39 +01:00
  • 389bad3d36 lint lovasoa 2025-02-13 21:14:14 +01:00
  • 3ab42fced6 new function: sqlpage.headers() lovasoa 2025-02-13 18:58:00 +01:00
  • a6a872ef88 Improve the error message lovasoa 2025-02-13 18:54:00 +01:00
  • 0bef7e1764 changelog lovasoa 2025-02-12 00:00:49 +01:00
  • c57d82c12a Added an option to format numbers using toLocaleString() for table columns (#807) francesco-cattoglio 2025-02-11 23:57:18 +01:00
  • 92790048bd fix markdown rendering in form lovasoa 2025-02-11 23:56:35 +01:00
  • 3a03b92ffc feature/add_markdown_to_forms (#809) theochr72 2025-02-11 22:23:03 +01:00
  • b892a72257 tablerupdate tabler lovasoa 2025-02-10 23:27:39 +01:00
  • 5a79514d14 make page embedding and custom layouts easier and less error prone lovasoa 2025-02-10 23:04:53 +01:00
  • 817fd97476 new sqlpage functions to read HTTP request body lovasoa 2025-02-10 18:57:00 +01:00
  • 5a7ca66c03 forbid invalid fields in sqlpage.fetch http request definitions lovasoa 2025-02-10 10:18:41 +01:00
  • 4c88bd7974 make the headers field in sqlpage.fetch optional lovasoa 2025-02-10 10:11:36 +01:00
  • 828406792b fix truncated sqlpage function error traces lovasoa 2025-02-10 09:44:20 +01:00
  • 564f6613b5 update dependencies lovasoa 2025-02-10 09:43:46 +01:00
  • 49f696de6f map component: support pins with description but no title lovasoa 2025-02-08 23:09:56 +01:00
  • 725c896603 fmt lovasoa 2025-02-05 21:18:31 +01:00
  • 8ba15fdcc5 form select lovasoa 2025-02-05 18:06:32 +01:00
  • 69b3207f04 new auto_submit parameter in the form component lovasoa 2025-02-05 13:54:07 +01:00
  • f58befe2b7 update dependencies lovasoa 2025-02-05 13:11:44 +01:00
  • be8b67b159 build instructions lovasoa 2025-02-05 13:10:02 +01:00
  • c6e512da99 update docs lovasoa 2025-02-04 09:10:47 +01:00
  • 8a7682fe4d increase test timeout lovasoa 2025-02-03 03:34:10 +01:00