]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Simounet [Tue, 20 Dec 2016 12:04:51 +0000 (13:04 +0100)]
Fix the box shadow on the card entry
Jeremy Benoist [Mon, 19 Dec 2016 09:29:18 +0000 (10:29 +0100)]
Merge pull request #2616 from mathieui/doc-https-links
Change documentation links to HTTPS
Jeremy Benoist [Sun, 18 Dec 2016 19:32:35 +0000 (20:32 +0100)]
Merge pull request #2682 from wallabag/migration-config
Ensure craue_config_setting migration are ok
Nicolas Lœuillet [Sun, 18 Dec 2016 12:47:25 +0000 (13:47 +0100)]
Replaced quotes for Postgres
Nicolas Lœuillet [Fri, 16 Dec 2016 07:20:50 +0000 (08:20 +0100)]
Merge pull request #2690 from wallabag/improve-rmq-config
Added QoS for RabbitMQ
Nicolas Lœuillet [Fri, 16 Dec 2016 06:43:01 +0000 (07:43 +0100)]
Merge pull request #2701 from wallabag/disable-outputWalkers
Removed outputWalkers for pagination
Jeremy Benoist [Sun, 4 Dec 2016 11:56:20 +0000 (12:56 +0100)]
Ensure craue_config_setting migration are ok
We now can run the migration every time, new line from `craue_config_setting` are properly checked.
Nicolas Lœuillet [Thu, 15 Dec 2016 20:58:20 +0000 (21:58 +0100)]
Moved RabbitMQ QoS to parameters
Nicolas Lœuillet [Thu, 8 Dec 2016 12:58:04 +0000 (13:58 +0100)]
Added QoS for RabbitMQ
Nicolas Lœuillet [Wed, 14 Dec 2016 08:00:14 +0000 (09:00 +0100)]
Removed outputWalkers for RSS and API
Nicolas Lœuillet [Tue, 13 Dec 2016 19:12:21 +0000 (20:12 +0100)]
Removed outputWalkers for pagination
Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
Nicolas Lœuillet [Thu, 15 Dec 2016 21:18:45 +0000 (22:18 +0100)]
Merge pull request #2667 from wallabag/upgrade-symfony-32
Upgrade to Symfony 3.2
Nicolas Lœuillet [Thu, 15 Dec 2016 20:31:13 +0000 (21:31 +0100)]
Fixed search bug
Jeremy Benoist [Wed, 14 Dec 2016 10:54:30 +0000 (11:54 +0100)]
Fix tests & deprecation notice
Jeremy Benoist [Tue, 13 Dec 2016 08:33:05 +0000 (09:33 +0100)]
Use simple-phpunit instead of phpunit
To avoid problem with the Yaml constant
http://symfony.com/blog/how-to-solve-phpunit-issues-in-symfony-3-2-applications
Jeremy Benoist [Tue, 13 Dec 2016 08:08:34 +0000 (09:08 +0100)]
Merge pull request #2699 from wallabag/remove-usertable-query
Removed user join in query builder
Nicolas Lœuillet [Mon, 12 Dec 2016 21:54:43 +0000 (22:54 +0100)]
Merge pull request #2697 from wallabag/fix-list-mode
Add default value for list_mode
Nicolas Lœuillet [Mon, 12 Dec 2016 21:51:29 +0000 (22:51 +0100)]
Removed user join in query builder
Jeremy Benoist [Mon, 12 Dec 2016 16:41:03 +0000 (17:41 +0100)]
Add default value for list_mode
Nicolas Lœuillet [Thu, 8 Dec 2016 18:02:30 +0000 (19:02 +0100)]
Merge pull request #2691 from wallabag/moved-total-import-notif
Moved total messages from import
Nicolas Lœuillet [Thu, 8 Dec 2016 15:42:48 +0000 (16:42 +0100)]
Moved total messages from import
Thomas Citharel [Thu, 8 Dec 2016 14:19:33 +0000 (15:19 +0100)]
Merge pull request #2689 from wallabag/change-chmod
Replaced chmod for download pictures feature
Nicolas Lœuillet [Thu, 8 Dec 2016 12:04:15 +0000 (13:04 +0100)]
Replaced chmod for download pictures feature
Nicolas Lœuillet [Thu, 8 Dec 2016 08:07:09 +0000 (09:07 +0100)]
Merge pull request #2688 from wallabag/fix-browsers-import
Fixed imports with is_starred and is_archived
Nicolas Lœuillet [Wed, 7 Dec 2016 15:01:50 +0000 (16:01 +0100)]
Fixed imports with is_starred and is_archived
Jeremy Benoist [Tue, 6 Dec 2016 20:04:08 +0000 (21:04 +0100)]
Merge pull request #2686 from wallabag/fix-redis-import
Casted maxIterations for Redis import
Nicolas Lœuillet [Tue, 6 Dec 2016 20:00:24 +0000 (21:00 +0100)]
Merge pull request #2680 from wallabag/taggingrule-255
Limit rule to 255
Nicolas Lœuillet [Tue, 6 Dec 2016 10:44:40 +0000 (11:44 +0100)]
Casted maxIterations for Redis import
Simpleue\Worker wants an integer, we gave it a string
Nicolas Lœuillet [Sun, 4 Dec 2016 18:30:11 +0000 (19:30 +0100)]
Merge pull request #2679 from jcharaoui/fix-2658
Fix content from imported entried being discarded when URL goes bad
Jeremy Benoist [Sun, 4 Dec 2016 10:27:49 +0000 (11:27 +0100)]
Add some comments
Jerome Charaoui [Sat, 3 Dec 2016 14:44:34 +0000 (09:44 -0500)]
Revert switch to KernelTestCase for ContentProxyTest
Define the error string manually inside the test class instead of
fetching it from app config.
Jeremy Benoist [Sat, 3 Dec 2016 10:10:39 +0000 (11:10 +0100)]
Limit rule to 255
To avoid database error
Jerome Charaoui [Sat, 3 Dec 2016 05:26:57 +0000 (00:26 -0500)]
Add missing CoreKernelTestCase class
Jerome Charaoui [Sat, 3 Dec 2016 04:59:43 +0000 (23:59 -0500)]
Fix WallabagV1Controller test
Account for URL redirection in refreshed entry.
Jerome Charaoui [Sat, 3 Dec 2016 04:59:18 +0000 (23:59 -0500)]
Fix ContentProxy tests
Jerome Charaoui [Sat, 3 Dec 2016 04:55:30 +0000 (23:55 -0500)]
Allow fetching content on all import types
For better consistency, allow all types of imported entries to update,
which was already the case for Firefox and Chrome.
Jerome Charaoui [Sat, 3 Dec 2016 03:45:04 +0000 (22:45 -0500)]
Prevent undefined index when import fetching fails
Jerome Charaoui [Sat, 3 Dec 2016 03:42:36 +0000 (22:42 -0500)]
Imported entries which fail to fetch get standard error body
Jerome Charaoui [Sat, 3 Dec 2016 03:41:35 +0000 (22:41 -0500)]
Retain imported content if fetching fails, fixes #2658
Nicolas Lœuillet [Thu, 1 Dec 2016 18:08:12 +0000 (19:08 +0100)]
Merge pull request #2677 from wallabag/add-wallabag_user.de.yml
add translations/wallabag_user.de.yml (fixes #2673)
Strubbl [Thu, 1 Dec 2016 17:23:41 +0000 (18:23 +0100)]
Update wallabag_user.de.yml
Wallabag->wallabag
Sven Fischer [Thu, 1 Dec 2016 17:03:36 +0000 (18:03 +0100)]
add translations/wallabag_user.de.yml (fixes #2673)
Nicolas Lœuillet [Thu, 1 Dec 2016 13:39:48 +0000 (14:39 +0100)]
Merge pull request #2676 from wallabag/update-addons
Updated addons links
Nicolas Lœuillet [Thu, 1 Dec 2016 12:48:34 +0000 (13:48 +0100)]
Updated addons links
Nicolas Lœuillet [Thu, 1 Dec 2016 12:35:55 +0000 (13:35 +0100)]
Merge pull request #2674 from wallabag/fix-404img-2FA
Fixed 404 for wallabag logo in 2FA
Nicolas Lœuillet [Thu, 1 Dec 2016 09:51:04 +0000 (10:51 +0100)]
Fixed 404 for wallabag logo in 2FA
Jeremy Benoist [Thu, 1 Dec 2016 06:38:19 +0000 (07:38 +0100)]
Merge pull request #2672 from wallabag/fix-typo
Fixed typo in asynchronous documentation
Nicolas Lœuillet [Wed, 30 Nov 2016 21:02:08 +0000 (22:02 +0100)]
Fixed typo in asynchronous documentation
Nicolas Lœuillet [Wed, 30 Nov 2016 15:55:44 +0000 (16:55 +0100)]
Merge pull request #2670 from wallabag/add-floating-button
Added floating button on entry view for mobile
Nicolas Lœuillet [Wed, 30 Nov 2016 15:08:02 +0000 (16:08 +0100)]
Added floating button on entry view for mobile
Jeremy Benoist [Wed, 30 Nov 2016 13:17:40 +0000 (14:17 +0100)]
Merge pull request #2650 from wallabag/add-hascolumn
Added hasColumn() in migration to check column existence
Nicolas Lœuillet [Wed, 30 Nov 2016 11:29:55 +0000 (12:29 +0100)]
Named index
Nicolas Lœuillet [Wed, 30 Nov 2016 10:27:07 +0000 (11:27 +0100)]
Code review
Nicolas Lœuillet [Wed, 30 Nov 2016 10:08:38 +0000 (11:08 +0100)]
Upgrade to Symfony 3.2
Nicolas Lœuillet [Mon, 28 Nov 2016 15:47:41 +0000 (16:47 +0100)]
Merge pull request #2662 from wallabag/add-list-view
Add list view
Nicolas Lœuillet [Mon, 28 Nov 2016 11:08:51 +0000 (12:08 +0100)]
Renamed view_mode by list_mode and hide excerpt
Nicolas Lœuillet [Mon, 28 Nov 2016 07:55:03 +0000 (08:55 +0100)]
Fixed typo
Nicolas Lœuillet [Sat, 26 Nov 2016 15:06:14 +0000 (16:06 +0100)]
Cleaned old migrations
Nicolas Lœuillet [Sat, 26 Nov 2016 14:40:42 +0000 (15:40 +0100)]
Added dropColumn for SQLite and some enhancements
Nicolas Lœuillet [Sat, 26 Nov 2016 12:34:36 +0000 (13:34 +0100)]
Replaced abortIf with skipIf
Nicolas Lœuillet [Fri, 25 Nov 2016 16:43:28 +0000 (17:43 +0100)]
Added checks on migrations
Nicolas Lœuillet [Fri, 25 Nov 2016 16:36:15 +0000 (17:36 +0100)]
Removed my hasColumn and used the existing one in Doctrine
Nicolas Lœuillet [Fri, 25 Nov 2016 12:47:09 +0000 (13:47 +0100)]
Added hasColumn() in migration to check column existence
Nicolas Lœuillet [Mon, 28 Nov 2016 10:26:08 +0000 (11:26 +0100)]
Hide article text on mobile with list mode
Nicolas Lœuillet [Mon, 28 Nov 2016 10:12:35 +0000 (11:12 +0100)]
Added test for list view
Nicolas Lœuillet [Mon, 28 Nov 2016 10:02:10 +0000 (11:02 +0100)]
Added list view
Nicolas Lœuillet [Mon, 28 Nov 2016 13:27:31 +0000 (14:27 +0100)]
Merge pull request #2663 from wallabag/remove-fosuser-attributes
Removed FOSUser attributes removed in alpha4
Nicolas Lœuillet [Mon, 28 Nov 2016 12:25:18 +0000 (13:25 +0100)]
Added migration to remove useless fields
Nicolas Lœuillet [Mon, 28 Nov 2016 11:44:17 +0000 (12:44 +0100)]
Removed FOSUser attributes removed in alpha4
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
Nicolas Lœuillet [Mon, 28 Nov 2016 08:23:04 +0000 (09:23 +0100)]
Merge pull request #2659 from akovalyov/bugfix/non-latin-characters-in-reading-time-calculation
Fix incorrect reading time calculation for entries in non-latin languages.
Andrew Kovalyov [Sun, 27 Nov 2016 23:15:06 +0000 (01:15 +0200)]
Fix incorrect reading time calculation for entries in languages with
non-latin chars subset.
Jeremy Benoist [Sun, 27 Nov 2016 17:35:38 +0000 (18:35 +0100)]
Merge pull request #2654 from Kdecherf/domain-filter
Enforce lowercase on domain name filter
Kevin Decherf [Sat, 26 Nov 2016 18:52:50 +0000 (19:52 +0100)]
Enforce lowercase on domain name filter
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Nicolas Lœuillet [Fri, 25 Nov 2016 16:11:07 +0000 (17:11 +0100)]
Merge pull request #2622 from Kdecherf/ui-changes
Material UI Changes
Nicolas Lœuillet [Fri, 25 Nov 2016 15:45:03 +0000 (16:45 +0100)]
Minified CSS
Kevin Decherf [Fri, 25 Nov 2016 12:49:45 +0000 (13:49 +0100)]
Material: update size of text in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:45:05 +0000 (20:45 +0100)]
Material: render blockquote in italic and strong in bold in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:40:35 +0000 (20:40 +0100)]
Material: update style of pre in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:36:31 +0000 (20:36 +0100)]
Material: update style of ul in article
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:36:02 +0000 (20:36 +0100)]
Material: update style of article links
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:27:45 +0000 (20:27 +0100)]
Material: increase max width of article on large screens
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:27:10 +0000 (20:27 +0100)]
Material: prevent bold in title, update title font size
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Kevin Decherf [Sun, 20 Nov 2016 19:18:30 +0000 (20:18 +0100)]
Material: change color of background, article content and titles
Signed-off-by: Kevin Decherf <kevin@kdecherf.com>
Nicolas Lœuillet [Wed, 23 Nov 2016 14:14:05 +0000 (15:14 +0100)]
Merge pull request #2642 from wallabag/fix-logout-shortcut
Fixed logout shortcut
Nicolas Lœuillet [Wed, 23 Nov 2016 13:40:00 +0000 (14:40 +0100)]
Fixed logout shortcut
Jeremy Benoist [Wed, 23 Nov 2016 08:53:18 +0000 (09:53 +0100)]
Merge pull request #2620 from wallabag/fix-password-layout
Fix password layout
Jeremy Benoist [Wed, 23 Nov 2016 08:20:00 +0000 (09:20 +0100)]
Remove empty line
Nicolas Lœuillet [Wed, 23 Nov 2016 08:06:45 +0000 (09:06 +0100)]
Merge pull request #2640 from wallabag/fix-openoriginal
Fixed entry shortcuts available in list view
Nicolas Lœuillet [Tue, 22 Nov 2016 20:31:21 +0000 (21:31 +0100)]
Fixed entry shortcuts available in list view
Jeremy Benoist [Tue, 22 Nov 2016 19:54:00 +0000 (20:54 +0100)]
Add migration for new FOSUser version
Jeremy Benoist [Tue, 22 Nov 2016 19:29:41 +0000 (20:29 +0100)]
Fix MonologBundle deprecation
The Symfony\Bundle\MonologBundle\DependencyInjection\Compiler\DebugHandlerPass class is deprecated since version 2.12 and will be removed in 3.0. Use AddDebugLogProcessorPass in FrameworkBundle instead.
Jeremy Benoist [Mon, 21 Nov 2016 14:12:11 +0000 (15:12 +0100)]
Re-use FOSUser master branch
Jeremy Benoist [Sun, 20 Nov 2016 21:24:48 +0000 (22:24 +0100)]
Fix Travis
Jeremy Benoist [Sun, 20 Nov 2016 19:07:47 +0000 (20:07 +0100)]
Use the correct template
When resetting the password, the overriden template we used wasn’t well spelled.
And since we are using a locked version of FOSUser (on a custom commit), the translation of `resetting.check_email` is wrong in any language but english.
Jeremy Benoist [Sun, 20 Nov 2016 19:06:26 +0000 (20:06 +0100)]
These files aren’t used anymore
Translation were moved to the global one
Jeremy Benoist [Tue, 22 Nov 2016 19:02:00 +0000 (20:02 +0100)]
Merge pull request #2637 from wallabag/mruminski-patch-1
Update messages.pl.yml
Mateusz Rumiński [Tue, 22 Nov 2016 18:24:38 +0000 (19:24 +0100)]
Update messages.pl.yml
translate shortcuts section to polish
Jeremy Benoist [Tue, 22 Nov 2016 18:12:53 +0000 (19:12 +0100)]
Merge pull request #2317 from wallabag/restricted-access
Added authentication for restricted access articles
Nicolas Lœuillet [Tue, 22 Nov 2016 14:58:00 +0000 (15:58 +0100)]
Added documentation and missing translations
Nicolas Lœuillet [Tue, 22 Nov 2016 13:56:53 +0000 (14:56 +0100)]
Added internal setting to enable/disable articles with paywall