37 Commits

Author SHA1 Message Date
cdricms
4cf85981eb Locations added 2025-03-10 16:25:12 +01:00
cdricms
7cb633b4c6 Fixed creation of users + better frontend handling of permissions 2025-03-06 17:34:52 +01:00
cdricms
3c6038bce1 Typo 2025-02-28 20:14:30 +01:00
cdricms
3e53c67a4d Planning fixed 2025-02-26 17:40:12 +01:00
cdricms
efec258ae3 Article listing in dashboard 2025-02-25 18:37:00 +01:00
cdricms
a3f716446c Update + Delete articles 2025-02-25 17:49:37 +01:00
cdricms
793e3748f9 Blogs listing + Categories 2025-02-25 00:13:53 +01:00
cdricms
4b005945b2 Can create new blogs 2025-02-21 19:46:36 +01:00
cdricms
7a97961fef Started working on the blogs 2025-02-21 17:49:42 +01:00
cdricms
dbddf12f25 CSR 2025-02-20 20:09:43 +01:00
cdricms
5bdfc9ce06 TIPTAP 2025-02-20 19:45:11 +01:00
cdricms
07c632dafe MDX-Editor 2025-02-20 17:34:13 +01:00
gom-by
5c86b67870 save button 2025-02-19 19:34:35 +01:00
gom-by
a473e4b863 Merge branch 'dev/cedric' into dev/guerby 2025-02-19 17:54:12 +01:00
gom-by
965f107921 MDXEditor setup 2025-02-19 17:53:38 +01:00
cdricms
2011ae93b6 Availability based on permissions 2025-02-19 16:16:47 +01:00
cdricms
ec3f33b9bf Calendar 2025-02-18 12:59:54 +01:00
cdricms
9d6aa4c163 Gallery
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
2c2be9fdba Fixed no shortcode 2025-02-11 10:12:37 +01:00
cdricms
8e87d834bc Shortcodes 2025-02-10 08:52:32 +01:00
cdricms
09b0c9b142 Member page 2025-02-05 09:11:17 +01:00
cdricms
0595f5dba7 Small fix 2025-01-31 18:52:49 +01:00
cdricms
acfd2c7b14 Roles and permissions view completed 2025-01-31 12:09:08 +01:00
cdricms
0e707e8721 Starting to implement permissions into frontend 2025-01-30 15:50:58 +01:00
cdricms
74118a5aa6 Changed form in users list and removed dashboard/users/new 2025-01-28 13:55:19 +01:00
cdricms
b723479ec8 Handling CRUD for members in frontend 2025-01-28 13:29:33 +01:00
cdricms
ac7e97527f CRUD Events and React interaction 2025-01-27 17:58:47 +01:00
cdricms
f1a49eea83 Started to work the shortcodes 2025-01-24 18:07:04 +01:00
cdricms
149ff8c1b5 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-23 20:10:49 +01:00
cdricms
cdd8e34096 Started to work on media upload and organization 2025-01-23 20:10:15 +01:00
gom-by
788d45d8a8 create member form funcitonnal 2025-01-23 16:31:57 +01:00
cdricms
f9dce4b40b Layout 2025-01-22 17:54:03 +01:00
gom-by
582a8d338b small text change 2025-01-22 09:58:52 +01:00
gom-by
e3f42efdcd mock-up interface for new members 2025-01-22 09:57:59 +01:00
cdricms
8d880b8705 Media upload 2025-01-20 10:27:54 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
cdricms
fd834ea84a Setup docker for production and development
Change ./init.sh to be an executable then run it.

The default inner container ports are as followed:
- Postgres: 5432:5432
- Backend: 3001:3000
- Frontend: 3000:3000

- Frontend dev: 8000

The backend image needs to be built:

docker compose up -d --build
2025-01-14 13:44:28 +01:00