Commit Graph

40 Commits

Author SHA1 Message Date
cdricms
90945b161d Added theme switcher + optimized youtube loading + about changes 2025-01-31 17:28:13 +01:00
cdricms
f7dd0c60d6 Better handling of permissions 2025-01-31 13:07:25 +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
8110172a38 Reorganization of backend + new routes 2025-01-29 18:09:41 +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
9843158803 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-27 15:33:39 +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
f1a49eea83 Started to work the shortcodes 2025-01-24 18:07:04 +01:00
cdricms
78ce2b533b Media route in dashboard 2025-01-23 20:22:43 +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
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
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
gom-by
9fb5d0188d Responsive about 2025-01-21 13:47:07 +01:00
cdricms
48e761667f Ignore 2025-01-20 11:19:31 +01:00
cdricms
13e8221e83 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-20 10:29:04 +01:00
cdricms
8d880b8705 Media upload 2025-01-20 10:27:54 +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
gom-by
e62dfd8c40 blog handlers mock-up 2025-01-15 13:35:30 +01:00
cdricms
683a8c3133 Yes 2025-01-15 11:54:39 +01:00
cdricms
1f83cf25f5 Merge remote-tracking branch 'origin/dev/guerby' into dev/cedric 2025-01-14 14:51:43 +01:00
cdricms
8f89f236e7 Redirect 2025-01-14 14:37:50 +01:00
gom-by
e9bbeb62dc Schemas in backend schemas.go 2025-01-14 14:13:55 +01:00
cdricms
8aadc810d1 Set outer ports in .env 2025-01-14 14:10:40 +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