Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added a simple search engine | Nicolas Lœuillet | 2016-11-19 | 2 | -4/+8 |
| | | | | Fix #18 | ||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 3 | -25/+123 |
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | # 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 | ||||
| * | Change version to 2.2.0-dev | Nicolas Lœuillet | 2016-11-19 | 1 | -1/+1 |
| | | |||||
| * | Prepare wallabag 2.1.4 :rocket: | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 |
| | | |||||
| * | Changed display for material theme | Nicolas Lœuillet | 2016-11-14 | 1 | -2/+1 |
| | | |||||
| * | Added creation date on entries view | Nicolas Lœuillet | 2016-11-14 | 2 | -2/+3 |
| | | |||||
| * | Display a bigger image in case of image content | Jeremy Benoist | 2016-11-08 | 1 | -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 tag | Jeremy Benoist | 2016-11-08 | 1 | -0/+4 |
| | | | | | | | | In the entries list, the first tag below the link isn’t stick to the left. Now it is. | ||||
| * | Prepare wallabag 2.1.3 :rocket: | Nicolas Lœuillet | 2016-11-04 | 1 | -1/+1 |
| | | |||||
| * | Merge pull request #2460 from wallabag/ui-changes | Nicolas Lœuillet | 2016-11-04 | 2 | -22/+111 |
| |\ | | | | | | | UI Changes | ||||
| | * | Deal with more resolution issues | Thomas Citharel | 2016-11-03 | 1 | -1/+17 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| | * | Fix resolution issues and 'title' issues | Thomas Citharel | 2016-11-03 | 1 | -2/+9 |
| | | | | | | | | | | | | | | | | | | Also, modify editorconfig for css files. Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| | * | Re-add bottom pagination | Jeremy Benoist | 2016-10-22 | 1 | -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 widths | Thomas Citharel | 2016-10-22 | 1 | -1/+0 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
| | * | WIP | Thomas Citharel | 2016-10-22 | 1 | -17/+85 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 |
| | | | | | | | | | | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters | ||||
* | | | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+47 |
| | | | |||||
* | | | Fix migration | Jeremy Benoist | 2016-11-17 | 2 | -8/+14 |
| | | | |||||
* | | | Added a configuration to define the redirection after archiving an entry | Nicolas Lœuillet | 2016-11-16 | 1 | -0/+42 |
| | | | | | | | | | | | | Fix #496 | ||||
* | | | Added CSS class on links | Nicolas Lœuillet | 2016-11-16 | 2 | -8/+8 |
| | | | |||||
* | | | Fix keyboard navigation on quickstart view | Thomas Citharel | 2016-11-15 | 1 | -0/+5 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | fix next/prev page | Thomas Citharel | 2016-11-15 | 2 | -13/+6 |
| | | | |||||
* | | | Bring navigation (with right, left and enter) on material entries page. ↵ | Thomas Citharel | 2016-11-15 | 7 | -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 shortcuts | Nicolas Lœuillet | 2016-11-15 | 9 | -46/+71 |
| | | | |||||
* | | | es6 imports | Thomas Citharel | 2016-11-15 | 6 | -39/+44 |
| | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | Added new shortcuts | Nicolas Lœuillet | 2016-11-15 | 2 | -2/+36 |
| | | | |||||
* | | | Changed FOSJSRouting format in config | Nicolas Lœuillet | 2016-11-15 | 1 | -1/+12 |
| | | | |||||
* | | | Added shortcuts | Nicolas Lœuillet | 2016-11-15 | 4 | -0/+19 |
| | | | |||||
* | | | Added unmark.it sharing | Nicolas Lœuillet | 2016-11-09 | 16 | -0/+62 |
| | | | | | | | | | | | | Fix #668 | ||||
* | | | Merge pull request #2548 from wallabag/pinboard | Jeremy Benoist | 2016-11-08 | 1 | -0/+13 |
|\ \ \ | | | | | | | | | Add Pinboard import | ||||
| * | | | Add Pinboard import | Jeremy Benoist | 2016-11-04 | 1 | -0/+13 |
| | | | | |||||
* | | | | Removed Maintenance bundle | Nicolas Lœuillet | 2016-11-06 | 2 | -11/+0 |
|/ / / | |||||
* | | | Use created_at as default sort | Jeremy Benoist | 2016-11-04 | 1 | -0/+53 |
| | | | | | | | | | | | | With index (following https://github.com/wallabag/wallabag/pull/2534) | ||||
* | | | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-03 | 5 | -10/+36 |
|\| | | |||||
| * | | Merge pull request #2519 from Jibec/master | Jeremy Benoist | 2016-11-02 | 1 | -1/+1 |
| |\ \ | | | | | | | | | Translation update - French | ||||
| | * | | Translation update - French | Jean-Baptiste | 2016-10-30 | 1 | -1/+1 |
| | | | | |||||
| * | | | Updated Capistrano configuration | Nicolas Lœuillet | 2016-10-29 | 1 | -8/+1 |
| |/ / | |||||
| * | | Merge pull request #2473 from pmichelazzo/master | Jeremy Benoist | 2016-10-25 | 3 | -0/+32 |
| |\ \ | | | | | | | | | Portuguese (Brazilian) translation | ||||
| | * | | Update Portuguese (Brazilian) translation | Paulino Michelazzo | 2016-10-19 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | Adding the config.yml on the package. | ||||
| | * | | Merge remote-tracking branch 'wallabag/master' | Paulino Michelazzo | 2016-10-18 | 67 | -35/+4247 |
| | |\ \ | |||||
| | * | | | Portuguese (Brazilian) translation | Paulino Michelazzo | 2016-10-18 | 2 | -0/+31 |
| | | | | | | | | | | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2. | ||||
| * | | | | Removed the email part | Nicolas Lœuillet | 2016-10-24 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Add relevant links to fetch content error pages. | Baptiste Mille-Mathias | 2016-10-23 | 1 | -1/+2 |
| | |_|/ | |/| | | | | | | | | | | We link to the troubleshooting guide and give the mail link. | ||||
* | | | | Merge pull request #2180 from wallabag/download-pictures | Jeremy Benoist | 2016-11-03 | 13 | -2/+57 |
|\ \ \ \ | | | | | | | | | | | Download pictures | ||||
| * | | | | Add translations & migration | Jeremy Benoist | 2016-10-31 | 12 | -0/+55 |
| | | | | | |||||
| * | | | | Move related event things in Event folder | Jeremy Benoist | 2016-10-30 | 1 | -2/+2 |
| | | | | | |||||
* | | | | | avoid eslint warning by disabling line | Thomas Citharel | 2016-11-03 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | | | | | Added translations and baggy part | Nicolas Lœuillet | 2016-10-31 | 1 | -1/+1 |
| | | | | | |||||
* | | | | | Added QRCode and link to configure android application | Nicolas Lœuillet | 2016-10-31 | 1 | -0/+2 |
|/ / / / | |||||
* | | | | Remove backquote in query | Nicolas Lœuillet | 2016-10-28 | 1 | -4/+1 |
| | | | |