aboutsummaryrefslogtreecommitdiffhomepage
path: root/app/Resources
Commit message (Collapse)AuthorAgeFilesLines
...
* Fixed logout shortcutNicolas Lœuillet2016-11-231-1/+1
|
* Merge pull request #2620 from wallabag/fix-password-layoutJeremy Benoist2016-11-237-14/+0
|\ | | | | Fix password layout
| * These files aren’t used anymoreJeremy Benoist2016-11-227-14/+0
| | | | | | | | Translation were moved to the global one
* | Fixed entry shortcuts available in list viewNicolas Lœuillet2016-11-222-30/+38
|/
* Merge pull request #2317 from wallabag/restricted-accessJeremy Benoist2016-11-2212-0/+12
|\ | | | | Added authentication for restricted access articles
| * Added documentation and missing translationsNicolas Lœuillet2016-11-2211-0/+11
| |
| * Added internal setting to enable/disable articles with paywallNicolas Lœuillet2016-11-221-0/+1
| |
* | Added help about shortcutsNicolas Lœuillet2016-11-222-2/+2
|/
* Merge pull request #2613 from wallabag/fix-overlapThomas Citharel2016-11-221-0/+4
|\ | | | | Fix card action overlap
| * Fix card action overlapJeremy Benoist2016-11-201-0/+4
| | | | | | | | On smaller resolution
* | Add missing translationsJeremy Benoist2016-11-2012-1/+16
|/
* Added shortcutNicolas Lœuillet2016-11-192-0/+13
|
* Added testsNicolas Lœuillet2016-11-191-1/+1
|
* Added a simple search engineNicolas Lœuillet2016-11-192-4/+8
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-192-24/+122
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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
| * Changed display for material themeNicolas Lœuillet2016-11-141-2/+1
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-142-2/+3
| |
| * Display a bigger image in case of image contentJeremy Benoist2016-11-081-1/+6
| | | | | | | | | | | | 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
| * Remove the left margin of tagJeremy Benoist2016-11-081-0/+4
| | | | | | | | In the entries list, the first tag below the link isn’t stick to the left. Now it is.
| * Merge pull request #2460 from wallabag/ui-changesNicolas Lœuillet2016-11-042-22/+111
| |\ | | | | | | UI Changes
| | * Deal with more resolution issuesThomas Citharel2016-11-031-1/+17
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Fix resolution issues and 'title' issuesThomas Citharel2016-11-031-2/+9
| | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * Re-add bottom paginationJeremy Benoist2016-10-221-1/+0
| | | | | | | | | | | | Also pager.html.twig wasn’t necessary, there weren't enough duplication to put them in a dedicated template
| | * remove padding on small widthsThomas Citharel2016-10-221-1/+0
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| | * WIPThomas Citharel2016-10-221-17/+85
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added CSS class on linksNicolas Lœuillet2016-11-162-8/+8
| | |
* | | Fix keyboard navigation on quickstart viewThomas Citharel2016-11-151-0/+5
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | fix next/prev pageThomas Citharel2016-11-152-13/+6
| | |
* | | Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-157-24/+105
| | | | | | | | | | | | | | | | | | | | | | | | Supports going to next and previous page ! Also better indentation for js files (changed editorconfig for them). Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Reorganized JS folders for shortcutsNicolas Lœuillet2016-11-159-46/+71
| | |
* | | es6 importsThomas Citharel2016-11-156-39/+44
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Added new shortcutsNicolas Lœuillet2016-11-151-1/+36
| | |
* | | Added shortcutsNicolas Lœuillet2016-11-151-0/+12
| | |
* | | Added unmark.it sharingNicolas Lœuillet2016-11-0915-0/+22
| | | | | | | | | | | | Fix #668
* | | Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-033-1/+32
|\| |
| * | Translation update - FrenchJean-Baptiste2016-10-301-1/+1
| | |
| * | Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-252-0/+31
| |\ \ | | |/ | |/| Portuguese (Brazilian) translation
| | * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-1854-13/+3898
| | |\
| | * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+31
| | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.
* | | | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-0311-0/+11
|\ \ \ \ | | | | | | | | | | Download pictures
| * | | | Add translations & migrationJeremy Benoist2016-10-3111-0/+11
| |/ / /
* | | | avoid eslint warning by disabling lineThomas Citharel2016-11-031-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | | Added translations and baggy partNicolas Lœuillet2016-10-311-1/+1
| | | |
* | | | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-311-0/+2
|/ / /
* | / Update translation for piwik_hostJeremy Benoist2016-10-2111-11/+11
| |/ |/|
* | Fixed hardcoded title for internal settingsNicolas Lœuillet2016-10-171-1/+1
| | | | | | | | Fix #2458
* | Merge pull request #2455 from wallabag/fix-material-config-tabsJeremy Benoist2016-10-161-1/+1
|\ \ | | | | | | Fix tabs on material
| * | Fix tabs on materialThomas Citharel2016-10-151-1/+1
| | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | | Merge pull request #2454 from wallabag/fix-baggy-small-widthJeremy Benoist2016-10-161-0/+8
|\ \ \ | | | | | | | | Fix baggy display on small screens
| * | | Fix baggy on small screensThomas Citharel2016-10-151-0/+8
| |/ /