aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeFilesLines
* capistrano configNicolas Lœuillet2015-08-177-0/+271
|
* 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
| | | |
* | | | Merge pull request #1304 from wallabag/v2-rename-starred-menuThomas Citharel2015-08-091-1/+1
|\ \ \ \ | | | | | | | | | | rename favorite in starred
| * | | | rename favorite in starredNicolas Lœuillet2015-08-091-1/+1
|/ / / /
* | | | Merge pull request #1296 from wallabag/v2-fix-564Thomas Citharel2015-08-081-1/+1
|\ \ \ \ | |_|/ / |/| | | fix #564: replace Untitled by the domain name
| * | | fix #564: replace Untitled by the domain nameNicolas Lœuillet2015-08-071-1/+1
|/ / /
| | * Preparation for adding linksAlexandr Danilov2015-08-082-1/+6
| | |
| | * fix #1281Alexandr Danilov2015-08-083-161/+76
| | |
| | * fix #1281 (notifications when we star articles are buggy)Alexandr Danilov2015-08-081-0/+8
| | | | | | | | | | | | All notification corrected