| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Merge pull request #1113 from ArthurHoaro/docker/node-yarn-webpack | ArthurHoaro | 2018-03-28 | 1 | -1/+10 |
|\ |
|
| * | Docker: build frontend dependencies with node and yarn | ArthurHoaro | 2018-03-27 | 1 | -1/+10 |
| * | Webpack / Documentation update | ArthurHoaro | 2018-03-26 | 5 | -11/+47 |
| * | Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git | ArthurHoaro | 2018-03-26 | 9 | -18/+4849 |
| * | Webpack / Update front paths in template files | ArthurHoaro | 2018-03-26 | 15 | -50/+97 |
| * | Webpack / Rewrite all JS to ES6 Syntax | ArthurHoaro | 2018-03-26 | 5 | -724/+656 |
| * | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-26 | 48 | -8228/+19 |
* | | Merge pull request #1072 from ArthurHoaro/feature/modern-front-end | ArthurHoaro | 2018-03-28 | 81 | -9118/+5755 |
|\ \ |
|
| * | | Webpack / Documentation update | ArthurHoaro | 2018-03-28 | 5 | -11/+47 |
| * | | Webpack / Configure webpack, ESLint, Travis, Makefile, npm/yarn and git | ArthurHoaro | 2018-03-28 | 9 | -18/+4849 |
| * | | Webpack / Update front paths in template files | ArthurHoaro | 2018-03-28 | 15 | -50/+97 |
| * | | Webpack / Rewrite all JS to ES6 Syntax | ArthurHoaro | 2018-03-28 | 5 | -724/+656 |
| * | | Webpack / Remove frontend dependencies from tpl/ & inc/ and move them to assets/ | ArthurHoaro | 2018-03-28 | 48 | -8228/+19 |
|/ / |
|
* | | Merge pull request #1093 from ArthurHoaro/feature/theme-translation | ArthurHoaro | 2018-03-26 | 6 | -2/+98 |
|\ \ |
|
| * | | Load theme translations files automatically | ArthurHoaro | 2018-03-26 | 6 | -2/+98 |
* | | | Merge pull request #1103 from dennisverspuij/fix-on-in-markdown | ArthurHoaro | 2018-03-26 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | Fix removal of on=... attributes from html generated from markdown | Dennis Verspuij | 2018-03-19 | 1 | -1/+1 |
* | | | Merge pull request #1110 from virtualtam/doc/v0.9.6 | VirtualTam | 2018-03-25 | 3 | -4/+11 |
|\ \ \ |
|
| * | | | Documentation: release v0.9.6 | VirtualTam | 2018-03-25 | 3 | -4/+11 |
|/ / / |
|
* | | | Merge pull request #1107 from virtualtam/apache/htaccess/jwt-header | VirtualTam | 2018-03-25 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | httpd: always forward the 'Authorization' header | VirtualTam | 2018-03-22 | 1 | -0/+4 |
* | | | | Merge pull request #1109 from ilesinge/patch-1 | VirtualTam | 2018-03-25 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Fix current version file name in docs | Alexandre G.-Raymond | 2018-03-25 | 1 | -1/+1 |
| |/ / / |
|
* | | | | Merge pull request #1108 from virtualtam/fix/template/vintage/check-login-ban | VirtualTam | 2018-03-25 | 1 | -1/+1 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | fix: IP ban check for the Vintage theme | VirtualTam | 2018-03-24 | 1 | -1/+1 |
|/ / / |
|
* | | | Merge pull request #1100 from Angristan/docker-logs | VirtualTam | 2018-03-19 | 4 | -4/+14 |
|\ \ \
| |/ /
|/| | |
|
| * | | Nginx logs to stdout for Docker Alpine images | Angristan | 2018-03-11 | 4 | -4/+14 |
* | | | Merge pull request #1102 from ArthurHoaro/fix/settings-warning | ArthurHoaro | 2018-03-14 | 1 | -2/+0 |
|\ \ \ |
|
| * | | | Fix warning when trying to save redictor setting from the configure page | ArthurHoaro | 2018-03-13 | 1 | -2/+0 |
|/ / / |
|
* | | | Merge pull request #1096 from ArthurHoaro/feature/download-params | ArthurHoaro | 2018-03-13 | 3 | -1/+96 |
|\ \ \
| |/ /
|/| | |
|
| * | | Make max download size and timeout configurable | ArthurHoaro | 2018-03-07 | 3 | -1/+96 |
* | | | Merge pull request #1097 from ArthurHoaro/fix/psr-elseif | ArthurHoaro | 2018-03-07 | 8 | -15/+15 |
|\ \ \ |
|
| * | | | PSR: use elseif instead of else if | ArthurHoaro | 2018-02-28 | 8 | -15/+15 |
| |/ / |
|
* | | | Merge pull request #1098 from josqu4red/perms-docker-alpine-latest | VirtualTam | 2018-03-02 | 1 | -0/+2 |
|\ \ \
| |/ /
|/| | |
|
| * | | Fix permission issue introduced with multi-stage build | Jonathan Amiez | 2018-03-02 | 1 | -0/+2 |
|/ / |
|
* | | Merge pull request #1090 from virtualtam/fix/doxygen | VirtualTam | 2018-02-26 | 2 | -2/+3 |
|\ \
| |/
|/| |
|
| * | Doxygen: ignore data/, simplify Make target | VirtualTam | 2018-02-23 | 2 | -2/+3 |
* | | Merge pull request #1085 from virtualtam/docker/multi-stage | VirtualTam | 2018-02-24 | 2 | -23/+29 |
|\ \ |
|
| * | | docker: introduce multi-stage image build (master, latest) | VirtualTam | 2018-02-14 | 2 | -23/+29 |
* | | | Merge pull request #1092 from ArthurHoaro/fix/scuttle-doctype-case | ArthurHoaro | 2018-02-24 | 3 | -2/+25 |
|\ \ \ |
|
| * | | | Ignore the case while checking DOCTYPE during the file import | ArthurHoaro | 2018-02-23 | 3 | -2/+25 |
| | |/
| |/| |
|
* | | | Merge pull request #1062 from ArthurHoaro/feature/pages-title | ArthurHoaro | 2018-02-24 | 3 | -105/+158 |
|\ \ \
| |/ /
|/| | |
|
| * | | Use a specific page title in all pages | ArthurHoaro | 2018-02-24 | 3 | -105/+158 |
|/ / |
|
* | | Merge pull request #1089 from virtualtam/readme/badges | VirtualTam | 2018-02-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Update badges for 'stable' | VirtualTam | 2018-02-22 | 1 | -1/+1 |
|/ / |
|
* | | Merge pull request #1084 from virtualtam/doc/updates | VirtualTam | 2018-02-16 | 4 | -25/+31 |
|\ \
| |/
|/| |
|
| * | doc: update references to config(.json)?.php | VirtualTam | 2018-02-14 | 3 | -17/+16 |
| * | doc: update Directory Structure | VirtualTam | 2018-02-14 | 1 | -8/+15 |
|/ |
|
* | Merge pull request #1059 from virtualtam/fix/htaccess-git | VirtualTam | 2018-02-05 | 1 | -0/+8 |
|\ |
|
| * | htaccess: prevent accessing resources not managed by SCM | VirtualTam | 2018-02-05 | 1 | -0/+8 |
|/ |
|