aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* 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)
| * first draft (from v1)Thomas Citharel2016-10-291-0/+168
| |
* | Fixed reviewNicolas Lœuillet2016-10-312-8/+8
| |
* | Added translations and baggy partNicolas Lœuillet2016-10-3113-2/+23
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-312-0/+13
|/
* Added relation between API Client and UserNicolas Lœuillet2016-10-243-3/+48
| | | | Fix #2062
* Update messages.pl.ymlMateusz Rumiński2016-10-241-10/+10
| | | translate reset section to polish
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-2425-84/+146
|\
| * Merge pull request #2481 from wallabag/some-fixesNicolas Lœuillet2016-10-2117-7/+56
| |\ | | | | | | Some fixes
| | * Update Twitter cards descriptionJeremy Benoist2016-10-211-1/+1
| | |
| | * Update translation for piwik_hostJeremy Benoist2016-10-212-2/+2
| | |
| | * Fix missing translationsJeremy Benoist2016-10-2111-0/+33
| | |
| | * Requeue depending on producerJeremy Benoist2016-10-201-0/+12
| | | | | | | | | | | | Browser import can requeue message from `parseEntry` but we should take care of the way import are handled (depending on the producer)
| | * Avoid RabbitMQ consumer to loopJeremy Benoist2016-10-201-2/+3
| | | | | | | | | | | | When the `parseEntry` returns null it means the entry already exists in the database. Sending `false` as return, will requeue the message which will then loop forever.
| | * Translate dateJeremy Benoist2016-10-201-1/+4
| | | | | | | | | | | | I use a kind of hacky way to convert the user locale (defined with 2 letters, like `fr`) into a local with 5 letters (like `fr_FR`). I guess it should work on most of the case..
| | * Fix french translationJeremy Benoist2016-10-201-1/+1
| | |
| * | If reload content failed, don’t update itJeremy Benoist2016-10-204-1/+13
| |/ | | | | | | In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
| * Merge pull request #2455 from wallabag/fix-material-config-tabsJeremy Benoist2016-10-162-10/+10
| |\ | | | | | | Fix tabs on material
| | * Fix tabs on materialThomas Citharel2016-10-152-10/+10
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Merge pull request #2454 from wallabag/fix-baggy-small-widthJeremy Benoist2016-10-161-14/+14
| |\ \ | | | | | | | | Fix baggy display on small screens
| | * | Fix baggy on small screensThomas Citharel2016-10-151-14/+14
| | |/
| * | Merge pull request #2459 from wallabag/improve-german-translationThomas Citharel2016-10-162-49/+49
| |\ \ | | | | | | | | German: improve existing and add missing translation
| | * | German: improve existing and add missing translationSven Fischer2016-10-162-49/+49
| | |/
| * / add link to German documentation in about pageSven Fischer2016-10-161-0/+1
| |/
| * Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-151-3/+3
| | | | | | | | add links on small screens
* | Merge pull request #2401 from wallabag/reset-accountJeremy Benoist2016-10-2424-41/+392
|\ \ | | | | | | Reset account
| * | Fix migrationsJeremy Benoist2016-10-231-1/+1
| | |
| * | Lowercase wallabagJeremy Benoist2016-10-221-4/+4
| | |
| * | Add verification check for MySQL versionJeremy Benoist2016-10-221-1/+17
| | | | | | | | | | | | Must now be >= 5.5.4
| * | Use statements & update translationJeremy Benoist2016-10-225-33/+26
| | |
| * | CSJeremy Benoist2016-10-224-9/+10
| | |
| * | Add baggy reset partJeremy Benoist2016-10-221-0/+22
| | |
| * | Avoid orphan tagsJeremy Benoist2016-10-221-2/+14
| | |
| * | Cleanup subscriber / listener definitionJeremy Benoist2016-10-222-12/+1
| | |