aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Fixed tests againsort-entriesNicolas Lœuillet2020-04-281-0/+4
|
* Fixed testsNicolas Lœuillet2020-04-281-0/+7
|
* Fixed translationNicolas Lœuillet2020-04-2817-17/+17
|
* Added testsNicolas Lœuillet2020-04-2817-41/+139
|
* First draft for testsNicolas Lœuillet2020-04-283-8/+13
|
* Fixed UINicolas Lœuillet2020-04-285-18/+27
|
* First draft for EntrySortTypeNicolas Lœuillet2020-04-284-26/+90
|
* Fix `getBuilderForUntaggedByUser`Jeremy Benoist2020-04-281-3/+7
|
* Fix displaying sidenavJeremy Benoist2020-04-281-1/+0
|
* Fix sortJeremy Benoist2020-04-284-7/+18
|
* Avoid overiding default values for sortJeremy Benoist2020-04-281-3/+5
|
* Added translations and tweak parametersThomas Citharel2020-04-2815-10/+129
| | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr>
* Validate sort fieldJeremy Benoist2020-04-282-14/+23
| | | | Just to avoid people to sort on crazy unexistant field
* Started an UI for sort formNicolas Lœuillet2020-04-282-0/+41
|
* Start work on sort function.Thomas Citharel2020-04-282-10/+16
| | | | Backend is ready. Needs tests and proper UI
* 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