Thomas Rubini
|
7c20f6729a
|
add IMAGE_URL key for recipe
|
2023-01-17 09:53:53 +01:00 |
|
Thomas Rubini
|
d60d0891de
|
Merge pull request #9 from ThomasRubini/recipe_view_username
|
2023-01-17 09:51:34 +01:00 |
|
Thomas Rubini
|
1f34989144
|
replace NAME with USERNAME in recipe view
|
2023-01-17 09:51:16 +01:00 |
|
Thomas Rubini
|
78a1794c1a
|
Merge pull request #8 from ThomasRubini/user_view
|
2023-01-17 09:36:40 +01:00 |
|
Thomas Rubini
|
4481803e60
|
Only store ID and sessionand get other information dynamically
|
2023-01-17 09:36:06 +01:00 |
|
Thomas Rubini
|
4b3a7a2f38
|
Check if login properly
|
2023-01-17 09:25:47 +01:00 |
|
Thomas Rubini
|
78bf8554b8
|
change DB field 'NAME' into 'USERNAME'
|
2023-01-17 09:25:44 +01:00 |
|
Thomas Rubini
|
7fae33a7b3
|
make basic account view
|
2023-01-17 09:00:13 +01:00 |
|
Thomas Rubini
|
65d96820a2
|
Merge pull request #7 from ThomasRubini/views
|
2023-01-17 00:26:12 +01:00 |
|
Thomas Rubini
|
0eecd88c31
|
display the recipe data provided by the backend
|
2023-01-17 00:22:59 +01:00 |
|
Thomas Rubini
|
8d36816f39
|
Do not use type comparison for isEmailInDatabase()
|
2023-01-17 00:05:58 +01:00 |
|
Thomas Rubini
|
9f206183a3
|
Use email instead of username for authentication
|
2023-01-16 23:47:12 +01:00 |
|
Thomas Rubini
|
b12dd563d8
|
replace the temporary login page with the final one
|
2023-01-16 23:38:30 +01:00 |
|
Thomas Rubini
|
0be83d3ecc
|
migrate common/404 to errors/404
|
2023-01-16 23:25:00 +01:00 |
|
Nicolas
|
46d09875cd
|
add labels for form input in login_signin.php
|
2023-01-16 23:24:04 +01:00 |
|
Capelier-Marla
|
0bc09b340e
|
added account gestion page
|
2023-01-16 23:23:16 +01:00 |
|
Nicolas
|
0448f4599c
|
login and signin page implemented
|
2023-01-16 23:22:41 +01:00 |
|
Capelier-Marla
|
8c3a6439ff
|
display recipe from array (for in defined in beggining of php code)
|
2023-01-16 23:21:38 +01:00 |
|
Nicolas
|
c4dba16084
|
error 404 page implemented
|
2023-01-16 23:20:55 +01:00 |
|
Capelier-Marla
|
c90d4e2abb
|
dynamic header from array
|
2023-01-16 23:20:48 +01:00 |
|
Capelier-Marla
|
2c06a56656
|
footer content updated
|
2023-01-16 23:20:04 +01:00 |
|
Thomas Rubini
|
fe30a6e7f3
|
Merge pull request #6 from ThomasRubini/user_entity
|
2023-01-16 23:00:31 +01:00 |
|
Thomas Rubini
|
18d6298330
|
basic login/register system
|
2023-01-16 22:46:34 +01:00 |
|
Thomas Rubini
|
8ebfd5c45e
|
Merge pull request #5 from ThomasRubini/default_page
|
2023-01-16 21:02:00 +01:00 |
|
Thomas Rubini
|
4c443644b8
|
implement Default page
|
2023-01-16 21:01:24 +01:00 |
|
Thomas Rubini
|
240a771f8e
|
Merge pull request #4 from ThomasRubini/404
|
2023-01-16 20:59:18 +01:00 |
|
Thomas Rubini
|
6dc7ec3588
|
Implement example 404 page
|
2023-01-16 20:58:09 +01:00 |
|
Thomas Rubini
|
b0079b47c3
|
Merge pull request #3 from ThomasRubini/first_impl
|
2023-01-16 20:55:00 +01:00 |
|
Thomas Rubini
|
3da99a3ac7
|
Change all models to use the SQL database
|
2023-01-16 20:53:32 +01:00 |
|
Thomas Rubini
|
87e8f9247e
|
move recipe data creation to RecipeModel and use real SQL database
|
2023-01-16 20:29:18 +01:00 |
|
Thomas Rubini
|
788f224629
|
fix primary Model
|
2023-01-16 19:55:40 +01:00 |
|
Thomas Rubini
|
95ad2e1d6a
|
Example implementation of a controller
|
2023-01-12 17:15:19 +01:00 |
|
Thomas Rubini
|
326b9cb56b
|
Merge pull request #2 from ThomasRubini/english
|
2023-01-12 15:26:07 +01:00 |
|
Thomas Rubini
|
0c87e9cbc6
|
fix variable name
|
2023-01-12 15:25:13 +01:00 |
|
Thomas Rubini
|
214243e146
|
Merge pull request #1 from ThomasRubini/english
|
2023-01-12 15:15:34 +01:00 |
|
Thomas Rubini
|
b66d0e3e5b
|
remove french comment
|
2023-01-12 15:13:34 +01:00 |
|
Thomas Rubini
|
26e97c2916
|
fixed forgotten fonction
|
2023-01-12 15:13:21 +01:00 |
|
Thomas Rubini
|
94dafd735c
|
switch code to english
|
2023-01-12 14:31:06 +01:00 |
|
Thomas Rubini
|
32b777897d
|
Merge pull request #2 from ThomasRubini/dotenv
|
2023-01-12 13:55:51 +01:00 |
|
Thomas Rubini
|
78a57f0bb7
|
add Model.php in Noyau
|
2023-01-12 13:51:47 +01:00 |
|
Thomas Rubini
|
9abf9a4a17
|
create and use .env file
|
2023-01-12 13:42:33 +01:00 |
|
Thomas Rubini
|
b230ed5cb1
|
install vlucas/phpdotenv
|
2023-01-12 13:05:39 +01:00 |
|
Thomas Rubini
|
e11773fb74
|
Merge pull request #1 from ThomasRubini/leading_slash
remove leading / on URL
|
2023-01-12 12:52:44 +01:00 |
|
Thomas Rubini
|
131b559f89
|
remove leading / on URL
|
2023-01-11 16:33:37 +01:00 |
|
moinal
|
bdcdd70c36
|
Routage et exceptions
|
2020-12-16 18:06:53 +01:00 |
|
moinal
|
6c89f92be2
|
Update README.md
|
2020-12-16 18:00:49 +01:00 |
|
moinal
|
ec9b8dfb09
|
Bugfix: $O pour Objet, et non String
|
2020-12-09 12:34:13 +01:00 |
|
moinal
|
46bd19a5df
|
Update README.md
|
2020-12-03 19:53:27 +01:00 |
|
moinal
|
9dd72d1361
|
MVC Hello World
|
2020-12-03 19:48:58 +01:00 |
|
moinal
|
c3bc6cc2d0
|
Initial commit
|
2020-12-03 19:45:19 +01:00 |
|