Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | htaccess: prevent accessing resources not managed by SCM | VirtualTam | 2018-02-05 | 1 | -0/+8 |
| | | | | | | | | | See: - https://en.internetwache.org/dont-publicly-expose-git-or-how-we-downloaded-your-websites-sourcecode-an-analysis-of-alexas-1m-28-07-2015/ - https://stackoverflow.com/questions/2530372/how-do-i-disable-directory-browsing - https://httpd.apache.org/docs/current/mod/mod_rewrite.html Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | REST API structure using Slim framework | ArthurHoaro | 2016-12-15 | 1 | -0/+4 |
* REST API routes are handle by Slim. * Every API controller go through ApiMiddleware which handles security. * First service implemented `/info`, for tests purpose. |