aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | store domainName in databaseNicolas Lœuillet2015-08-124-7/+7
|/
* 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
| |
* | 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-121-1/+6
|\ \ | |/ |/| 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-121-1/+6
| |
* | 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-129-49/+51
|\ | | | | add new post form in material header
| * add new post form in material headerNicolas Lœuillet2015-08-129-49/+51
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-126-37/+39
|/
* fix link in howto pageNicolas Lœuillet2015-08-112-2/+2
|
* add focus to search formNicolas Lœuillet2015-08-111-1/+2
|
* Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-103-2/+84
|\ | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-103-0/+82
| |\ | | | | | | add howto page
| | * add howto pageNicolas Lœuillet2015-08-073-0/+82
| | |
* | | Merge remote-tracking branch 'origin/v2' into v2_fix_materialAlexandr Danilov2015-08-102-1/+14
|\| | | | | | | | | | | | | | # Conflicts: # src/Wallabag/CoreBundle/Resources/views/themes/material/base.html.twig
| * | Merge pull request #1292 from wallabag/v2-tags-routeJeremy Benoist2015-08-093-2/+15
| |\ \ | | | | | | | | Add tags list display
| | * | fix displayNicolas Lœuillet2015-08-071-16/+2
| | | |
| | * | Add tags list displayNicolas Lœuillet2015-08-073-2/+29
| | | |
| * | | rename favorite in starredNicolas Lœuillet2015-08-091-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
* | | fix #1281 (When I save 10 articles, I've got 4 lines: 3 articles on 1st ↵Alexandr Danilov2015-08-081-2/+3
| | | | | | | | | | | | line, 3 on 2nd one, only 1 on 3rd line and 3 on last lines (chrome and firefox))
* | | Title in navigation barAlexandr Danilov2015-08-073-0/+15
| | |
* | | fix #1282Alexandr Danilov2015-08-072-0/+10
|/ /
* / fix #1282: add title on wallabag logoNicolas Lœuillet2015-08-071-1/+1
|/
* Merge pull request #1286 from wallabag/v2-issue-1283Danilow Alexandr2015-08-061-1/+12
|\ | | | | fix #1283: display the good title for each category
| * change order of conditionNicolas Lœuillet2015-08-051-3/+3
| |
| * fix #1283: display the good title for each categoryNicolas Lœuillet2015-08-051-1/+12
| |
* | Many corrections material themeAlexandr Danilov2015-08-0611-23/+353
|/
* Fixes and improve css @mediaAlexandr Danilov2015-08-048-71/+91
|
* Added Material themeAlexandr Danilov2015-08-0455-0/+16830
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-282-2/+12
| | | | for is_starred and is_archived
* Add basic title editionJeremy Benoist2015-06-022-8/+15
| | | | | Fix #218 I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
* Remove ability to change usernameJeremy2015-04-011-8/+0
| | | | | | | | | | Since password are linked to username it was hard to change username while checking that the password is the good one. Instead of doing crazy things to achieve that, I act that user won't be able to update username. Also, username (and email) must be unique, since people logged in using username and can request a new password using email. This should fix #1149
* Force raw on contentJeremy2015-04-011-3/+3
| | | We don't want Symfony to escape html content
* Add testsJeremy2015-03-313-20/+24
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-312-48/+122
| | | | will fix #1000
* Handle forgot passwordJeremy2015-03-085-5/+99
|
* Cleanup & simplify themeJeremy2015-03-0127-485/+140
|