aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #3022 from wallabag/webpackThomas Citharel2017-05-09202-132081/+8809
|\ | | | | Adds Webpack support and remove Grunt
| * icon mail a bit betterThomas Citharel2017-05-092-2/+2
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * fix 3-dots menu positionThomas Citharel2017-05-081-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix review againThomas Citharel2017-05-074-51/+57
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix reviewsAline2017-05-0710-9/+33
| | | | | | | | Signed-off-by: Aline <chetta.aline@gmail.com>
| * fixed margin on sidebar menuThomas Citharel2017-05-052-2/+2
| |
| * Fix according to reviewThomas Citharel2017-05-047-1054/+41
| |
| * rebaseThomas Citharel2017-05-042-1/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Use npm script instead of direct webpack callThomas Citharel2017-05-041-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * fix travisThomas Citharel2017-05-041-4/+3
| |
| * fix theme changesThomas Citharel2017-05-041-6/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * add comment to config.yml to explain live reload featureThomas Citharel2017-05-041-0/+1
| |
| * disable default dev serverThomas Citharel2017-05-041-1/+1
| |
| * Adds Webpack support and removes the use for GruntThomas Citharel2017-05-04197-131003/+8709
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> use scss Signed-off-by: Thomas Citharel <tcit@tcit.fr> fix build, add babel, fix annotations fixes (and improvements !) for baggy add live reload & environments & eslint & theme fixes
* | Merge pull request #3088 from wallabag/execute-migrations-after-installJérémy Benoist2017-05-053-12/+26
|\ \ | | | | | | Added migrations execution after fresh install
| * | Added migrations execution after fresh installNicolas Lœuillet2017-05-055-14/+28
| | |
* | | Merge pull request #2920 from wallabag/cleanduplicatescommandJérémy Benoist2017-05-057-2/+319
|\ \ \ | |/ / |/| | Clean Duplicates Command
| * | Fixed testNicolas Lœuillet2017-05-051-0/+4
| | |
| * | Fixed @j0k3r reviewNicolas Lœuillet2017-05-052-6/+4
| | |
| * | Added test for deduplicationNicolas Lœuillet2017-05-054-3/+67
| | |
| * | Add docs for cli commandsThomas Citharel2017-05-012-0/+60
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add basic testsThomas Citharel2017-05-011-0/+59
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add Clean Duplicates CommandThomas Citharel2017-05-012-0/+132
| | |
* | | Merge pull request #3053 from wallabag/api-bulk-addNicolas Lœuillet2017-05-055-83/+236
|\ \ \ | | | | | | | | Added API endpoint to handle a list of URL
| * | | Little refacto and send 400 on reaching urls limitJeremy Benoist2017-05-052-106/+97
| | | |
| * | | Added limitNicolas Lœuillet2017-05-015-0/+37
| | | |
| * | | Fix tests (for real this time)Jeremy Benoist2017-05-011-2/+2
| | | |
| * | | Fix testsJeremy Benoist2017-05-012-5/+4
| | | |
| * | | Splitted the endpoint in twoNicolas Lœuillet2017-05-012-63/+88
| | | |
| * | | Added API endpoint to handle a list of URLNicolas Lœuillet2017-05-012-8/+109
| |/ / | | | | | | | | | By passing an array, you can add / delete URL in mass (bulk request)
* | | Merge pull request #3080 from wallabag/use-username-to-importNicolas Lœuillet2017-05-043-16/+41
|\ \ \ | | | | | | | | Use username to import
| * | | Use username to importThomas Citharel2017-05-043-16/+41
| | |/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> add docs Signed-off-by: Thomas Citharel <tcit@tcit.fr> use username as default Signed-off-by: Thomas Citharel <tcit@tcit.fr> rename user to username typo Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #3060 from wallabag/search-usersThomas Citharel2017-05-0417-118/+256
|\ \ \ | |/ / |/| | Search & paginate users
| * | Merged list and search methodsNicolas Lœuillet2017-05-0215-154/+99
| | |
| * | rename index to listThomas Citharel2017-05-022-6/+6
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Fix testsThomas Citharel2017-05-022-5/+23
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add paginationThomas Citharel2017-05-023-12/+45
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * | Add filter to users management pageThomas Citharel2017-05-0217-28/+170
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #3079 from wallabag/update-docJérémy Benoist2017-05-0416-26/+26
|\ \ \ | | | | | | | | Fixed old links in documentation
| * | | Updated documentation versionNicolas Lœuillet2017-05-034-8/+8
| | | |
| * | | Fixed old links in documentationNicolas Lœuillet2017-05-0312-18/+18
|/ / /
* | | Merge pull request #3047 from wallabag/add-notmatches-operatorNicolas Lœuillet2017-05-0332-51/+126
|\ \ \ | | | | | | | | Added notmatches operator for tagging rule
| * | | Changed export testNicolas Lœuillet2017-05-031-3/+1
| | | |
| * | | Fixed @j0k3r reviewNicolas Lœuillet2017-04-222-2/+2
| | | |
| * | | Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-2032-48/+125
| | | |
* | | | Merge pull request #3075 from wallabag/disable-shortcuts-loginNicolas Lœuillet2017-05-022-1/+6
|\ \ \ \ | | | | | | | | | | Disabled shortcuts on login/register page
| * | | | Disabled shortcuts on login/register pageNicolas Lœuillet2017-05-022-1/+6
| | |/ / | |/| |
* | | | Merge pull request #3073 from wallabag/fix-sandwichNicolas Lœuillet2017-05-021-5/+5
|\ \ \ \ | |/ / / |/| | | Fixed sandwich menu position in entry view (material theme)
| * | | Fixed sandwich menu position in entry view (material theme)Nicolas Lœuillet2017-05-021-5/+5
|/ / /
* | | Merge remote-tracking branch 'origin/master' into 2.3Jeremy Benoist2017-05-013-2/+6
|\ \ \ | |_|/ |/| |