]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
3 years agoFixed tests again sort-entries 2179/head
Nicolas Lœuillet [Sun, 26 Apr 2020 09:24:40 +0000 (11:24 +0200)] 
Fixed tests again

3 years agoFixed tests
Nicolas Lœuillet [Sun, 26 Apr 2020 08:26:49 +0000 (10:26 +0200)] 
Fixed tests

3 years agoFixed translation
Nicolas Lœuillet [Sat, 25 Apr 2020 08:41:24 +0000 (10:41 +0200)] 
Fixed translation

3 years agoAdded tests
Nicolas Lœuillet [Sat, 25 Apr 2020 08:33:41 +0000 (10:33 +0200)] 
Added tests

3 years agoFirst draft for tests
Nicolas Lœuillet [Fri, 24 Apr 2020 14:06:06 +0000 (16:06 +0200)] 
First draft for tests

3 years agoFixed UI
Nicolas Lœuillet [Fri, 24 Apr 2020 13:16:58 +0000 (15:16 +0200)] 
Fixed UI

3 years agoFirst draft for EntrySortType
Nicolas Lœuillet [Sun, 12 Apr 2020 16:42:31 +0000 (18:42 +0200)] 
First draft for EntrySortType

3 years agoFix `getBuilderForUntaggedByUser`
Jeremy Benoist [Fri, 14 Jun 2019 08:34:37 +0000 (10:34 +0200)] 
Fix `getBuilderForUntaggedByUser`

3 years agoFix displaying sidenav
Jeremy Benoist [Thu, 13 Jun 2019 21:21:55 +0000 (23:21 +0200)] 
Fix displaying sidenav

3 years agoFix sort
Jeremy Benoist [Fri, 7 Jun 2019 15:58:11 +0000 (17:58 +0200)] 
Fix sort

3 years agoAvoid overiding default values for sort
Jeremy Benoist [Tue, 25 Sep 2018 08:49:23 +0000 (10:49 +0200)] 
Avoid overiding default values for sort

3 years agoAdded translations and tweak parameters
Thomas Citharel [Sat, 5 Nov 2016 14:28:36 +0000 (15:28 +0100)] 
Added translations and tweak parameters

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
3 years agoValidate sort field
Jeremy Benoist [Sun, 4 Sep 2016 11:47:07 +0000 (13:47 +0200)] 
Validate sort field

Just to avoid people to sort on crazy unexistant field

3 years agoStarted an UI for sort form
Nicolas Lœuillet [Wed, 24 Aug 2016 07:49:35 +0000 (09:49 +0200)] 
Started an UI for sort form

3 years agoStart work on sort function.
Thomas Citharel [Tue, 28 Jun 2016 12:59:31 +0000 (14:59 +0200)] 
Start work on sort function.

Backend is ready. Needs tests and proper UI

3 years agoMerge pull request #4358 from JeanGauthier/master
Jérémy Benoist [Tue, 28 Apr 2020 07:21:54 +0000 (09:21 +0200)] 
Merge pull request #4358 from JeanGauthier/master

Update messages.oc.yml

3 years agoMerge pull request #4360 from wallabag/config-mass-delete
Nicolas Lœuillet [Mon, 27 Apr 2020 15:57:25 +0000 (17:57 +0200)] 
Merge pull request #4360 from wallabag/config-mass-delete

Added confirmation before mass deleting articles

3 years agoUpdate messages.oc.yml 4358/head
Profile moved [Mon, 27 Apr 2020 09:49:02 +0000 (11:49 +0200)] 
Update messages.oc.yml

3 years agoAdded confirmation before mass deleting articles 4360/head
Nicolas Lœuillet [Mon, 27 Apr 2020 09:41:02 +0000 (11:41 +0200)] 
Added confirmation before mass deleting articles

3 years agoUpdate messages.oc.yml
Profile moved [Mon, 27 Apr 2020 09:17:57 +0000 (11:17 +0200)] 
Update messages.oc.yml

3 years agoMerge pull request #4309 from wallabag/fix/php-7.4
Nicolas Lœuillet [Mon, 27 Apr 2020 06:59:56 +0000 (08:59 +0200)] 
Merge pull request #4309 from wallabag/fix/php-7.4

Replace wallabag's fork of tcpdf with the original one, PHP 7.4 support

3 years agoMerge pull request #4343 from wallabag/enhance-material-nav
Jérémy Benoist [Mon, 27 Apr 2020 04:08:10 +0000 (06:08 +0200)] 
Merge pull request #4343 from wallabag/enhance-material-nav

Enhanced navigation menu in material theme

3 years agoUpdate messages.oc.yml
Profile moved [Sun, 26 Apr 2020 20:56:18 +0000 (22:56 +0200)] 
Update messages.oc.yml

3 years agoEnhanced navigation menu in material theme 4343/head
Nicolas Lœuillet [Tue, 21 Apr 2020 05:58:44 +0000 (07:58 +0200)] 
Enhanced navigation menu in material theme

3 years agoReplace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4 4309/head
Kevin Decherf [Sat, 4 Apr 2020 15:11:25 +0000 (17:11 +0200)] 
Replace wallabag's fork of tcpdf with the original one, fix notices for PHP 7.4

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
3 years agoMerge pull request #4026 from wallabag/3760-ignorelist-db
Kevin Decherf [Sun, 26 Apr 2020 13:39:57 +0000 (15:39 +0200)] 
Merge pull request #4026 from wallabag/3760-ignorelist-db

Move Ignore Origin rules to database

4 years agotests: add a NetworkCalls group for tests making network calls 4026/head
Kevin Decherf [Tue, 10 Mar 2020 21:22:51 +0000 (22:22 +0100)] 
tests: add a NetworkCalls group for tests making network calls

Excluding this group can decrease the run time of tests during
development.

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoviews: Add doc and translations on ignore origin rules forms
Kevin Decherf [Thu, 19 Sep 2019 21:14:10 +0000 (23:14 +0200)] 
views: Add doc and translations on ignore origin rules forms

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoAdd controller, views and translations for ignore origin instance rules
Kevin Decherf [Mon, 26 Aug 2019 22:03:30 +0000 (00:03 +0200)] 
Add controller, views and translations for ignore origin instance rules

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor
Kevin Decherf [Sun, 11 Aug 2019 21:55:52 +0000 (23:55 +0200)] 
ContentProxy: replace ignoreUrl with new RuleBasedIgnoreOriginProcessor

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoAdd default system-wide ignore origin rules with install support
Kevin Decherf [Sun, 11 Aug 2019 21:55:12 +0000 (23:55 +0200)] 
Add default system-wide ignore origin rules with install support

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoAdd new Helper to process Ignore Origin rules and RulerZ operator
Kevin Decherf [Sun, 11 Aug 2019 21:51:55 +0000 (23:51 +0200)] 
Add new Helper to process Ignore Origin rules and RulerZ operator

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>
4 years agoAdd new Ignore Origin rules tab, update ConfigController
Kevin Decherf [Sun, 23 Jun 2019 20:13:44 +0000 (22:13 +0200)] 
Add new Ignore Origin rules tab, update ConfigController

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoAdd IgnoreOriginRule-related entities, db migration, update config
Kevin Decherf [Sun, 23 Jun 2019 20:13:06 +0000 (22:13 +0200)] 
Add IgnoreOriginRule-related entities, db migration, update config

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>
4 years agoMerge pull request #4326 from wallabag/mass-actions
Nicolas Lœuillet [Fri, 24 Apr 2020 07:37:23 +0000 (09:37 +0200)] 
Merge pull request #4326 from wallabag/mass-actions

Added mass actions for Material design in list view

4 years agoAdded mass actions for Material design in list view 4326/head
Nicolas Lœuillet [Sun, 12 Apr 2020 14:31:12 +0000 (16:31 +0200)] 
Added mass actions for Material design in list view

4 years agoMerge pull request #4353 from wallabag/dependabot/composer/friendsofsymfony/rest...
Jérémy Benoist [Fri, 24 Apr 2020 03:43:54 +0000 (05:43 +0200)] 
Merge pull request #4353 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.4

Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4

4 years agoMerge pull request #4354 from wallabag/dependabot/composer/doctrine/doctrine-bundle...
Jérémy Benoist [Fri, 24 Apr 2020 03:43:16 +0000 (05:43 +0200)] 
Merge pull request #4354 from wallabag/dependabot/composer/doctrine/doctrine-bundle-1.12.8

Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8

4 years agoBump doctrine/doctrine-bundle from 1.12.7 to 1.12.8 4354/head
dependabot-preview[bot] [Fri, 24 Apr 2020 02:27:52 +0000 (02:27 +0000)] 
Bump doctrine/doctrine-bundle from 1.12.7 to 1.12.8

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>
4 years agoBump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4 4353/head
dependabot-preview[bot] [Fri, 24 Apr 2020 02:20:59 +0000 (02:20 +0000)] 
Bump friendsofsymfony/rest-bundle from 2.7.3 to 2.7.4

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>
4 years agoMerge pull request #4349 from wallabag/dependabot/composer/j0k3r/graby-2.2.0
Jérémy Benoist [Thu, 23 Apr 2020 04:41:30 +0000 (06:41 +0200)] 
Merge pull request #4349 from wallabag/dependabot/composer/j0k3r/graby-2.2.0

Bump j0k3r/graby from 2.1.1 to 2.2.0

4 years agoBump j0k3r/graby from 2.1.1 to 2.2.0 4349/head
dependabot-preview[bot] [Thu, 23 Apr 2020 02:15:52 +0000 (02:15 +0000)] 
Bump j0k3r/graby from 2.1.1 to 2.2.0

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>
4 years agoMerge pull request #4347 from wallabag/article-stats-grey
Nicolas Lœuillet [Wed, 22 Apr 2020 13:12:37 +0000 (15:12 +0200)] 
Merge pull request #4347 from wallabag/article-stats-grey

🎨 Changed visibility for article stats

4 years agoFixed unit tests 4347/head
Nicolas Lœuillet [Wed, 22 Apr 2020 12:58:37 +0000 (14:58 +0200)] 
Fixed unit tests

4 years agoChanged visibility for article stats
Nicolas Lœuillet [Tue, 21 Apr 2020 16:08:48 +0000 (18:08 +0200)] 
Changed visibility for article stats

4 years agoMerge pull request #4346 from wallabag/add-color-coherence
Nicolas Lœuillet [Wed, 22 Apr 2020 10:25:26 +0000 (12:25 +0200)] 
Merge pull request #4346 from wallabag/add-color-coherence

🎨 Added more coherence with color links for material theme

4 years agoAdded more coherence with color links for material theme 4346/head
Nicolas Lœuillet [Tue, 21 Apr 2020 15:25:52 +0000 (17:25 +0200)] 
Added more coherence with color links for material theme

4 years agoMerge pull request #4310 from wallabag/fix/4216
Kevin Decherf [Mon, 20 Apr 2020 16:02:31 +0000 (18:02 +0200)] 
Merge pull request #4310 from wallabag/fix/4216

TagController: fix duplicated tags when renaming them

4 years agoMerge pull request #4136 from wallabag/improve-tags-list
Nicolas Lœuillet [Mon, 20 Apr 2020 10:14:54 +0000 (12:14 +0200)] 
Merge pull request #4136 from wallabag/improve-tags-list

Improved tags list

4 years agoImproved tags list for material view 4136/head
Nicolas Lœuillet [Tue, 1 Oct 2019 13:40:04 +0000 (15:40 +0200)] 
Improved tags list for material view

4 years agoMerge pull request #4338 from wallabag/dependabot/composer/html2text/html2text-4.3.1
Jérémy Benoist [Mon, 20 Apr 2020 03:20:49 +0000 (05:20 +0200)] 
Merge pull request #4338 from wallabag/dependabot/composer/html2text/html2text-4.3.1

Bump html2text/html2text from 4.2.1 to 4.3.1

4 years agoBump html2text/html2text from 4.2.1 to 4.3.1 4338/head
dependabot-preview[bot] [Mon, 20 Apr 2020 02:41:47 +0000 (02:41 +0000)] 
Bump html2text/html2text from 4.2.1 to 4.3.1

Bumps [html2text/html2text](https://github.com/mtibben/html2text) from 4.2.1 to 4.3.1.
- [Release notes](https://github.com/mtibben/html2text/releases)
- [Commits](https://github.com/mtibben/html2text/compare/4.2.1...4.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoTagController: support merging labels when renaming one with label of another 4310/head
Kevin Decherf [Wed, 15 Apr 2020 20:41:03 +0000 (22:41 +0200)] 
TagController: support merging labels when renaming one with label of another

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoTagController: prevent tag deletion when renaming a tag with the same label
Kevin Decherf [Sat, 4 Apr 2020 20:08:08 +0000 (22:08 +0200)] 
TagController: prevent tag deletion when renaming a tag with the same label

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoTagController: fix duplicated tags when renaming them
Kevin Decherf [Sat, 4 Apr 2020 19:03:22 +0000 (21:03 +0200)] 
TagController: fix duplicated tags when renaming them

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>
4 years agoMerge pull request #4336 from wallabag/dependabot/composer/friendsofsymfony/jsrouting...
Jérémy Benoist [Thu, 16 Apr 2020 03:05:19 +0000 (05:05 +0200)] 
Merge pull request #4336 from wallabag/dependabot/composer/friendsofsymfony/jsrouting-bundle-2.5.4

Bump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4

4 years agoBump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4 4336/head
dependabot-preview[bot] [Thu, 16 Apr 2020 02:36:24 +0000 (02:36 +0000)] 
Bump friendsofsymfony/jsrouting-bundle from 2.5.3 to 2.5.4

Bumps [friendsofsymfony/jsrouting-bundle](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle) from 2.5.3 to 2.5.4.
- [Release notes](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/releases)
- [Changelog](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/blob/master/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfSymfony/FOSJsRoutingBundle/compare/2.5.3...2.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #4335 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer...
Jérémy Benoist [Thu, 16 Apr 2020 02:36:09 +0000 (04:36 +0200)] 
Merge pull request #4335 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.3

Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3

4 years agoBump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3 4335/head
dependabot-preview[bot] [Thu, 16 Apr 2020 02:21:51 +0000 (02:21 +0000)] 
Bump friendsofphp/php-cs-fixer from 2.16.2 to 2.16.3

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.16.2 to 2.16.3.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.2...v2.16.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #4329 from wallabag/add-2fa-disable
Nicolas Lœuillet [Tue, 14 Apr 2020 17:59:54 +0000 (19:59 +0200)] 
Merge pull request #4329 from wallabag/add-2fa-disable

Added a button to disable 2FA when enabled

4 years agoChanged color for disable button 4329/head
Nicolas Lœuillet [Tue, 14 Apr 2020 14:12:55 +0000 (16:12 +0200)] 
Changed color for disable button

4 years agoMerge pull request #4325 from wallabag/fix-paywall-import-cron
Kevin Decherf [Mon, 13 Apr 2020 16:27:52 +0000 (18:27 +0200)] 
Merge pull request #4325 from wallabag/fix-paywall-import-cron

Added authentication during import command for paywalled websites

4 years agoAdded a button to disable 2FA when enabled
Nicolas Lœuillet [Mon, 13 Apr 2020 14:59:02 +0000 (16:59 +0200)] 
Added a button to disable 2FA when enabled

4 years agoMerge pull request #4328 from wallabag/dependabot/composer/doctrine/doctrine-fixtures...
Jérémy Benoist [Mon, 13 Apr 2020 03:36:53 +0000 (05:36 +0200)] 
Merge pull request #4328 from wallabag/dependabot/composer/doctrine/doctrine-fixtures-bundle-3.3.1

Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1

4 years agoMerge pull request #4327 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer...
Jérémy Benoist [Mon, 13 Apr 2020 03:36:22 +0000 (05:36 +0200)] 
Merge pull request #4327 from wallabag/dependabot/composer/friendsofphp/php-cs-fixer-2.16.2

Bump friendsofphp/php-cs-fixer from 2.16.1 to 2.16.2

4 years agoBump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1 4328/head
dependabot-preview[bot] [Mon, 13 Apr 2020 02:32:39 +0000 (02:32 +0000)] 
Bump doctrine/doctrine-fixtures-bundle from 3.3.0 to 3.3.1

Bumps [doctrine/doctrine-fixtures-bundle](https://github.com/doctrine/DoctrineFixturesBundle) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/doctrine/DoctrineFixturesBundle/releases)
- [Changelog](https://github.com/doctrine/DoctrineFixturesBundle/blob/master/CHANGELOG-3.1.md)
- [Commits](https://github.com/doctrine/DoctrineFixturesBundle/compare/3.3.0...3.3.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoBump friendsofphp/php-cs-fixer from 2.16.1 to 2.16.2 4327/head
dependabot-preview[bot] [Mon, 13 Apr 2020 02:18:53 +0000 (02:18 +0000)] 
Bump friendsofphp/php-cs-fixer from 2.16.1 to 2.16.2

Bumps [friendsofphp/php-cs-fixer](https://github.com/FriendsOfPHP/PHP-CS-Fixer) from 2.16.1 to 2.16.2.
- [Release notes](https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases)
- [Changelog](https://github.com/FriendsOfPHP/PHP-CS-Fixer/blob/2.16/CHANGELOG.md)
- [Commits](https://github.com/FriendsOfPHP/PHP-CS-Fixer/compare/v2.16.1...v2.16.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoAdded authentication during import command for paywalled websites 4325/head
Nicolas Lœuillet [Sat, 11 Apr 2020 12:01:00 +0000 (14:01 +0200)] 
Added authentication during import command for paywalled websites

4 years agoMerge pull request #4319 from wallabag/feature/token-lifetime-parameters
Jérémy Benoist [Wed, 8 Apr 2020 13:18:21 +0000 (15:18 +0200)] 
Merge pull request #4319 from wallabag/feature/token-lifetime-parameters

Add ability to define lifetime token for the API

4 years agoAdd ability to define lifetime token for the API 4319/head
Jeremy Benoist [Wed, 8 Apr 2020 07:18:17 +0000 (09:18 +0200)] 
Add ability to define lifetime token for the API

It'll allow admin of a wallabag instance to define its own lifetime for the refresh token and the access token.
The default value are the recommended one from the wallabag team.

4 years agoMerge pull request #4318 from wallabag/change-auth-graby
Nicolas Lœuillet [Tue, 7 Apr 2020 15:23:20 +0000 (17:23 +0200)] 
Merge pull request #4318 from wallabag/change-auth-graby

Changed authentication order in GrabySiteConfigBuilder

4 years agoChanged authentication order in GrabySiteConfigBuilder 4318/head
Nicolas Lœuillet [Tue, 7 Apr 2020 08:29:47 +0000 (10:29 +0200)] 
Changed authentication order in GrabySiteConfigBuilder

4 years agoMerge pull request #4315 from wallabag/add-published-date-epub
Nicolas Lœuillet [Mon, 6 Apr 2020 17:58:33 +0000 (19:58 +0200)] 
Merge pull request #4315 from wallabag/add-published-date-epub

Added publication date on epub export

4 years agoMerge pull request #4317 from wallabag/enhance-article-display
Nicolas Lœuillet [Mon, 6 Apr 2020 16:00:36 +0000 (18:00 +0200)] 
Merge pull request #4317 from wallabag/enhance-article-display

Enhanced article display

4 years agoMerge pull request #4316 from wallabag/fix-remove-pictures-api
Kevin Decherf [Mon, 6 Apr 2020 15:59:58 +0000 (17:59 +0200)] 
Merge pull request #4316 from wallabag/fix-remove-pictures-api

Fixed bug when we delete entry via API

4 years agoEnhanced article display 4317/head
Nicolas Lœuillet [Mon, 6 Apr 2020 14:32:09 +0000 (16:32 +0200)] 
Enhanced article display
Fixes #4153

4 years agoAdded publication date on epub export 4315/head
Nicolas Lœuillet [Mon, 6 Apr 2020 13:34:32 +0000 (15:34 +0200)] 
Added publication date on epub export

4 years agoFixed bug when we delete entry via API 4316/head
Nicolas Lœuillet [Mon, 6 Apr 2020 14:11:05 +0000 (16:11 +0200)] 
Fixed bug when we delete entry via API
Fixes #4291

4 years agoMerge pull request #4308 from AKKED/patch-6
Jérémy Benoist [Fri, 3 Apr 2020 21:39:26 +0000 (23:39 +0200)] 
Merge pull request #4308 from AKKED/patch-6

update Japanese translation

4 years agoupdate Japanese translation 4308/head
AKKED [Fri, 3 Apr 2020 19:31:05 +0000 (04:31 +0900)] 
update Japanese translation

- Some mistranslations have been corrected.
- Some expressions have been updated to make them easier to understand.

4 years agoMerge pull request #4305 from wallabag/dependabot/composer/symfony/symfony-3.4.39
Jérémy Benoist [Tue, 31 Mar 2020 14:11:28 +0000 (16:11 +0200)] 
Merge pull request #4305 from wallabag/dependabot/composer/symfony/symfony-3.4.39

Bump symfony/symfony from 3.4.38 to 3.4.39

4 years agoFix tests 4305/head
Jeremy Benoist [Tue, 31 Mar 2020 13:56:48 +0000 (15:56 +0200)] 
Fix tests

4 years agoBump symfony/symfony from 3.4.38 to 3.4.39
dependabot-preview[bot] [Tue, 31 Mar 2020 02:28:49 +0000 (02:28 +0000)] 
Bump symfony/symfony from 3.4.38 to 3.4.39

Bumps [symfony/symfony](https://github.com/symfony/symfony) from 3.4.38 to 3.4.39.
- [Release notes](https://github.com/symfony/symfony/releases)
- [Changelog](https://github.com/symfony/symfony/blob/v3.4.39/CHANGELOG-3.4.md)
- [Commits](https://github.com/symfony/symfony/compare/v3.4.38...v3.4.39)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agoMerge pull request #4302 from wallabag/9f88d2f8
Jérémy Benoist [Mon, 30 Mar 2020 08:14:19 +0000 (10:14 +0200)] 
Merge pull request #4302 from wallabag/9f88d2f8

Replace grandt/phpepub with wallabag version

4 years agoMerge pull request #4304 from wallabag/dependabot/composer/friendsofsymfony/rest...
Jérémy Benoist [Mon, 30 Mar 2020 03:48:32 +0000 (05:48 +0200)] 
Merge pull request #4304 from wallabag/dependabot/composer/friendsofsymfony/rest-bundle-2.7.3

Bump friendsofsymfony/rest-bundle from 2.7.2 to 2.7.3

4 years agoBump friendsofsymfony/rest-bundle from 2.7.2 to 2.7.3 4304/head
dependabot-preview[bot] [Mon, 30 Mar 2020 02:39:21 +0000 (02:39 +0000)] 
Bump friendsofsymfony/rest-bundle from 2.7.2 to 2.7.3

Bumps [friendsofsymfony/rest-bundle](https://github.com/FriendsOfSymfony/FOSRestBundle) from 2.7.2 to 2.7.3.
- [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.2...2.7.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
4 years agocomposer: replace grandt/phpepub with wallabag version 4302/head
Kevin Decherf [Sat, 28 Mar 2020 17:39:56 +0000 (18:39 +0100)] 
composer: replace grandt/phpepub with wallabag version

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoMerge pull request #4303 from wallabag/fix/cleanup-cookie
Kevin Decherf [Sun, 29 Mar 2020 13:30:13 +0000 (15:30 +0200)] 
Merge pull request #4303 from wallabag/fix/cleanup-cookie

Cleanup cookie jar

4 years agoCleanup cookie jar 4303/head
Jeremy Benoist [Sun, 29 Mar 2020 09:39:49 +0000 (11:39 +0200)] 
Cleanup cookie jar

As of latest Guzzle release, it's fixed so we can removed that code.

4 years agoMerge pull request #4274 from AKKED/add_ja
Jérémy Benoist [Sat, 28 Mar 2020 16:16:37 +0000 (17:16 +0100)] 
Merge pull request #4274 from AKKED/add_ja

add Japanese translation

4 years agoMerge pull request #4272 from Simounet/feat/load-custom-css-only-if-exists
Jérémy Benoist [Sat, 28 Mar 2020 15:49:29 +0000 (16:49 +0100)] 
Merge pull request #4272 from Simounet/feat/load-custom-css-only-if-exists

Load custom.css only if exists

4 years agoAdd Japanese translation 4274/head
AKKED [Tue, 28 Jan 2020 14:33:03 +0000 (23:33 +0900)] 
Add Japanese translation

4 years agoMerge pull request #4281 from lizyn/zh_translation
Jérémy Benoist [Sat, 28 Mar 2020 15:39:17 +0000 (16:39 +0100)] 
Merge pull request #4281 from lizyn/zh_translation

Added language support for Simplified Chinese(简体中文)

4 years agoMerge pull request #4299 from wallabag/fix/4133
Jérémy Benoist [Sat, 28 Mar 2020 15:38:12 +0000 (16:38 +0100)] 
Merge pull request #4299 from wallabag/fix/4133

Fix createdAt filter on material

4 years agoMerge pull request #4285 from wallabag/dependabot/composer/symfony/symfony-3.4.38
Jérémy Benoist [Fri, 27 Mar 2020 14:55:49 +0000 (15:55 +0100)] 
Merge pull request #4285 from wallabag/dependabot/composer/symfony/symfony-3.4.38

Bump symfony/symfony from 3.4.37 to 3.4.38

4 years agoMerge pull request #4295 from wallabag/dependabot/composer/incenteev/composer-paramet...
Jérémy Benoist [Fri, 27 Mar 2020 14:52:14 +0000 (15:52 +0100)] 
Merge pull request #4295 from wallabag/dependabot/composer/incenteev/composer-parameter-handler-2.1.4

Bump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4

4 years agoFix createdAt date range filter 4299/head
Kevin Decherf [Sat, 21 Mar 2020 20:11:01 +0000 (21:11 +0100)] 
Fix createdAt date range filter

- 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>
4 years agotests: replace baggy theme used in EntryController tests
Kevin Decherf [Sat, 21 Mar 2020 20:09:57 +0000 (21:09 +0100)] 
tests: replace baggy theme used in EntryController tests

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agomisc: reindent EntryFilterType
Kevin Decherf [Fri, 20 Mar 2020 23:43:01 +0000 (00:43 +0100)] 
misc: reindent EntryFilterType

Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
4 years agoBump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4 4295/head
dependabot-preview[bot] [Wed, 18 Mar 2020 03:54:46 +0000 (03:54 +0000)] 
Bump incenteev/composer-parameter-handler from 2.1.3 to 2.1.4

Bumps [incenteev/composer-parameter-handler](https://github.com/Incenteev/ParameterHandler) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/Incenteev/ParameterHandler/releases)
- [Changelog](https://github.com/Incenteev/ParameterHandler/blob/master/CHANGELOG.md)
- [Commits](https://github.com/Incenteev/ParameterHandler/compare/v2.1.3...v2.1.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>