Commit graph

157 commits

Author SHA1 Message Date
Dmitrii Metelkin
2366e41799
Merge pull request #75 from catalyst/reusing-workflows
Add reusable workflows
2022-06-03 16:55:07 +10:00
Dmitrii Metelkin
c2cb337a88 Support only till 3.10 2022-06-03 16:54:50 +10:00
Dmitrii Metelkin
e8acf6b503 Fix declaration issue in unit tests 2022-06-03 16:44:24 +10:00
Dmitrii Metelkin
b2693a7b6f Use the letest version of workflows 2022-06-03 16:36:36 +10:00
Dmitrii Metelkin
a873d6f20d
Merge pull request #74 from ni-ght/Enhancement-added-"Using"-step-to-"README.md"-Authorise-the-"web-service"-user
Update README.md
2022-01-17 14:48:41 +11:00
Anupama Dharmajan
f77ac17111 Fix codechecker errors 2022-01-17 08:44:01 +11:00
Anupama Dharmajan
502564a88c Update readme file and bump version number 2022-01-17 08:14:52 +11:00
Anupama Dharmajan
0b39d5fc00 Add reusable workflows 2022-01-17 08:14:38 +11:00
ni-ght
39b7aa33e1
Update README.md
Added "Using" step: Authorise the "web service" user.
2021-12-14 12:47:52 +01:00
Dmitrii Metelkin
4e151b4223
Merge pull request #52 from catalyst/logout
Implement logout functionality
2020-05-08 23:18:30 +10:00
Dmitrii Metelkin
e77e47fc94 Version bump 2020-05-08 23:14:43 +10:00
Dmitrii Metelkin
650c772707 Implement logout functionality 2020-05-08 22:57:13 +10:00
Dmitrii Metelkin
2038257a9e
Merge pull request #51 from catalyst/update
Update plugin for the latest Moodle
2020-05-08 19:40:37 +10:00
Dmitrii Metelkin
0ae1e389b3 Version bump 2020-05-08 19:40:04 +10:00
Dmitrii Metelkin
5a3cd5867f Fix test names of test functions 2020-05-08 19:39:22 +10:00
Dmitrii Metelkin
ac8c1c6cda Modify exclusions in travis 2020-05-08 18:12:53 +10:00
Dmitrii Metelkin
4ed8bc9c3c Remove phpcpd from travis 2020-05-08 17:47:02 +10:00
Dmitrii Metelkin
a9fa45b6d4 Remove empty line 2020-05-08 17:43:30 +10:00
Dmitrii Metelkin
de5cfdab7e Make sure that we check HTTP_CLIENT_IP first 2020-05-08 17:22:13 +10:00
Dmitrii Metelkin
9e9df72f52 Remove code duplication in tests 2020-05-08 17:20:28 +10:00
Dmitrii Metelkin
78bf6e94cd Move php unit tests to a folder 2020-05-08 16:53:54 +10:00
Dmitrii Metelkin
6ba819fd6e Add privacy API 2020-05-08 15:22:02 +10:00
Dmitrii Metelkin
14cfe78b53 Fix issues link in Readme 2020-05-08 15:21:14 +10:00
Dmitrii Metelkin
37ad867c1a Update Travis 2020-05-08 15:14:59 +10:00
Dmitrii Metelkin
0ef19c0799 Add Catalyst to Readme 2020-05-08 14:51:39 +10:00
Dmitrii Metelkin
6c3d4a8a15
Merge pull request #46 from catalyst/pull39
Fix issue #35
2020-05-08 14:46:07 +10:00
Dmitrii Metelkin
251832f494 Remove empty line 2019-11-17 01:02:17 +11:00
Dmitrii Metelkin
f9ad660379 Add some comments 2019-11-17 00:49:00 +11:00
Dmitrii Metelkin
acb3ffd66d Don't rely on 2019-11-17 00:42:44 +11:00
Dmitrii Metelkin
1f8860f189 Add more tests 2019-11-17 00:19:48 +11:00
Dmitrii Metelkin
75f5fa7e15 Simplify code 2019-11-17 00:19:36 +11:00
Dmitrii Metelkin
1be8efccb3 Logged out user if key is invalid 2019-11-16 23:59:16 +11:00
Dmitrii Metelkin
ac66abbd21 Fix error when page url is not set 2019-11-16 23:20:22 +11:00
Dmitrii Metelkin
4a18dea34f Add test to cover fix when session is already exists 2019-11-16 23:19:14 +11:00
Dmitrii Metelkin
3733a74f05 Fix unit tests in later moodle versions 2019-11-16 22:47:18 +11:00
Jorge Humberto Sanchez Jimenez
e847890304 Fixes when session already exist
When loggin in, if session already exist, the login is attached to the
old user/session.
Logout if current session userid doesn't match with loginurl key userid
and retry the login.
2019-11-16 22:10:48 +11:00
Dmitrii Metelkin
291f2a04c4 Fix travis file 2019-11-16 22:07:34 +11:00
Dmitrii Metelkin
112aeb25d2 Fix copy-paste issue in upgrade script 2018-05-02 10:40:24 +10:00
Dmitrii Metelkin
15cfe70041 Fix broken SQL 2018-05-02 10:30:07 +10:00
Dmitrii Metelkin
8f92919434 Add upgrade script to fix all previously created users 2018-05-02 10:18:21 +10:00
Dmitrii Metelkin
e6aeab9e85 Properly test confirmation 2018-05-02 10:06:36 +10:00
Dmitrii Metelkin
c82eb06aea
Merge pull request #29 from SAHellauer/MOODLE_33PLUS
Added confirmed equal 1 to user creation
2018-05-02 10:04:33 +10:00
Stephen Hellauer
9d59b407e7
Test function check for correct confirmation 2018-05-01 07:44:36 -05:00
Stephen Hellauer
8127ab82a9
Added confirmed equal 1 to user creation 2018-04-27 12:59:34 -05:00
Dmitrii Metelkin
79b6b751b0 Bump version 2018-03-28 11:56:37 +11:00
Dmitrii Metelkin
f8a1df93cf Update README.md 2018-03-28 11:49:51 +11:00
Dmitrii Metelkin
7e39fab83f Fix failing return parameters validation 2018-03-28 11:34:23 +11:00
Dmitrii Metelkin
9730daaba1 Remove whitespace 2018-01-29 11:52:04 +11:00
Dmitrii Metelkin
b8445715b9
Merge pull request #23 from andrewhancox/master_33
Master 33
2018-01-29 11:50:42 +11:00
Dmitrii Metelkin
bf33d00fbe Simplify travis file 2018-01-29 11:40:20 +11:00