35 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
5ef6b82b83 Added logo modified site-name 2025-02-26 17:15:05 +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
ae228710e1 Render article 2025-02-21 20:21:56 +01:00
cdricms
4e671974d2 Lightbox 2025-02-18 10:27:17 +01:00
cdricms
3974e428aa Changed channel to playlist 2025-02-13 12:27:13 +01:00
cdricms
3a8d5bfd13 Force SSR 2025-02-13 11:26:11 +01:00
cdricms
2fa6e0b21d Fixed about presentation 2025-02-13 10:13:32 +01:00
cdricms
9d6aa4c163 Gallery
Events still not working
2025-02-12 16:51:57 +01:00
cdricms
0f1e0dcefb Wrong shortcode 2025-02-11 10:27:46 +01:00
cdricms
f84f7fcf8b Fixed no shortcode 2025-02-11 10:21:45 +01:00
cdricms
60dd966f3e Fixed dumb issue 2025-02-10 09:57:40 +01:00
cdricms
bcb563fa1c Fixed some imports and build 2025-02-10 09:42:24 +01:00
cdricms
8e87d834bc Shortcodes 2025-02-10 08:52:32 +01:00
cdricms
90945b161d Added theme switcher + optimized youtube loading + about changes 2025-01-31 17:28:13 +01:00
cdricms
8110172a38 Reorganization of backend + new routes 2025-01-29 18:09:41 +01:00
cdricms
ac7e97527f CRUD Events and React interaction 2025-01-27 17:58:47 +01:00
gom-by
6ebfbdb9c8 events api in frontend, setting routes for events 2025-01-27 12:57:21 +01:00
gom-by
c202764966 events api file init 2025-01-27 10:15:05 +01:00
cdricms
11d072740f Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-22 17:40:31 +01:00
cdricms
5a5846d853 Added CSRF & YouTube and dark mode 2025-01-22 17:39:03 +01:00
gom-by
9fb5d0188d Responsive about 2025-01-21 13:47:07 +01:00
gom-by
5ceba383f5 Avatars for about page 2025-01-20 09:15:03 +01:00
cdricms
32643be1ad Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-18 23:55:34 +01:00
cdricms
2046a32202 Should be able to deploy 2025-01-18 21:13:03 +01:00
gom-by
9c86920242 Merge branch 'dev/cedric' into dev/guerby 2025-01-17 15:40:06 +01:00
gom-by
9d9b5a5145 trucs inutilesé 2025-01-17 15:38:36 +01:00
cdricms
eb9883a1c3 Added /users/me route, and handling auth in frontend 2025-01-17 15:37:01 +01:00
gom-by
77c186ea3d Backend file structure modifications, blogs routes ajustement 2025-01-15 15:17:41 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
gom-by
5c1e846006 resolving conflicts 2025-01-14 13:54:03 +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