Commit Graph

253 Commits

Author SHA1 Message Date
Thomas Rubini
4a4f740e69
fix update method of User model 2023-01-24 21:03:29 +01:00
Thomas Rubini
92544228d2
add method manageUser/update 2023-01-24 21:03:18 +01:00
Thomas Rubini
2bfec0df03
force admin status everywhere on ManagerUser Controller 2023-01-24 21:01:02 +01:00
Thomas Rubini
d0648e30d0
Merge pull request #71 from ThomasRubini/manage-users-view 2023-01-24 21:00:24 +01:00
Thomas Rubini
c7974b4505
Merge pull request #79 from ThomasRubini/comment 2023-01-24 20:14:08 +01:00
Thomas Rubini
b53dd6844e
remove old comment 2023-01-24 20:13:58 +01:00
Thomas Rubini
0ff447fe58
Merge pull request #78 from ThomasRubini/new_recipe 2023-01-24 20:13:13 +01:00
Thomas Rubini
1a1226700b
require login to create a new recipe 2023-01-24 20:12:29 +01:00
Thomas Rubini
ef61cbcb3e
allow admins to edit any recipe 2023-01-24 20:12:16 +01:00
Thomas Rubini
8871d9bb21
modify structure sent to recipe/edit to include POST_URI 2023-01-24 20:11:12 +01:00
Thomas Rubini
ff6ac2eb49
add action recipe/new 2023-01-24 20:03:23 +01:00
Thomas Rubini
961cd27e88
move debug echo in recipe/edit 2023-01-24 20:03:17 +01:00
Thomas Rubini
7e73139ace
make '+' button redirect to /recipe/new 2023-01-24 20:02:45 +01:00
Thomas Rubini
5abfd65948
Merge pull request #77 from ThomasRubini/signup_auth 2023-01-24 20:00:54 +01:00
Thomas Rubini
092d534dc8
Authenticate user on signup 2023-01-24 20:00:07 +01:00
Thomas Rubini
d17a92c551
Merge pull request #76 from ThomasRubini/return_uri 2023-01-24 19:58:42 +01:00
Thomas Rubini
1abc40da4e
Make 'return_uri' parameter work 2023-01-24 19:58:22 +01:00
Thomas Rubini
4c3590b3a5
update view to user updated model 2023-01-24 19:44:27 +01:00
Thomas Rubini
7c225f9a50
return array of User in UserModel::searchUsers() 2023-01-24 19:44:27 +01:00
Thomas Rubini
877a8c1305
add method to get user profile pic link 2023-01-24 19:44:27 +01:00
0c1da18e72
Merge pull request #74 from ThomasRubini/difficulty_model_refactor
Difficulty model refactor
2023-01-24 19:43:45 +01:00
17d20536d6 removed dangerous function call 2023-01-24 19:43:26 +01:00
0af8d23970 added static delete method 2023-01-24 19:43:26 +01:00
d3774578e7 finished difficultyModel refactor 2023-01-24 19:43:26 +01:00
Thomas Rubini
d3d18020d2
always at least pass a null query to the view 2023-01-24 19:28:10 +01:00
cec1a7c155
Merge pull request #73 from ThomasRubini/typo
typo
2023-01-24 19:24:07 +01:00
8f2ff8d68a typo 2023-01-24 19:21:12 +01:00
AudricV
b6235d6f9a
Use real data and show username requested in manage users view 2023-01-24 19:20:12 +01:00
AudricV
40500baf3b
Rename manage user view in ManageUserController
Also remove debug output code and pass query and search results in an array
2023-01-24 19:20:12 +01:00
AudricV
28a7e5d084
Add manage users view
Also remove the search view, merged into this new view.
2023-01-24 19:20:10 +01:00
Thomas Rubini
86549a6c80
Merge pull request #72 from ThomasRubini/model_refactor_views 2023-01-24 19:14:30 +01:00
Thomas Rubini
8e387abaed
modify view to fit new user model 2023-01-24 19:13:10 +01:00
Thomas Rubini
8958fa5998
fix typo in variables names 2023-01-24 19:01:47 +01:00
d73ba69a07
finished userModel refactor 2023-01-24 18:57:46 +01:00
2826a2c791
userModel refactor 2023-01-24 18:50:21 +01:00
1919fb359b
started model refactor 2023-01-24 18:50:21 +01:00
Thomas Rubini
5e47005e97
Merge pull request #69 from ThomasRubini/create_appr 2023-01-24 18:40:29 +01:00
Thomas Rubini
6f57b5a189
link model controller and view to be able to post an appr 2023-01-24 18:39:47 +01:00
Thomas Rubini
899e6e0559
pass the whole structure from recipe view to all apprs view 2023-01-24 18:39:15 +01:00
Thomas Rubini
3627fc92ab
Merge pull request #68 from ThomasRubini/fix 2023-01-24 18:29:12 +01:00
Thomas Rubini
b940a1226f
Fix - show the default image on non existant user 2023-01-24 18:26:07 +01:00
Thomas Rubini
7bcd774c07
Merge pull request #67 from ThomasRubini/img 2023-01-24 18:10:54 +01:00
Thomas Rubini
5e5c2a00ba
update user svg location in header 2023-01-24 18:10:12 +01:00
Thomas Rubini
7b546cd565
show the default image on non existant user/recipe 2023-01-24 18:08:55 +01:00
Thomas Rubini
02a53db50c
add recipe/img controller action 2023-01-24 18:07:12 +01:00
Thomas Rubini
e9726ad111
use the svg file as the default profile picture 2023-01-24 18:04:39 +01:00
Thomas Rubini
4c224a89bb
Change default user and recipe image assets 2023-01-24 18:01:16 +01:00
Thomas Rubini
8c07bf49d4
Merge pull request #66 from ThomasRubini/css_vars_header_footer 2023-01-24 17:45:03 +01:00
Capelier-Marla
b5015ecc86 made footer stick to the bottom 2023-01-24 16:23:08 +01:00
Capelier-Marla
1449a37d7a changed size values and names 2023-01-24 16:06:44 +01:00