aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4363 from wallabag/piwik-to-matomoNicolas Lœuillet2020-04-301-2/+2
|\ | | | | Upgrade Piwik Twig Extension to Matomo
| * Upgrade Piwik Twig Extension to MatomoNicolas Lœuillet2020-04-291-2/+2
| |
* | Update Japanese translation (messages.ja.yml)AKKED2020-04-291-4/+49
| |
* | Merge pull request #4358 from JeanGauthier/masterJérémy Benoist2020-04-281-36/+36
|\ \ | |/ |/| Update messages.oc.yml
| * Update messages.oc.ymlProfile moved2020-04-271-1/+1
| |
| * Update messages.oc.ymlProfile moved2020-04-271-1/+1
| |
| * Update messages.oc.ymlProfile moved2020-04-261-36/+36
| |
* | Added confirmation before mass deleting articlesNicolas Lœuillet2020-04-2717-2/+18
| |
* | Merge pull request #4309 from wallabag/fix/php-7.4Nicolas Lœuillet2020-04-271-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.4Kevin Decherf2020-04-261-4/+8
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* / Enhanced navigation menu in material themeNicolas Lœuillet2020-04-2617-38/+43
|/
* views: Add doc and translations on ignore origin rules formsKevin Decherf2020-04-2520-0/+512
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add controller, views and translations for ignore origin instance rulesKevin Decherf2020-04-2524-4/+524
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessorKevin Decherf2020-04-251-37/+4
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add default system-wide ignore origin rules with install supportKevin Decherf2020-04-254-0/+52
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-255-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 ConfigControllerKevin Decherf2020-04-2519-7/+264
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-259-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 viewNicolas Lœuillet2020-04-244-0/+63
|
* Changed visibility for article statsNicolas Lœuillet2020-04-222-11/+11
|
* Merge pull request #4310 from wallabag/fix/4216Kevin Decherf2020-04-201-10/+23
|\ | | | | TagController: fix duplicated tags when renaming them
| * TagController: support merging labels when renaming one with label of anotherKevin Decherf2020-04-181-11/+16
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * TagController: prevent tag deletion when renaming a tag with the same labelKevin Decherf2020-04-181-6/+9
| | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * TagController: fix duplicated tags when renaming themKevin Decherf2020-04-181-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 viewNicolas Lœuillet2020-04-2011-11/+18
|/
* Merge pull request #4329 from wallabag/add-2fa-disableNicolas Lœuillet2020-04-1419-4/+75
|\ | | | | Added a button to disable 2FA when enabled
| * Changed color for disable buttonNicolas Lœuillet2020-04-141-2/+2
| |
| * Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-1319-4/+75
| |
* | Added authentication during import command for paywalled websitesNicolas Lœuillet2020-04-121-3/+14
|/
* Changed authentication order in GrabySiteConfigBuilderNicolas Lœuillet2020-04-071-9/+16
|
* Merge pull request #4315 from wallabag/add-published-date-epubNicolas Lœuillet2020-04-0617-0/+23
|\ | | | | Added publication date on epub export
| * Added publication date on epub exportNicolas Lœuillet2020-04-0617-0/+23
| |
* | Fixed bug when we delete entry via APINicolas Lœuillet2020-04-061-6/+6
|/ | | | Fixes #4291
* update Japanese translationAKKED2020-04-041-4/+4
| | | | - Some mistranslations have been corrected. - Some expressions have been updated to make them easier to understand.
* Cleanup cookie jarJeremy Benoist2020-03-291-24/+0
| | | | As of latest Guzzle release, it's fixed so we can removed that code.
* Merge pull request #4274 from AKKED/add_jaJérémy Benoist2020-03-283-0/+675
|\ | | | | add Japanese translation
| * Add Japanese translationAKKED2020-03-283-0/+675
| |
* | Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-existsJérémy Benoist2020-03-282-2/+12
|\ \ | |/ |/| Load custom.css only if exists
| * Load custom.css only if existsSimounet2020-02-072-2/+12
| |
* | Merge pull request #4281 from lizyn/zh_translationJérémy Benoist2020-03-283-0/+675
|\ \ | | | | | | Added language support for Simplified Chinese(简体中文)
| * | Added translation in Simplified Chinese(简体中文)lizyn2020-02-253-0/+675
| |/
* | Merge pull request #4299 from wallabag/fix/4133Jérémy Benoist2020-03-283-17/+16
|\ \ | | | | | | Fix createdAt filter on material
| * | Fix createdAt date range filterKevin Decherf2020-03-222-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 testsKevin Decherf2020-03-221-1/+1
| | | | | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
| * | misc: reindent EntryFilterTypeKevin Decherf2020-03-211-15/+14
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* / ExportController: fix entries export from search viewKevin Decherf2020-02-233-14/+36
|/ | | | | | Fixes #4240 Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Merge pull request #4264 from herrriehm/masterJérémy Benoist2020-01-2813-13/+13
|\ | | | | cosmetic changes
| * Update messages.es.ymlSebastian Riehm2020-01-271-1/+1
| |
| * cosmetic changes:Sebastian Riehm2020-01-2513-13/+13
| | | | | | | | | | | | - http to https - replaced generic .com by specific TLD - updated some dead urls
* | Use lang attributeSimounet2020-01-234-9/+23
|/