Commit Graph

311 Commits

Author SHA1 Message Date
Thomas Rubini
b239e220cc
Merge pull request #51 from ThomasRubini/recipe_struct 2023-01-23 13:34:32 +01:00
Thomas Rubini
ac78ec31fd
make final version of structure send to recipe view 2023-01-23 13:33:22 +01:00
Thomas Rubini
4dcb58ee16
make getFullRecipeWithApprs return apprs 2023-01-22 22:35:25 +01:00
Thomas Rubini
ae99e8e0c2
Merge pull request #50 from ThomasRubini/session_module 2023-01-22 22:30:22 +01:00
Thomas Rubini
a8bba12107
use a separate UserSessionModel in Session 2023-01-22 22:29:43 +01:00
Thomas Rubini
92075f4b39
move Session.php to Modules 2023-01-22 22:26:25 +01:00
Thomas Rubini
5ee8c4c753
add autoloaded "Modules" directory 2023-01-22 22:26:20 +01:00
Thomas Rubini
d716f15fe7
Merge pull request #49 from ThomasRubini/intordie 2023-01-22 21:43:28 +01:00
Thomas Rubini
17b47a8ed8
add intOrDie() to Kernel/Utils 2023-01-22 21:43:13 +01:00
Thomas Rubini
39c3c67155
Merge pull request #48 from ThomasRubini/appreciation 2023-01-22 21:33:09 +01:00
Thomas Rubini
98ac177ed0
add possibility for users to delete their own appreciations 2023-01-22 21:32:27 +01:00
Thomas Rubini
ee18ee7619
add AprController with create and delete action (for admins) 2023-01-22 21:18:13 +01:00
Thomas Rubini
ba9bb6bac4
fix table name 2023-01-22 21:13:10 +01:00
Thomas Rubini
24b2c1622c
switch arguments order 2023-01-22 21:02:50 +01:00
Thomas Rubini
90fd668546
add ApprModel::getApprByID 2023-01-22 21:00:38 +01:00
Thomas Rubini
e6f735c3af
update ApprModel 2023-01-22 20:57:22 +01:00
abb259bbd1
appreciation model 2023-01-22 20:54:44 +01:00
Thomas Rubini
00f80b9094
refactor getFullRecipeWithComments to getFullRecipeWithApprs 2023-01-22 20:54:44 +01:00
Thomas Rubini
c55ad5e1be
Merge pull request #46 from ThomasRubini/is_admin 2023-01-20 20:52:38 +01:00
Thomas Rubini
332d13a0c8
Add function is_admin() to Session 2023-01-20 20:49:59 +01:00
Thomas Rubini
ac16070040
Merge pull request #45 from ThomasRubini/admin_manage_users 2023-01-20 19:22:01 +01:00
Thomas Rubini
46d0e38050
add a button to manage user for admins 2023-01-20 19:21:23 +01:00
Thomas Rubini
92c4cd94d3
Merge pull request #44 from ThomasRubini/manageuser 2023-01-20 19:14:06 +01:00
Thomas Rubini
8a5d6e4cfc
Alias default action to search action in ManagerUser controller 2023-01-20 19:12:54 +01:00
Thomas Rubini
58e47ccb94
refactor view manageUser/default to manageUser/search 2023-01-20 19:12:54 +01:00
Thomas Rubini
9b0013ba9f
use model for ManageUser search action 2023-01-20 19:12:54 +01:00
Thomas Rubini
3361babf05
finish controller manageUser/search 2023-01-20 19:12:54 +01:00
Thomas Rubini
f7e0f5885f
use Kernel Utils getOrDie function 2023-01-20 19:12:54 +01:00
Thomas Rubini
637782f907
refactor admin checking function to Session 2023-01-20 19:12:54 +01:00
Thomas Rubini
b290394181
start to make manageUser/search 2023-01-20 19:12:54 +01:00
Thomas Rubini
fd9e25ca8c
create ManageUserController and admin-only access 2023-01-20 19:12:54 +01:00
Thomas Rubini
09c83cca97
Merge pull request #43 from ThomasRubini/kernel_start_session_fix 2023-01-20 18:46:07 +01:00
Thomas Rubini
ddc47761d7
fix Kernel start_session 2023-01-20 18:45:50 +01:00
Thomas Rubini
c6984c7707
Merge pull request #42 from ThomasRubini/search_action 2023-01-20 18:35:30 +01:00
Thomas Rubini
5f61d15a89
add search functionality to RecipeModel 2023-01-20 18:30:16 +01:00
Thomas Rubini
7c6a5441a7
refactor 'search_term' to 'query' 2023-01-20 18:25:32 +01:00
Thomas Rubini
28810d0b7c
change refs to view search/search to recipe/search 2023-01-20 18:21:39 +01:00
Thomas Rubini
38e4e16856
add search action 2023-01-20 18:08:27 +01:00
Thomas Rubini
04b03ee731
Merge pull request #41 from ThomasRubini/start_session_twice 2023-01-20 18:01:27 +01:00
Thomas Rubini
dae656de56
Add condition to not start session twice 2023-01-20 18:01:00 +01:00
Thomas Rubini
3567dea8c5
Merge pull request #40 from ThomasRubini/kernel_utils 2023-01-20 17:58:24 +01:00
Thomas Rubini
219a5b0f5d
add kernel class 'Utils' with 'getOrDie()' 2023-01-20 17:58:06 +01:00
Thomas Rubini
dc8d5b7e0f
Merge pull request #39 from ThomasRubini/fix_kernel_get 2023-01-20 17:55:36 +01:00
Thomas Rubini
7351c7c239
add '_A_getParams' property to kernel Controller 2023-01-20 17:53:12 +01:00
Marla
5aeb889411
Merge pull request #37 from ThomasRubini/search_quick_fix
moved search to recipe folder and moved category_list
2023-01-20 10:57:36 +01:00
Thomas Rubini
ed0d34d0b5
Merge pull request #38 from ThomasRubini/kernel_get 2023-01-20 10:52:14 +01:00
Thomas Rubini
3f9607d5f2
add GET params to the kernel 2023-01-20 10:51:49 +01:00
Capelier-Marla
cafd0d2f51 moved search to recipe folder and moved category_list 2023-01-20 10:47:29 +01:00
Marla
91d0fb0b7d
Merge pull request #36 from ThomasRubini/user_avatars
User avatars
2023-01-20 10:37:19 +01:00
Capelier-Marla
24afac65b6 moved appreciations array to recipe view before calling appreciations view 2023-01-20 10:34:04 +01:00