aboutsummaryrefslogtreecommitdiff
path: root/db
Commit message (Collapse)AuthorAgeFilesLines
* Connecting external reading servicesValentin Popov2018-10-291-1/+25
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Fix 'Line exceeds 132 characters'Valentin Popov2018-10-261-1/+2
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Update from version 4.0.0-rc.*Valentin Popov2018-10-261-16/+61
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Update from version 3.*Valentin Popov2018-10-261-7/+124
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Moodle style fixesValentin Popov2018-10-221-6/+6
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Correction of implicit style errorsValentin Popov2018-10-221-11/+13
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Update file templateValentin Popov2018-10-221-13/+28
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Code style fixValentin Popov2018-10-222-5/+5
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Removing old web servicesValentin Popov2018-09-201-92/+4
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Fix table versionValentin Popov2018-09-091-1/+1
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Delete unnecessary filesValentin Popov2018-09-091-31/+0
| | | | Signed-off-by: Valentin Popov <info@valentineus.link>
* Refactoring the event handlerValentin Popov2018-09-091-9/+6
| | | | | | | Event processing is asynchronous. For asynchronous processing, events are added to the job queue. Signed-off-by: Valentin Popov <info@valentineus.link>
* Updating the table structureValentin Popov2018-09-071-4/+8
| | | | | | | | | | * Fixed bug with 'XMLDB PATH'. The latest update to Moodle includes a strict check. * Remotely the status field in the event table. The logic is simplified, if there is an event subscription, the event is stored in a table. There are no subscriptions, no events in the table. 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>
* An external service search function is declaredValentin Popov2018-02-191-0/+8
|
* Cache description addedValentin Popov2018-02-191-0/+31
|
* Added correct update from old versionsValentin Popov2017-12-291-0/+52
|
* Register a new external functionValentin Popov2017-12-271-0/+8
|
* Registration of external plug-in functions is addedValentin Popov2017-12-271-0/+99
|
* Aesthetics in the codeValentin Popov2017-11-181-4/+4
|
* Additional field in the databaseValentin Popov2017-10-291-1/+2
|
* Deleting an additional tableValentin Popov2017-10-271-14/+1
|
* Additional tableValentin Popov2017-10-271-1/+14
|
* Rename the handler classValentin Popov2017-10-271-1/+1
|
* Bug fixValentin Popov2017-10-261-1/+1
|
* Adding an additional field to the databaseValentin Popov2017-10-261-0/+1
|
* Added a field to the database for the security keyValentin Popov2017-10-261-1/+2
|
* Additional field in the databaseValentin Popov2017-10-261-1/+2
|
* Refactor the observer for eventsValentin Popov2017-10-251-7/+6
|
* Instructions for creating a table in the databaseValentin Popov2017-10-221-0/+16
|
* Initial commitValentin Popov2017-10-191-0/+36