Commit Graph

337 Commits

Author SHA1 Message Date
Nicolas LAURENT
f40498319c
Merge pull request #28 from ThomasRubini/gitignore
add .idea and .vscode to gitignore
2023-01-19 15:50:27 +01:00
Nicolas LAURENT
36e4a3aab1
Merge pull request #27 from ThomasRubini/htaccess
add .htaccess
2023-01-19 15:50:06 +01:00
Nicolas
091fd4b3da add .idea and .vscode to gitignore 2023-01-19 15:45:58 +01:00
Nicolas
1664f17046 add .htaccess 2023-01-19 15:44:58 +01:00
Marla
8bd4cd4f66
Merge pull request #26 from ThomasRubini/fix_home_view
fixed recipes view and translations
2023-01-18 14:22:34 +01:00
Capelier-Marla
2bb1eb18d9 fixed recipes view and translations 2023-01-18 14:21:26 +01:00
Marla
beb65881c0
Merge pull request #25 from ThomasRubini/edit_recipe
Added recipe edit page
2023-01-18 13:56:32 +01:00
Capelier-Marla
df286707f7 remove unused style 2023-01-18 13:55:15 +01:00
Capelier-Marla
12a6d649a4 edit page done from data in Database and has dynamic js 2023-01-18 13:54:11 +01:00
Nicolas LAURENT
7775074e22
Merge pull request #24 from ThomasRubini/fix_achitecture
fix few features in the architecture, recipe is now in common
2023-01-18 11:49:42 +01:00
Nicolas
26096c3028 fix few features in the architecture, recipe is now in common 2023-01-18 11:33:28 +01:00
AntLafI
a6472ce6e8
Merge pull request #23 from ThomasRubini/html
added homepage view with recipe preview
2023-01-18 10:07:12 +01:00
AntLafI
f6647577ef added homepage view with recipe preview 2023-01-18 10:06:42 +01:00
Thomas Rubini
7f3ba9a918
Merge pull request #21 from ThomasRubini/getordie 2023-01-17 16:05:08 +01:00
Thomas Rubini
d5eb4b0616
Merge pull request #20 from ThomasRubini/user_delete_method 2023-01-17 16:04:50 +01:00
Thomas Rubini
0eadb9f388
refactor get_or_die() to getOrDie() 2023-01-17 16:04:46 +01:00
Thomas Rubini
f3109c51a0
Add user/delete method 2023-01-17 16:03:49 +01:00
Thomas Rubini
d0802ea4c9
Merge pull request #19 from ThomasRubini/user_edit 2023-01-17 15:56:46 +01:00
Thomas Rubini
19cf44bc00
Create /user/update route 2023-01-17 15:53:15 +01:00
Capelier-Marla
69417ff760
form action redirected to /user/update 2023-01-17 15:24:38 +01:00
Capelier-Marla
2469823f9d
moved edit page to user view, to replace view.php, and edited Controller to show the right page 2023-01-17 15:24:38 +01:00
Thomas Rubini
926b611126
Merge pull request #18 from ThomasRubini/user_edit_action 2023-01-17 15:05:58 +01:00
Thomas Rubini
22d8e271b6
Set the default user action to view/edit 2023-01-17 15:05:32 +01:00
Thomas Rubini
2b7a82840a
Merge pull request #17 from ThomasRubini/login_twice 2023-01-17 15:01:26 +01:00
Thomas Rubini
a14404f958
Redirect user from /user/login from /user/view if login 2023-01-17 15:00:58 +01:00
Thomas Rubini
7aa2de968b
Merge pull request #16 from ThomasRubini/login_errmsg 2023-01-17 14:30:42 +01:00
Thomas Rubini
6652d97c53
Show error message on login and register 2023-01-17 14:30:17 +01:00
Thomas Rubini
5460b445fa
Merge pull request #15 from ThomasRubini/session_manager_cookie 2023-01-17 14:21:31 +01:00
Thomas Rubini
4d17cda252
Fix Session manager: do not always place cookie 2023-01-17 14:21:08 +01:00
Thomas Rubini
99d1dc489c
Merge pull request #13 from ThomasRubini/session_manager 2023-01-17 11:38:51 +01:00
Thomas Rubini
dcf45f3492
add Session class in Kernel 2023-01-17 11:38:13 +01:00
Marla
5c34eebbf5
Merge pull request #12 from ThomasRubini/view_recette
fixed view, display time, diffuculty and author + edited first image
2023-01-17 10:59:39 +01:00
Capelier-Marla
681ec995d1 fixed view, display time, diffuculty and author + edited first image 2023-01-17 10:37:07 +01:00
Thomas Rubini
f77fcb7695
Merge pull request #11 from ThomasRubini/session_logout 2023-01-17 10:07:02 +01:00
Thomas Rubini
82cb01ff18
Add possibility to logout 2023-01-17 10:06:37 +01:00
Thomas Rubini
52407b306d
Merge pull request #10 from ThomasRubini/recipe_img_url 2023-01-17 09:54:38 +01:00
Thomas Rubini
2c77bfc52f
Rename 1.jpg to 36.jpg 2023-01-17 09:54:11 +01:00
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