- 15 Feb, 2018 1 commit
-
-
Taking work developed by Matt C and adjusting it to be more of a session handler option. behatnotneeded Change-Id: I443d9e67d2322c995f9277ce1ee835092dc6c218 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 12 Feb, 2018 4 commits
-
-
Add a textare in the 'are you sure' modal where the user can write the reason why he refuses to consent to a privacy statement. This reason will be sent in a message to the institution or site admin. behatnotneeded Change-Id: I6abe4c8c7c517b1319139497bedb40525d095fcb
-
When a user doesn't consent to a privacy statement, a message will be sent to the institution/site admin. If the user is part of an institution,the message will be sent just to the inst admin. Else the message will be sent to the site admin. behatnotneeded Change-Id: I7b3b87a59a537a805d851d29031df9cff941863e
-
1. Add the Yes/No switch to the users privacy page that will allow the user to withdraw their consent if they change their mind. 2. Display the date when a user consented to a privacy statement. behatnotneeded Change-Id: If9f85125287a7384e27c1b45aefa98ad37e97776
-
behatnotneeded Change-Id: I9d7685dc6c3b0871fa2471ce27c0a4aa67af0b34
-
- 09 Feb, 2018 1 commit
-
-
Robert Lyon authored
Rather the more confusing x days in the future behatnotneeded Change-Id: I1413b75ae279bbee537cd7aff3c1ee37b5a73598 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Feb, 2018 2 commits
-
-
Robert Lyon authored
@TODO - add a textarea field for reason to not accept - add test to suspend user when it doesn't accept Change-Id: I7479e8ac1863f7712d45d92e5b60deced2847391 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Maria Sorica authored
If a privacy switch has the value 'No', a confirmation form will be displayed to make sure this is really the users decision. If yes, the users account is suspended. behatnotneeded Change-Id: Ifa7c175569cbad780a449c8431d4d9f981839c21
-
- 05 Feb, 2018 1 commit
-
-
Maria Sorica authored
Upon login, if the user has not yet agreed to the most recent Privacy statement versions, he will be redirected to this page. On install admin user accepts default privacy behatnotneeded Change-Id: I6afc3d4d4db0676782a8b1501a962862108eab6b
-
- 22 Jan, 2018 1 commit
-
-
Stop the error: [SimpleSAML_Error_UnserializableException]: [ARRAY]: The option 'Format' is not a valid string value And allow the js submit form for the redirect of the POST to IdP behatnotneeded Change-Id: Id617e51722d55c286e9b5340cdc3f5922f7320bc Adjusting ssphp to copy the extlib www/resources/ files into sp/resources/ Change-Id: Ie347d43b64638b4b36a198c5904cee6128ea6f7f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 16 Jan, 2018 1 commit
-
-
To take advantage of the new things plus the bug fixes behatnotneeded Change-Id: Id7033f4c1308ecbfbd38a76e018a1a4ca4327dda Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 15 Jan, 2018 1 commit
-
-
We achieve this by having a new pieform rule called 'requiredby' where we can reference another field and when a certain value is set in that field it makes this field required. requiredby rule needs an array containing: - the 'reference', a string of the name of the related field within the same form - the 'required', an array containing the values of 'reference' element as keys and true/1 for value if this element is required. -- If the reference field returns true/false then required array would have either 'true' => 1 or 'false' => 1 depending on what setting is needed behatnotneeded Change-Id: I9bc5d15b4035d4a11b81b9355a32044c66ee2199
-
- 28 Dec, 2017 1 commit
-
-
Robert Lyon authored
Similar to what xml-rpc does, so allowing admin to set a message about how to properly login behatnotneeded Change-Id: Ib4a85571dccf0fcf719785481645777c506687da Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 08 Dec, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
when calling clear_all_caches(true), the dataroot/sessions directories will be deleted we recreate them again at that moment instead of waiting until the Session checks behatnotneeded Change-Id: I1ea2318cda4743d4908f5cb51990b02aa385a1ea
-
- 04 Dec, 2017 1 commit
-
-
Robert Lyon authored
Problem on PHP 7.1 where messages were not being cleared behatnotneeded Change-Id: Ie6365c98b665a9b7271a9c748e4934e468ffa75f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Nov, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I96403632112a806849dd0f59940092a55d546106 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Nov, 2017 1 commit
-
-
Robert Lyon authored
The USER object will have id = 0 when a user is logged out It should never end up in the usr_session table. This patch stops that from happening and also ignores usr = 0 insession table with setting up auth as well. behatnotneeded Change-Id: I0ba7afe0d21ae822daf8895af943f41048ba82b7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 19 Nov, 2017 1 commit
-
-
And avoid direct $_GET and $_POST usage where possible and instead use param_exists() and the correct param_*() function to fetch the expected value behatnotneeded Change-Id: If2a917360ebf1d198a494907517eb06bb823743c
-
- 09 Nov, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I6c5c485b790d6da64ff72c82fada1e83fc6fcb8f Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 02 Nov, 2017 2 commits
-
-
Robert Lyon authored
Introduce new global setting: $cfg->sessionhandler behatnotneeded Change-Id: I386c94c4d1ab06fbde110c705789f9dcfaaead67 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
Cecilia Vela Gurovic authored
behatnotneeded Change-Id: Ic9093c721ee92b3815f3deee02b1dfde9d274916
-
- 30 Oct, 2017 1 commit
-
-
removed code from htdocs/api/module/ files and replace it with a json reply error message. removed the 'allowmobileuploads' config variable since it is only used by the old mobile api. removed the 'mobileuploadtoken' values in usr_account_preferences since they are only used by old mobile api. The new mahara mobile uses external_tokens table to store its access tokens. behatnotneeded Change-Id: I02e94079fc83aa6a81534b70446f7e8ab2ebd7a4
-
- 27 Oct, 2017 1 commit
-
-
Cecilia Vela Gurovic authored
1. when a user logs in it clears any obsolete usr_session cookies for the user 2. recording the user-agent of the session and if it changes to prompt the user to login again 3. when self adding / editing email address(es) send 2 emails - one to the new email address asking user to confirm address - and one to the primary email address to alert user that a new email is being added to their account and if this is bad how to contact their admin about the problem. behatnotneeded Change-Id: Ia44b66cf831abd553b72aa8b1d58d2a2634863b8
-
- 25 Oct, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I2dde01166da1a001edfee3b2cc97badfe6ceb2a4 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 24 Oct, 2017 2 commits
-
-
Robert Lyon authored
to avoid having problems when the user emails another user Change-Id: If694e969ea8a9d77badfffa095dc5fac3b6da417 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
behatnotneeded Change-Id: I24895a80f49820212e3708592a4cd4638a8fe2d8
-
- 23 Oct, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: Ibea0816e9823c0a790564a39fd5b12455aa28339 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Oct, 2017 1 commit
-
-
Robert Lyon authored
It only shows if there are existing connection objects So will split out the add form from the objects list behatnotneeded Change-Id: Iec66f2a8a9bfb744b9673ee9a797246e1a59f420 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 28 Sep, 2017 2 commits
-
-
Go through new lang strings and fix them where needed. behatnotneeded Change-Id: If3efc3bd4ca990960d5209ddb80fc9dec4699b5f
-
Robert Lyon authored
Administrator is spelled adminstrator behatnotneeded Change-Id: I93c5514f9aa68930945924c1334be1e3f4c07eae Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 26 Sep, 2017 1 commit
-
-
Robert Lyon authored
So that they have artefact_file_embedded rows associated with them and can display to non-admins behatnotneeded Change-Id: I477a910637ffc53e0e5be9ed44d0188f49b61bad Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 25 Sep, 2017 4 commits
-
-
behatnotneeded Change-Id: I09c20bd1b030b7976f2128f4476b2a9f4b7c623b
-
behatnotneeded Change-Id: Ieea98e63ba9db15613f28ad34b95ed4177aba3e9
-
behatnotneeded Change-Id: I97a96a3b19229ef3b0fc75bc6953563d2bc3a30f
-
Dmitrii Metelkin authored
behatnotneeded Change-Id: Iddb57a880675ec6097f19a597cd2e8f1083534ba
-
- 24 Sep, 2017 1 commit
-
-
Robert Lyon authored
behatnotneeded Change-Id: I589cc42dd543ea4edfa418de8b85b711d3f0dd3e Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 22 Sep, 2017 1 commit
-
-
Robert Lyon authored
Now that it has been obsolete for 1 year behatnotneeded Change-Id: Ifa784d9e815b950e4d8725a99acfc57e098ade65 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 21 Sep, 2017 1 commit
-
-
behatnotneeded Change-Id: If1e267fb551faff3be2537b14a6b8917b263dddd
-
- 19 Sep, 2017 1 commit
-
-
Robert Lyon authored
Rather than in core lang file to allow thirdparty lang strings to work behatnotneeded Change-Id: I5b23c471d246f6901695d7fdf102525e9ef8a666 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-
- 18 Sep, 2017 1 commit
-
-
Robert Lyon authored
and fixing some issues with behat Change-Id: Id08ec6a7c8ed62e42235e5eaa28012165c2fa4f7 Signed-off-by:
Robert Lyon <robertl@catalyst.net.nz>
-