Commit graph

4 commits

Author SHA1 Message Date
Achilleas Pipinellis
8dbcd11075
Compress all PNG images under doc/
The pngquant tool was used https://pngquant.org, and particularly, the
following command:

        /usr/bin/pngquant -f --skip-if-larger --ext .png --speed 1 image.png

Before: 47584K
After : 34924K
2018-08-27 15:52:03 +02:00
Alexander Randa
e7a0e7f40a Fix webhook recent deliveries elapsed time field 2017-11-02 11:07:28 +03:00
Achilleas Pipinellis
babc1d023e
Change mode to 644 for all md and png files 2017-09-25 10:00:37 +02:00
Alexander Randa
330789c23c Implement web hooks logging
* implemented logging of project and system web hooks
* implemented UI for user area (project hooks)
* implemented UI for admin area (system hooks)
* implemented retry of logged webhook
* NOT imeplemented log remover
2017-05-25 10:07:52 +03:00