Simounet
22d0c929e3
Access to search, filters, export on mobile
2016-12-29 19:19:51 +01:00
Nicolas Lœuillet
8527238846
Merge pull request #2702 from wallabag/add-index-uuid
...
Added index on entry.uuid
2016-12-29 10:54:07 +01:00
Nicolas Lœuillet
7239082a5e
Renamed uuid to uid
2016-12-29 10:09:44 +01:00
Thomas Citharel
90f6ee4dbe
Merge pull request #2724 from Simounet/fix/reading-time
...
Fix entry reading time
2016-12-28 18:11:01 +01:00
Nicolas Lœuillet
92ba3b5c0d
Merge pull request #2723 from wallabag/fix-export-tag-space
...
Fixed export by tags with a tag which contains space
2016-12-28 09:10:14 +01:00
Simounet
6ed615ac74
Fix entry reading time
2016-12-27 22:37:42 +01:00
Nicolas Lœuillet
c8de7ab94c
Fixed export by tags with a tag which contains space
2016-12-27 21:26:53 +01:00
Nicolas Lœuillet
89cd670abf
Changed uuid type in database
2016-12-25 10:51:25 +01:00
Nicolas Lœuillet
8137515171
Fixed index on entry.uuid and changed uuid field type
2016-12-25 10:51:25 +01:00
Nicolas Lœuillet
af131cb513
Added index on table creation
2016-12-23 10:26:33 +01:00
Nicolas Lœuillet
74b7c0985d
Added index on entry.uuid
...
Useful for entry sharing
2016-12-23 10:26:33 +01:00
Nicolas Lœuillet
7719346328
Merge pull request #2696 from wallabag/run-migration
...
Run migration on each test
2016-12-23 09:31:41 +01:00
Jeremy Benoist
a72f3dc308
Fix bad migration for PostreSQL
...
Queries weren’t executed for PostgreSQL, bad syntax.
2016-12-23 09:00:13 +01:00
Jeremy Benoist
cd77a7e7ef
Merge pull request #2714 from Simounet/fix/entry-card-shadow
...
Fix the box shadow on the card entry
2016-12-20 14:52:50 +01:00
Simounet
78d6c3090a
Fix the box shadow on the card entry
2016-12-20 13:04:51 +01:00
Jeremy Benoist
3ef75cc4e3
Be consistent between migration & schema definition
2016-12-19 14:24:19 +01:00
Jeremy Benoist
6514f0ed37
fixup! Run migration in test, ready for MySQL
2016-12-19 10:35:25 +01:00
Jeremy Benoist
d44016b072
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
2016-12-19 10:35:25 +01:00
Jeremy Benoist
3ad4061dba
pocket_consumer_key can be null
2016-12-19 10:35:24 +01:00
Jeremy Benoist
d9efa42f66
fixup! Manually import file for PostgreSQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
bd8db77f5f
Remove comment
...
"The string "--" is not permitted within comments."
2016-12-19 10:35:24 +01:00
Jeremy Benoist
5354485885
Add orignal DB schema
2016-12-19 10:35:24 +01:00
Jeremy Benoist
81915ad8df
And of course it doesn't work for SQLite
2016-12-19 10:35:24 +01:00
Jeremy Benoist
cafb105681
Manually import file for PostgreSQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
a48b5d5a5a
Run migration in test, ready for MySQL
2016-12-19 10:35:24 +01:00
Jeremy Benoist
68cb89a516
Merge pull request #2616 from mathieui/doc-https-links
...
Change documentation links to HTTPS
2016-12-19 10:29:18 +01:00
Jeremy Benoist
77e342f75d
Merge pull request #2682 from wallabag/migration-config
...
Ensure craue_config_setting migration are ok
2016-12-18 20:32:35 +01:00
Nicolas Lœuillet
bea8d75417
Replaced quotes for Postgres
2016-12-18 13:47:25 +01:00
Nicolas Lœuillet
57e629e154
Merge pull request #2690 from wallabag/improve-rmq-config
...
Added QoS for RabbitMQ
2016-12-16 08:20:50 +01:00
Nicolas Lœuillet
be8033bf12
Merge pull request #2701 from wallabag/disable-outputWalkers
...
Removed outputWalkers for pagination
2016-12-16 07:43:01 +01:00
Jeremy Benoist
31fec5f363
Ensure craue_config_setting migration are ok
...
We now can run the migration every time, new line from `craue_config_setting` are properly checked.
2016-12-15 22:25:10 +01:00
Nicolas Lœuillet
881b0578e7
Moved RabbitMQ QoS to parameters
2016-12-15 22:23:28 +01:00
Nicolas Lœuillet
99712e5d85
Added QoS for RabbitMQ
2016-12-15 22:23:28 +01:00
Nicolas Lœuillet
5a5da36955
Removed outputWalkers for RSS and API
2016-12-15 22:22:57 +01:00
Nicolas Lœuillet
9deac0c597
Removed outputWalkers for pagination
...
Due to overload, we disabled output walkers (see https://github.com/whiteoctober/Pagerfanta/issues/115
2016-12-15 22:22:56 +01:00
Nicolas Lœuillet
24becc9717
Merge pull request #2667 from wallabag/upgrade-symfony-32
...
Upgrade to Symfony 3.2
2016-12-15 22:18:45 +01:00
Nicolas Lœuillet
6ad8aabb83
Fixed search bug
2016-12-15 21:38:16 +01:00
Jeremy Benoist
21e7ccef3d
Fix tests & deprecation notice
2016-12-15 21:38:16 +01:00
Jeremy Benoist
202a66ce02
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
2016-12-13 09:33:06 +01:00
Jeremy Benoist
15cc183850
Merge pull request #2699 from wallabag/remove-usertable-query
...
Removed user join in query builder
2016-12-13 09:08:34 +01:00
Nicolas Lœuillet
375c9e2d3e
Merge pull request #2697 from wallabag/fix-list-mode
...
Add default value for list_mode
2016-12-12 22:54:43 +01:00
Nicolas Lœuillet
45c159b798
Removed user join in query builder
2016-12-12 22:51:29 +01:00
Jeremy Benoist
24879db1f7
Add default value for list_mode
2016-12-12 17:41:03 +01:00
Nicolas Lœuillet
2c1eed8051
Merge pull request #2691 from wallabag/moved-total-import-notif
...
Moved total messages from import
2016-12-08 19:02:30 +01:00
Nicolas Lœuillet
be2c55de4c
Moved total messages from import
2016-12-08 16:46:17 +01:00
Thomas Citharel
edb9feb472
Merge pull request #2689 from wallabag/change-chmod
...
Replaced chmod for download pictures feature
2016-12-08 15:19:33 +01:00
Nicolas Lœuillet
e044d27f82
Replaced chmod for download pictures feature
2016-12-08 13:04:15 +01:00
Nicolas Lœuillet
75ae3c8d82
Merge pull request #2688 from wallabag/fix-browsers-import
...
Fixed imports with is_starred and is_archived
2016-12-08 09:07:09 +01:00
Nicolas Lœuillet
bb98fede2b
Fixed imports with is_starred and is_archived
2016-12-07 16:01:50 +01:00
Jeremy Benoist
2d4b167038
Merge pull request #2686 from wallabag/fix-redis-import
...
Casted maxIterations for Redis import
2016-12-06 21:04:08 +01:00