aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Merge pull request #2520 from wallabag/configNicolas Lœuillet2016-10-316-22/+13
| |\ \ \ | | |/ / | |/| | Inject parameter instead of service
| | * | Fix testsJeremy Benoist2016-10-301-10/+2
| | | |
| | * | Inject parameter instead of serviceJeremy Benoist2016-10-305-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!
| * | Merge pull request #2518 from wallabag/docs-dev-3rd-party-by-strubblThomas Citharel2016-10-303-3/+3
| |\ \ | | | | | | | | docs: fix link to wallabag-stats project
| | * | docs: fix link to wallabag-stats projectSven Fischer2016-10-303-3/+3
| | | |
| * | | Merge pull request #2514 from wallabag/docs-dev-3rd-party-by-strubblNicolas Lœuillet2016-10-303-3/+6
| |\| | | | | | | | | | docs: update 3rd party projects by Strubbl
| | * | docs: update 3rd party projects by StrubblSven Fischer2016-10-293-3/+6
| |/ /
| * | Merge pull request #2513 from wallabag/update-capistrano-configJeremy Benoist2016-10-294-11/+8
| |\ \ | | | | | | | | Updated Capistrano configuration
| | * | Updated Capistrano configurationNicolas Lœuillet2016-10-294-11/+8
| | | |
| * | | Merge pull request #2506 from wallabag/fix-export-with-tagsNicolas Lœuillet2016-10-294-20/+50
| |\ \ \ | | |/ / | |/| | Fixed entries export filtered with a tag
| | * | Added test for export by filtering with tagNicolas Lœuillet2016-10-291-0/+11
| | | |
| | * | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-293-20/+39
| |/ / | | | | | | | | | Fix #2505
| * | Merge pull request #2509 from wallabag/explode-api-controllerJeremy Benoist2016-10-297-1341/+1381
| |\ \ | | |/ | |/| Exploded WallabagRestController into many controllers
| | * Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| | |
| | * Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-287-1341/+1386
| |/ | | | | | | Fix #2503
| * Merge pull request #2508 from wallabag/fix-redis-rabbit-docNicolas Lœuillet2016-10-276-6/+6
| |\ | | | | | | Added the whole path to parameters.yml file
| | * Added the whole path to parameters.yml fileNicolas Lœuillet2016-10-276-6/+6
| |/
| * Merge pull request #2507 from wallabag/add-check-makefileNicolas Lœuillet2016-10-274-6/+31
| |\ | | | | | | Added require.sh to check if composer is installed
| | * Usage of composer.phar if it's foundNicolas Lœuillet2016-10-274-5/+12
| | |
| | * Added require.sh to check if composer is installedNicolas Lœuillet2016-10-274-3/+21
| |/
| * Merge pull request #2500 from wallabag/add-check-composerJeremy Benoist2016-10-272-1/+3
| |\ | | | | | | Added a check in Makefile to see if composer is installed
| | * Added a check in Makefile to see if composer is installedNicolas Lœuillet2016-10-242-1/+3
| | | | | | | | | | | | Fix #2498
| * | Merge pull request #2504 from wallabag/change-page-title-filter-tagsNicolas Lœuillet2016-10-2616-15/+24
| |\ \ | | | | | | | | Added tag label in the page title
| | * | Renamed variable for page titleNicolas Lœuillet2016-10-263-9/+9
| | | |
| | * | Added tag label in the page titleNicolas Lœuillet2016-10-2616-15/+24
| |/ / | | | | | | | | | Fix #2472
| * | Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-256-0/+532
| |\ \ | | | | | | | | Portuguese (Brazilian) translation
| | * | Translated missed line 147Paulino Michelazzo2016-10-251-1/+1
| | | |
| | * | Fix Portuguese translationJeremy Benoist2016-10-211-2/+2
| | | |
| | * | Update translationPaulino Michelazzo2016-10-211-60/+60
| | | |
| | * | Update Portuguese translationsJeremy Benoist2016-10-201-9/+78
| | | |
| | * | Validate ALL translations filesJeremy Benoist2016-10-201-0/+2
| | | |
| | * | Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | | | | | | | Some missed strings translated.
| | * | Update Portuguese (Brazilian) translationPaulino Michelazzo2016-10-191-0/+1
| | | | | | | | | | | | | | | | Adding the config.yml on the package.
| | * | Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18459-20211/+144794
| | |\ \
| | * | | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-184-0/+460
| | | | | | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
| * | | | Merge pull request #2493 from bmillemathias/add_link_content_fetch_problemNicolas Lœuillet2016-10-241-1/+2
| |\ \ \ \ | | | | | | | | | | | | Add relevant links to fetch content error page
| | * | | | Removed the email partNicolas Lœuillet2016-10-241-1/+1
| | | | | |
| | * | | | Add relevant links to fetch content error pages.Baptiste Mille-Mathias2016-10-231-1/+2
| |/ / / / | | | | | | | | | | | | | | | We link to the troubleshooting guide and give the mail link.
* | | | | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-0372-86/+1051
|\ \ \ \ \ | | | | | | | | | | | | Download pictures
| * | | | | Add warning message for import + download imagesJeremy Benoist2016-11-0319-4/+81
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When import isn't async and downloading images is enabled, we warn the user that import can fail. Also, added missing translations
| * | | | | CSJeremy Benoist2016-11-021-2/+0
| | | | | |
| * | | | | Add more importer to wallabag:import commandJeremy Benoist2016-11-021-10/+16
| | | | | | | | | | | | | | | | | | | | | | | | All importer available expect Pocket which require an oAuth login.
| * | | | | Add entry.saved event to import & restJeremy Benoist2016-11-0217-49/+222
| | | | | |
| * | | | | Use custom event instead of Doctrine onesJeremy Benoist2016-11-018-126/+202
| | | | | | | | | | | | | | | | | | | | | | | | 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 & migrationJeremy Benoist2016-10-3115-35/+62
| | | | | |
| * | | | | Ability to enable/disable downloading imagesJeremy Benoist2016-10-304-0/+78
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 EntryJeremy Benoist2016-10-301-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | Because we need wallabag_url to be defined when we’ll insert entries
| * | | | | Add instance url to the downloaded imagesJeremy Benoist2016-10-303-2/+20
| | | | | |
| * | | | | Fixing testsJeremy Benoist2016-10-307-23/+63
| | | | | |
| * | | | | Use doctrine event to download imagesJeremy Benoist2016-10-306-128/+397
| | | | | |