aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | #1320 Design for filtersAlexandr Danilov2015-08-124-8/+64
| | | |
| * | | improved viewAlexandr Danilov2015-08-122-13/+17
| | | |
| * | | fix #1321Alexandr Danilov2015-08-122-1/+33
| | | |
* | | | Merge pull request #1352 from wallabag/v2-fix-paginationJeremy Benoist2015-08-173-2/+24
|\ \ \ \ | | | | | | | | | | fix #1350: fix pagination with filters
| * | | | add testNicolas Lœuillet2015-08-173-2/+24
| | | | |
| * | | | fix #1350: fix pagination with filtersNicolas Lœuillet2015-08-171-1/+1
| | |_|/ | |/| |
* | | | Merge pull request #1349 from wallabag/v2-add-original-linkJeremy Benoist2015-08-171-0/+8
|\ \ \ \ | |/ / / |/| | | add link to original article in material theme
| * | | add link to original article in material themeNicolas Lœuillet2015-08-161-0/+8
|/ / /
* | | Merge pull request #1338 from wallabag/v2-add-titlesJeremy Benoist2015-08-132-52/+52
|\ \ \ | |_|/ |/| | change title for material pages / about page
| * | fix diaspora urlNicolas Lœuillet2015-08-131-1/+1
| | |
| * | change title for material pages / about pageNicolas Lœuillet2015-08-132-52/+52
|/ /
* | Merge pull request #1331 from wallabag/v2-disable-downloadJeremy Benoist2015-08-121-6/+6
|\ \ | | | | | | disable download links on entry view
| * | disable download links on entry viewNicolas Lœuillet2015-08-121-7/+7
| |/
* | Merge pull request #1334 from wallabag/v2-store-domainnameJeremy Benoist2015-08-127-42/+8
|\ \ | |/ |/| store domainName in database
| * store domainName in databaseNicolas Lœuillet2015-08-127-42/+8
|/
* Merge pull request #1328 from wallabag/v2-fix-1324Jeremy Benoist2015-08-122-2/+2
|\ | | | | fix #1324: do not display pagination when only 1 page
| * remove pagination if page == 1 with baggy themeNicolas Lœuillet2015-08-121-1/+1
| |
| * fix #1324: do not display pagination when only 1 pageNicolas Lœuillet2015-08-121-1/+1
| |
* | Merge pull request #1326 from wallabag/v2-fix-1299Jeremy Benoist2015-08-121-5/+5
|\ \ | |/ |/| fix #1299: change send buttons on config page
| * fix #1299: change send buttons on config pageNicolas Lœuillet2015-08-121-5/+5
|/
* Merge pull request #1325 from wallabag/v2-fix-1314Jeremy Benoist2015-08-121-2/+2
|\ | | | | fix #1314: change max-width in material theme
| * fix #1314: change max-width in material themeNicolas Lœuillet2015-08-121-2/+2
| |
* | Merge pull request #1323 from wallabag/v2-1302-checkboxJeremy Benoist2015-08-122-1/+12
|\ \ | |/ |/| fix #1302: add 'stay connected' checkbox
| * add translationNicolas Lœuillet2015-08-121-1/+1
| |
| * fix indentationNicolas Lœuillet2015-08-121-1/+1
| |
| * add 'stay connected' checkboxNicolas Lœuillet2015-08-122-1/+12
| |
* | Merge pull request #1312 from wallabag/v2-fix-1311Jeremy Benoist2015-08-122-2/+21
|\ \ | | | | | | fix #1311, redirect after login
| * | add testNicolas Lœuillet2015-08-121-0/+19
| | |
| * | fix #1311, redirect after loginNicolas Lœuillet2015-08-101-2/+2
| | |
* | | Merge pull request #1322 from wallabag/v2-fix-1303Jeremy Benoist2015-08-121-1/+4
|\ \ \ | |_|/ |/| | fix #1303, add link to homepage on forgot password page
| * | fix #1303, add link to homepage on forgot password pageNicolas Lœuillet2015-08-121-1/+4
|/ /
* | Merge pull request #1319 from wallabag/v2-form-headerJeremy Benoist2015-08-1210-52/+66
|\ \ | | | | | | add new post form in material header
| * | add new post form in material headerNicolas Lœuillet2015-08-1210-52/+66
| | |
* | | Merge pull request #1297 from wallabag/v2-estimated-timeJeremy Benoist2015-08-1220-279/+433
|\ \ \ | |/ / |/| | store estimated reading time in database (#393)
| * | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-1220-279/+433
|/ /
* | Merge pull request #1317 from wallabag/v2-fix-typoJeremy Benoist2015-08-112-2/+2
|\ \ | | | | | | fix link in howto page
| * | fix link in howto pageNicolas Lœuillet2015-08-112-2/+2
|/ /
* | Merge pull request #1316 from wallabag/v2-focus-searchformThomas Citharel2015-08-111-1/+2
|\ \ | |/ |/| fix #1310 add focus to search form
| * add focus to search formNicolas Lœuillet2015-08-111-1/+2
|/
* Merge pull request #1298 from modos189/v2_fix_materialNicolas Lœuillet2015-08-105-149/+103
|\ | | | | fix material
| * Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-105-2/+122
| |\ | |/ |/| | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
* | Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-105-0/+120
|\ \ | | | | | | add howto page
| * | remove useless lineNicolas Lœuillet2015-08-101-1/+0
| | |
| * | add tests for static pagesNicolas Lœuillet2015-08-101-0/+29
| | |
| * | add howto pageNicolas Lœuillet2015-08-074-0/+92
| | |
| | * Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-106-2/+83
| | |\ | |_|/ |/| | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
* | | Merge pull request #1292 from wallabag/v2-tags-routeJeremy Benoist2015-08-096-2/+83
|\ \ \ | | | | | | | | Add tags list display
| * | | unit testNicolas Lœuillet2015-08-072-2/+19
| | | |
| * | | fix displayNicolas Lœuillet2015-08-071-16/+2
| | | |
| * | | Add tags list displayNicolas Lœuillet2015-08-075-2/+80
| | | |