7239082a5e
Renamed uuid to uid
2016-12-29 10:09:44 +01:00
90f6ee4dbe
Merge pull request #2724 from Simounet/fix/reading-time
...
Fix entry reading time
2016-12-28 18:11:01 +01:00
d5d4708fe3
Share tags to Shaarli - Material theme
2016-12-28 12:27:09 +01:00
0a0aa70098
Share tags to Shaarli - Baggy theme
2016-12-28 12:27:00 +01:00
6ed615ac74
Fix entry reading time
2016-12-27 22:37:42 +01:00
c8de7ab94c
Fixed export by tags with a tag which contains space
2016-12-27 21:26:53 +01:00
89cd670abf
Changed uuid type in database
2016-12-25 10:51:25 +01:00
8137515171
Fixed index on entry.uuid and changed uuid field type
2016-12-25 10:51:25 +01:00
af131cb513
Added index on table creation
2016-12-23 10:26:33 +01:00
3ef75cc4e3
Be consistent between migration & schema definition
2016-12-19 14:24:19 +01:00
5a5da36955
Removed outputWalkers for RSS and API
2016-12-15 22:22:57 +01:00
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
24becc9717
Merge pull request #2667 from wallabag/upgrade-symfony-32
...
Upgrade to Symfony 3.2
2016-12-15 22:18:45 +01:00
6ad8aabb83
Fixed search bug
2016-12-15 21:38:16 +01:00
21e7ccef3d
Fix tests & deprecation notice
2016-12-15 21:38:16 +01:00
15cc183850
Merge pull request #2699 from wallabag/remove-usertable-query
...
Removed user join in query builder
2016-12-13 09:08:34 +01:00
45c159b798
Removed user join in query builder
2016-12-12 22:51:29 +01:00
24879db1f7
Add default value for list_mode
2016-12-12 17:41:03 +01:00
be2c55de4c
Moved total messages from import
2016-12-08 16:46:17 +01:00
e044d27f82
Replaced chmod for download pictures feature
2016-12-08 13:04:15 +01:00
bb98fede2b
Fixed imports with is_starred and is_archived
2016-12-07 16:01:50 +01:00
2d4b167038
Merge pull request #2686 from wallabag/fix-redis-import
...
Casted maxIterations for Redis import
2016-12-06 21:04:08 +01:00
558d5199b9
Merge pull request #2680 from wallabag/taggingrule-255
...
Limit rule to 255
2016-12-06 21:00:24 +01:00
7dc48ef820
Casted maxIterations for Redis import
...
Simpleue\Worker wants an integer, we gave it a string
2016-12-06 11:44:40 +01:00
106bdbcd0a
Add some comments
2016-12-04 11:27:49 +01:00
5aa0294cca
Limit rule to 255
...
To avoid database error
2016-12-03 11:10:39 +01:00
3cd6da0b74
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.
2016-12-03 00:12:20 -05:00
e858018fdd
Prevent undefined index when import fetching fails
2016-12-02 22:45:04 -05:00
36e6ef52a1
Imported entries which fail to fetch get standard error body
2016-12-02 22:42:36 -05:00
29dca43236
Retain imported content if fetching fails, fixes #2658
2016-12-02 22:41:35 -05:00
1093e979ff
Merge pull request #2677 from wallabag/add-wallabag_user.de.yml
...
add translations/wallabag_user.de.yml (fixes #2673 )
2016-12-01 19:08:12 +01:00
10d85dbae3
Update wallabag_user.de.yml
...
Wallabag->wallabag
2016-12-01 18:23:41 +01:00
87958ce645
add translations/wallabag_user.de.yml ( fixes #2673 )
2016-12-01 18:03:36 +01:00
81c657fc5b
Merge pull request #2676 from wallabag/update-addons
...
Updated addons links
2016-12-01 14:39:48 +01:00
8d064ba5a4
Updated addons links
2016-12-01 13:48:34 +01:00
68da51d2a3
Fixed 404 for wallabag logo in 2FA
2016-12-01 10:51:04 +01:00
6787afbe0d
Added floating button on entry view for mobile
2016-11-30 16:08:02 +01:00
9aa991281d
Renamed view_mode by list_mode and hide excerpt
2016-11-28 16:10:21 +01:00
56a7ce17f3
Hide article text on mobile with list mode
2016-11-28 14:27:58 +01:00
9f01d0fde0
Added list view
2016-11-28 14:27:58 +01:00
34ea7be622
Merge pull request #2663 from wallabag/remove-fosuser-attributes
...
Removed FOSUser attributes removed in alpha4
2016-11-28 14:27:31 +01:00
cda0662311
Removed FOSUser attributes removed in alpha4
...
See https://github.com/FriendsOfSymfony/FOSUserBundle/blob/master/Upgrade.md\#200-alpha3-to-200-alpha4
2016-11-28 12:44:17 +01:00
6bb0866cf5
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.
2016-11-28 09:23:04 +01:00
5b6888b13f
Fix incorrect reading time calculation for entries in languages with
...
non-latin chars subset.
2016-11-28 01:15:06 +02:00
00fc2b44f4
Enforce lowercase on domain name filter
...
Signed-off-by: Kevin Decherf <kevin@kdecherf.com >
2016-11-26 19:52:50 +01:00
f4a9833490
Merge pull request #2620 from wallabag/fix-password-layout
...
Fix password layout
2016-11-23 09:53:18 +01:00
0df2a4b021
Fixed entry shortcuts available in list view
2016-11-22 21:31:21 +01:00
5066c3e066
Re-use FOSUser master branch
2016-11-22 21:25:05 +01:00
d7acde5cc3
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.
2016-11-22 21:23:58 +01:00
7c6b7a40d1
Merge pull request #2637 from wallabag/mruminski-patch-1
...
Update messages.pl.yml
2016-11-22 20:02:00 +01:00