Commit Graph

162 Commits

Author SHA1 Message Date
3a097fabca Use specific permission for showing deleted organisations button 2023-06-06 15:50:36 +01:00
8ee58f53be Removed blockier-templates dependency 2023-06-06 15:50:18 +01:00
6afe2e0be4 Added organisations to account settings 2023-06-06 15:49:23 +01:00
fc47f23615 Added link to organisations from user menu 2023-06-06 15:49:09 +01:00
b7d15dc25e Removed hasRole twig function 2023-06-06 15:48:53 +01:00
3d21ab4950 Removed token logger service 2023-06-06 15:48:37 +01:00
d9d7bfdd3c Fixed locale typo 2023-06-06 15:48:05 +01:00
5bbceeac9a Change table template hierarchy structure 2023-06-06 15:10:02 +01:00
b8cb04cd14 Abstract the organisation form and sidebar menu 2023-06-06 15:09:14 +01:00
cbf6b916c3 Moved the BasicTokenRepository code to UFTweaks 2023-06-06 15:08:31 +01:00
c99a277e2a Added an administrator fallback banner to organisation join approval emails v0.2.1 2022-11-14 16:54:52 +00:00
5a0906eb43 Organisation admins can view the user pages of their members v0.2 2022-05-19 16:45:13 +01:00
a820fb56e0 Moved auditer into a sprinkle of it's own 2022-05-19 16:44:21 +01:00
a61231e977 Re-arranged the dashboard page 2022-05-19 15:04:50 +01:00
417955d07e Changed the organisation navigation menu slightly to better handle single organisation mode 2022-05-19 15:04:34 +01:00
cf5247aa66 Fix filtering of name/description (case in-sensitive) v0.1.1 2022-03-15 12:18:13 +00:00
1fe9cba239 Fixed nesting of sprunje where clause 2022-03-15 12:17:40 +00:00
d4126593c6 Updates to admin dashboard template v0.1 2022-03-11 12:53:15 +00:00
38c57d463f Don't redirect when editing an organisation name/slug 2022-03-08 16:54:34 +00:00
05942afd61 Fixed permission for editing name of organisation 2022-03-08 16:52:51 +00:00
a07ec92546 Join requests now present an "are you sure?" modal 2022-03-08 16:11:09 +00:00
52b5a880b2 Added some extra checks to ensure the user is not already in the organisation they are attempting to join 2022-03-08 15:35:22 +00:00
340413ff38 Allow editable fields to be selected by permission 2022-03-08 15:16:54 +00:00
cd5afda21b Don't run the default permissions seed (it wipes existing permissions) 2022-03-08 15:04:55 +00:00
561110663b Update sidebar code 2022-03-08 13:38:25 +00:00
2077d1723c Use line clamp to restrict to 5 lines & move the remove button to the same height as the org name 2022-03-08 13:38:11 +00:00
45a4591f73 Added organisations to users page 2022-03-08 13:13:20 +00:00
012b633eaf Update the dashboard with an organisations widget 2022-03-07 16:27:52 +00:00
2005a17eef Corrected spelling of permission 2022-03-07 12:34:54 +00:00
5e6c66df3c Further permission tweaks 2022-03-07 12:13:28 +00:00
7206bfc851 Tweaks to permissions 2022-03-07 12:06:41 +00:00
d98d6ddd1b Fix a permission bug 2022-03-07 11:16:01 +00:00
85da5e4f78 Blockier templates table structure 2022-03-05 18:19:31 +00:00
ab530e71a1 Switch to using a trait to hold the user organisation stuff 2022-03-05 17:26:23 +00:00
299a6709cd De-conflict asset bundles 2022-03-05 17:22:25 +00:00
5cf22b1715 Add (Admin) flag to members table 2022-03-02 15:51:42 +00:00
8d0d097f15 Remove phone numbers from org permissions (not in this branch) 2022-03-02 15:43:16 +00:00
f210f4d101 Allow approving/denying organisations without tokens (admin override) 2022-03-02 15:35:39 +00:00
868cd1a9ae Fixed some more permissions 2022-03-02 15:35:08 +00:00
9a0fc3f3bd Fixed promotion/demotion permission check 2022-03-02 15:34:39 +00:00
d5526083dd Fixed deleted orgs table 2022-03-02 10:53:46 +00:00
be0ae74431 Fix postgresql DISTINCT problems 2022-03-02 09:46:20 +00:00
d6f134e1e9 Organisation admins can now promote/demote members/admins 2022-03-01 14:59:56 +00:00
6b7e7cd53b Fixed "remove member" bug 2022-02-28 11:31:07 +00:00
001559ed12 Previous method didn't work, use new method 2022-02-28 11:19:16 +00:00
1c4a71410d Allow manual override of accept/reject when there are no valid tokens (check to make sure this doesn't cause issues elsewhere...) 2022-02-28 11:15:02 +00:00
0aeebffdc7 Show member join status in the members table 2022-02-28 11:12:27 +00:00
2fe8c7fd16 Fixed dependency 2022-02-28 10:24:53 +00:00
55941fbd21 Fixed disabled sorting by organisations column 2022-02-22 18:12:21 +00:00
0dbfbef594 Added capability for organisation administrators to accept/reject join requests, remove members, edit their details and reset their passwords 2022-02-22 18:11:59 +00:00