Commit Graph

595 Commits

Author SHA1 Message Date
gilesb 96a13868fa ... 2024-03-09 18:36:45 +00:00
gilesb e1eb99541b .. 2024-03-09 18:17:13 +00:00
gilesb fd6a916061 .. 2024-03-09 17:57:49 +00:00
gilesb 253011be7c path to widgets 2024-03-09 17:00:44 +00:00
gilesb c7cd0468f1 try again 2024-03-09 15:32:32 +00:00
gilesb 1f3f1d7299 syntax 2024-03-09 13:59:34 +00:00
gilesb b3f59a7513 allow api prefix 2024-03-09 13:39:01 +00:00
Julien Nahum 30587fb3df Fix sentry capture import 2024-03-01 11:40:33 +01:00
Julien Nahum 4a46dacb99 Fix form input errors check 2024-02-29 17:31:20 +01:00
Julien Nahum 0b3fe43989 Add .env docker explanation in readme 2024-02-29 13:25:49 +01:00
Julien Nahum 6118e6a1c0 Fix form width issue 2024-02-29 11:55:46 +01:00
Julien Nahum 2ac9b96284 Fix file type case sensitive validation 2024-02-29 10:49:55 +01:00
Favour Olayinka 8a067012e5
fix email reply to issue (#326)
* fix email reply to issue

* fix: email  test  issue

* fix: phpunit  file

* style: fix lint
2024-02-27 15:20:50 +01:00
Julien Nahum 7c90ed58bd Change form created email 2024-02-27 09:54:06 +01:00
Julien Nahum 0ec6cde851 Horizontally center submission table 2024-02-23 12:23:05 +01:00
Julien Nahum b26bec2857 Revert "product hunt launch 🚀"
This reverts commit 3cd3420857.
2024-02-23 12:20:49 +01:00
Julien Nahum 62971a2ef4 Lint PHP code psr-12, add GH action 2024-02-23 11:54:12 +01:00
Julien Nahum e85e4df7fe Fix CSV exports (missing data, add id, column name clash) 2024-02-23 10:50:35 +01:00
Julien Nahum e64d0d5da2 Better submission table 2024-02-22 16:56:35 +01:00
Julien Nahum 062223fab2 Also mention Producthunt on the readme 2024-02-22 10:38:51 +01:00
Julien Nahum ada4eec1ff Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2024-02-22 10:37:43 +01:00
Julien Nahum 3cd3420857 product hunt launch 🚀 2024-02-22 10:37:12 +01:00
Favour Olayinka e8aa1ac103
fix: signed url for webhooks (#325) 2024-02-20 12:49:30 +01:00
Julien Nahum 3fd5077491 Change tax output prefix filename 2024-02-19 17:23:15 +01:00
formsdev 465010c021
update env example (#322) 2024-02-16 17:08:51 +01:00
formsdev 46ebf2ec4c
fix small condition (#320) 2024-02-14 13:48:10 +01:00
formsdev 8e4d0f7ec6
slider input disabled support (#321) 2024-02-14 13:03:22 +01:00
Julien Nahum 26825d5182 Increase lambda memory in production 2024-02-11 12:20:38 +01:00
Julien Nahum 54bdc5bd02 Migrate database 2024-02-11 12:02:02 +01:00
Julien Nahum 2be6144cf0 Increase api timeout to 1 min 2024-02-10 16:36:50 +01:00
Julien Nahum 3a36a8f99d Fix error reponse message in form editor 2024-02-10 16:34:41 +01:00
Julien Nahum e04221a72c Fix select option edition 2024-02-10 16:28:29 +01:00
Julien Nahum a66c4965a5 Rever sentry user auth causing issues 2024-02-10 14:10:14 +01:00
Julien Nahum 4c7711d143 Fix sentry import 2024-02-10 13:43:49 +01:00
Julien Nahum b7c4f8e010 Fix layout block actions + z index editor sidebar 2024-02-10 13:20:41 +01:00
Julien Nahum e5dc3f1bd4 More front-end bug fixes 2024-02-10 12:46:17 +01:00
Julien Nahum 91911bc6e5 Multiple bug fixing 2024-02-10 12:20:45 +01:00
formsdev f2916b9e31
extra menu improvement (#316) 2024-02-09 09:32:38 +01:00
Don Benjamin 72b9150fc6
#295 Corrected path to null image provider (#315) 2024-02-07 10:22:44 +01:00
formsdev 0ca4c0ef00
include form-themes in tailwind config (#314) 2024-02-07 09:53:43 +01:00
Julien Nahum cf32ba22f7
Optimize template images + disable image optim docker (#313)
* Optimize template images + disable image optim docker

* Fix new name default docker env variable name

* Re-establish template page cache
2024-02-06 19:56:14 +01:00
formsdev 2274bd1abd
fix pro tag display (#311) 2024-02-06 11:30:59 +01:00
Julien Nahum 418054a9b2 Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2024-02-06 10:45:28 +01:00
Julien Nahum e0490f35dc Fix AI form builder block 2024-02-06 10:45:14 +01:00
formsdev 4baa0d8a71
fix forms shows pages (#310) 2024-02-06 09:59:43 +01:00
Julien Nahum e3805635a0 Added discord server and feature request link to readme 2024-02-05 14:11:53 +01:00
Julien Nahum d1dc4fda56 Completely Disable custom domain check when not enabled 2024-02-05 14:02:20 +01:00
Julien Nahum 4ae0e7fa68 Merge branch 'main' of https://github.com/JhumanJ/OpnForm 2024-02-03 17:41:57 +01:00
Julien Nahum 02028f89ce Added discord server mentions 2024-02-03 17:41:52 +01:00
Favour Olayinka 8321bd38db
fix: multi select width bug (#303)
* fix: multi  select width  bug

* style: truncate multi-select values text

---------

Co-authored-by: Julien Nahum <julien@nahum.net>
2024-02-03 17:14:45 +01:00