aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Resources
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
| |
* | 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-2522-4/+349
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add new Helper to process Ignore Origin rules and RulerZ operatorKevin Decherf2020-04-251-0/+13
| | | | | | | | | | 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-2516-5/+114
| | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* Add IgnoreOriginRule-related entities, db migration, update configKevin Decherf2020-04-251-0/+6
| | | | | | | | 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-243-0/+21
|
* Changed visibility for article statsNicolas Lœuillet2020-04-222-11/+11
|
* Improved tags list for material viewNicolas Lœuillet2020-04-2011-11/+18
|
* Changed color for disable buttonNicolas Lœuillet2020-04-141-2/+2
|
* Added a button to disable 2FA when enabledNicolas Lœuillet2020-04-1318-4/+20
|
* Added publication date on epub exportNicolas Lœuillet2020-04-0616-0/+16
|
* update Japanese translationAKKED2020-04-041-4/+4
| | | | - Some mistranslations have been corrected. - Some expressions have been updated to make them easier to understand.
* Merge pull request #4274 from AKKED/add_jaJérémy Benoist2020-03-282-0/+664
|\ | | | | add Japanese translation
| * Add Japanese translationAKKED2020-03-282-0/+664
| |
* | Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-existsJérémy Benoist2020-03-281-1/+3
|\ \ | |/ |/| Load custom.css only if exists
| * Load custom.css only if existsSimounet2020-02-071-1/+3
| |
* | Merge pull request #4281 from lizyn/zh_translationJérémy Benoist2020-03-282-0/+664
|\ \ | | | | | | Added language support for Simplified Chinese(简体中文)
| * | Added translation in Simplified Chinese(简体中文)lizyn2020-02-252-0/+664
| |/
* | Merge pull request #4299 from wallabag/fix/4133Jérémy Benoist2020-03-281-1/+1
|\ \ | | | | | | Fix createdAt filter on material
| * | tests: replace baggy theme used in EntryController testsKevin Decherf2020-03-221-1/+1
| |/ | | | | | | Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
* / ExportController: fix entries export from search viewKevin Decherf2020-02-232-14/+24
|/ | | | | | 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-233-9/+10
|/
* Entry action buttons displayed on page end reachedSimounet2020-01-211-1/+1
|
* Sticky nav on entry action button clickSimounet2020-01-211-2/+2
|
* Fixed URL to share entry via twitterNicolas Lœuillet2020-01-132-2/+2
|
* Change API URL used in dev docs to app.wallabag.itLiam McMenemie2019-12-311-2/+2
| | | | | | Currently the documentation uses the defunct v2.wallabag.org URL which can be confusing to someone configuring their first API client with wallabag.it.
* Merge pull request #4151 from ldidry/fix-4060Jérémy Benoist2019-11-191-0/+1
|\ | | | | ✨ Allow custom styles system wide
| * ✨ Allow custom styles system wideLuc Didry2019-10-111-0/+1
| | | | | | | | Should fix #4060
* | Merge pull request #4150 from ldidry/fix-3804Jérémy Benoist2019-11-192-0/+12
|\ \ | | | | | | 💄 Add untagged list link to filter menu
| * | 💄 Add untagged list link to filter menuLuc Didry2019-10-102-0/+12
| |/ | | | | | | Fix #3804
* | Added elCurator importNicolas Lœuillet2019-11-1514-0/+42
| |
* | 🐛 — Fix duplicated icons on "Search engine" and "new link" formsLuc Didry2019-10-092-4/+4
|/
* Merge pull request #4141 from SofLesc/portuguese-translationsJérémy Benoist2019-10-082-193/+193
|\ | | | | Updating portuguese translations
| * Updating portuguese translationsSofia Lescano2019-10-072-193/+193
| |
* | Update spanish translationsSofia Lescano2019-10-072-111/+111
|/
* Fixed some :fr: typosNicolas Lœuillet2019-09-271-2/+2
|
* material-design-icons-iconfont upgraded from 3.0.3 to 5.0.1Simounet2019-08-212-3/+3
|
* Merge pull request #4068 from ↵Jérémy Benoist2019-07-262-2/+2
|\ | | | | | | | | wallabag/dependabot/composer/scheb/two-factor-bundle-4.4.0 Bump scheb/two-factor-bundle from 3.21.0 to 4.4.0