Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | wallabag is full lowercase | Jeremy Benoist | 2016-11-02 | 1 | -7/+7 | |
| | | | | ||||||
| | * | | Translation - French - tiny typo | Jean-Baptiste | 2016-10-31 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Translation - French - tiny escape correction | Jean-Baptiste | 2016-10-31 | 1 | -24/+24 | |
| | | | | ||||||
| | * | | Translation - French - tiny escape correction | Jean-Baptiste | 2016-10-31 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | Translation update - French | Jean-Baptiste | 2016-10-30 | 1 | -4/+4 | |
| | | | | ||||||
| | * | | Translation update - French | Jean-Baptiste | 2016-10-30 | 2 | -367/+367 | |
| | | | | ||||||
| * | | | Force user-agent for .slashdot.org | Kevin Decherf | 2016-11-01 | 1 | -0/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | |||||
| * | | | Add Instapaper to CLI import | Laurent | 2016-11-01 | 1 | -0/+3 | |
| | | | | ||||||
| * | | | Inject parameter instead of service | Jeremy Benoist | 2016-10-30 | 5 | -12/+11 | |
| | | | | | | | | | | | | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition! | |||||
| * | | | Fixed entries export filtered with a tag | Nicolas Lœuillet | 2016-10-29 | 3 | -20/+39 | |
| | | | | | | | | | | | | | | | | Fix #2505 | |||||
| * | | | Removed useless route | Nicolas Lœuillet | 2016-10-28 | 1 | -5/+0 | |
| | | | | ||||||
| * | | | Exploded WallabagRestController into many controllers | Nicolas Lœuillet | 2016-10-28 | 4 | -521/+551 | |
| |/ / | | | | | | | | | | Fix #2503 | |||||
| * | | Renamed variable for page title | Nicolas Lœuillet | 2016-10-26 | 3 | -9/+9 | |
| | | | ||||||
| * | | Added tag label in the page title | Nicolas Lœuillet | 2016-10-26 | 16 | -15/+24 | |
| | | | | | | | | | | | | Fix #2472 | |||||
| * | | Merge pull request #2473 from pmichelazzo/master | Jeremy Benoist | 2016-10-25 | 2 | -0/+498 | |
| |\ \ | | |/ | |/| | Portuguese (Brazilian) translation | |||||
| | * | Translated missed line 147 | Paulino Michelazzo | 2016-10-25 | 1 | -1/+1 | |
| | | | ||||||
| | * | Fix Portuguese translation | Jeremy Benoist | 2016-10-21 | 1 | -2/+2 | |
| | | | ||||||
| | * | Update translation | Paulino Michelazzo | 2016-10-21 | 1 | -60/+60 | |
| | | | ||||||
| | * | Update Portuguese translations | Jeremy Benoist | 2016-10-20 | 1 | -9/+78 | |
| | | | ||||||
| | * | Update validators.pt.yml file | Paulino Michelazzo | 2016-10-20 | 1 | -5/+5 | |
| | | | | | | | | | Some missed strings translated. | |||||
| | * | Merge remote-tracking branch 'wallabag/master' | Paulino Michelazzo | 2016-10-18 | 235 | -20760/+5158 | |
| | |\ | ||||||
| | * | | Portuguese (Brazilian) translation | Paulino Michelazzo | 2016-10-18 | 2 | -0/+429 | |
| | | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2. | |||||
* | | | | Merge pull request #2180 from wallabag/download-pictures | Jeremy Benoist | 2016-11-03 | 41 | -37/+635 | |
|\ \ \ \ | | | | | | | | | | | Download pictures | |||||
| * | | | | Add warning message for import + download images | Jeremy Benoist | 2016-11-03 | 19 | -4/+81 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations | |||||
| * | | | | CS | Jeremy Benoist | 2016-11-02 | 1 | -2/+0 | |
| | | | | | ||||||
| * | | | | Add more importer to wallabag:import command | Jeremy Benoist | 2016-11-02 | 1 | -10/+16 | |
| | | | | | | | | | | | | | | | | | | | | All importer available expect Pocket which require an oAuth login. | |||||
| * | | | | Add entry.saved event to import & rest | Jeremy Benoist | 2016-11-02 | 8 | -10/+76 | |
| | | | | | ||||||
| * | | | | Use custom event instead of Doctrine ones | Jeremy Benoist | 2016-11-01 | 6 | -108/+165 | |
| | | | | | | | | | | | | | | | | | | | | This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry. | |||||
| * | | | | Add translations & migration | Jeremy Benoist | 2016-10-31 | 3 | -35/+7 | |
| | | | | | ||||||
| * | | | | Ability to enable/disable downloading images | Jeremy Benoist | 2016-10-30 | 3 | -0/+38 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | This will speed up the test suite because it won’t download everything when we add new entry… Add a custom test with downloading image enabled | |||||
| * | | | | Move settings before Entry | Jeremy Benoist | 2016-10-30 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | Because we need wallabag_url to be defined when we’ll insert entries | |||||
| * | | | | Add instance url to the downloaded images | Jeremy Benoist | 2016-10-30 | 2 | -1/+17 | |
| | | | | | ||||||
| * | | | | Fixing tests | Jeremy Benoist | 2016-10-30 | 3 | -17/+38 | |
| | | | | | ||||||
| * | | | | Use doctrine event to download images | Jeremy Benoist | 2016-10-30 | 4 | -128/+274 | |
| | | | | | ||||||
| * | | | | Cleanup | Jeremy Benoist | 2016-10-30 | 2 | -3/+2 | |
| | | | | | ||||||
| * | | | | Move related event things in Event folder | Jeremy Benoist | 2016-10-30 | 5 | -6/+6 | |
| | | | | | ||||||
| * | | | | CS | Jeremy Benoist | 2016-10-29 | 2 | -37/+42 | |
| | | | | | ||||||
| * | | | | Working | Thomas Citharel | 2016-10-29 | 1 | -1/+43 | |
| | | | | | ||||||
| * | | | | Download pictures successfully | Thomas Citharel | 2016-10-29 | 2 | -169/+156 | |
| | | | | | | | | | | | | | | | | | | | | Needs to rewrite them properly (get base url) | |||||
| * | | | | first draft (from v1) | Thomas Citharel | 2016-10-29 | 1 | -0/+168 | |
| | | | | | ||||||
* | | | | | Fixed review | Nicolas Lœuillet | 2016-10-31 | 2 | -8/+8 | |
| | | | | | ||||||
* | | | | | Added translations and baggy part | Nicolas Lœuillet | 2016-10-31 | 13 | -2/+23 | |
| | | | | | ||||||
* | | | | | Added QRCode and link to configure android application | Nicolas Lœuillet | 2016-10-31 | 2 | -0/+13 | |
|/ / / / | ||||||
* | | | | Added relation between API Client and User | Nicolas Lœuillet | 2016-10-24 | 3 | -3/+48 | |
| | | | | | | | | | | | | | | | | Fix #2062 | |||||
* | | | | Update messages.pl.yml | Mateusz Rumiński | 2016-10-24 | 1 | -10/+10 | |
| | | | | | | | | | | | | translate reset section to polish | |||||
* | | | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-10-24 | 25 | -84/+146 | |
|\| | | | ||||||
| * | | | Merge pull request #2481 from wallabag/some-fixes | Nicolas Lœuillet | 2016-10-21 | 17 | -7/+56 | |
| |\ \ \ | | | | | | | | | | | Some fixes | |||||
| | * | | | Update Twitter cards description | Jeremy Benoist | 2016-10-21 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Update translation for piwik_host | Jeremy Benoist | 2016-10-21 | 2 | -2/+2 | |
| | | | | | ||||||
| | * | | | Fix missing translations | Jeremy Benoist | 2016-10-21 | 11 | -0/+33 | |
| | | | | |