Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2020-04-27 | 1 | -1/+8 |
| | | | | Currently translated at 100.0% (6 of 6 strings) | ||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2020-04-27 | 1 | -1/+6 |
| | | | | Currently translated at 85.7% (6 of 7 strings) | ||||
* | Translated using Weblate (Norwegian Bokmål) | Allan Nordhøy | 2020-04-27 | 1 | -1/+92 |
| | | | | Currently translated at 14.7% (65 of 442 strings) | ||||
* | Added translation using Weblate (Norwegian Bokmål) | Weblate | 2020-04-27 | 1 | -0/+1 |
| | |||||
* | Added translation using Weblate (Norwegian Bokmål) | Weblate | 2020-04-27 | 1 | -0/+1 |
| | |||||
* | Added translation using Weblate (Norwegian Bokmål) | Weblate | 2020-04-27 | 1 | -0/+1 |
| | |||||
* | Merge pull request #4309 from wallabag/fix/php-7.4 | Nicolas Lœuillet | 2020-04-27 | 1 | -4/+8 |
|\ | | | | | Replace wallabag's fork of tcpdf with the original one, PHP 7.4 support | ||||
| * | Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4 | Kevin Decherf | 2020-04-26 | 1 | -4/+8 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Enhanced navigation menu in material theme | Nicolas Lœuillet | 2020-04-26 | 17 | -38/+43 |
|/ | |||||
* | views: Add doc and translations on ignore origin rules forms | Kevin Decherf | 2020-04-25 | 20 | -0/+512 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add controller, views and translations for ignore origin instance rules | Kevin Decherf | 2020-04-25 | 24 | -4/+524 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor | Kevin Decherf | 2020-04-25 | 1 | -37/+4 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add default system-wide ignore origin rules with install support | Kevin Decherf | 2020-04-25 | 4 | -0/+52 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add new Helper to process Ignore Origin rules and RulerZ operator | Kevin Decherf | 2020-04-25 | 5 | -4/+88 |
| | | | | | | | | | | This commits adds a new helper like RuleBasedTagger for processing ignore origin rules. It also adds a new custom RulerZ operator for the '~' pattern matching rule. Renames 'pattern' with '_all' in IgnoreOriginRule entity. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add new Ignore Origin rules tab, update ConfigController | Kevin Decherf | 2020-04-25 | 19 | -7/+264 |
| | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Add IgnoreOriginRule-related entities, db migration, update config | Kevin Decherf | 2020-04-25 | 9 | -1/+238 |
| | | | | | | | | Add IgnoreOriginUserRule for user-defined rules and IgnoreOriginInstanceRule for system-wide rules. Add an interface for these two new entities. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Added mass actions for Material design in list view | Nicolas Lœuillet | 2020-04-24 | 4 | -0/+63 |
| | |||||
* | Changed visibility for article stats | Nicolas Lœuillet | 2020-04-22 | 2 | -11/+11 |
| | |||||
* | Merge pull request #4310 from wallabag/fix/4216 | Kevin Decherf | 2020-04-20 | 1 | -10/+23 |
|\ | | | | | TagController: fix duplicated tags when renaming them | ||||
| * | TagController: support merging labels when renaming one with label of another | Kevin Decherf | 2020-04-18 | 1 | -11/+16 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | TagController: prevent tag deletion when renaming a tag with the same label | Kevin Decherf | 2020-04-18 | 1 | -6/+9 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | TagController: fix duplicated tags when renaming them | Kevin Decherf | 2020-04-18 | 1 | -1/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | The fix relies on a workaround available on TagsAssigner, see the AssignTagsToEntry() signature for detail. I replaced the findOneByLabel in the corresponding test to assert that there is no duplicate. Fixes #4216 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Improved tags list for material view | Nicolas Lœuillet | 2020-04-20 | 11 | -11/+18 |
|/ | |||||
* | Merge pull request #4329 from wallabag/add-2fa-disable | Nicolas Lœuillet | 2020-04-14 | 19 | -4/+75 |
|\ | | | | | Added a button to disable 2FA when enabled | ||||
| * | Changed color for disable button | Nicolas Lœuillet | 2020-04-14 | 1 | -2/+2 |
| | | |||||
| * | Added a button to disable 2FA when enabled | Nicolas Lœuillet | 2020-04-13 | 19 | -4/+75 |
| | | |||||
* | | Added authentication during import command for paywalled websites | Nicolas Lœuillet | 2020-04-12 | 1 | -3/+14 |
|/ | |||||
* | Changed authentication order in GrabySiteConfigBuilder | Nicolas Lœuillet | 2020-04-07 | 1 | -9/+16 |
| | |||||
* | Merge pull request #4315 from wallabag/add-published-date-epub | Nicolas Lœuillet | 2020-04-06 | 17 | -0/+23 |
|\ | | | | | Added publication date on epub export | ||||
| * | Added publication date on epub export | Nicolas Lœuillet | 2020-04-06 | 17 | -0/+23 |
| | | |||||
* | | Fixed bug when we delete entry via API | Nicolas Lœuillet | 2020-04-06 | 1 | -6/+6 |
|/ | | | | Fixes #4291 | ||||
* | update Japanese translation | AKKED | 2020-04-04 | 1 | -4/+4 |
| | | | | - Some mistranslations have been corrected. - Some expressions have been updated to make them easier to understand. | ||||
* | Cleanup cookie jar | Jeremy Benoist | 2020-03-29 | 1 | -24/+0 |
| | | | | As of latest Guzzle release, it's fixed so we can removed that code. | ||||
* | Merge pull request #4274 from AKKED/add_ja | Jérémy Benoist | 2020-03-28 | 3 | -0/+675 |
|\ | | | | | add Japanese translation | ||||
| * | Add Japanese translation | AKKED | 2020-03-28 | 3 | -0/+675 |
| | | |||||
* | | Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-exists | Jérémy Benoist | 2020-03-28 | 2 | -2/+12 |
|\ \ | |/ |/| | Load custom.css only if exists | ||||
| * | Load custom.css only if exists | Simounet | 2020-02-07 | 2 | -2/+12 |
| | | |||||
* | | Merge pull request #4281 from lizyn/zh_translation | Jérémy Benoist | 2020-03-28 | 3 | -0/+675 |
|\ \ | | | | | | | Added language support for Simplified Chinese(简体中文) | ||||
| * | | Added translation in Simplified Chinese(简体中文) | lizyn | 2020-02-25 | 3 | -0/+675 |
| |/ | |||||
* | | Merge pull request #4299 from wallabag/fix/4133 | Jérémy Benoist | 2020-03-28 | 3 | -17/+16 |
|\ \ | | | | | | | Fix createdAt filter on material | ||||
| * | | Fix createdAt date range filter | Kevin Decherf | 2020-03-22 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - hiddenName has been disabled in order to fix the missing date range values when using the material theme - data format has been changed to 'Y-m-d' in order to comply with the browser date input default format - tests: date() and strtotime have been replaced with DateTime-related objects Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | | tests: replace baggy theme used in EntryController tests | Kevin Decherf | 2020-03-22 | 1 | -1/+1 |
| | | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | | misc: reindent EntryFilterType | Kevin Decherf | 2020-03-21 | 1 | -15/+14 |
| |/ | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* / | ExportController: fix entries export from search view | Kevin Decherf | 2020-02-23 | 3 | -14/+36 |
|/ | | | | | | Fixes #4240 Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | Merge pull request #4264 from herrriehm/master | Jérémy Benoist | 2020-01-28 | 13 | -13/+13 |
|\ | | | | | cosmetic changes | ||||
| * | Update messages.es.yml | Sebastian Riehm | 2020-01-27 | 1 | -1/+1 |
| | | |||||
| * | cosmetic changes: | Sebastian Riehm | 2020-01-25 | 13 | -13/+13 |
| | | | | | | | | | | | | - http to https - replaced generic .com by specific TLD - updated some dead urls | ||||
* | | Use lang attribute | Simounet | 2020-01-23 | 4 | -9/+23 |
|/ | |||||
* | Entry action buttons displayed on page end reached | Simounet | 2020-01-21 | 1 | -1/+1 |
| | |||||
* | Sticky nav on entry action button click | Simounet | 2020-01-21 | 1 | -2/+2 |
| |