Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fix #882 | tcit | 2014-10-22 | 1 | -1/+1 |
| | |||||
* | Merge pull request #848 from 11mariom/dev | Nicolas Lœuillet | 2014-10-14 | 2 | -0/+3 |
|\ | | | | | Add support for custom http port | ||||
| * | Add support for custom http port | Mariusz Kozakowski | 2014-09-23 | 2 | -0/+3 |
| | | | | | | | | | | Now you can use wallabag behind reverse proxy (i.e Squid or Varnish) without problem with urls like wallabag.example.com:8080. | ||||
* | | Merge pull request #843 from rros/mysql-utf8mb4 | Nicolas Lœuillet | 2014-10-14 | 1 | -3/+5 |
|\ \ | | | | | | | Convert the MySQL charset to utf8mb4 to support the full range of unicode | ||||
| * | | Convert the MySQL charset to utf8mb4 to support the full range of unicode ↵ | Robert Ros | 2014-09-18 | 1 | -3/+5 |
| |/ | | | | | | | characters | ||||
* | | get up to date for merge | tcit | 2014-09-28 | 2 | -4/+5 |
|\ \ | |||||
| * | | added email field | tcit | 2014-07-25 | 3 | -5/+6 |
| | | | |||||
* | | | merge refactor and dev | tcit | 2014-09-27 | 6 | -95/+96 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | fix pictures display when DOWNLOAD_PICTURES is enabled | Thomas Citharel | 2014-09-16 | 1 | -1/+1 |
| | | |||||
| * | Implemented additional check for using the 'X-Forwarded-Port' header. | André König | 2014-09-11 | 1 | -0/+4 |
| | | |||||
| * | remove old function | Thomas Citharel | 2014-08-28 | 1 | -17/+0 |
| | | |||||
| * | Fix downloading SQLite database from all users | Thomas Citharel | 2014-08-26 | 2 | -11/+11 |
| | | |||||
| * | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | Thomas Citharel | 2014-08-21 | 1 | -0/+4 |
| |\ | |||||
| | * | Merge pull request #814 from wallabag/fix-issue813 | tcitworld | 2014-08-21 | 1 | -0/+4 |
| | |\ | | | | | | | | | vendor dir is not accessible before install, sqlite db dir write check moved into db class | ||||
| | | * | vendor dir is not accessible before install, sqlite db dir write check moved ↵ | Maryana Rozhankivska | 2014-08-21 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | into db class | ||||
| * | | | Merge branch 'dev' of https://github.com/wallabag/wallabag into dev | Thomas Citharel | 2014-08-21 | 2 | -1/+9 |
| |\| | | |||||
| | * | | Merge pull request #783 from wallabag/message-after-login | Nicolas Lœuillet | 2014-08-18 | 1 | -0/+8 |
| | |\ \ | | | | | | | | | | | #763 fix to display the login successful message with the translation | ||||
| | | * | | fix to display the login successful message with the translation | Nicolas Lœuillet | 2014-07-22 | 1 | -0/+8 |
| | | | | | |||||
| | * | | | Merge pull request #785 from wallabag/change-default-pagination | Nicolas Lœuillet | 2014-08-18 | 1 | -1/+1 |
| | |\ \ \ | | | |_|/ | | |/| | | change default pagination, set it to 12, to have a nice baggy display | ||||
| | | * | | change default pagination, set it to 12, to have a nice baggy display | Nicolas Lœuillet | 2014-07-22 | 1 | -1/+1 |
| | | |/ | |||||
| * | | | merge fix 776 | Thomas Citharel | 2014-08-16 | 1 | -37/+36 |
| |\ \ \ | | |/ / | |/| | | |||||
| | * | | minimum of control on server side added | Maryana Rozhankivska | 2014-08-15 | 1 | -1/+4 |
| | |/ | |||||
| * | | typo | Nicolas Lœuillet | 2014-07-25 | 1 | -4/+4 |
| | | | |||||
| * | | security issue | Maryana Rozhankivska | 2014-07-24 | 2 | -42/+45 |
| | | | |||||
* | | | fixed bug for epub export #755 ; also better metadata title | tcit | 2014-07-20 | 2 | -6/+4 |
|/ / | |||||
* | | updated specific configuration for parsing | Nicolas Lœuillet | 2014-07-13 | 1 | -10/+10 |
| | | |||||
* | | Refactor | Nicolas Lœuillet | 2014-07-12 | 8 | -329/+381 |
| | | |||||
* | | remove PicoFarad | Nicolas Lœuillet | 2014-07-12 | 2 | -17/+4 |
| | | | | | | | | I’ll implement it an other day. | ||||
* | | PicoFarad framework for routing | Nicolas Lœuillet | 2014-07-11 | 3 | -54/+111 |
| | | |||||
* | | WHAT. A. BIG. REFACTOR. + new license (we moved to MIT one) | Nicolas Lœuillet | 2014-07-11 | 11 | -607/+825 |
|/ | |||||
* | I removed my previous commit. We have to create a new branch for that. | Nicolas Lœuillet | 2014-07-10 | 3 | -20/+24 |
| | |||||
* | new fields in database, reading time / date and domain name are stored | Nicolas Lœuillet | 2014-07-08 | 3 | -24/+21 |
| | |||||
* | fix for #738 | tcitworld | 2014-06-30 | 1 | -1/+1 |
| | |||||
* | up to date | tcit | 2014-06-07 | 4 | -31/+85 |
|\ | |||||
| * | error reporting level set in E_ALL & ~E_NOTICE by default, can be overriden ↵ | Maryana Rozhankivska | 2014-06-02 | 2 | -3/+5 |
| | | | | | | | | in config | ||||
| * | small xss vulnerability and translation ability fix | Maryana Rozhankivska | 2014-05-30 | 1 | -1/+1 |
| | | |||||
| * | small xss vulnerability and translation ability fix | Maryana Rozhankivska | 2014-05-30 | 1 | -21/+20 |
| | | |||||
| * | fix #344 FQDN with non-standard ports broken | Nicolas Lœuillet | 2014-05-29 | 1 | -0/+4 |
| | | |||||
| * | add dailymotion videos, issue #708 | Maryana Rozhankivska | 2014-05-26 | 1 | -5/+6 |
| | | |||||
| * | Added info for DOWNLOAD_PICTURES | tcitworld | 2014-05-20 | 1 | -1/+1 |
| | | | | | | We regenerate pictures, it might take some time | ||||
| * | Optimisation et gestion des erreurs | Simon Leblanc | 2014-05-20 | 1 | -28/+45 |
| | | |||||
| * | Fixed bug for png images | tcit | 2014-05-19 | 1 | -1/+1 |
| | | |||||
| * | Bug with bracket | tcit | 2014-05-19 | 1 | -1/+1 |
| | | |||||
| * | Option for setting quality | tcit | 2014-05-19 | 2 | -2/+3 |
| | | |||||
| * | Merge branch 'dev' into images_security | tcit | 2014-05-19 | 1 | -0/+1 |
| |\ | |||||
| * | | Security fix for Download Images | tcit | 2014-05-18 | 1 | -3/+33 |
| | | | |||||
* | | | do not debug inside an epub | tcit | 2014-06-07 | 1 | -5/+5 |
| |/ |/| | |||||
* | | Fix bad character encoding when downloading images | tcit | 2014-05-19 | 1 | -0/+1 |
|/ | |||||
* | Cleaned epub fonction | tcit | 2014-05-16 | 1 | -6/+4 |
| | |||||
* | Merge branch 'epub' into dev | tcit | 2014-05-16 | 2 | -0/+122 |
|\ | | | | | | | | | Conflicts: themes/baggy/home.twig |