Commit Graph

  • d21d74b249 asynchronous password hashing lovasoa 2023-09-21 00:23:36 +02:00
  • 7d7b1631b5 asynchronous password hashing lovasoa 2023-09-21 00:23:36 +02:00
  • 3943ff5506 async sqlpage pseudo-function execution lovasoa 2023-09-21 00:00:48 +02:00
  • 9f6b812bae async sqlpage pseudo-function execution lovasoa 2023-09-21 00:00:48 +02:00
  • 3040c802e8 v0.12 v0.12.0-beta lovasoa 2023-09-19 09:52:22 +02:00
  • 0bfd6ceab6 v0.12 lovasoa 2023-09-19 09:52:22 +02:00
  • 7bf4aff60a allow setting variables with "set x = y" instead of "set $x = y" lovasoa 2023-09-19 03:44:08 +02:00
  • afa21b0fd6 allow setting variables with "set x = y" instead of "set $x = y" lovasoa 2023-09-19 03:44:08 +02:00
  • 9013f4497c fix error when hashing passwords lovasoa 2023-09-19 03:02:03 +02:00
  • 3aa97bc763 fix error when hashing passwords lovasoa 2023-09-19 03:02:03 +02:00
  • 98c7c01cb3 fix a bug making it impossible to call sqlpage pseudo-functions with url parameters as arguments on some databases lovasoa 2023-09-19 03:00:54 +02:00
  • a17bf01c04 fix a bug making it impossible to call sqlpage pseudo-functions with url parameters as arguments on some databases lovasoa 2023-09-19 03:00:54 +02:00
  • e8c9fc8bd1 fmt lovasoa 2023-09-19 02:11:41 +02:00
  • 3d302edfb2 fmt lovasoa 2023-09-19 02:11:41 +02:00
  • bec9b7bae6 add a small integration test for the new variable setting feature lovasoa 2023-09-19 02:07:30 +02:00
  • 10afd7adae add a small integration test for the new variable setting feature lovasoa 2023-09-19 02:07:30 +02:00
  • 3a88040276 add support for set $variable lovasoa 2023-09-19 02:07:08 +02:00
  • 0c02118cbc add support for set $variable lovasoa 2023-09-19 02:07:08 +02:00
  • f481547337 add support for variables lovasoa 2023-09-19 01:56:45 +02:00
  • 4c00694e99 add support for variables lovasoa 2023-09-19 01:56:45 +02:00
  • be5b4b6ef6 update deps lovasoa 2023-09-18 23:10:50 +02:00
  • 98704085d7 update deps lovasoa 2023-09-18 23:10:50 +02:00
  • c12f18e84f Create SECURITY.md Ophir LOJKINE 2023-09-18 16:32:00 +02:00
  • 891f079519 Create SECURITY.md Ophir LOJKINE 2023-09-18 16:32:00 +02:00
  • cd65c35bf6 v0.11.1 v0.11.1 lovasoa 2023-09-18 15:18:19 +02:00
  • 5ea91e104a v0.11.1 lovasoa 2023-09-18 15:18:19 +02:00
  • 9d8e46d0d6 add a test for 404 lovasoa 2023-09-18 15:13:57 +02:00
  • cfeebd75cb add a test for 404 lovasoa 2023-09-18 15:13:57 +02:00
  • d08490d5a7 add a test for #89 lovasoa 2023-09-18 15:08:53 +02:00
  • 45e3547102 add a test for #89 lovasoa 2023-09-18 15:08:53 +02:00
  • 7ec9ced147 restore the WEB_ROOT functionnality lovasoa 2023-09-18 11:03:27 +02:00
  • 39453c72d1 restore the WEB_ROOT functionnality lovasoa 2023-09-18 11:03:27 +02:00
  • 3f73964617 fix #89 lovasoa 2023-09-18 10:54:23 +02:00
  • 50ad903255 fix #89 lovasoa 2023-09-18 10:54:23 +02:00
  • cc61e23a77 fix windows ci release v0.11.0 lovasoa 2023-09-18 00:43:44 +02:00
  • ff39414280 fix windows ci release lovasoa 2023-09-18 00:43:44 +02:00
  • c5d04d66fe include sqlpage.json by default lovasoa 2023-09-17 22:45:22 +02:00
  • 34a393a688 include sqlpage.json by default lovasoa 2023-09-17 22:45:22 +02:00
  • 7866bc755a include more default files and folders in release assets v0.11.0-beta lovasoa 2023-09-17 22:22:33 +02:00
  • 187a912383 include more default files and folders in release assets lovasoa 2023-09-17 22:22:33 +02:00
  • e8055f9ae4 ci windows test lovasoa 2023-09-17 21:44:39 +02:00
  • 5357ed5d63 ci windows test lovasoa 2023-09-17 21:44:39 +02:00
  • 714e696bdb cache in tests lovasoa 2023-09-17 21:29:05 +02:00
  • a3d38ed3dd cache in tests lovasoa 2023-09-17 21:29:05 +02:00
  • b7bc08babf Merge pull request #88 from lovasoa/integration-tests Ophir LOJKINE 2023-09-17 21:28:01 +02:00
  • 23011fe0ec Merge pull request #88 from lovasoa/integration-tests Ophir LOJKINE 2023-09-17 21:28:01 +02:00
  • 7885a2c28b add integration tests for all supported databases lovasoa 2023-09-17 21:26:15 +02:00
  • 67573e716f add integration tests for all supported databases lovasoa 2023-09-17 21:26:15 +02:00
  • 2ca22be313 newfunction: sqlpage.version lovasoa 2023-09-17 19:53:03 +02:00
  • 8c38c6d31a newfunction: sqlpage.version lovasoa 2023-09-17 19:53:03 +02:00
  • d47c42b476 add support for environment variables lovasoa 2023-09-17 18:44:15 +02:00
  • f430685088 add support for environment variables lovasoa 2023-09-17 18:44:15 +02:00
  • fbb19661be new sqlpage.current_working_directory() function lovasoa 2023-09-17 18:18:10 +02:00
  • 69a1aab0e4 new sqlpage.current_working_directory() function lovasoa 2023-09-17 18:18:10 +02:00
  • 374551129d new configuration parameter: web_root lovasoa 2023-09-17 17:14:50 +02:00
  • a897a1321c new configuration parameter: web_root lovasoa 2023-09-17 17:14:50 +02:00
  • ce75ba02d0 update changelog lovasoa 2023-09-17 16:37:02 +02:00
  • eb1f03c1f6 update changelog lovasoa 2023-09-17 16:37:02 +02:00
  • 8244d290e8 fmt lovasoa 2023-09-17 14:12:09 +02:00
  • 7a36cfd837 fmt lovasoa 2023-09-17 14:12:09 +02:00
  • 0ed92a78d7 new tabler icon with 36 new icons ! lovasoa 2023-09-17 13:16:15 +02:00
  • 331ed3ccce new tabler icon with 36 new icons ! lovasoa 2023-09-17 13:16:15 +02:00
  • be00f04c0e build deps lovasoa 2023-09-17 13:14:56 +02:00
  • 0f6ff724c8 build deps lovasoa 2023-09-17 13:14:56 +02:00
  • bc5b797dbd lint tests lovasoa 2023-09-17 13:14:13 +02:00
  • 9ba5302448 lint tests lovasoa 2023-09-17 13:14:13 +02:00
  • 28b3f62cba async download of frontend dependencies at build time lovasoa 2023-09-17 13:12:14 +02:00
  • 269709ff86 async download of frontend dependencies at build time lovasoa 2023-09-17 13:12:14 +02:00
  • 36894a4ebf async stream of frontend dependencies when downloading them at build time lovasoa 2023-09-17 13:08:18 +02:00
  • cc49791e48 async stream of frontend dependencies when downloading them at build time lovasoa 2023-09-17 13:08:18 +02:00
  • cfa30dd94e fix icon color in herocomponent lovasoa 2023-09-17 11:57:35 +02:00
  • 981a9d2ba5 fix icon color in herocomponent lovasoa 2023-09-17 11:57:35 +02:00
  • 94d64879f1 update tabler to 1.0.0-beta20 lovasoa 2023-09-17 11:51:17 +02:00
  • 478195ee49 update tabler to 1.0.0-beta20 lovasoa 2023-09-17 11:51:17 +02:00
  • 634663b209 update dependencies lovasoa 2023-09-17 10:10:48 +02:00
  • 37d6d550b6 update dependencies lovasoa 2023-09-17 10:10:48 +02:00
  • de50ce9763 fix comment lovasoa 2023-09-17 10:10:00 +02:00
  • ae689db8f5 fix comment lovasoa 2023-09-17 10:10:00 +02:00
  • b967c5514a clippy lovasoa 2023-09-14 14:06:15 +02:00
  • fd0aeda342 clippy lovasoa 2023-09-14 14:06:15 +02:00
  • 2d8f4f6581 0.10.4 v0.10.4-beta1 lovasoa 2023-09-14 11:31:24 +02:00
  • 2fe4988207 0.10.4 lovasoa 2023-09-14 11:31:24 +02:00
  • 26cde4fc4d fmt v0.10.3 lovasoa 2023-09-14 02:09:59 +02:00
  • f44497acc3 fmt lovasoa 2023-09-14 02:09:59 +02:00
  • 97511208f6 v0.10.3: add mssql connect options lovasoa 2023-09-14 01:58:28 +02:00
  • 51e5cb43cb v0.10.3: add mssql connect options lovasoa 2023-09-14 01:58:28 +02:00
  • c9e0c75eab update dependencies lovasoa 2023-09-14 01:50:41 +02:00
  • 998a3458d2 update dependencies lovasoa 2023-09-14 01:50:41 +02:00
  • b468f78fff check passwords in a real non-blocking way lovasoa 2023-09-07 00:45:00 +02:00
  • e89ea92886 check passwords in a real non-blocking way lovasoa 2023-09-07 00:45:00 +02:00
  • a441c98e77 remove the demo from the default "it works" page lovasoa 2023-09-06 19:56:14 +02:00
  • 1a6f409738 remove the demo from the default "it works" page lovasoa 2023-09-06 19:56:14 +02:00
  • 7c24a31c6e avoid blocking request handling while checking passwords lovasoa 2023-09-06 19:20:01 +02:00
  • cb5fbc4172 avoid blocking request handling while checking passwords lovasoa 2023-09-06 19:20:01 +02:00
  • f2c68daa35 update dependencies lovasoa 2023-09-06 19:19:11 +02:00
  • d11742342b update dependencies lovasoa 2023-09-06 19:19:11 +02:00
  • 9a4428086a add mariadb to docker compose lovasoa 2023-09-06 19:18:18 +02:00
  • 4c9c937843 add mariadb to docker compose lovasoa 2023-09-06 19:18:18 +02:00
  • 8294e20dc0 update dependencies v0.10.2 lovasoa 2023-09-04 00:06:51 +02:00
  • fa025d7707 update dependencies lovasoa 2023-09-04 00:06:51 +02:00