aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Rewritten 'local_webhooks_get_record' featureValentin Popov2018-03-121-6/+3
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Renaming internal functionsValentin Popov2018-03-122-5/+5
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Added function 'local_webhooks_get_list_events_for_service'Valentin Popov2018-03-121-0/+21
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Fix: Global variableValentin Popov2018-03-121-0/+2
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Update function 'local_webhooks_create_record'Valentin Popov2018-03-121-12/+6
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Added function 'local_webhooks_update_record'Valentin Popov2018-03-121-2/+9
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* The function 'local_webhooks_insert_event' is replaced by the function ↵Valentin Popov2018-03-121-5/+16
| | | | | | 'local_webhooks_insert_events' Signed-off-by: Valentin Popov <info@valentineus.link>
* Added internal function 'local_webhooks_insert_event'Valentin Popov2018-03-121-2/+14
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Added internal function 'local_webhooks_delete_events'Valentin Popov2018-03-121-0/+10
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* The function 'local_webhooks_create_record' was rewritten for new storageValentin Popov2018-03-121-13/+24
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Service edit form is focused on the new standardValentin Popov2018-03-121-17/+12
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* The revised structure of information storageValentin Popov2018-03-121-10/+19
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* The web service 'local_webhooks_get_list_records' has been expandedValentin Popov2018-03-121-3/+12
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* New parameters of function 'local_webhooks_get_list_records' have been addedValentin Popov2018-03-121-2/+4
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Added constants to the cacheValentin Popov2018-03-121-4/+7
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Delete the variableValentin Popov2018-03-121-2/+1
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* DelimiterValentin Popov2018-03-121-0/+1
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Fixed a potential performance holeValentin Popov2018-03-121-3/+1
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Using a constantValentin Popov2018-03-128-14/+16
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Added a new function 'local_webhooks_get_total_count'Valentin Popov2018-03-121-0/+10
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Updated descriptionValentin Popov2018-03-121-1/+2
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Renaming a variableValentin Popov2018-03-121-7/+7
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Fixed table in the latest version of MoodleValentin Popov2018-03-111-4/+24
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Correction of spacesv4.0.0-rc.2Valentin Popov2018-02-251-1/+1
|
* Correcting a stupid mistakeValentin Popov2018-02-251-1/+1
|
* Change versionValentin Popov2018-02-251-2/+2
|
* General refactoring of the web services codeValentin Popov2018-02-251-128/+96
|
* Change versionValentin Popov2018-02-221-2/+2
|
* Fix 'invalid OPTIONAL value specified'Valentin Popov2018-02-221-1/+1
|
* Added general list functionsValentin Popov2018-02-221-20/+25
|
* Adding the function of forming eventsValentin Popov2018-02-221-15/+19
|
* Small code refactoringValentin Popov2018-02-201-11/+10
|
* Some variables have been removedValentin Popov2018-02-202-10/+5
|
* Update function 'local_webhooks_create_record'Valentin Popov2018-02-202-8/+7
|
* The extension is added to the event handlerValentin Popov2018-02-191-1/+1
|
* The extension is added to external functionsValentin Popov2018-02-191-5/+7
|
* The search function is expandedValentin Popov2018-02-191-4/+12
|
* Transferring internal functions to the internal libraryValentin Popov2018-02-192-22/+22
|
* An external service search function is declaredValentin Popov2018-02-191-0/+8
|
* Added external functions to find servicesValentin Popov2018-02-191-0/+80
|
* Rename the function to reset the cacheValentin Popov2018-02-192-5/+5
|
* Cache description addedValentin Popov2018-02-191-0/+31
|
* Added clearing the cache when changing dataValentin Popov2018-02-191-2/+34
|
* Event handler is rewritten to work with the cacheValentin Popov2018-02-181-6/+8
|
* Added a service search function that contains the specified eventValentin Popov2018-02-181-0/+19
|
* Change the location of the functions for working with the cacheValentin Popov2018-02-182-34/+44
|
* Added functions for working with the cacheValentin Popov2018-02-181-0/+34
|
* Update the PHP version for testing.Valentin Popov2018-02-181-2/+2
|
* Update versions of Moodle for testing.Valentin Popov2018-02-181-13/+3
|
* Correct the check for 'sesskey'.Valentin Popov2018-02-181-2/+2
|