f99ddbc6f8
Merge pull request #2481 from wallabag/some-fixes
...
Some fixes
2016-10-21 15:15:41 +02:00
f6798f69c3
This test doesn’t require an internet connection
2016-10-20 23:26:16 +02:00
9095497191
Fix test
2016-10-20 23:03:37 +02:00
2297d60f10
If reload content failed, don’t update it
...
In case user wants a fresh version of the current one and the website isn’t available, don’t erase it with a boring message saying wallabag wasn’t able to refresh the content.
2016-10-20 22:49:46 +02:00
a0a4ce3135
Lock deps for FOSUser
...
We’ll wait until the final release will be out and other related project will be update to support it.
Meanwhile we can safely lock to a previous version.
2016-10-11 18:59:08 +02:00
e40bed3607
Avoid error when Redis isn't here in tests
2016-10-10 16:34:57 +02:00
93a95c09bf
Merge pull request #2351 from wallabag/fix-api-client-deletion
...
Changed relation between API client and refresh token
2016-10-08 13:31:54 +02:00
4ad6f5878a
Merge pull request #2393 from wallabag/api-urls-exist
...
Ability to check multiple urls in API
2016-10-08 13:31:31 +02:00
ee32248f43
Ensure access_token are removed
...
When we remove the client, we should ensure that access_token are also removed.
To ensure that, I created a test that generated an access_token. So when we remove the client, this association should be cascaded and shouldn’t generate an error.
Also I moved some Api related stuff to the ApiBundle (like the developer controler and ClientType form)
2016-10-08 00:05:41 +02:00
ac8cf632bb
Ensure orphan tag are remove in API
...
When the association between a tag and an entry is removed, if the tag doesn’t have other entries, we can remove it.
Also add more tests for that part and ensure TagControllerTest is isolated from the rest of the test suite (finally!)
2016-10-07 23:31:53 +02:00
f0abc22d09
Ability to check multiple urls in API
2016-10-07 20:37:01 +02:00
20bf78b935
Merge pull request #2389 from wallabag/add-info-publich-articles
...
Added default picture if preview picture is null
2016-10-07 16:35:32 +02:00
d5c45d5288
Added default picture if preview picture is null
2016-10-07 15:21:31 +02:00
5e7786f3c4
Fixed two-factor checkbox display in user admin panel
...
Fix #2380
2016-10-07 14:56:26 +02:00
c8d2dcdafe
Merge pull request #2383 from wallabag/add-info-publich-articles
...
Added OpenGraph support for public articles
2016-10-07 14:30:46 +02:00
21d82c3c5d
Added test for OpenGraph
2016-10-07 14:06:12 +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
0b174d69d7
Fix typo & add test
2016-10-05 19:30:56 +02:00
755ff9e835
Create config even if user is disabled
...
When a user register itself AND the wallabag instance is configured to send a confirmation email, the user is disabled when the listener (which create the config) receive the event.
There were a check (don't know why) if the user is enabled we create the config. But the user is disabled when confirmation email is actived.
2016-10-04 10:42:46 +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
92395680b6
Merge pull request #2328 from wallabag/avoid-duplicate-url
...
Avoid duplicate url with accents
2016-10-02 13:14:16 +02:00
eb4142e0af
Remove NewUser test from Config
2016-10-02 11:09:28 +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
24ad330be6
Update test
2016-10-02 01:47:10 +02:00
d6d3fb6e4c
Remove additional entry
...
After the test is done, cleanup what we’ve done
2016-10-02 01:42:21 +02:00
19ca0b2f35
Avoid duplicate url with accents
2016-10-01 18:00:11 +02:00
55551e332c
Add test when url doesn’t exist
2016-10-01 17:26:36 +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
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
084fb0d303
Some fixes about upgrade from 2.0.x -> 2.1.0
2016-09-28 10:04:36 +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
d6de23a100
Merge pull request #2192 from wallabag/import-browser-bookmarks
...
Import Firefox & Chrome bookmarks into wallabag
2016-09-26 14:47:02 +02:00
fefef9d41b
Added tags for Firefox import
2016-09-26 13:40:10 +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
f0fd82d039
Fix bad parameter for tests
2016-09-25 14:21:12 +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