]>
git.immae.eu Git - github/wallabag/wallabag.git/log
Nicolas Lœuillet [Thu, 29 Dec 2016 09:54:07 +0000 (10:54 +0100)]
Merge pull request #2702 from wallabag/add-index-uuid
Added index on entry.uuid
Nicolas Lœuillet [Thu, 29 Dec 2016 09:09:44 +0000 (10:09 +0100)]
Renamed uuid to uid
Thomas Citharel [Wed, 28 Dec 2016 17:11:01 +0000 (18:11 +0100)]
Merge pull request #2724 from Simounet/fix/reading-time
Fix entry reading time
Nicolas Lœuillet [Wed, 28 Dec 2016 08:10:14 +0000 (09:10 +0100)]
Merge pull request #2723 from wallabag/fix-export-tag-space
Fixed export by tags with a tag which contains space
Simounet [Tue, 27 Dec 2016 21:37:24 +0000 (22:37 +0100)]
Fix entry reading time
Nicolas Lœuillet [Tue, 27 Dec 2016 20:26:53 +0000 (21:26 +0100)]
Fixed export by tags with a tag which contains space
Nicolas Lœuillet [Fri, 23 Dec 2016 08:49:22 +0000 (09:49 +0100)]
Changed uuid type in database
Nicolas Lœuillet [Sun, 18 Dec 2016 13:09:56 +0000 (14:09 +0100)]
Fixed index on entry.uuid and changed uuid field type
Nicolas Lœuillet [Wed, 14 Dec 2016 09:11:33 +0000 (10:11 +0100)]
Added index on table creation
Nicolas Lœuillet [Wed, 14 Dec 2016 08:47:07 +0000 (09:47 +0100)]
Added index on entry.uuid
Useful for entry sharing
Nicolas Lœuillet [Fri, 23 Dec 2016 08:31:41 +0000 (09:31 +0100)]
Merge pull request #2696 from wallabag/run-migration
Run migration on each test
Jeremy Benoist [Fri, 23 Dec 2016 08:00:13 +0000 (09:00 +0100)]
Fix bad migration for PostreSQL
Queries weren’t executed for PostgreSQL, bad syntax.
Jeremy Benoist [Tue, 20 Dec 2016 13:52:50 +0000 (14:52 +0100)]
Merge pull request #2714 from Simounet/fix/entry-card-shadow
Fix the box shadow on the card entry
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 13:24:19 +0000 (14:24 +0100)]
Be consistent between migration & schema definition
Jeremy Benoist [Tue, 13 Dec 2016 09:41:47 +0000 (10:41 +0100)]
fixup! Run migration in test, ready for MySQL
Jeremy Benoist [Tue, 13 Dec 2016 09:31:53 +0000 (10:31 +0100)]
Use actual database name
We can't retrieve the environment within the migration.
And when we ran migration on Travis, database name isn't `database_name` but `test_database_name`.
Retrieve the database name from the connection is more accurate
Jeremy Benoist [Tue, 13 Dec 2016 08:35:54 +0000 (09:35 +0100)]
pocket_consumer_key can be null
Jeremy Benoist [Mon, 12 Dec 2016 10:55:37 +0000 (11:55 +0100)]
fixup! Manually import file for PostgreSQL
Jeremy Benoist [Mon, 12 Dec 2016 10:46:43 +0000 (11:46 +0100)]
Remove comment
"The string "--" is not permitted within comments."
Jeremy Benoist [Mon, 12 Dec 2016 10:37:26 +0000 (11:37 +0100)]
Add orignal DB schema
Jeremy Benoist [Mon, 12 Dec 2016 10:32:20 +0000 (11:32 +0100)]
And of course it doesn't work for SQLite
Jeremy Benoist [Mon, 12 Dec 2016 10:29:45 +0000 (11:29 +0100)]
Manually import file for PostgreSQL
Jeremy Benoist [Mon, 12 Dec 2016 10:01:54 +0000 (11:01 +0100)]
Run migration in test, ready for MySQL
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>