e044d27f82
Replaced chmod for download pictures feature
2016-12-08 13:04:15 +01:00
106bdbcd0a
Add some comments
2016-12-04 11:27:49 +01: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
d51093a7d9
Added documentation and missing translations
2016-11-22 17:32:24 +01:00
d64bf7953b
Added internal setting to enable/disable articles with paywall
2016-11-22 14:56:53 +01:00
40f3ea57fb
Cleared CookieJar to avoid websites who use cookies for analytics
2016-11-22 14:25:51 +01:00
7aab0ecf2f
Added authentication for restricted access articles
...
Fix #438 . Thank you so much @bdunogier
2016-11-22 14:01:46 +01:00
68003139e1
Merge remote-tracking branch 'origin/master' into 2.2
...
# Conflicts:
# .editorconfig
# docs/de/index.rst
# docs/de/user/import.rst
# docs/en/index.rst
# docs/en/user/configuration.rst
# docs/en/user/import.rst
# docs/fr/index.rst
# docs/fr/user/import.rst
# src/Wallabag/CoreBundle/Command/InstallCommand.php
# src/Wallabag/CoreBundle/Resources/translations/messages.da.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.de.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.en.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.es.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fa.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.fr.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.it.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.oc.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pl.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.pt.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.ro.yml
# src/Wallabag/CoreBundle/Resources/translations/messages.tr.yml
# src/Wallabag/CoreBundle/Resources/views/themes/baggy/Config/index.html.twig
# web/bundles/wallabagcore/themes/baggy/css/style.min.css
# web/bundles/wallabagcore/themes/baggy/js/baggy.min.js
# web/bundles/wallabagcore/themes/material/css/style.min.css
# web/bundles/wallabagcore/themes/material/js/material.min.js
2016-11-19 15:30:49 +01:00
10b3509757
Added http_status in Entry entity
2016-11-18 15:09:21 +01:00
54fd55fda1
Tried to fix tests
2016-11-16 23:07:34 +01:00
65cd8a4a9a
Added tests
2016-11-16 23:07:34 +01:00
f052f1fd57
Added constants for redirection values
2016-11-16 23:07:34 +01:00
a42f38d9fb
Added a configuration to define the redirection after archiving an entry
...
Fix #496
2016-11-16 23:07:34 +01:00
8d7b4f0eff
Display a bigger image in case of image content
...
If the content is only an image, we can display a bigger preview image because we won’t have text to display.
Also, split different card view to avoid too much complexity in the entries.html.twig
2016-11-08 22:17:46 +01:00
2fe2e411a7
Replaced TokenStorage with TokenStorageInterface
2016-11-07 10:34:49 +01:00
001cc7168a
Cleanup
2016-11-03 18:01:25 +01:00
5a619812ca
Merge remote-tracking branch 'origin/master' into 2.2
2016-11-03 16:41:29 +01:00
e0597476d1
Use custom event instead of Doctrine ones
...
This give us ability to use Entry ID to determine where to store images and it’s then more easy to remove them when we remove the entry.
2016-11-01 14:49:02 +01:00
4b3c983ab8
Inject parameter instead of service
...
We are injecting CraueConfig service when we only need to retrieve one or two values from it.
Instead I discovered we can directly inject a value from a service in the service definition!
2016-10-30 20:27:41 +01:00
41ada277f0
Add instance url to the downloaded images
2016-10-30 19:50:00 +01:00
48656e0eaa
Fixing tests
2016-10-30 11:27:09 +01:00
7f55941856
Use doctrine event to download images
2016-10-30 10:48:29 +01:00
45fd7e09d7
Cleanup
2016-10-30 09:58:53 +01:00
156bf62758
CS
2016-10-29 16:25:45 +02:00
94654765cc
Working
2016-10-29 16:25:45 +02:00
419214d722
Download pictures successfully
...
Needs to rewrite them properly (get base url)
2016-10-29 16:25:45 +02:00
4dface6670
first draft (from v1)
2016-10-29 16:25:45 +02:00
b4fcd60e7f
Avoid tag duplication when tagging all articles
...
Mostly when the tag doesn’t yet exist.
It was created each time it matche the rule… glups.
2016-10-09 18:55:21 +02:00
74e1f7433a
Fix tag test
2016-10-07 07:43:48 +02:00
b0458874c8
Fix relations export for Entry
...
Tags & Annotations weren’t really well exported.
This is now fixed (+ tests)
2016-10-07 07:43:19 +02:00
77557d289b
Merge remote-tracking branch 'origin/master' into 2.1
2016-10-02 17:37:41 +02:00
ffcd91ec6c
Remove error message when creating ePub versions
...
Trying to create a ePub version, the first page shows a message of a
“missing >”. This change solve this problem (and, for sure, in any
download version that’s use HTML).
2016-10-02 13:16:12 +02:00
82fc3290d4
CS
2016-09-25 12:03:49 +02:00
401135852c
Use scheduled entity insertions to avoid tag duplicate
...
Using `getScheduledEntityInsertions()` we can retrieve not yet flushed but already persisted entities and then avoid tags duplication on import.
2016-09-25 12:03:49 +02:00
d7b4b2c72c
Merge remote-tracking branch 'origin/master' into 2.1
2016-09-19 11:23:07 +02:00
45d94a98f7
Fix issue #2296 : epub export with + in the title.
2016-09-18 14:43:54 +02:00
9401696fe4
Export dates from entries
2016-09-08 16:49:21 +02:00
891456ba9a
Links on each tag in Tags view
2016-08-23 07:24:42 +02:00
0cecfa2536
CS
2016-08-17 14:36:20 +02:00
4086e0782e
Fix tests
2016-04-15 09:58:29 +02:00
af497a641c
Redirect to homepage if referer is null
...
Fix #1924
2016-04-15 07:58:01 +02:00
4094ea4771
Convert array + phpDoc
...
Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter
2016-04-12 12:25:29 +02:00
0e49487bb0
Remove some complexicity in InstallCommand
2016-03-28 14:18:50 +02:00
8f336fda64
Tags were not imported in wallabag v2 import
...
Also, simplify exportAs matching format
2016-03-27 23:58:37 +02:00
4d0ec0e721
Fix some Scrutinizer issues
2016-03-27 20:54:57 +02:00
c2656f96d4
Move assignTagsToEntry in ContentProxy helper
2016-02-19 14:22:20 +01:00
f898102c85
Exported entries were added twice in export file
2016-02-05 13:35:59 +01:00
d3f31ec485
CS
2016-02-04 20:31:26 +01:00