Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed tests againsort-entries | Nicolas Lœuillet | 2020-04-28 | 1 | -0/+4 |
| | |||||
* | Fixed tests | Nicolas Lœuillet | 2020-04-28 | 1 | -0/+7 |
| | |||||
* | Fixed translation | Nicolas Lœuillet | 2020-04-28 | 17 | -17/+17 |
| | |||||
* | Added tests | Nicolas Lœuillet | 2020-04-28 | 17 | -41/+139 |
| | |||||
* | First draft for tests | Nicolas Lœuillet | 2020-04-28 | 3 | -8/+13 |
| | |||||
* | Fixed UI | Nicolas Lœuillet | 2020-04-28 | 5 | -18/+27 |
| | |||||
* | First draft for EntrySortType | Nicolas Lœuillet | 2020-04-28 | 4 | -26/+90 |
| | |||||
* | Fix `getBuilderForUntaggedByUser` | Jeremy Benoist | 2020-04-28 | 1 | -3/+7 |
| | |||||
* | Fix displaying sidenav | Jeremy Benoist | 2020-04-28 | 1 | -1/+0 |
| | |||||
* | Fix sort | Jeremy Benoist | 2020-04-28 | 4 | -7/+18 |
| | |||||
* | Avoid overiding default values for sort | Jeremy Benoist | 2020-04-28 | 1 | -3/+5 |
| | |||||
* | Added translations and tweak parameters | Thomas Citharel | 2020-04-28 | 15 | -10/+129 |
| | | | | Signed-off-by: Thomas Citharel <tcit@tcit.fr> | ||||
* | Validate sort field | Jeremy Benoist | 2020-04-28 | 2 | -14/+23 |
| | | | | Just to avoid people to sort on crazy unexistant field | ||||
* | Started an UI for sort form | Nicolas Lœuillet | 2020-04-28 | 2 | -0/+41 |
| | |||||
* | Start work on sort function. | Thomas Citharel | 2020-04-28 | 2 | -10/+16 |
| | | | | Backend is ready. Needs tests and proper UI | ||||
* | Merge pull request #4358 from JeanGauthier/master | Jérémy Benoist | 2020-04-28 | 1 | -36/+36 |
|\ | | | | | Update messages.oc.yml | ||||
| * | Update messages.oc.yml | Profile moved | 2020-04-27 | 1 | -1/+1 |
| | | |||||
| * | Update messages.oc.yml | Profile moved | 2020-04-27 | 1 | -1/+1 |
| | | |||||
| * | Update messages.oc.yml | Profile moved | 2020-04-26 | 1 | -36/+36 |
| | | |||||
* | | Added confirmation before mass deleting articles | Nicolas Lœuillet | 2020-04-27 | 17 | -2/+18 |
| | | |||||
* | | 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 |