|
|
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 |
|
|
|
2fe8c7fd16
|
Fixed dependency
|
2022-02-28 10:24:53 +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 |
|
|
|
5456902f77
|
Beta version of migration scripts
|
2022-02-22 16:40:39 +00:00 |
|
|
|
f75bde0ccf
|
Sorting by organisation on the users page is a bit broken because of the way the join is done so don't offer the capability to do it in the first place...
|
2022-02-22 13:53:26 +00:00 |
|
|
|
96e861e7fe
|
Hide some administration columns for basic organisation users (Fixes #3)
|
2022-02-22 13:52:53 +00:00 |
|
|
|
0d5551f927
|
Fix the user-manage-organisations modal (column name & search)
|
2022-02-22 13:48:20 +00:00 |
|
|
|
be8404c9a5
|
Split pending organisations into a separate list and default to only returning organisations a user is an accepted member of (Fixes #1)
|
2022-02-22 13:47:44 +00:00 |
|
|
|
e825050814
|
Fixed incorrect counts due to the left-join
|
2022-02-22 13:18:23 +00:00 |
|
|
|
e62e71ab6c
|
Fix page redirect after changing an organisation name (slug) from the organisation info page (Fixes #9)
|
2022-02-22 11:43:48 +00:00 |
|
|
|
e92b80fbe1
|
Prevent users from creating more than 1 or being a member of more than 1 organisation in single organisation configuration (Fixes #7)
|
2022-02-22 11:02:16 +00:00 |
|
|
|
db19560e45
|
Fixes #2
|
2022-02-22 10:44:42 +00:00 |
|
|
|
940d5b0d2f
|
Fixed postgres complaint about integer = boolean comparison (I hope!)
|
2022-02-21 17:54:33 +00:00 |
|
|
|
506dbad7ae
|
Made a validation schema more generic
|
2022-02-18 10:17:23 +00:00 |
|
|
|
ebaffe3d98
|
Modified a log string and made a protected method public (should of been public anyway)
|
2022-02-17 18:36:26 +00:00 |
|
|
|
e9a1ac2018
|
Fixed bug preventing admin leaving organisation
|
2022-02-17 18:35:54 +00:00 |
|
|
|
2ba0257b6e
|
Add a new twig function for checking if a user is an organisation registrant (the only one able to cancel a register request)
|
2022-02-15 17:57:36 +00:00 |
|
|
|
108a34481e
|
Fixed is_member access right from granting pending members permission
|
2022-02-15 17:56:26 +00:00 |
|
|
|
5c8cf6778c
|
Fixed permission for org admins to accept/reject join requests
|
2022-02-15 17:55:57 +00:00 |
|
|
|
2dbd11ef28
|
Refactored the organisation members controller - includes a permissions fix
|
2022-02-15 17:43:24 +00:00 |
|
|
|
800ac93ecf
|
Fixed organisation approve authorisations & redirects
|
2022-02-15 17:31:58 +00:00 |
|
|
|
64971d6262
|
Change leave redirect to organisations list page if access is granted, dashboard if otherwise
|
2022-02-15 17:31:29 +00:00 |
|
|
|
b042402681
|
Fixed missing class error
|
2022-02-15 17:10:38 +00:00 |
|
|
|
e63b03fb2b
|
Don't show organisations pending a join request in the navbar
|
2022-02-15 17:01:41 +00:00 |
|
|
|
77da13e0a0
|
Fixed button states
|
2022-02-15 16:58:39 +00:00 |
|
|
|
3735e1e9ce
|
Added functionality to join organisations and the optional approval process
|
2022-02-15 16:53:23 +00:00 |
|
|
|
130c5ec9bb
|
Added buttons to join/leave organisations (no functionality yet)
|
2022-02-15 16:52:00 +00:00 |
|
|
|
e2180ddff3
|
Tweaked the organisations fields to change how is_member behaves and added an is_pending
|
2022-02-15 16:40:10 +00:00 |
|
|
|
8d762c5dca
|
Created a membership approval token repository and required token table & model
|
2022-02-15 16:36:54 +00:00 |
|
|
|
6039574d79
|
Add a mapping model which can be used as an owner for approval tokens
|
2022-02-15 16:31:09 +00:00 |
|
|
|
62cc5713f7
|
Add an approved flag to the organisation members map table (pending "join organisation" workflow)
|
2022-02-15 16:26:06 +00:00 |
|
|
|
a02b4b52a0
|
Added foreign key to registrant_id
|
2022-02-15 15:50:01 +00:00 |
|
|
|
abe208bc50
|
Fixed nulled organisation name
|
2022-02-15 15:49:47 +00:00 |
|
|
|
d31bdd9970
|
Fixed backwards logic of cancellation requests
|
2022-02-15 15:47:01 +00:00 |
|
|
|
cd8a16f4a8
|
Revamped the organisation approvals process & refactored some files
|
2022-02-15 15:26:56 +00:00 |
|
|
|
e029728d69
|
Allow reverting a completed token to an un-complete state (undo "deny" scenario)
|
2022-02-15 14:56:45 +00:00 |
|
|
|
6cb5d759b4
|
Fixed the flag_approved down migration
|
2022-02-15 12:53:50 +00:00 |
|
|
|
091febf255
|
Created an implementation of a token repository that isn't restricted to users and can be re-used for other objects.
|
2022-02-15 12:53:31 +00:00 |
|
|
|
f4fba338c5
|
When restoring an organisation that was rejected, revert the approval request as well
|
2022-02-11 13:38:24 +00:00 |
|
|
|
016f7489c4
|
Change language from Reject to Deny
|
2022-02-11 13:37:55 +00:00 |
|
|
|
cd947ba161
|
Jiggled the config file a little bit
|
2022-02-11 11:17:59 +00:00 |
|
|
|
253d77668b
|
Refactored organisation approval class to a base model which will soon be included in a membership approval class
|
2022-02-11 11:17:05 +00:00 |
|
|
|
ea0999b1fa
|
Fixed incorrect table name in migration
|
2022-02-11 10:56:37 +00:00 |
|
|
|
c6c69b773b
|
Fix twig functions (master overrides permission)
|
2022-02-10 18:14:54 +00:00 |
|
|
|
575aa68bca
|
Tighten some more permissions down
|
2022-02-10 18:11:42 +00:00 |
|
|
|
909b6a93dc
|
Tighten some edit permissions on organisations
|
2022-02-10 17:54:56 +00:00 |
|
|
|
d00694f9cb
|
Hide slug from non-admin editers
|
2022-02-10 17:54:36 +00:00 |
|