6e5e27ab07
Merge pull request #2324 from wallabag/edit-tagging-rule
...
Add ability to edit a tagging rule
2016-10-02 11:05:10 +02:00
bfb3ae01da
Merge pull request #2323 from wallabag/footer-stats
...
Add simple stats in footer
2016-10-02 11:04:49 +02:00
a4df48916d
Fix OC typos
...
+ remove extra sentence
2016-10-02 09:57:48 +02:00
1bcfeb0f4a
Occitan version update
...
to be ready for the future of Wallabag :)
2016-10-01 18:23:37 +02:00
2455472e26
CS
2016-10-01 18:05:25 +02:00
8799bde00d
Introduce validateRuleAction
2016-10-01 17:24:24 +02:00
bf3dc999e7
Add ability to edit a tagging rule
2016-10-01 16:52:05 +02:00
c4bf7af96f
Merge pull request #2322 from wallabag/v2-404
...
Customize errors templates
2016-10-01 16:35:48 +02:00
1264029cd4
Add simple stats in footer
2016-10-01 16:03:50 +02:00
40e219622a
Customize errors templates
...
All error goes to the same template which only display the error message and the status code.
2016-10-01 14:58:48 +02:00
ca17abce2d
Create user config in one place
...
Using a listener, user config is now created when a user:
- is created from the command line
- register (with or without email confirmation)
- is created from the config panel
2016-09-30 21:01:36 +02:00
2ff9991a1d
Removed duplicated templates files
2016-09-30 09:38:08 +02:00
fb479be3a0
Merge pull request #2315 from wallabag/fixes-about-upgrade
...
Fixes about upgrade
2016-09-29 11:35:47 +02:00
02384d22ef
Update messages.pl.yml
...
add missing translation for Instapaper importer
2016-09-29 01:04:06 +02:00
eef8aeec8f
Reordered upgrade documentation
2016-09-28 11:13:20 +02:00
084fb0d303
Some fixes about upgrade from 2.0.x -> 2.1.0
2016-09-28 10:04:36 +02:00
a9e92b6609
Add Instapaper translations
2016-09-27 20:27:08 +02:00
20762cd1ab
Update messages.pl.yml
...
add missing translation for Firefox and Chrome imports
2016-09-27 00:58:44 +02:00
d6de23a100
Merge pull request #2192 from wallabag/import-browser-bookmarks
...
Import Firefox & Chrome bookmarks into wallabag
2016-09-26 14:47:02 +02:00
59201088b4
bring chrome and firefox as separate imports
2016-09-25 12:29:18 +02:00
06d13ddfbc
Indentation and renamed fixtures file
2016-09-25 12:28:55 +02:00
efe659ab84
Add Chrome path for Mac OS
2016-09-25 12:28:55 +02:00
ae669126e7
Import Firefox & Chrome bookmarks into wallabag
2016-09-25 12:28:54 +02:00
289875836a
Fix tag count for PostgreSQL
2016-09-25 12:23:44 +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
faa86e06ba
Fix tags count in menu
...
Move enable cache for Tag in the Entity because function `find*` should return result and not a Query
2016-09-25 12:03:49 +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
637aa17e6b
Merge pull request #2301 from wallabag/fix-rss-feeds
...
fix feeds not syncing on android app
2016-09-22 07:51:05 +02:00
389d55f86b
fix feeds not syncing on android app
2016-09-21 19:51:19 +02:00
a94108f574
Update messages.pl.yml
...
add missing translation
2016-09-19 22:53:02 +02:00
d7b4b2c72c
Merge remote-tracking branch 'origin/master' into 2.1
2016-09-19 11:23:07 +02:00
da18a4682f
Merge pull request #1941 from wallabag/v2-asynchronous-jobs
...
Use asynchronous jobs for imports
2016-09-19 07:15:40 +02:00
45d94a98f7
Fix issue #2296 : epub export with + in the title.
2016-09-18 14:43:54 +02:00
59b97fae99
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.
2016-09-17 07:40:56 +02:00
ebe0787e09
Moved Pocket token to user config
2016-09-16 22:22:25 +02:00
458beef0a9
Fixed label for mark as read link in entry view
...
Fix #2286
2016-09-15 15:32:01 +02:00
c6b68dc1df
Merge pull request #2287 from wallabag/remove-footer
...
Remove footer part
2016-09-15 14:21:21 +02:00
e77cde4531
Remove FooterController
2016-09-15 11:11:24 +02:00
15b1917142
Update messages.oc.yml
...
L44 : vosautres, general form
vosaltres : local and catalan form
vosaultres : doesnt exist ^^
2016-09-14 17:54:09 +02:00
c80cc01afa
Change flash message for queued articles
2016-09-13 21:09:05 +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
d49c88f15a
Remove footer part
2016-09-13 20:31:06 +02:00
5d002e9bdf
Update import.worker.enabled translation
2016-09-12 09:07:53 +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
8664069e1a
Fix DateTime & clear()
2016-09-11 21:58:55 +02:00
6d65c0a8b0
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.
2016-09-11 21:58:55 +02:00
40d2a29443
Replace RabbitMQ injection with CraueConfiguration
2016-09-11 21:57:09 +02:00
9401696fe4
Export dates from entries
2016-09-08 16:49:21 +02:00