Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed tests againsort-entries | Nicolas Lœuillet | 2020-04-28 | 2 | -2/+6 |
| | |||||
* | 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 | 18 | -42/+335 |
| | |||||
* | First draft for tests | Nicolas Lœuillet | 2020-04-28 | 4 | -8/+59 |
| | |||||
* | Fixed UI | Nicolas Lœuillet | 2020-04-28 | 7 | -20/+29 |
| | |||||
* | 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 | 3 | -1/+5 |
| | |||||
* | Fix sort | Jeremy Benoist | 2020-04-28 | 6 | -8/+28 |
| | |||||
* | 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 |
| | | |||||
* | | Merge pull request #4360 from wallabag/config-mass-delete | Nicolas Lœuillet | 2020-04-27 | 17 | -2/+18 |
|\ \ | | | | | | | Added confirmation before mass deleting articles | ||||
| * | | 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 | 4 | -80/+72 |
|\ \ | | | | | | | 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 | 4 | -80/+72 |
| |/ | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
* | | Merge pull request #4343 from wallabag/enhance-material-nav | Jérémy Benoist | 2020-04-27 | 21 | -40/+59 |
|\ \ | |/ |/| | Enhanced navigation menu in material theme | ||||
| * | Enhanced navigation menu in material theme | Nicolas Lœuillet | 2020-04-26 | 21 | -40/+59 |
|/ | |||||
* | Merge pull request #4026 from wallabag/3760-ignorelist-db | Kevin Decherf | 2020-04-26 | 54 | -80/+2384 |
|\ | | | | | Move Ignore Origin rules to database | ||||
| * | tests: add a NetworkCalls group for tests making network calls | Kevin Decherf | 2020-04-25 | 3 | -5/+30 |
| | | | | | | | | | | | | | | Excluding this group can decrease the run time of tests during development. Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | 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 | 26 | -4/+673 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor | Kevin Decherf | 2020-04-25 | 2 | -60/+108 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add default system-wide ignore origin rules with install support | Kevin Decherf | 2020-04-25 | 5 | -0/+60 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add new Helper to process Ignore Origin rules and RulerZ operator | Kevin Decherf | 2020-04-25 | 6 | -4/+300 |
| | | | | | | | | | | | | | | | | | | | | 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 | 20 | -13/+406 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> | ||||
| * | Add IgnoreOriginRule-related entities, db migration, update config | Kevin Decherf | 2020-04-25 | 10 | -1/+302 |
|/ | | | | | | | | 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> | ||||
* | Merge pull request #4326 from wallabag/mass-actions | Nicolas Lœuillet | 2020-04-24 | 9 | -2/+191 |
|\ | | | | | Added mass actions for Material design in list view | ||||
| * | Added mass actions for Material design in list view | Nicolas Lœuillet | 2020-04-24 | 9 | -2/+191 |
|/ | |||||
* | Merge pull request #4353 from ↵ | Jérémy Benoist | 2020-04-24 | 1 | -5/+5 |
|\ | | | | | | | | | wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.4 Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4 | ||||
| * | Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4 | dependabot-preview[bot] | 2020-04-24 | 1 | -5/+5 |
| | | | | | | | | | | | | | | | | Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 2.7.3 to 2.7.4. - [Release notes](https://github.com/FriendsOfSymfony/FOSRestBundle/releases) - [Changelog](https://github.com/FriendsOfSymfony/FOSRestBundle/blob/master/CHANGELOG.md) - [Commits](https://github.com/FriendsOfSymfony/FOSRestBundle/compare/2.7.3...2.7.4) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | | Merge pull request #4354 from ↵ | Jérémy Benoist | 2020-04-24 | 1 | -10/+10 |
|\ \ | |/ |/| | | | | | wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.8 Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8 | ||||
| * | Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8 | dependabot-preview[bot] | 2020-04-24 | 1 | -10/+10 |
|/ | | | | | | | Bumps [doctrine/doctrine-bundle](https://github.com/doctrine/DoctrineBundle) from 1.12.7 to 1.12.8. - [Release notes](https://github.com/doctrine/DoctrineBundle/releases) - [Commits](https://github.com/doctrine/DoctrineBundle/compare/1.12.7...1.12.8) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #4349 from wallabag/dependabot/composer/j0k3r/graby-2.2.0 | Jérémy Benoist | 2020-04-23 | 1 | -22/+21 |
|\ | | | | | Bump j0k3r/graby from 2.1.1 to 2.2.0 | ||||
| * | Bump j0k3r/graby from 2.1.1 to 2.2.0 | dependabot-preview[bot] | 2020-04-23 | 1 | -22/+21 |
|/ | | | | | | | Bumps [j0k3r/graby](https://github.com/j0k3r/graby) from 2.1.1 to 2.2.0. - [Release notes](https://github.com/j0k3r/graby/releases) - [Commits](https://github.com/j0k3r/graby/compare/2.1.1...2.2.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> | ||||
* | Merge pull request #4347 from wallabag/article-stats-grey | Nicolas Lœuillet | 2020-04-22 | 5 | -18/+21 |
|\ | | | | | 🎨 Changed visibility for article stats | ||||
| * | Fixed unit tests | Nicolas Lœuillet | 2020-04-22 | 1 | -2/+2 |
| | | |||||
| * | Changed visibility for article stats | Nicolas Lœuillet | 2020-04-22 | 4 | -16/+19 |
|/ | |||||
* | Merge pull request #4346 from wallabag/add-color-coherence | Nicolas Lœuillet | 2020-04-22 | 4 | -3/+7 |
|\ | | | | | 🎨 Added more coherence with color links for material theme | ||||
| * | Added more coherence with color links for material theme | Nicolas Lœuillet | 2020-04-21 | 4 | -3/+7 |
|/ | |||||
* | Merge pull request #4310 from wallabag/fix/4216 | Kevin Decherf | 2020-04-20 | 2 | -17/+239 |
|\ | | | | | TagController: fix duplicated tags when renaming them | ||||
| * | TagController: support merging labels when renaming one with label of another | Kevin Decherf | 2020-04-18 | 2 | -11/+143 |
| | | | | | | | | 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 | 2 | -6/+67 |
| | | | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com> |