beee26f6d5
Better translation for the weird sentence
2016-10-02 22:50:27 +02:00
a878581410
Improve the german translation a bit
...
Just some little mistakes, good work so far :)
2016-10-02 22:32:23 +02:00
df9c080f8c
translate all strings to German, which haven't been translated yet
2016-10-02 21:41:21 +02:00
dfbbf0e18a
Merge pull request #2331 from wallabag/api-links
...
Fix parameters in API _links
2016-10-02 17:48:16 +02:00
77557d289b
Merge remote-tracking branch 'origin/master' into 2.1
2016-10-02 17:37:41 +02:00
c3f8b428dd
Fix parameters in API _links
...
We forgot to pass them to the factory
2016-10-02 15:41:08 +02:00
1dc3bee6b9
Merge pull request #2327 from wallabag/user-management
...
Add users management UI
2016-10-02 15:00:02 +02:00
ccc7faec09
Disabled delete button for the logged user
...
To avoid some bad things to happen…
2016-10-02 13:29:57 +02:00
18b8dc0e99
Merge pull request #2325 from wallabag/api-entries-exists
...
Add an exists endpoint in API
2016-10-02 13:17:23 +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
92395680b6
Merge pull request #2328 from wallabag/avoid-duplicate-url
...
Avoid duplicate url with accents
2016-10-02 13:14:16 +02:00
03141f9b95
Cleanup & add link on baggy menu
2016-10-02 11:08:53 +02:00
152fcccd44
Add users management UI
...
- remove the “add a user” from the config page
- add a CRUD on user
- fix some missing translations (+ bad indentation)
2016-10-02 11:08:53 +02:00
52c1fc7449
Merge pull request #2326 from wallabag/update-quickstart
...
Changed quickstart layout
2016-10-02 11:06:03 +02:00
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
3583cadf6f
CS
2016-10-02 01:43:50 +02:00
1bcfeb0f4a
Occitan version update
...
to be ready for the future of Wallabag :)
2016-10-01 18:23:37 +02:00
0d61b6015f
Fixed french translation
2016-10-01 18:15:59 +02:00
2455472e26
CS
2016-10-01 18:05:25 +02:00
19ca0b2f35
Avoid duplicate url with accents
2016-10-01 18:00:11 +02:00
7d72cce4c7
Changed translations
2016-10-01 17:29:04 +02:00
8799bde00d
Introduce validateRuleAction
2016-10-01 17:24:24 +02:00
6273fefd5d
Add an exists endpoint in API
...
It should allow third party to check if an url was already saved by a user
2016-10-01 17:15:28 +02:00
a44d2613c7
Changed quickstart layout
2016-10-01 17:13:53 +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
fb7354c4a4
Fix bad template name
...
When a user register, the template displayed saying it should now check its email was misspelled.
Resulting in displaying the default one (with margin issue).
2016-09-30 21:02:44 +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
c7ea9b41f3
Add controller test for Instapaper
2016-09-27 20:27:08 +02:00
ff1a5362f7
Add Instapaper import
...
Also update ImportController with latest import (chrome, firefox & instapaper).
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
990adfb34c
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.
2016-09-26 07:30:02 +02:00
12d93e6896
Update Firefox file
...
With real data, the previous looks more than a Chrome converted file.
Also, fix date conversion (hope so).
2016-09-25 22:24:07 +02:00
27acc6ddb8
Fix bad date format in Browser import
2016-09-25 15:32:02 +02:00
bd206a84d8
Fixed tests by removing clear()
2016-09-25 12:29:19 +02:00
64b1229b2d
fix tests
2016-09-25 12:29:19 +02:00
2c61db30b7
cs & fixes
2016-09-25 12:29:19 +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