Commit Graph

320 Commits

Author SHA1 Message Date
Thomas Rubini
21d077099b
Merge pull request #55 from ThomasRubini/url_link 2023-01-23 14:21:46 +01:00
Thomas Rubini
158e3c9ecf
replace "URL" with "LINK" 2023-01-23 14:21:17 +01:00
Thomas Rubini
40ef4800d7
Merge pull request #54 from ThomasRubini/user_delete_admin 2023-01-23 14:18:33 +01:00
Thomas Rubini
1c181eb907
anonymise account before deleting it 2023-01-23 14:17:47 +01:00
Thomas Rubini
f2418991cd
add admin action to delete accounts 2023-01-23 13:58:29 +01:00
Thomas Rubini
3592b4fc09
Merge pull request #53 from ThomasRubini/int_args 2023-01-23 13:52:34 +01:00
Thomas Rubini
de8301d173
verify int arguments are ints 2023-01-23 13:52:17 +01:00
Thomas Rubini
78096d436c
Merge pull request #52 from ThomasRubini/search_user_select 2023-01-23 13:47:00 +01:00
Thomas Rubini
96bd9da23e
Select only needed fields in UserModel::searchUsers() 2023-01-23 13:46:36 +01:00
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