aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources/views/themes/material
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2017-01-264-10/+10
|\
| * Fixed possible JS injection via the title editionNicolas Lœuillet2017-01-174-10/+10
| |
* | Fix double overlay on expanded right sidenavSimounet2016-12-301-2/+2
| |
* | Merge pull request #2725 from lapineige/masterNicolas Lœuillet2016-12-301-1/+1
|\ \ | | | | | | Share to Shaarli - Include tags
| * | Share tags to Shaarli - Material themelapineige2016-12-281-1/+1
| |/
* | Access to search, filters, export on mobileSimounet2016-12-291-24/+22
| |
* | Fix entry reading timeSimounet2016-12-273-10/+9
| |
* | Moved total messages from importNicolas Lœuillet2016-12-081-2/+0
| |
* | Added floating button on entry view for mobileNicolas Lœuillet2016-11-301-0/+11
| |
* | Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-282-8/+12
| |
* | Hide article text on mobile with list modeNicolas Lœuillet2016-11-281-1/+1
| |
* | Added list viewNicolas Lœuillet2016-11-282-2/+20
| |
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-221-1/+1
| |
* | Added translations and currentRoute parameterNicolas Lœuillet2016-11-192-1/+3
| |
* | Added search engine in baggy themeNicolas Lœuillet2016-11-192-3/+2
| |
* | Added a simple search engineNicolas Lœuillet2016-11-193-12/+27
| | | | | | | | Fix #18
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-1910-124/+220
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # Conflicts: # .editorconfig # docs/de/index.rst # docs/de/user/import.rst # docs/en/index.rst # docs/en/user/configuration.rst # docs/en/user/import.rst # docs/fr/index.rst # docs/fr/user/import.rst # src/Wallabag/CoreBundle/Command/InstallCommand.php # src/Wallabag/CoreBundle/Resources/translations/messages.da.yml # src/Wallabag/CoreBundle/Resources/translations/messages.de.yml # src/Wallabag/CoreBundle/Resources/translations/messages.en.yml # src/Wallabag/CoreBundle/Resources/translations/messages.es.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml # src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml # src/Wallabag/CoreBundle/Resources/translations/messages.it.yml # src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml # src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml # src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml # src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml # src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig # web/bundles/wallabagcore/themes/baggy/css/style.min.css # web/bundles/wallabagcore/themes/baggy/js/baggy.min.js # web/bundles/wallabagcore/themes/material/css/style.min.css # web/bundles/wallabagcore/themes/material/js/material.min.js
| * Added help on config screenNicolas Lœuillet2016-11-171-6/+42
| |
| * Hide creation date in mobile viewNicolas Lœuillet2016-11-141-2/+2
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-141-1/+4
| |
| * Merge pull request #2577 from wallabag/add-tooltip-materialJeremy Benoist2016-11-141-3/+3
| |\ | | | | | | Added tooltips in header bar
| | * Added tooltips in header barNicolas Lœuillet2016-11-121-3/+3
| | |
| * | Display a bigger image in case of image contentJeremy Benoist2016-11-085-68/+122
| |/ | | | | | | | | | | If the content is only an image, we can display a bigger preview image because we won’t have text to display. Also, split different card view to avoid too much complexity in the entries.html.twig
| * fix #2559Yuriy Evdokimov2016-11-081-1/+1
| |
| * Round readingtime to avoid crazy numberJeremy Benoist2016-11-061-1/+1
| | | | | | | | Like `8.666666666667 min`
| * Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-044-60/+63
| |\ | | | | | | UI Changes
| | * Deal with more resolution issuesThomas Citharel2016-11-032-4/+4
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-6/+6
| | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Re-add bottom paginationJeremy Benoist2016-10-222-11/+13
| | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| | * WIPThomas Citharel2016-10-222-41/+42
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+8
| | |
* | | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+8
| | | | | | | | | | | | Fix #496
* | | Added CSS class on linksNicolas Lœuillet2016-11-161-4/+4
| | |
* | | Added unmark.it sharingNicolas Lœuillet2016-11-091-0/+8
| | | | | | | | | | | | Fix #668
* | | Added new tag form in mobile view for Material themeNicolas Lœuillet2016-11-082-12/+5
| | | | | | | | | | | | Fix #2376
* | | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-031-8/+16
|\| |
| * | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-291-7/+11
| | | | | | | | | | | | Fix #2505
| * | Renamed variable for page titleNicolas Lœuillet2016-10-261-5/+5
| | |
| * | Added tag label in the page titleNicolas Lœuillet2016-10-261-1/+5
| |/ | | | | | | Fix #2472
* | Fixed reviewNicolas Lœuillet2016-10-311-1/+1
| |
* | Added translations and baggy partNicolas Lœuillet2016-10-311-2/+2
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+12
| |
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-241-5/+5
|\|
| * Fix tabs on materialThomas Citharel2016-10-151-5/+5
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Add ability to reset some datasJeremy Benoist2016-10-221-0/+16
| | | | | | | | | | | | - annotations - tags - entries
* | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-10-114-8/+15
|\|
| * Optimize the way tag list is renderedJeremy Benoist2016-10-091-5/+12
| | | | | | | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design
| * Fix few invalid HTML tagsKrzysztof Szafranek2016-10-093-3/+3
| |
* | Better display and descriptionJeremy Benoist2016-10-081-4/+4
| | | | | | | | Confirmation message isn’t required since it is written in the delete description
* | Logout user before deleting itJeremy Benoist2016-10-081-1/+9
| | | | | | | | And add a smal description