aboutsummaryrefslogtreecommitdiffhomepage
path: root/web
Commit message (Collapse)AuthorAgeFilesLines
...
* Added help about shortcutsNicolas Lœuillet2016-11-222-2/+2
|
* Fix card action overlapJeremy Benoist2016-11-204-29/+29
| | | | On smaller resolution
* Added shortcutNicolas Lœuillet2016-11-193-3/+3
|
* Added a simple search engineNicolas Lœuillet2016-11-194-30/+30
| | | | Fix #18
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-194-29/+29
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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-1/+1
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-144-27/+27
| |
| * Display a bigger image in case of image contentJeremy Benoist2016-11-083-28/+28
| | | | | | | | | | | | 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
| * Deal with more resolution issuesThomas Citharel2016-11-031-1/+1
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Fix resolution issues and 'title' issuesThomas Citharel2016-11-033-28/+28
| | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * Re-add bottom paginationJeremy Benoist2016-10-225-50/+39
| | | | | | | | 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-222-1/+6
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
| * WIPThomas Citharel2016-10-222-1/+7
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added CSS class on linksNicolas Lœuillet2016-11-164-34/+34
| |
* | Fix keyboard navigation on quickstart viewThomas Citharel2016-11-154-278/+20
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | fix next/prev pageThomas Citharel2016-11-151-0/+4
| |
* | Bring navigation (with right, left and enter) on material entries page. ↵Thomas Citharel2016-11-154-0/+53
| | | | | | | | | | | | | | | | 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-154-0/+53
| |
* | es6 importsThomas Citharel2016-11-152-0/+8
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added new shortcutsNicolas Lœuillet2016-11-159-5/+54
| |
* | Added shortcutsNicolas Lœuillet2016-11-159-4/+96
| |
* | Added unmark.it sharingNicolas Lœuillet2016-11-094-34/+34
| | | | | | | | Fix #668
* | Merge pull request #2180 from wallabag/download-picturesJeremy Benoist2016-11-031-0/+0
|\ \ | | | | | | Download pictures
| * | Move related event things in Event folderJeremy Benoist2016-10-301-0/+0
| |/
* | avoid eslint warning by disabling lineThomas Citharel2016-11-034-34/+34
| | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* | Added translations and baggy partNicolas Lœuillet2016-10-312-2/+2
| |
* | Added QRCode and link to configure android applicationNicolas Lœuillet2016-10-314-39/+41
|/
* Fix baggy on small screensThomas Citharel2016-10-158-12/+4
|
* fix stylelintThomas Citharel2016-10-158-42/+42
|
* Improved side menu, reduced the font size on small screens, fixed a form to ↵Alexandr Danilov2016-10-158-31/+31
| | | | add links on small screens
* Optimize the way tag list is renderedJeremy Benoist2016-10-096-31/+31
| | | | | | 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
* better tags on materialThomas Citharel2016-10-052-2/+2
|
* better tags on baggyThomas Citharel2016-10-042-2/+2
|
* typo and build on testThomas Citharel2016-10-041-1/+1
|
* use airbnb base rules and update eslintThomas Citharel2016-10-044-4/+4
|
* Fix icon positionThomas Citharel2016-10-046-34/+34
|
* Fixed icon position in share menuNicolas Lœuillet2016-10-046-34/+34
|
* fix iconsThomas Citharel2016-10-042-2/+2
|
* Add eslint & stylelint tests (fix a few things) and move dependencies to devThomas Citharel2016-10-048-37/+37
|
* Fix font & TravisJeremy Benoist2016-10-0478-46/+129995
| | | | Grunt now copy fonts instead of symlink (node_modules won't exist for the end user)
* Basically, fix everythingThomas Citharel2016-10-0380-0/+132
| | | | | | * Remove install.sh * Assets are now provided * Icons font issues are fixed
* Jump to Symfony 3.1Jeremy Benoist2016-06-221-10/+0
|
* SensioLabsInsight fixesNicolas Lœuillet2016-01-221-0/+0
|
* Move public assets for themesJeremy Benoist2016-01-223-3/+0
| | | | | So they can be installed using the `assets:install` command and there'll no longer symlink in the repo They moved from `web/themes/...` to `bundles/wallabagcore/themes/...`
* Switch to Symfony 3 structureJeremy Benoist2016-01-154-8/+22
|
* Update bundle & stock fileJeremy Benoist2016-01-152-10/+12
| | | | | | - update stock file (AppKernel, app.php, etc ..) from SymfonyStandard edition) - update bundle to latest release - remove security on profiler
* Rewrote Wallabag v1 importJeremy Benoist2016-01-021-0/+0
|
* Added Material themeAlexandr Danilov2015-08-041-0/+1
|
* Remove old themesJeremy2015-03-015-5/+0
|
* Add LiipThemeBundleJeremy2015-03-017-7/+7
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))