aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| | * Reorder variable assignation in update.sh script, fix #2554Darius Kramer2016-11-071-1/+1
| | |
| * | Merge pull request #2556 from wallabag/replace-tokenstorageNicolas Lœuillet2016-11-072-10/+21
| |\ \ | | |/ | |/| Replaced TokenStorage with TokenStorageInterface
| | * PHP CSNicolas Lœuillet2016-11-071-3/+2
| | |
| | * Replaced TokenStorage with TokenStorageInterfaceNicolas Lœuillet2016-11-072-7/+19
| | |
| * | Merge pull request #2552 from wallabag/reading-time-roundJeremy Benoist2016-11-061-1/+1
| |\ \ | | |/ | |/| Round readingtime to avoid crazy number
| | * Round readingtime to avoid crazy numberJeremy Benoist2016-11-061-1/+1
| |/ | | | | | | Like `8.666666666667 min`
| * Merge pull request #2546 from wallabag/update-parameters-docNicolas Lœuillet2016-11-063-0/+9
| |\ | | | | | | Updated default parameters.yml file in documentation
| | * Updated default parameters.yml file in documentationNicolas Lœuillet2016-11-063-0/+9
| |/
| * Merge pull request #2545 from wallabag/update-docNicolas Lœuillet2016-11-053-18/+3
| |\ | | | | | | Update the upgrade documentation
| | * Update the upgrade documentationNicolas Lœuillet2016-11-053-18/+3
| |/
| * Merge pull request #2536 from wallabag/prepare-213Nicolas Lœuillet2016-11-046-889/+465
| |\ | | | | | | Prepare wallabag 2.1.3 :rocket:
| | * Update CHANGELOGNicolas Lœuillet2016-11-042-920/+458
| | | | | | | | | | | | Usage of github-changes from @lalitkapoor
| | * Prepare wallabag 2.1.3 :rocket:Nicolas Lœuillet2016-11-046-19/+57
| |/
| * Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-0413-135/+233
| |\ | | | | | | UI Changes
| | * Deal with more resolution issuesThomas Citharel2016-11-034-6/+22
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Fix resolution issues and 'title' issuesThomas Citharel2016-11-036-36/+47
| | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Re-add bottom paginationJeremy Benoist2016-10-2210-76/+68
| | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| | * remove padding on small widthsThomas Citharel2016-10-223-2/+6
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * WIPThomas Citharel2016-10-225-59/+134
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Merge pull request #2534 from wallabag/default-sortNicolas Lœuillet2016-11-041-1/+1
| |\ \ | | | | | | | | Use created_at as default sort
| | * | Use created_at as default sortJeremy Benoist2016-11-041-1/+1
| |/ / | | | | | | | | | | | | Imported content use the real creation date. If we sort by id, it'll display contents in reverse order.
* | | Merge pull request #2600 from wallabag/install-assetsJeremy Benoist2016-11-191-0/+2
|\ \ \ | | | | | | | | Install assets for shortcuts
| * | | Install assets for shortcutsJeremy Benoist2016-11-181-0/+2
| | | |
* | | | Merge pull request #2601 from wallabag/store-http-statusNicolas Lœuillet2016-11-1923-0/+196
|\ \ \ \ | |/ / / |/| | | Added http_status in Entry entity
| * | | Check if status code is OKNicolas Lœuillet2016-11-182-0/+24
| | | |
| * | | Replace http status with a stringNicolas Lœuillet2016-11-182-3/+3
| | | | | | | | | | | | | | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters
| * | | Added http_status in Entry entityNicolas Lœuillet2016-11-1823-0/+172
|/ / /
* | | Merge pull request #2593 from wallabag/test-clarifyJeremy Benoist2016-11-187-28/+28
|\ \ \ | | | | | | | | Put log in the most common failure tests
| * | | Fix testsJeremy Benoist2016-11-171-5/+5
| | | |
| * | | Put log in the most common failure testsJeremy Benoist2016-11-177-26/+26
| | | | | | | | | | | | | | | | So we’ll quickly be able to see what kind of test is failing when viewing Travis
* | | | Merge pull request #2592 from wallabag/mruminski-patch-1Jeremy Benoist2016-11-171-3/+3
|\ \ \ \ | |/ / / |/| | | Update messages.pl.yml
| * | | Update messages.pl.ymlMateusz Rumiński2016-11-171-3/+3
|/ / / | | | | | | translate action_mark_as_read section to polish
* | | Merge pull request #2547 from wallabag/add-option-markasreadJeremy Benoist2016-11-1728-39/+335
|\ \ \ | | | | | | | | Added a configuration to define the redirection after archiving an entry
| * | | Fix migrationJeremy Benoist2016-11-172-8/+14
| | | |
| * | | CSJeremy Benoist2016-11-161-3/+0
| | | |
| * | | Update unit test for RedirectJeremy Benoist2016-11-161-61/+43
| | | |
| * | | Tried to fix testsNicolas Lœuillet2016-11-162-6/+60
| | | |
| * | | Added testsNicolas Lœuillet2016-11-163-6/+78
| | | |
| * | | Added constants for redirection valuesNicolas Lœuillet2016-11-163-3/+8
| | | |
| * | | Update messages.en.ymlStrubbl2016-11-161-2/+2
| | | |
| * | | Update messages.de.ymlStrubbl2016-11-161-22/+22
| | | |
| * | | update German configuration.rstStrubbl2016-11-161-5/+4
| | | |
| * | | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-1626-3/+184
|/ / / | | | | | | | | | Fix #496
* | | Merge pull request #2495 from wallabag/add-shortcutsNicolas Lœuillet2016-11-1625-44/+230
|\ \ \ | | | | | | | | Added shortcuts
| * | | Added CSS class on linksNicolas Lœuillet2016-11-168-49/+49
| | | |
| * | | Fix keyboard navigation on quickstart viewThomas Citharel2016-11-155-278/+25
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | fix next/prev pageThomas Citharel2016-11-153-13/+10
| | | |
| * | | Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-1512-24/+162
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Supports going to next and previous page ! Also better indentation for js files (changed editorconfig for them). Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | | Reorganized JS folders for shortcutsNicolas Lœuillet2016-11-1513-46/+124
| | | |
| * | | es6 importsThomas Citharel2016-11-159-40/+57
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>