aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update messages.de.ymlStrubbl2016-11-061-3/+3
|
* Add Pinboard importJeremy Benoist2016-11-0421-2/+381
|
* Merge pull request #2541 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-041-5/+5
|\ | | | | Update messages.pl.yml
| * Update messages.pl.ymlMateusz Rumiński2016-11-041-5/+5
| | | | | | missing polish translation added
* | Update of the OC versionQuent-in2016-11-041-19/+19
|/
* Add index into Table definitionJeremy Benoist2016-11-041-1/+5
|
* Use created_at as default sortJeremy Benoist2016-11-041-1/+1
| | | | With index (following https://github.com/wallabag/wallabag/pull/2534)
* CleanupJeremy Benoist2016-11-037-29/+6
|
* Fix rest controller mergeJeremy Benoist2016-11-034-0/+141
|
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-0329-1067/+1507
|\
| * Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-023-372/+372
| |\ | | | | | | Translation update - French
| | * wallabag is full lowercaseJeremy Benoist2016-11-021-7/+7
| | |
| | * Translation - French - tiny typoJean-Baptiste2016-10-311-1/+1
| | |
| | * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-24/+24
| | |
| | * Translation - French - tiny escape correctionJean-Baptiste2016-10-311-1/+1
| | |
| | * Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| | * Translation update - FrenchJean-Baptiste2016-10-302-367/+367
| | |
| * | Force user-agent for .slashdot.orgKevin Decherf2016-11-011-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 importLaurent2016-11-011-0/+3
| | |
| * | 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!
| * | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-293-20/+39
| | | | | | | | | | | | Fix #2505
| * | Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| | |
| * | Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-284-521/+551
| |/ | | | | | | Fix #2503
| * 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-252-0/+498
| |\ | | | | | | 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
| | |
| | * Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | | | | Some missed strings translated.
| | * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18235-20760/+5158
| | |\
| | * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-0341-37/+635
|\ \ \ \ | | | | | | | | | | 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-028-10/+76
| | | | |
| * | | | Use custom event instead of Doctrine onesJeremy Benoist2016-11-016-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 & migrationJeremy Benoist2016-10-313-35/+7
| | | | |
| * | | | Ability to enable/disable downloading imagesJeremy Benoist2016-10-303-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 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-302-1/+17
| | | | |
| * | | | Fixing testsJeremy Benoist2016-10-303-17/+38
| | | | |
| * | | | Use doctrine event to download imagesJeremy Benoist2016-10-304-128/+274
| | | | |
| * | | | CleanupJeremy Benoist2016-10-302-3/+2
| | | | |
| * | | | Move related event things in Event folderJeremy Benoist2016-10-305-6/+6
| | | | |
| * | | | CSJeremy Benoist2016-10-292-37/+42
| | | | |
| * | | | WorkingThomas Citharel2016-10-291-1/+43
| | | | |
| * | | | Download pictures successfullyThomas Citharel2016-10-292-169/+156
| | | | | | | | | | | | | | | | | | | | Needs to rewrite them properly (get base url)