Commit Graph

  • 0ae9072712 fix Dockerfile: enhance cross-compilation setup by adding clang and updating BINDGEN_EXTRA_CLANG_ARGS lovasoa 2025-09-26 16:01:27 +02:00
  • fbde06e83e fix Dockerfile: streamline library installation and update paths for cross-compilation lovasoa 2025-09-26 15:16:08 +02:00
  • 4ba0e07f14 fix Dockerfile: update library paths for arm architecture lovasoa 2025-09-26 14:48:49 +02:00
  • 933aa6b010 Update README to include additional ODBC-compatible databases: ClickHouse, MongoDB, and DuckDB. lovasoa 2025-09-26 13:00:34 +02:00
  • 6b62efa188 add example odbc conn string to readme lovasoa 2025-09-26 12:52:37 +02:00
  • 38bc00e5d0 fix Dockerfile: include additional libraries lovasoa 2025-09-26 12:46:31 +02:00
  • 7fcd138360 Update Dockerfiles to use Rust 1.90 for improved performance and compatibility lovasoa 2025-09-26 11:52:33 +02:00
  • 7278c76349 Update Dockerfile to remove unnecessary package installations for improved efficiency lovasoa 2025-09-26 11:51:31 +02:00
  • 112ef55b11 Refactor SQL test file to derive database type from app state instead of environment variable for improved consistency and clarity. lovasoa 2025-09-26 11:48:14 +02:00
  • 94519752fd clippy lovasoa 2025-09-26 11:28:43 +02:00
  • 1d56f3bfdb fix windows compilation lovasoa 2025-09-26 11:25:01 +02:00
  • 450a23e162 clippy lovasoa 2025-09-26 09:36:25 +02:00
  • e5fa8d56a1 Refactor database handling to consistently use DbInfo and AnyKind across filesystem and SQL modules for improved clarity and flexibility. lovasoa 2025-09-26 09:34:30 +02:00
  • 53293d7442 Refactor database queries and connection handling to utilize DbInfo for improved clarity and consistency across database operations. lovasoa 2025-09-26 00:15:30 +02:00
  • 9ff5caed32 Refactor database connection handling to use AnyKind instead of SupportedDatabase for improved flexibility and clarity in connection options. lovasoa 2025-09-25 23:22:44 +02:00
  • 28ab4db1db undo stupid llm lovasoa 2025-09-25 23:10:04 +02:00
  • 70f3473f15 Fix: Update ODBC driver and ensure /lib64 exists Cursor Agent 2025-09-25 20:50:51 +00:00
  • a76965cd39 Update docker-compose and README for ODBC support; enhance CI workflow to include ODBC testing lovasoa 2025-09-25 22:23:29 +02:00
  • c9bce0daa1 install odbc on e2e ci lovasoa 2025-09-25 21:50:53 +02:00
  • 0907679d1f Fix: Add arm64 and armhf architecture support for dependencies (#1025) Ophir LOJKINE 2025-09-25 21:46:41 +02:00
  • 2f2bbef032 Enhance Dockerfile to include dependency copying for improved runtime environment lovasoa 2025-09-25 20:44:30 +02:00
  • c131aea909 Add ODBC dependencies installation step in CI workflow for enhanced database support lovasoa 2025-09-25 19:56:42 +02:00
  • bbb0210ec8 Enhance Dockerfile and CI workflows by adding ODBC dependencies for improved database support lovasoa 2025-09-25 19:52:22 +02:00
  • 659183e0df Refactor database handling in tests to use database_type instead of any_kind for improved clarity and consistency. lovasoa 2025-09-25 19:44:55 +02:00
  • 83132c51dd fmt lovasoa 2025-09-25 19:41:22 +02:00
  • 939e9857fc Update sqlpage and sqlx dependencies, refactor database handling to use SupportedDatabase enum for improved database type management and placeholder generation. lovasoa 2025-09-25 19:28:13 +02:00
  • a1a8120be2 Add ODBC support and update dependencies Cursor Agent 2025-09-25 16:17:24 +00:00
  • 1c64fd25be increase windows signing timeouts v0.37.1 lovasoa 2025-09-24 17:16:40 +02:00
  • ad48c4a6bc Add small SQL parser improvements lovasoa 2025-09-24 15:36:29 +02:00
  • 298923efb9 Update generator meta tag to include version lovasoa 2025-09-20 20:47:09 +02:00
  • 0cf2e9491c Refactor OIDC request handling to streamline callback processing and remove redundant code. Simplify the handling of authenticated user info and improve error logging for OIDC callback parameters. (#1022) Ophir LOJKINE 2025-09-19 15:39:31 +02:00
  • 0008f5b228 Update dependencies in Cargo.lock to latest versions, remove unused packages, and improve overall package management. lovasoa 2025-09-19 15:31:18 +02:00
  • a451c7e7dc Fix concurrent oidc login cookie overwrites (#1018) Ophir LOJKINE 2025-09-19 11:36:20 +02:00
  • ef2f082886 Refactor OIDC redirect URL cookie name construction for improved efficiency cursor/fix-concurrent-oidc-login-cookie-overwrites-5a2f lovasoa 2025-09-19 11:20:10 +02:00
  • 10a895d0a1 fix redirect auth cookie removal lovasoa 2025-09-19 11:11:38 +02:00
  • 95462083a6 Refactor OIDC redirect URL cookie name construction for improved clarity lovasoa 2025-09-19 09:59:19 +02:00
  • 6d6f503486 Refactor OIDC redirect URL cookie retrieval to streamline logic and improve error handling lovasoa 2025-09-19 09:57:42 +02:00
  • f9d477fb39 Refactor OIDC cookie handling to introduce a constant for cookie expiration and simplify nonce validation logic lovasoa 2025-09-19 00:49:00 +02:00
  • 0f5ff8cf63 Refactor nonce retrieval in OIDC user info handling to simplify logic and ensure proper token claims processing lovasoa 2025-09-19 00:34:55 +02:00
  • 98bf6e1c24 Update OIDC redirect response to use header constant and simplify cookie creation lovasoa 2025-09-19 00:19:53 +02:00
  • f080051d85 Refactor OIDC redirect handling to use updated cookie names and improve error logging lovasoa 2025-09-19 00:10:40 +02:00
  • 8c4a300e5b Refactor OIDC state management to use separate nonce and redirect cookies Cursor Agent 2025-09-17 07:27:06 +00:00
  • b6f81b99e2 Refactor OIDC state handling to use separate nonce and redirect cookies Cursor Agent 2025-09-17 07:19:57 +00:00
  • d802b75084 WIP: access Arc<RequestInfo> in render context access-requestinfo-in-rendercontext lovasoa 2025-09-16 09:35:53 +02:00
  • 31a4c29181 file access restrictions: improve error messages lovasoa 2025-09-15 15:54:52 +02:00
  • 7399b1084a Fix basic auth test assertions lovasoa 2025-09-15 14:01:28 +02:00
  • ddd52fd74c Refactor unauthorized response lovasoa 2025-09-15 11:34:23 +02:00
  • b1184b9308 Improve routing error messages lovasoa 2025-09-15 11:21:27 +02:00
  • 239b572734 clippy lovasoa 2025-09-15 11:00:27 +02:00
  • 172e0b2e6b Visual html errors for 403 and 429 lovasoa 2025-09-15 10:58:05 +02:00
  • ab2e068267 OIDC: remove unnecessary ok-wrapping lovasoa 2025-09-15 10:31:54 +02:00
  • 07c8a03633 Update log component SQL migration to include introduced_in_version field lovasoa 2025-09-14 01:06:39 +02:00
  • a9b2b2b471 Enhance log component documentation lovasoa 2025-09-14 00:49:23 +02:00
  • 08cfbcbcfe Rename "priority" to "level" in log handling and update corresponding SQL test file lovasoa 2025-09-14 00:44:54 +02:00
  • c3fcd7b318 Update CHANGELOG.md Ophir LOJKINE 2025-09-12 14:22:58 +02:00
  • 68b600595e Feature logger component (#1013) Lenardt Gerhardts 2025-09-12 13:38:47 +02:00
  • 1fec20826a Update 47_link.sql lovasoa 2025-09-10 21:22:41 +02:00
  • 963ec10643 Add missing FROM clause to query example lovasoa 2025-09-10 21:12:59 +02:00
  • 709ffb60ab Fix submenu scroll issue by enabling autoclose lovasoa 2025-09-09 22:17:15 +02:00
  • 2018478d7a Remove custom scrollbar styling from CSS lovasoa 2025-09-09 18:05:00 +02:00
  • 474815244f Update it_works_set_case.sql lovasoa 2025-09-09 16:22:37 +02:00
  • c685bb6b46 Simplify modal class check condition lovasoa 2025-09-09 14:33:16 +02:00
  • b04f021d6c Fix handling of NULL values in sqlpage.link lovasoa 2025-09-08 23:56:18 +02:00
  • 9ff1d9f98b Add test case for SET case expression lovasoa 2025-09-08 23:43:09 +02:00
  • 8c89673531 Merge remote-tracking branch 'refs/remotes/origin/main' lovasoa 2025-09-08 22:19:26 +02:00
  • ddce6896f1 add support for UUID (#1009) Ophir LOJKINE 2025-09-07 23:58:58 +02:00
  • fa174eb6aa update deps lovasoa 2025-09-07 18:01:13 +02:00
  • d8106e8491 Sign windows build with signpath.io (#990) v0.37.0 Ophir LOJKINE 2025-09-02 15:48:40 +02:00
  • 9a0cd6751e fix: simplify mime type lovasoa 2025-09-01 10:11:34 +02:00
  • c5fbb4be54 form select: loose equality testing for option values lovasoa 2025-08-30 18:16:53 +02:00
  • 2b8c51504f fix: simplify error message for database connection issues lovasoa 2025-08-30 17:25:06 +02:00
  • b85bf2c9ea fix: enhance error message clarity for database connection failures lovasoa 2025-08-30 17:23:44 +02:00
  • 637f198b57 error handling: improve visual presentation of error messages lovasoa 2025-08-30 17:16:13 +02:00
  • bb722d9e71 move http error handling to a dedicated module lovasoa 2025-08-30 14:48:47 +02:00
  • 50bad4e2e9 refactor: pass the full app state to the error response generation function lovasoa 2025-08-30 14:24:12 +02:00
  • d14c38c021 quote file name in errors lovasoa 2025-08-30 13:53:13 +02:00
  • 3bd5dff44a early errors: set the charset in http headers lovasoa 2025-08-30 13:52:50 +02:00
  • 9320b16dca better errors for invalid character encoding in SQL files lovasoa 2025-08-30 13:51:48 +02:00
  • 60ab81cb1c blob support: decode binary database values as data URLs (#1005) Ophir LOJKINE 2025-08-30 09:02:32 +02:00
  • 15c0d2411a chore: update dependencies in Cargo.lock lovasoa 2025-08-28 22:50:01 +02:00
  • b0dadea0ae feat: add download component lovasoa 2025-08-28 22:43:53 +02:00
  • f3189665af add a title to the security page lovasoa 2025-08-28 09:49:47 +02:00
  • 653f4ad512 add a title to the performance page lovasoa 2025-08-28 09:45:57 +02:00
  • 5e723f8e22 fix: missing title in functions documentation lovasoa 2025-08-28 09:43:57 +02:00
  • a76acd74d0 feat: modals have their own URL lovasoa 2025-08-27 17:30:27 +02:00
  • 0ddcc355d9 fix official site carousel captions color lovasoa 2025-08-26 21:30:26 +02:00
  • c8fdf82349 better warning for $var and :var conflicts lovasoa 2025-08-26 20:49:02 +02:00
  • c03c3d4cc6 refactor: Clarify SSO documentation and user claims access lovasoa 2025-08-25 16:19:20 +02:00
  • 282c6fcca3 refactor: Update authentication documentation for clarity and completeness lovasoa 2025-08-25 16:14:13 +02:00
  • db536bad90 feat: Add encoding parameter to fetch function lovasoa 2025-08-21 23:27:33 +02:00
  • 6e4e936ddf update dependencies lovasoa 2025-08-21 17:54:26 +02:00
  • 71207a1266 document rows parameter for textarea component lovasoa 2025-08-18 15:51:31 +02:00
  • 4eb8008a7d clippy lovasoa 2025-08-18 14:57:24 +02:00
  • 7f38ec82b4 Bump dependencies lovasoa 2025-08-18 13:37:54 +02:00
  • 3e7e103f53 fix clippy warnings lovasoa 2025-08-12 10:34:37 +02:00
  • 7562e5b6f9 Update dependencies in Cargo.lock and CHANGELOG.md for version bumps v0.36.1 lovasoa 2025-08-09 21:45:40 +02:00
  • 17c117f07e Update dependencies and version lovasoa 2025-08-04 00:37:14 +02:00
  • 2c32c54ea9 Add test for Postgres prepared statement types lovasoa 2025-08-04 00:34:08 +02:00
  • 88e55aa636 Fix: PostgreSQL money values show as 0.0 lovasoa 2025-08-03 23:53:47 +02:00
  • 168d781e97 Create FUNDING.yml Ophir LOJKINE 2025-08-03 22:28:52 +02:00