Thomas Rubini
|
ec6610a5ba
|
show recipe time in minutes
|
2023-01-26 21:17:31 +01:00 |
|
Thomas Rubini
|
3a23ef1d27
|
Merge pull request #147 from ThomasRubini/recipe_search
|
2023-01-26 21:15:31 +01:00 |
|
Thomas Rubini
|
72fc35438c
|
use LIKE instead of INSTR in recipe search
|
2023-01-26 21:15:06 +01:00 |
|
Marla
|
9365d034d6
|
Merge pull request #141 from ThomasRubini/header-improvements
Header improvements
|
2023-01-26 21:14:30 +01:00 |
|
|
5845108eb1
|
Merge pull request #146 from ThomasRubini/verboser_userManagement
verbose usermanagement
|
2023-01-26 21:12:33 +01:00 |
|
|
c0193ca759
|
verbose usermanagement
|
2023-01-26 21:11:50 +01:00 |
|
Thomas Rubini
|
916cb5fcb5
|
Merge pull request #145 from ThomasRubini/recipe_img
|
2023-01-26 20:54:12 +01:00 |
|
Thomas Rubini
|
44f8c0e499
|
add ability to update recipe image
|
2023-01-26 20:53:32 +01:00 |
|
Thomas Rubini
|
73680ecb38
|
Merge pull request #144 from ThomasRubini/user_update
|
2023-01-26 20:48:51 +01:00 |
|
Thomas Rubini
|
7690615b82
|
move image processing to a separate function
|
2023-01-26 20:42:45 +01:00 |
|
Thomas Rubini
|
84ebcd13a4
|
fix typo on image type verification
|
2023-01-26 20:21:29 +01:00 |
|
Thomas Rubini
|
3fd908580e
|
handle errors on user update
|
2023-01-26 20:21:29 +01:00 |
|
Thomas Rubini
|
6c571f3a62
|
Merge pull request #143 from ThomasRubini/user_time
|
2023-01-26 20:10:29 +01:00 |
|
Thomas Rubini
|
2f4128beeb
|
deal with dates correctly
|
2023-01-26 20:10:11 +01:00 |
|
Thomas Rubini
|
e04b43f0ad
|
use UserModel::createFull() instead of constructor
|
2023-01-26 20:10:04 +01:00 |
|
Thomas Rubini
|
68bf0a4c85
|
Merge pull request #142 from ThomasRubini/anon_user_2
|
2023-01-26 19:58:14 +01:00 |
|
Thomas Rubini
|
04d3fdb206
|
use Anon user in Recipe
|
2023-01-26 19:57:55 +01:00 |
|
AudricV
|
d90896dfef
|
Change title and link favicons and add meta elements
- Add some keywords and a description
- Change charset declaration
Co-authored-by: Nicolas <nicolas.laurent@etu.univ-amu.fr>
|
2023-01-26 19:52:02 +01:00 |
|
AudricV
|
068ade5b70
|
Add favicons
|
2023-01-26 19:51:56 +01:00 |
|
Thomas Rubini
|
a36fb5dde2
|
Merge pull request #140 from ThomasRubini/anon_user
|
2023-01-26 19:50:32 +01:00 |
|
Thomas Rubini
|
1e80101833
|
add Anon user object
|
2023-01-26 19:50:03 +01:00 |
|
Thomas Rubini
|
cf7d337c9d
|
fix function name
|
2023-01-26 19:50:03 +01:00 |
|
|
cf5f1b68df
|
Merge pull request #139 from ThomasRubini/category_refactor
fixed scrolling category page
|
2023-01-26 19:36:18 +01:00 |
|
|
74226c53b6
|
fixed scrolling category page
|
2023-01-26 19:30:31 +01:00 |
|
Marla
|
dc37e31dce
|
Merge pull request #138 from ThomasRubini/fix_manageUser
Fix manage user
|
2023-01-26 19:24:39 +01:00 |
|
Capelier-Marla
|
c13e8e4808
|
styled results
|
2023-01-26 19:24:12 +01:00 |
|
Capelier-Marla
|
5fa1459022
|
edited html to be usable in css
|
2023-01-26 19:24:12 +01:00 |
|
Capelier-Marla
|
0c26986587
|
styled search part
|
2023-01-26 19:24:12 +01:00 |
|
Thomas Rubini
|
1855231de3
|
Merge pull request #137 from ThomasRubini/recipe_contr_login
|
2023-01-26 19:23:39 +01:00 |
|
Thomas Rubini
|
dea9dcb80f
|
do not query user id if not login
|
2023-01-26 19:23:20 +01:00 |
|
Thomas Rubini
|
7e63369481
|
Merge pull request #136 from ThomasRubini/recipe_ingredients
|
2023-01-26 19:21:03 +01:00 |
|
Thomas Rubini
|
25bd38ece7
|
update recipe ingredients
|
2023-01-26 19:20:33 +01:00 |
|
Thomas Rubini
|
7ef799668a
|
add IngredientModel::update()
|
2023-01-26 19:20:09 +01:00 |
|
|
98decb5804
|
Merge pull request #135 from ThomasRubini/category_controller
categories
|
2023-01-26 19:14:09 +01:00 |
|
|
069fca704e
|
categories
|
2023-01-26 19:13:39 +01:00 |
|
Thomas Rubini
|
b195da0e46
|
fix typo
|
2023-01-26 19:08:01 +01:00 |
|
Thomas Rubini
|
44c785aa01
|
add ingredients on recipe/create
|
2023-01-26 18:53:11 +01:00 |
|
Thomas Rubini
|
4e4126586e
|
make IngredientModel::insert fetch ID
|
2023-01-26 18:53:05 +01:00 |
|
Thomas Rubini
|
d3b5345f79
|
fix keys sent to backend
|
2023-01-26 18:52:43 +01:00 |
|
Marla
|
e1547e14cb
|
Merge pull request #134 from ThomasRubini/scroll_smooth
added scroll smooth behavior
|
2023-01-26 18:36:24 +01:00 |
|
Capelier-Marla
|
a0f280a2b4
|
added scroll smooth behavior
|
2023-01-26 18:36:04 +01:00 |
|
Marla
|
b5f4fc3d1f
|
Merge pull request #133 from ThomasRubini/css_recipe_view
Css recipe view
|
2023-01-26 18:31:09 +01:00 |
|
Capelier-Marla
|
47dd94667a
|
styled apprectation
|
2023-01-26 18:28:57 +01:00 |
|
Capelier-Marla
|
ae96aae532
|
style form for appreciation
|
2023-01-26 18:11:14 +01:00 |
|
Capelier-Marla
|
3f1ff98251
|
style form for appreciation
|
2023-01-26 18:10:51 +01:00 |
|
Capelier-Marla
|
3a8ae0cdf9
|
syled buttons
|
2023-01-26 17:57:17 +01:00 |
|
Capelier-Marla
|
38eb7edf9b
|
style first part of recipe view
|
2023-01-26 17:47:12 +01:00 |
|
Capelier-Marla
|
5f739ecf77
|
style top image
|
2023-01-26 17:47:12 +01:00 |
|
Capelier-Marla
|
cb4476f992
|
added recipeView class to main in view of recipes
|
2023-01-26 17:47:12 +01:00 |
|
Thomas Rubini
|
e3d10e924d
|
Merge pull request #132 from ThomasRubini/getsteps
|
2023-01-26 17:36:55 +01:00 |
|