aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Update wallabag_user.de.ymlStrubbl2016-12-011-1/+1
| | | Wallabag->wallabag
* add translations/wallabag_user.de.yml (fixes #2673)Sven Fischer2016-12-011-0/+11
|
* Wallabag can’t work on PostgreSQL <= 9.1Jeremy Benoist2016-11-191-1/+22
|
* Added tooltips for baggy themeNicolas Lœuillet2016-11-171-0/+18
|
* Added help on config screenNicolas Lœuillet2016-11-1727-19/+143
|
* Merge pull request #2570 from wallabag/add-creation-dateJeremy Benoist2016-11-154-3/+13
|\ | | | | Added creation date on entries view
| * Hide creation date in mobile viewNicolas Lœuillet2016-11-141-2/+2
| |
| * Changed display for material themeNicolas Lœuillet2016-11-142-2/+4
| |
| * Added creation date on entries viewNicolas Lœuillet2016-11-142-1/+9
| |
* | User-agents have moved to site-configJeremy Benoist2016-11-141-15/+0
|/ | | Since graby@1.5.0, user-agent can be defined in site-config, which the now recommended way
* 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
| |
* | Merge pull request #2562 from wallabag/image-biggerThomas Citharel2016-11-146-68/+130
|\ \ | | | | | | Bigger image preview in case of only image content
| * | Display a bigger image in case of image contentJeremy Benoist2016-11-086-68/+130
| | | | | | | | | | | | | | | | | | 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
* | | Changed behavior when we change languageNicolas Lœuillet2016-11-1013-12/+14
| |/ |/| | | | | No need to disconnect to apply the language substitution
* | Removed support website on about pageNicolas Lœuillet2016-11-0912-12/+12
|/
* fix #2559Yuriy Evdokimov2016-11-081-1/+1
|
* Merge pull request #2556 from wallabag/replace-tokenstorageNicolas Lœuillet2016-11-072-10/+21
|\ | | | | Replaced TokenStorage with TokenStorageInterface
| * PHP CSNicolas Lœuillet2016-11-071-3/+2
| |
| * Replaced TokenStorage with TokenStorageInterfaceNicolas Lœuillet2016-11-072-7/+19
| |
* | 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-046-74/+79
|\ | | | | 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-224-25/+29
| | | | | | | | 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>
* | Use created_at as default sortJeremy Benoist2016-11-041-1/+1
| | | | | | | | | | Imported content use the real creation date. If we sort by id, it'll display contents in reverse order.
* | Merge pull request #2519 from Jibec/masterJeremy Benoist2016-11-023-372/+372
|\ \ | | | | | | Translation update - French
| * | wallabag is full lowercaseJeremy Benoist2016-11-021-7/+7
| | |
| * | Translation - French - tiny typoJean-Baptiste2016-10-311-1/+1
| | |
| * | Translation - French - tiny escape correctionJean-Baptiste2016-10-311-24/+24
| | |
| * | Translation - French - tiny escape correctionJean-Baptiste2016-10-311-1/+1
| | |
| * | Translation update - FrenchJean-Baptiste2016-10-301-4/+4
| | |
| * | Translation update - FrenchJean-Baptiste2016-10-302-367/+367
| | |
* | | Force user-agent for .slashdot.orgKevin Decherf2016-11-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Slashdot replaces actual content with a form regarding cookies when requests originate from France. By forcing the user-agent, the warning seems to go away. Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* | | Add Instapaper to CLI importLaurent2016-11-011-0/+3
| | |
* | | Inject parameter instead of serviceJeremy Benoist2016-10-305-12/+11
| | | | | | | | | | | | | | | We are injecting CraueConfig service when we only need to retrieve one or two values from it. Instead I discovered we can directly inject a value from a service in the service definition!
* | | Fixed entries export filtered with a tagNicolas Lœuillet2016-10-293-20/+39
| | | | | | | | | | | | Fix #2505
* | | Removed useless routeNicolas Lœuillet2016-10-281-5/+0
| | |
* | | Exploded WallabagRestController into many controllersNicolas Lœuillet2016-10-284-521/+551
|/ / | | | | | | Fix #2503
* | Renamed variable for page titleNicolas Lœuillet2016-10-263-9/+9
| |
* | Added tag label in the page titleNicolas Lœuillet2016-10-2616-15/+24
| | | | | | | | Fix #2472
* | Merge pull request #2473 from pmichelazzo/masterJeremy Benoist2016-10-252-0/+498
|\ \ | |/ |/| Portuguese (Brazilian) translation
| * Translated missed line 147Paulino Michelazzo2016-10-251-1/+1
| |
| * Fix Portuguese translationJeremy Benoist2016-10-211-2/+2
| |
| * Update translationPaulino Michelazzo2016-10-211-60/+60
| |
| * Update Portuguese translationsJeremy Benoist2016-10-201-9/+78
| |
| * Update validators.pt.yml filePaulino Michelazzo2016-10-201-5/+5
| | | | | | Some missed strings translated.
| * Merge remote-tracking branch 'wallabag/master'Paulino Michelazzo2016-10-18235-20760/+5158
| |\
| * | Portuguese (Brazilian) translationPaulino Michelazzo2016-10-182-0/+429
| | | | | | | | | | | | This the Portuguese (Brazilian) for the Wallaby v2.