]> git.immae.eu Git - github/wallabag/wallabag.git/log
github/wallabag/wallabag.git
7 years agoAssets work
Thomas Citharel [Wed, 28 Sep 2016 08:30:18 +0000 (10:30 +0200)] 
Assets work

* ES6 all the things !

* ESLint checks everything

* CSS fixes (use stylelint)

* Fix #2231

7 years agoMerge pull request #2309 from mruminski/2.1
Jeremy Benoist [Tue, 27 Sep 2016 06:00:58 +0000 (08:00 +0200)] 
Merge pull request #2309 from mruminski/2.1

Update messages.pl.yml

7 years agoUpdate messages.pl.yml 2309/head
Mateusz Rumiński [Mon, 26 Sep 2016 22:58:44 +0000 (00:58 +0200)] 
Update messages.pl.yml

add missing translation for Firefox and Chrome imports

7 years agoMerge pull request #2192 from wallabag/import-browser-bookmarks
Jeremy Benoist [Mon, 26 Sep 2016 12:47:02 +0000 (14:47 +0200)] 
Merge pull request #2192 from wallabag/import-browser-bookmarks

Import Firefox & Chrome bookmarks into wallabag

7 years agoAdded tags for Firefox import 2192/head
Nicolas Lœuillet [Mon, 26 Sep 2016 11:40:10 +0000 (13:40 +0200)] 
Added tags for Firefox import

7 years agoMove prepareEntry to dedicated place
Jeremy Benoist [Mon, 26 Sep 2016 05:30:02 +0000 (07:30 +0200)] 
Move prepareEntry to dedicated place

Yeah first try was ugly, now each part are in the dedicated place.
Also, the date is hardly truncated to 10 chars because Firefox date are 16 chars long and Chrome are 17 chars long. So instead of divised them by a huge number, I prefer to truncate them.

7 years agoUpdate Firefox file
Jeremy Benoist [Sun, 25 Sep 2016 20:24:07 +0000 (22:24 +0200)] 
Update Firefox file

With real data, the previous looks more than a Chrome converted file.
Also, fix date conversion (hope so).

7 years agoMerge pull request #2308 from wallabag/tags-duplicate
Thomas Citharel [Sun, 25 Sep 2016 14:11:06 +0000 (16:11 +0200)] 
Merge pull request #2308 from wallabag/tags-duplicate

Fix duplicate tags on import

7 years agoFix bad date format in Browser import
Jeremy Benoist [Sun, 25 Sep 2016 13:29:40 +0000 (15:29 +0200)] 
Fix bad date format in Browser import

7 years agoFix bad parameter for tests
Jeremy Benoist [Sun, 25 Sep 2016 12:21:12 +0000 (14:21 +0200)] 
Fix bad parameter for tests

7 years agoFixed tests by removing clear()
Nicolas Lœuillet [Fri, 23 Sep 2016 08:56:08 +0000 (10:56 +0200)] 
Fixed tests by removing clear()

7 years agofix tests
Thomas Citharel [Wed, 21 Sep 2016 17:24:19 +0000 (19:24 +0200)] 
fix tests

7 years agocs & fixes
Thomas Citharel [Wed, 21 Sep 2016 16:00:08 +0000 (18:00 +0200)] 
cs & fixes

7 years agobring chrome and firefox as separate imports
Thomas Citharel [Wed, 21 Sep 2016 15:47:47 +0000 (17:47 +0200)] 
bring chrome and firefox as separate imports

7 years agoAdded tests for Chrome bookmarks import
Nicolas Lœuillet [Tue, 20 Sep 2016 14:45:13 +0000 (16:45 +0200)] 
Added tests for Chrome bookmarks import

7 years agoIndentation and renamed fixtures file
Nicolas Lœuillet [Fri, 2 Sep 2016 13:21:07 +0000 (15:21 +0200)] 
Indentation and renamed fixtures file

7 years agoAdd Chrome path for Mac OS
Nicolas Lœuillet [Fri, 2 Sep 2016 11:53:45 +0000 (13:53 +0200)] 
Add Chrome path for Mac OS

7 years agoImport Firefox & Chrome bookmarks into wallabag
Thomas Citharel [Tue, 12 Jul 2016 11:51:05 +0000 (13:51 +0200)] 
Import Firefox & Chrome bookmarks into wallabag

7 years agoFix tag count for PostgreSQL 2308/head
Jeremy Benoist [Sun, 25 Sep 2016 10:23:44 +0000 (12:23 +0200)] 
Fix tag count for PostgreSQL

7 years agoCS
Jeremy Benoist [Sun, 25 Sep 2016 10:03:12 +0000 (12:03 +0200)] 
CS

7 years agoUse scheduled entity insertions to avoid tag duplicate
Jeremy Benoist [Sun, 25 Sep 2016 09:26:15 +0000 (11:26 +0200)] 
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.

7 years agoFix tags count in menu
Jeremy Benoist [Sun, 25 Sep 2016 09:21:13 +0000 (11:21 +0200)] 
Fix tags count in menu

Move enable cache for Tag in the Entity because function `find*` should return result and not a Query

7 years agoMerge pull request #2306 from wallabag/redis-rabbit-check
Thomas Citharel [Sun, 25 Sep 2016 09:36:59 +0000 (11:36 +0200)] 
Merge pull request #2306 from wallabag/redis-rabbit-check

Some checks about Redis & RabbitMQ

7 years agoAvoid failing test for user who didn’t install Redis 2306/head
Jeremy Benoist [Sat, 24 Sep 2016 17:57:59 +0000 (19:57 +0200)] 
Avoid failing test for user who didn’t install Redis

7 years agoDisplay a message when async import won’t work
Jeremy Benoist [Sat, 24 Sep 2016 17:56:15 +0000 (19:56 +0200)] 
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.

7 years agoDisable deprecation that fail test
Jeremy Benoist [Sat, 24 Sep 2016 17:55:23 +0000 (19:55 +0200)] 
Disable deprecation that fail test

7 years agoMerge pull request #2301 from wallabag/fix-rss-feeds
Jeremy Benoist [Thu, 22 Sep 2016 05:51:05 +0000 (07:51 +0200)] 
Merge pull request #2301 from wallabag/fix-rss-feeds

fix feeds not syncing on android app

7 years agofix feeds not syncing on android app 2301/head
Thomas Citharel [Wed, 21 Sep 2016 17:51:19 +0000 (19:51 +0200)] 
fix feeds not syncing on android app

7 years agoMerge pull request #2239 from wallabag/documentation-2.1
Nicolas Lœuillet [Tue, 20 Sep 2016 12:29:16 +0000 (14:29 +0200)] 
Merge pull request #2239 from wallabag/documentation-2.1

Update documentation with new features for 2.1

7 years agoMerge pull request #2299 from mruminski/2.1
Thomas Citharel [Tue, 20 Sep 2016 06:33:27 +0000 (08:33 +0200)] 
Merge pull request #2299 from mruminski/2.1

polish version

7 years agoUpdate CraueConfigBundle.pl.yml 2299/head
Mateusz Rumiński [Mon, 19 Sep 2016 21:16:37 +0000 (23:16 +0200)] 
Update CraueConfigBundle.pl.yml

fix misspell

7 years agoUpdate CraueConfigBundle.pl.yml
Mateusz Rumiński [Mon, 19 Sep 2016 21:02:50 +0000 (23:02 +0200)] 
Update CraueConfigBundle.pl.yml

add missing translation

7 years agoUpdate messages.pl.yml
Mateusz Rumiński [Mon, 19 Sep 2016 20:53:02 +0000 (22:53 +0200)] 
Update messages.pl.yml

add missing translation

7 years agoUpdate wallabag_user.pl.yml
Mateusz Rumiński [Mon, 19 Sep 2016 20:37:03 +0000 (22:37 +0200)] 
Update wallabag_user.pl.yml

add missing "

7 years agopolish version
Mateusz Rumiński [Mon, 19 Sep 2016 18:42:55 +0000 (20:42 +0200)] 
polish version

create wallabag_user.pl.yml file

7 years agoFixed version in documentation 2239/head
Nicolas Lœuillet [Mon, 19 Sep 2016 13:23:04 +0000 (15:23 +0200)] 
Fixed version in documentation

7 years agoFix wallabag version in documentation
Nicolas Lœuillet [Thu, 15 Sep 2016 12:26:30 +0000 (14:26 +0200)] 
Fix wallabag version in documentation

7 years agoAdd documentation about article sharing
Nicolas Lœuillet [Thu, 25 Aug 2016 13:28:46 +0000 (15:28 +0200)] 
Add documentation about article sharing

7 years agoUpdate generated files from Symfony
Jeremy Benoist [Mon, 19 Sep 2016 09:35:35 +0000 (11:35 +0200)] 
Update generated files from Symfony

7 years agoMerge remote-tracking branch 'origin/master' into 2.1
Jeremy Benoist [Mon, 19 Sep 2016 09:23:07 +0000 (11:23 +0200)] 
Merge remote-tracking branch 'origin/master' into 2.1

7 years agoMerge pull request #2297 from morhelluin/epub-export-special-chars
Jeremy Benoist [Mon, 19 Sep 2016 09:18:17 +0000 (11:18 +0200)] 
Merge pull request #2297 from morhelluin/epub-export-special-chars

Fix issue #2296: epub export with special chars in the title.

7 years agoMerge pull request #1941 from wallabag/v2-asynchronous-jobs
Jeremy Benoist [Mon, 19 Sep 2016 05:15:40 +0000 (07:15 +0200)] 
Merge pull request #1941 from wallabag/v2-asynchronous-jobs

Use asynchronous jobs for imports

7 years agoFix issue #2296: epub export with `+` in the title. 2297/head
Étienne Gilli [Sun, 18 Sep 2016 12:43:54 +0000 (14:43 +0200)] 
Fix issue #2296: epub export with `+` in the title.

7 years agoAvoid losing entry when fetching fail 1941/head
Jeremy Benoist [Sat, 17 Sep 2016 05:40:56 +0000 (07:40 +0200)] 
Avoid losing entry when fetching fail

Instead of just say “Failed to save entry” we’ll save the entry at all cost and try to fetch content. If fetching content failed, the entry will still be saved at least, but without content.

7 years agoMissing some migrations
Jeremy Benoist [Fri, 16 Sep 2016 20:58:33 +0000 (22:58 +0200)] 
Missing some migrations

and CS

7 years agoMoved Pocket token to user config
Jeremy Benoist [Fri, 16 Sep 2016 20:22:25 +0000 (22:22 +0200)] 
Moved Pocket token to user config

7 years agoOnly display message in queue for admin
Jeremy Benoist [Fri, 16 Sep 2016 18:08:07 +0000 (20:08 +0200)] 
Only display message in queue for admin

Instead of for EVERYONE

7 years agoMerge pull request #2292 from wallabag/fix-markasread-label
Nicolas Lœuillet [Fri, 16 Sep 2016 06:50:07 +0000 (08:50 +0200)] 
Merge pull request #2292 from wallabag/fix-markasread-label

Fixed label for mark as read link in entry view

7 years agoFixed label for mark as read link in entry view 2292/head
Nicolas Lœuillet [Thu, 15 Sep 2016 13:32:01 +0000 (15:32 +0200)] 
Fixed label for mark as read link in entry view
Fix #2286

7 years agoMerge pull request #2291 from wallabag/add-links-doc-homepage
Jeremy Benoist [Thu, 15 Sep 2016 13:20:37 +0000 (15:20 +0200)] 
Merge pull request #2291 from wallabag/add-links-doc-homepage

Add links to translations in documentation homepage

7 years agoAdd links to translations in documentation homepage 2291/head
Nicolas Lœuillet [Thu, 15 Sep 2016 12:58:14 +0000 (14:58 +0200)] 
Add links to translations in documentation homepage

7 years agoMerge pull request #2287 from wallabag/remove-footer
Jeremy Benoist [Thu, 15 Sep 2016 12:21:21 +0000 (14:21 +0200)] 
Merge pull request #2287 from wallabag/remove-footer

Remove footer part

7 years agoRemove FooterController 2287/head
Nicolas Lœuillet [Thu, 15 Sep 2016 09:11:24 +0000 (11:11 +0200)] 
Remove FooterController

7 years agoMerge pull request #2290 from wallabag/Quent-in-patch-1
Jeremy Benoist [Thu, 15 Sep 2016 07:27:08 +0000 (09:27 +0200)] 
Merge pull request #2290 from wallabag/Quent-in-patch-1

Update messages.oc.yml

7 years agoUpdate messages.oc.yml 2290/head
Quent-in [Wed, 14 Sep 2016 15:54:09 +0000 (17:54 +0200)] 
Update messages.oc.yml

L44 : vosautres, general form
vosaltres : local and catalan form
vosaultres : doesnt exist ^^

7 years agoAMPQ -> AMQP
Jeremy Benoist [Wed, 14 Sep 2016 08:17:22 +0000 (10:17 +0200)] 
AMPQ -> AMQP

7 years agoFix typo
Jeremy Benoist [Wed, 14 Sep 2016 07:10:13 +0000 (09:10 +0200)] 
Fix typo

7 years agoAdd missing translations
Jeremy Benoist [Tue, 13 Sep 2016 20:38:05 +0000 (22:38 +0200)] 
Add missing translations

7 years agoAdd more “real” tests
Jeremy Benoist [Tue, 13 Sep 2016 20:27:27 +0000 (22:27 +0200)] 
Add more “real” tests

7 years agoChange flash message for queued articles
Jeremy Benoist [Tue, 13 Sep 2016 19:09:05 +0000 (21:09 +0200)] 
Change flash message for queued articles

7 years agoDisplay how many messages are queue
Jeremy Benoist [Tue, 13 Sep 2016 18:31:32 +0000 (20:31 +0200)] 
Display how many messages are queue

- update the docker-composer to add Redis
- add migrations

7 years agoRemove footer part
Nicolas Lœuillet [Tue, 13 Sep 2016 18:31:06 +0000 (20:31 +0200)] 
Remove footer part

7 years agoUpdate import.worker.enabled translation
Jeremy Benoist [Mon, 12 Sep 2016 07:07:53 +0000 (09:07 +0200)] 
Update import.worker.enabled translation

7 years agoFix tests
Jeremy Benoist [Sun, 11 Sep 2016 21:57:27 +0000 (23:57 +0200)] 
Fix tests

7 years agoAdd tests on ImportCommand
Jeremy Benoist [Sun, 11 Sep 2016 19:40:08 +0000 (21:40 +0200)] 
Add tests on ImportCommand

7 years agoUpdate docs about worker
Jeremy Benoist [Sun, 11 Sep 2016 18:43:16 +0000 (20:43 +0200)] 
Update docs about worker

7 years agoAdd more tests
Jeremy Benoist [Sun, 11 Sep 2016 18:24:04 +0000 (20:24 +0200)] 
Add more tests

And ability to define how many messages can be hanle by the redis worker before stopping (usefull for tests)

7 years agoRe-facto EntryConsumer
Jeremy Benoist [Sun, 11 Sep 2016 18:23:17 +0000 (20:23 +0200)] 
Re-facto EntryConsumer

Using an abstract method allow to share code but also can be used it we add a new broker in the future

7 years agoDisplay a message when async is enabled
Jeremy Benoist [Sun, 11 Sep 2016 18:22:38 +0000 (20:22 +0200)] 
Display a message when async is enabled

7 years agoEnable Redis on Travis
Jeremy Benoist [Sun, 11 Sep 2016 16:19:41 +0000 (18:19 +0200)] 
Enable Redis on Travis

Add generated files from `composer up`
Add more articles for Readability tests

7 years agoEnable Redis async import
Jeremy Benoist [Fri, 9 Sep 2016 19:02:03 +0000 (21:02 +0200)] 
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`
-

7 years agoRetrieve created date from Pocket
Jeremy Benoist [Fri, 9 Sep 2016 18:45:30 +0000 (20:45 +0200)] 
Retrieve created date from Pocket

7 years agoAdd test for RabbitMQ
Jeremy Benoist [Fri, 9 Sep 2016 16:02:29 +0000 (18:02 +0200)] 
Add test for RabbitMQ

Also update Symfony deps

7 years agoFix DateTime & clear()
Jeremy Benoist [Fri, 9 Sep 2016 08:12:25 +0000 (10:12 +0200)] 
Fix DateTime & clear()

7 years agoAdd ability to define created_at for all import
Jeremy Benoist [Fri, 9 Sep 2016 07:36:07 +0000 (09:36 +0200)] 
Add ability to define created_at for all import

At the moment only Readability & wallabag v2 import allow created_at import.
Pocket removed `time_added` field from their API v2 to v3...
And wallabag v1 doesn't export that value.

7 years agoCS
Jeremy Benoist [Mon, 5 Sep 2016 07:35:42 +0000 (09:35 +0200)] 
CS

7 years agoSome cleanup & refactor
Jeremy Benoist [Mon, 5 Sep 2016 05:50:10 +0000 (07:50 +0200)] 
Some cleanup & refactor

7 years agoRetrieve all items from Pocket
Jeremy Benoist [Mon, 5 Sep 2016 05:13:09 +0000 (07:13 +0200)] 
Retrieve all items from Pocket

5000 by 5000.
Also, retrieve newest item first.

7 years agoConvert other imports to Rabbit
Jeremy Benoist [Sun, 4 Sep 2016 19:49:21 +0000 (21:49 +0200)] 
Convert other imports to Rabbit

7 years agoSend every imported item to the queue
Jeremy Benoist [Sat, 3 Sep 2016 15:36:57 +0000 (17:36 +0200)] 
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.

7 years agoUpdate docker-composer with RabbitMQ configuration
Nicolas Lœuillet [Tue, 23 Feb 2016 13:52:51 +0000 (14:52 +0100)] 
Update docker-composer with RabbitMQ configuration

7 years agoReplace RabbitMQ injection with CraueConfiguration
Nicolas Lœuillet [Mon, 15 Feb 2016 20:30:55 +0000 (21:30 +0100)] 
Replace RabbitMQ injection with CraueConfiguration

7 years agoAdd RabbitMQ service for Travis CI
Nicolas Lœuillet [Mon, 15 Feb 2016 19:35:28 +0000 (20:35 +0100)] 
Add RabbitMQ service for Travis CI

7 years ago1st draft for rabbitMQ
Nicolas Lœuillet [Fri, 15 Jan 2016 07:24:32 +0000 (08:24 +0100)] 
1st draft for rabbitMQ

7 years agoMerge pull request #2279 from wallabag/cleanup-travis
Nicolas Lœuillet [Sun, 11 Sep 2016 16:48:36 +0000 (18:48 +0200)] 
Merge pull request #2279 from wallabag/cleanup-travis

Check if asset is enable instead of opposite

7 years agoClearing entities in the loop fail on Postgres 2279/head
Jeremy Benoist [Sun, 11 Sep 2016 14:30:01 +0000 (16:30 +0200)] 
Clearing entities in the loop fail on Postgres

It looks like when you clear entities on Postgres some references are lost and tags are not saved :-/

7 years agoFix error on EntityManager clear
Jeremy Benoist [Sun, 11 Sep 2016 13:53:16 +0000 (15:53 +0200)] 
Fix error on EntityManager clear

Introduced in the recent 2.5.5 release.
Also updated deps.

7 years agoUpdate install.sh
Jeremy Benoist [Sun, 11 Sep 2016 10:52:42 +0000 (12:52 +0200)] 
Update install.sh

Since $ASSETS can be empty now and only be “build”.

7 years agoCheck if asset is enable instead of opposite
Jeremy Benoist [Fri, 9 Sep 2016 19:30:13 +0000 (21:30 +0200)] 
Check if asset is enable instead of opposite

Instead of defining ASSETS all the time, just define it when we want to
use it
Might give us more clearer build

7 years agoMerge pull request #2275 from wallabag/export-dates
Nicolas Lœuillet [Thu, 8 Sep 2016 16:33:09 +0000 (18:33 +0200)] 
Merge pull request #2275 from wallabag/export-dates

Export dates from entries

7 years agoExport dates from entries 2275/head
Jeremy Benoist [Thu, 8 Sep 2016 14:38:08 +0000 (16:38 +0200)] 
Export dates from entries

7 years agoMerge pull request #2274 from wallabag/json-response-created-at
Nicolas Lœuillet [Thu, 8 Sep 2016 10:28:46 +0000 (12:28 +0200)] 
Merge pull request #2274 from wallabag/json-response-created-at

Re-use JsonResponse

7 years agoRe-user JsonResponse 2274/head
Jeremy Benoist [Thu, 8 Sep 2016 10:03:09 +0000 (12:03 +0200)] 
Re-user JsonResponse

Since Symfony 3.1 we can define the json of a JsonResonse using `->setJson()`

7 years agoUpdate md5 checksum for 2.0.8 in documentation
Nicolas Lœuillet [Wed, 7 Sep 2016 13:40:15 +0000 (15:40 +0200)] 
Update md5 checksum for 2.0.8 in documentation

7 years agoMerge pull request #2271 from wallabag/prepare-208
Nicolas Lœuillet [Wed, 7 Sep 2016 12:53:29 +0000 (14:53 +0200)] 
Merge pull request #2271 from wallabag/prepare-208

Prepare wallabag 2.0.8

7 years agoPrepare wallabag 2.0.8 2271/head
Nicolas Lœuillet [Wed, 7 Sep 2016 12:27:32 +0000 (14:27 +0200)] 
Prepare wallabag 2.0.8

7 years agoUpdate install documentation
Nicolas Lœuillet [Tue, 6 Sep 2016 11:43:53 +0000 (13:43 +0200)] 
Update install documentation

7 years agoMerge pull request #2266 from wallabag/add-tags-counter
Jeremy Benoist [Mon, 5 Sep 2016 20:20:27 +0000 (22:20 +0200)] 
Merge pull request #2266 from wallabag/add-tags-counter

Added tags counter in sidebar (material theme)

7 years agoMerge pull request #2267 from wallabag/Quent-in-patch-1
Jeremy Benoist [Mon, 5 Sep 2016 17:49:23 +0000 (19:49 +0200)] 
Merge pull request #2267 from wallabag/Quent-in-patch-1

Occitan  updated

7 years agoOccitan updated 2267/head
Quent-in [Mon, 5 Sep 2016 16:55:53 +0000 (18:55 +0200)] 
Occitan  updated

Line 347, I'm not sure about what I wrote to avoid and end of string started with "
I had to use the simple ' in the sentence.
Let me know if it was okay like so.