Commit Graph

77 Commits

Author SHA1 Message Date
Alex
5724263a83 Fix locale and warnings 2023-04-20 17:28:39 +02:00
Alex
197c1bbc84 Add multiple choice for poll 2023-04-20 17:15:31 +02:00
Alex
8575f9cc14 Fix tailwind safelist 2023-02-27 10:05:20 +01:00
Alex
25639c421f Fix form migration 2023-02-27 09:58:21 +01:00
Alexandre Lion
bc8795098a Fix Twitter link 2023-02-26 23:34:31 +01:00
Alex
2ccc6f5e03 Delete pagination file 2023-02-26 23:20:14 +01:00
Alex
796520432c Format files 2023-02-26 23:15:55 +01:00
Alex
2e8c6c847e Change to version 1.3.0 2023-02-26 23:07:02 +01:00
Alex
82fd4741e6 Add form feature
commit 1ccd9e6be4da1b0f539e4c76b39d097de1b8798a
Author: Alex <dev@alexandrelion.com>
Date:   Sun Feb 26 22:27:08 2023 +0100

    Fix unit tests for forms

commit b10d66be25b31028fb76c004852059bc1e2eb13a
Author: Alex <dev@alexandrelion.com>
Date:   Sun Feb 26 15:35:55 2023 +0100

    Finish form integration

commit fce276497ddaba92f367ee9994b8ae11dabdb7ab
Author: Alex <dev@alexandrelion.com>
Date:   Mon Feb 20 21:09:14 2023 +0100

    Add form
2023-02-26 23:06:40 +01:00
Alex
bc44510a61 Add volume in Docker Compose (#16) and improve docker compose doc (#24) 2023-02-26 22:38:54 +01:00
Alex
3947c22549 Change version to 1.2.2 2023-01-30 14:42:48 +01:00
Alex
6ff1ff8945 Fix url to path for presenter 2023-01-30 14:36:55 +01:00
Alex
174da5a66e Update version to 1.2.1 2022-12-17 10:35:54 +01:00
Alex
30075f0fea Add env variable for docker command 2022-12-17 10:31:05 +01:00
Alex
8116cd6abc Fix configuration s3 2022-12-01 14:16:43 +01:00
Alexandre Lion
a054e15221 Add imageOS 2022-12-01 00:39:27 +01:00
Alex
6e016962c4 Add more documentation on deployment in production 2022-11-30 23:03:57 +01:00
Alex
e6a7d92718 Fix format 2022-11-30 21:00:18 +01:00
Alex
e8eaef27c5 Add change password form 2022-11-30 20:55:38 +01:00
Alex
f9e1acd5b2 Change version to 1.2.0 2022-11-30 20:55:26 +01:00
Alexandre Lion
390a61131c Merge pull request #17 from Kloenk/fmt
Format code
2022-11-18 14:09:45 +01:00
Alexandre Lion
85a863e20c Merge branch 'dev' into fmt 2022-11-18 14:06:05 +01:00
Alexandre Lion
d19a515ff0 Add dev branch pr for tests 2022-11-17 18:50:47 +01:00
Finn Behrens
9dcc084f85 add github action to check format 2022-11-17 13:39:45 +01:00
Finn Behrens
a6418db196 run mix format 2022-11-17 13:37:34 +01:00
Alex
1f79dbe66e Add how-to docs 2022-10-14 19:45:40 +02:00
Alex
1dc9178350 Add how-to docs 2022-10-14 19:42:42 +02:00
Alex
cd98293e96 Merge branch 'dev'
# Conflicts:
#	guides/introduction/configuration.md
v1.1.1
2022-09-05 21:29:50 +02:00
Alex
aafda15b86 Add new security config + restrict register route
Added ENABLE_MAILBOX_ROUTE, MAILBOX_USER and MAILBOX_PASSWORD environment variables to enable/disable route to local mailbox (/dev/mailbox) and basic auth (optional)
Restricted /users/register route if ENABLE_ACCOUNT_CREATION is false
2022-09-05 21:27:02 +02:00
Alex
03c1001fa2 Fix file name v1.1.0 2022-09-05 12:51:26 +02:00
Alex
20eb35e6af Merge branch 'dev' 2022-09-05 12:45:41 +02:00
Alex
e6f524ba3f Fix tests 2022-09-05 12:44:12 +02:00
Alex
d59d44291c Change version to 1.1.0 2022-09-05 12:31:18 +02:00
Alex
fe226593e9 Merge branch 'feature/password_login' into dev 2022-09-05 12:24:53 +02:00
Alex
781b562e93 Add features section #1 2022-09-05 12:23:31 +02:00
Alex
82058fec90 Remove user confirmation 2022-09-05 12:01:30 +02:00
Alex
8bfdc670b9 Add password auth 2022-08-22 23:40:38 +02:00
Alex Lion
8d7d09d6a3 Merge pull request #5 from anarion80/patch-1
Fix mixed values for Email name and Email address
2022-07-30 21:07:20 +02:00
Anarion
362e991f7f Fix mixed values for Email name and Email address 2022-07-30 16:41:06 +02:00
Alex
d3faa5e5a2 Add charts templates for k8s config
Add in prod config libcluster:
config :libcluster,
  topologies: [
    default: [
      strategy: Cluster.Strategy.Kubernetes,
      config: [
        mode: :dns,
        kubernetes_node_basename: "claper",
        kubernetes_selector: "app=claper",
        kubernetes_namespace: "default",
        polling_interval: 10_000
      ]
    ]
  ]
2022-07-29 19:55:05 +02:00
Alex
5ba72d4d3b Upgrade dart sass to fix docker image on ARM 2022-07-29 19:14:15 +02:00
Alex
c6618bb7ad Remove doc for dev v1.0.0 2022-07-29 12:28:26 +02:00
Alex
b265845a68 Fix logo url 2022-07-29 12:26:30 +02:00
Alex
ee20f8d35c Fix endpoints config 2022-07-29 12:20:38 +02:00
Alex
80e2d2dc4a Add ENDPOINT_HOST and ENDPOINT_PORT 2022-07-29 12:14:43 +02:00
Alex
77c6a9cd65 add dev route mailbox 2022-07-29 11:52:18 +02:00
Alex
05d01fd89a Remove libcluster 2022-07-29 11:52:05 +02:00
Alex
694d5a5d51 Remove source_ref 2022-07-29 11:49:24 +02:00
Alex
693e826f4c Add docker compose 2022-07-29 11:35:41 +02:00
Alex
5ace6976f9 Add MAIL_TRANSPORT config 2022-07-29 11:35:36 +02:00