Commit Graph

27 Commits

Author SHA1 Message Date
Jane Adelmann 6208bf4ff3
Add Privacy API implementation. Version 3.14.6 2023-11-20 19:50:29 +02:00
Jane Adelmann 04a22a1d3d
Ignore letter case in email 2023-07-04 15:31:09 +03:00
Jane Adelmann 8c3f615f7d
Add AI Score 2023-06-07 19:18:30 +03:00
Jane Adelmann 99b58f8e27
Use long syntax for arrays, remove comma in last argument 2022-11-16 16:31:42 +02:00
Jane Adelmann 0803af58ea
User auto registration 2022-11-04 17:56:48 +02:00
Jane Adelmann e198855544
Add case insensitive for user email 2022-11-04 17:21:10 +02:00
Jane Adelmann c511214aed
increase API timeout 2022-10-31 13:00:16 +02:00
Jane Adelmann c071dae607
Add pptx checks 2022-09-26 13:40:25 +03:00
Jane Adelmann 39306ca802
Add new option: teachers allow students to see the result 2022-07-22 10:20:38 +03:00
Jane Adelmann 2ca771a686
Quiz and Forum support 2022-05-30 12:05:34 +03:00
Jane Adelmann 3271259e66
Fix filters for activity settings. 2022-05-05 17:45:40 +03:00
Jane Adelmann e8838f35ed
Do not send empty filter values 2022-05-04 21:03:11 +03:00
Jane Adelmann 17bcf5747f
Add new filters for assignment 2022-05-04 20:20:37 +03:00
Jane Adelmann 3917e133c4
Add new filters in system settings 2022-05-04 18:04:10 +03:00
Jane Adelmann dfb8593114
Add filters for personal token 2022-05-03 13:59:11 +03:00
Jane Adelmann 4f1c16bf57
Add filters for API Provider 2022-04-28 15:02:50 +03:00
Jane Adelmann 9151e57228
Add new options for min percent of plagiarism 2022-04-26 19:13:24 +03:00
Jane Adelmann 7f5a888f97
Add capabilities. Upgrade plugin to v3.7.4 2022-01-04 16:11:59 +02:00
Jane Adelmann af7abda07a
Fix saving agreement for group user. 2022-01-04 16:11:57 +02:00
Jane Adelmann 9caf4af4b8
Add new method api for group accounts 2022-01-04 16:11:56 +02:00
Jane Adelmann dfd7195f91
Use moodle task. 2022-01-04 16:11:55 +02:00
Jane Adelmann 070672f974
Drop install.php #22 . Drop require_login #20. Drop abstration of get_string #19. Use global DB #15
Check file type before other checks
2022-01-04 16:11:55 +02:00
Jane Adelmann 19baa5109f
Change capability name. Add information into README file #1 . Add PHPDOC. Version 2.3. 2022-01-04 16:11:55 +02:00
Jane Adelmann 44ea7a3080
Small fixes and new release 2.2 2022-01-04 16:11:54 +02:00
Jane Adelmann 6e1758e001
External report and version v2.1 2022-01-04 16:11:54 +02:00
Jane Adelmann 82bbc85fd6
Add support for PHP 5.6 and Privacy API 2022-01-04 16:11:54 +02:00
Jane Adelmann 7e31e7b49f
#14 - All Travis CI checks have been enabled.
#13 - A validation has been added.
 #12 - File with events has been deleted.
 #11 - A file access.php has been rewritten.
 #10 - install.xml file has been rewritten by xmldb tool.
 #9 - A Class with Privacy definition has been created.
 #8 - All urls and paths have been wrapped with build-in class  `moodle_url`.
 #7 - Check of `MOODLE_INTERNAL` constant has been added to each file where it was needed.
 #6 - All strings like this have been wrapped with `get_string` function.
 #5 - All native calls of `curl` have been replaced with moodle `curl` class.
 #4 - All classes have been renamed with moodle style naming. FileModel had been dropped.
 #3 - GPL License has been added to each file.
 #2 - Call of deprecated function has been replaced with a new one.
2022-01-04 16:11:53 +02:00