c1397f43ac
Add Pocket CSV import
2025-06-03 13:24:27 +02:00
b1614e9267
Add Pocket and Shaarli imports
2025-05-24 16:25:48 +02:00
bd8ccf924f
Added Omnivore Import
2024-11-01 11:05:16 +01:00
09c2ddb79e
Use a proper "how to" for elCurator
2024-03-05 15:46:40 +01:00
73bdd66c84
Move services and parameters to app services
2022-08-31 02:05:29 +02:00
481283bbee
Migrate controller and action references
2022-08-26 17:47:46 +02:00
9549a90e76
Migrate first level template references to new notation
2022-08-25 21:09:26 +02:00
10f1bc5506
Migrate root level template references to new notation
2022-08-25 21:08:21 +02:00
009697f844
Merge pull request #5748 from yguedidi/use-fqcn-as-service-name
2022-08-25 07:37:06 +02:00
a5f22ff835
Use FQCN as service name for Predis client
2022-08-24 23:24:25 +02:00
844e8e9d22
Use FQCN as service name for helper services
2022-08-24 23:24:24 +02:00
b7aaceeaad
Use FQCN as service name for ImportChain
2022-08-24 23:24:24 +02:00
9f7a076e41
Use FQCN as service name for commands
2022-08-24 23:24:24 +02:00
a7addd3c13
Use FQCN as service name for Import services
2022-08-24 23:24:24 +02:00
ff9f719ec5
Use FQCN as service name for UserRepository
2022-08-24 23:17:17 +02:00
c6d9a3fcea
Add empty line for code readability
2022-08-24 23:17:16 +02:00
fc85cfd52e
Fix TwigCS issues
2022-08-24 23:13:18 +02:00
dd9d6a4c64
Add Delicious import
...
Since 2021, you can export again your data \o/
Also fix indentation in json fixtures files.
2021-02-08 09:47:56 +01:00
a8db5b3782
Fix accessibility problem with the 2FA QR code ( #4915 )
...
* Add alt to qr code
* Add alt to qr code
* Fix contrast for api key link
* Add translate qrcode alt
* Add translatation for QR code alternative
* Fix extra space
* Add translation for qrcode image alternative
2021-01-18 11:11:13 +01:00
958e77e6a7
Added elCurator import
2019-11-15 16:08:36 +01:00
bf9ace0643
Use httplug
2019-05-28 11:40:41 +02:00
115de64e5b
Jump to Symfony 3.4
...
Thanks to the BC compatibility, almost nothing have to be changed.
All changes are related to new bundle version of:
- SensioFrameworkExtraBundle
- DoctrineFixturesBundle
2018-10-04 14:11:57 +02:00
704803e182
Replace Wallabag v1 error strings with v2 strings
2017-06-01 09:48:14 +02:00
6bc6fb1f60
Move Tags assigner to a separate file
...
Signed-off-by: Thomas Citharel <tcit@tcit.fr >
2017-05-27 22:08:14 +02:00
be2c55de4c
Moved total messages from import
2016-12-08 16:46:17 +01:00
9ab024b4f5
Add Pinboard import
2016-11-04 22:44:31 +01:00
ca08d02f2f
Add warning message for import + download images
...
When import isn't async and downloading images is enabled, we warn the user that import can fail.
Also, added missing translations
2016-11-03 15:59:20 +01:00
7816eb622d
Add entry.saved event to import & rest
2016-11-02 07:10:23 +01:00
45fd7e09d7
Cleanup
2016-10-30 09:58:53 +01:00
ff1a5362f7
Add Instapaper import
...
Also update ImportController with latest import (chrome, firefox & instapaper).
2016-09-27 20:27:08 +02:00
64b1229b2d
fix tests
2016-09-25 12:29:19 +02:00
59201088b4
bring chrome and firefox as separate imports
2016-09-25 12:29:18 +02:00
ae669126e7
Import Firefox & Chrome bookmarks into wallabag
2016-09-25 12:28:54 +02:00
13a522dfbd
Display a message when async import won’t work
...
Mostly if Redis or RabbitMQ isn’t installed / launched.
I guess it’ll avoid some issues.
2016-09-24 19:56:15 +02:00
ebe0787e09
Moved Pocket token to user config
2016-09-16 22:22:25 +02:00
ac87e0db2a
AMPQ -> AMQP
2016-09-14 10:18:02 +02:00
e01a3c98d6
Display how many messages are queue
...
- update the docker-composer to add Redis
- add migrations
2016-09-13 20:32:52 +02:00
dc69e25f97
Display a message when async is enabled
2016-09-11 22:15:28 +02:00
b3437d58ae
Enable Redis async import
...
- using javibravo/simpleue
- internal config value are now `import_with_redis` & `import_with_rabbit` which are more clear
- if both option are enable rabbit will be choosen
- services imports related to async are now splitted into 2 files: `redis.yml` & `rabbit.yml`
-
2016-09-11 21:58:56 +02:00
c98db1b653
Convert other imports to Rabbit
2016-09-11 21:58:31 +02:00
ef75e1220e
Send every imported item to the queue
...
Instead of queing real Entry to process, we queue all the item to import from Pocket in a raw format.
Then, the worker retrieve that information, find / create the entry and save it.
2016-09-11 21:57:46 +02:00
40d2a29443
Replace RabbitMQ injection with CraueConfiguration
2016-09-11 21:57:09 +02:00
56c778b415
1st draft for rabbitMQ
2016-09-11 21:57:09 +02:00
03e3753f6b
Add Readability import
...
Based on the JSON export instead of the API (which will be shutting down by the September 30, 2016)
2016-09-01 08:00:30 +02:00
0d42217e4e
Convert english translation file
...
- convert english translation to translate key
- remove baggy template for login (never used since user isn't logged in and it'll use the default theme: material)
- fix tests about text in response (now checking translation key instead of translated text)
- remove all ugly `<div class="hidden">{{ form_rest(form) }}</div>`
2016-03-20 21:12:22 +01:00
c10fcb3bbb
french translation & pocket
2016-03-03 10:03:40 +01:00
fe8b37c137
Mark all imported articles as read
2016-03-03 10:03:28 +01:00
ef186de38a
Make English welcome message more natural
...
sed -i "s/Welcome on wallabag/Welcome to wallabag/"
Signed-off-by: Olivier Mehani <shtrom@ssji.net >
2016-02-25 11:32:40 +11:00
5db084e05b
Merge pull request #1665 from wallabag/v2-translations
...
lots of diverse translation stuff & some typos
2016-02-11 16:48:46 +01:00
0783c99a19
reimport v1 entries if they were not fetched
2016-02-11 13:27:17 +01:00