Commit graph

54 commits

Author SHA1 Message Date
biloute02
d9d92647a4
Merge pull request #21 from Faraphel/license
Create LICENSE
2024-01-31 14:21:40 +01:00
a2824733da
Create LICENSE 2024-01-31 14:14:17 +01:00
bd708f45b8
Merge pull request #20 from Faraphel/allowed_hosts
Fix env variable ALLOWED_HOSTS
2024-01-28 16:09:50 +01:00
5717617de9 Fix env variable ALLOWED_HOSTS 2024-01-28 16:06:50 +01:00
biloute02
5fec4cb691
Merge pull request #19 from Faraphel/extra-pages
Added styles and improved some configurations
2024-01-17 23:31:34 +01:00
964647e287 fixed the database loading every database backend instead of only the selected one 2024-01-17 23:30:41 +01:00
264bfb792c fixed palto icon being invisible 2024-01-16 21:59:23 +01:00
c7d2700071 django settings module variable environment is now defaulted 2024-01-16 21:50:08 +01:00
96905d9f78 finalising the project configuration 2024-01-16 21:32:07 +01:00
9c4cb77d35 improved css 2024-01-16 00:03:00 +01:00
7f1564dd0d navigation bar now contains the page title 2024-01-08 11:33:35 +01:00
f829efcb9e added basic css for department view 2024-01-05 11:43:19 +01:00
06cf3b1160 added basic css for profile 2024-01-05 11:26:03 +01:00
35e44bcd7c added basic css for homepage 2024-01-05 10:40:12 +01:00
c603a7b580 added migrations steps to README 2024-01-05 10:32:30 +01:00
6a7a824a7e stylised the login page 2024-01-04 23:22:06 +01:00
d55ac2e4f8 Merge remote-tracking branch 'origin/extra-pages' into extra-pages
# Conflicts:
#	Palto/Palto/templates/Palto/homepage.html
#	Palto/Palto/templates/Palto/login.html
#	Palto/Palto/templates/Palto/profile.html
#	Palto/Palto/templates/Palto/student_group.html
#	Palto/Palto/templates/Palto/teaching_session_list.html
#	Palto/Palto/templates/Palto/teaching_session_view.html
#	Palto/Palto/templates/Palto/teaching_unit_view.html
2024-01-04 22:51:00 +01:00
51e8dd217e reorganised the templates inheritances 2024-01-04 22:50:00 +01:00
39f4abe263 reorganised the templates inheritances 2024-01-04 22:46:48 +01:00
e9b67b11d8 login, logout and profile buttons now depend on the user authentification 2024-01-04 21:55:57 +01:00
19427d3e34 added css for the navigation page 2024-01-04 19:40:37 +01:00
a1b325b653 simplified environment variables management 2024-01-04 00:18:52 +01:00
biloute02
07812d21fe
Merge pull request #18 from Faraphel/base-pages
Pages de Base
2023-12-17 14:35:51 +01:00
2f2332766e added additional pages (department, absence list, student groups) 2023-12-17 00:20:54 +01:00
c3c4623931 added uploading files to absences 2023-12-15 21:15:02 +01:00
8db28b9838 added create absence page (missing attachments) 2023-12-14 22:56:22 +01:00
acc9ee66e7 added email to teaching unit 2023-12-14 20:57:08 +01:00
16264a86a5 implemented teaching unit and absence pages 2023-12-14 20:56:48 +01:00
784d4d4001 detailled profile, session and session list pages 2023-12-13 23:12:51 +01:00
70c9977e2b
Merge pull request #17 from Faraphel/api
Implemented APÏ
2023-12-11 21:45:54 +01:00
82591b27a2 removed .idea files 2023-12-11 19:30:39 +01:00
5f2aaf1a2e implemented basic teaching session pages 2023-12-11 19:29:02 +01:00
314edec890
Update django-test.yaml
added makemigrations as a step for the action
2023-12-11 17:59:18 +01:00
20a2a5d2a0
Update django-test.yaml
added django secret environment variable
2023-12-10 22:38:16 +01:00
cfa65daa19 implemented very basic login, logout and profile pages 2023-12-10 17:09:56 +01:00
5c588b4cc9 finished permissions 2023-12-10 12:31:30 +01:00
cde0cc0dd6 fixed typo 2023-12-08 19:21:29 +01:00
5ce9a808aa [untested] finished models permissions 2023-12-06 14:04:30 +01:00
7acc292bad fixed Absence factory not working 2023-12-04 20:00:55 +01:00
93036887c4 factorised permissions and views 2023-12-04 19:49:54 +01:00
a731a03133 implemented editable and visible filters by user for permissions 2023-12-03 16:57:34 +01:00
5a5e83aff1 added base for tests 2023-12-01 18:48:51 +01:00
60cbbbd273 import the namespace with the models 2023-12-01 18:44:08 +01:00
1e46056003 [not working] started implementing factories for future tests 2023-11-30 23:05:33 +01:00
7965ecf779 import the namespace with the models 2023-11-30 22:00:00 +01:00
e7559446a7 added documentation 2023-11-30 21:53:16 +01:00
0a39a9a1b9 added permissions and authentication to API 2023-11-30 19:00:18 +01:00
6dcc3a448e base for API system (routes + filters) 2023-11-29 22:59:13 +01:00
23c79e2284
Merge pull request #16 from Faraphel/database
added database
2023-11-29 19:13:07 +01:00
fc05ea9319 added database 2023-11-28 22:54:24 +01:00