3a2ada0be0
fix tests
2016-02-04 20:31:26 +01:00
855a4c680f
Fix #1643 : fix the way to load the HTML template in 2factor auth
2016-02-04 17:29:14 +01:00
07c9b1c98a
Fix permission to settings page
2016-01-31 14:48:26 +01:00
a3cac44c78
Add for deleting rule from an other user
2016-01-22 08:01:17 +01:00
a0d6ccc5ca
Fix bad type after using findByUrlAndUserId
...
It returns an object since few commits this part of (untested) code still use an array.
Also add test for that part of code.
2016-01-21 16:37:25 +01:00
7883367246
Fix findOneByUrl side effect in tests
...
Fix #1566
2016-01-15 15:28:32 +01:00
5c072d2b57
Quickstart for beginners
2016-01-15 15:01:30 +01:00
831b02aaf2
Ability to reload an entry
...
Could be useful when we want to update the content or when the content failed to be fetched.
Fix #1503
2015-12-30 09:41:17 +01:00
23ff8d3619
Add custom email for 2FA
...
Related #1490
2015-12-29 11:17:06 +01:00
2863bf2ab5
Don't redirect to the content page after deletion
...
Fix #1512
We generate the url of the removed content and compare it to the referer url. If they matche, we redirect user to the homepage otherwise to the referer url.
2015-12-28 13:42:50 +01:00
347fa6beb0
php cs
2015-12-08 09:20:03 +01:00
69edb774eb
Assert that the tag has is the good one
2015-11-16 13:34:00 +01:00
958671a7ae
Add a quick test
2015-11-13 22:53:28 +01:00
8a99c7a86b
Add a few functional tests for the tagging rules creation form
2015-11-11 16:27:19 +01:00
fba3f536a5
Fix tests
2015-11-09 16:32:48 +01:00
cceca9ea1d
Fix route parameters
...
Improve export tests
Improve CSV export
2015-11-09 16:32:48 +01:00
b3cc1a14e7
add json & xml
2015-11-09 16:32:48 +01:00
33c36f6b48
Fix tests on pgsql
2015-11-09 16:32:48 +01:00
add597bad9
Rework on export
...
- all export now return a `HttpFoundation\Response`
- return a 404 on unsupported format
- add tests
2015-11-09 16:32:48 +01:00
75c48e3ae0
CS
2015-11-07 14:16:13 +01:00
8a493541fa
Re-enable test on doctrine command
...
It will slow down the whole test suite (because it'll use doctrine command).
Remove unecessary `KernelTestCase`.
Also rename `AbstractControllerTest` to `WallabagApiTestCase` for consistency.
2015-11-07 14:16:13 +01:00
c89d35e851
Language selection on config screen
2015-10-15 21:42:29 +02:00
18cf594f8a
move 2factor activation in parameters
2015-10-15 13:17:21 +02:00
0d6a7929e1
add tests for 2factor authentication
2015-10-14 17:10:12 +02:00
880a0e1c0b
implement bookmarklet
2015-10-08 13:29:41 +02:00
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
2c13918acc
add test for confirmed registration
2015-10-03 13:30:43 +02:00
359b3f43cc
* rename AuthenticationListener
...
* add tests
2015-10-03 13:30:43 +02:00
fcb1fba5c2
* public registration
...
* remove WSSE implementation
* add oAuth2 implementation
2015-10-03 13:30:43 +02:00
cfb28c9da0
french translation
2015-10-01 09:26:52 +02:00
917040d4a0
Merge pull request #1434 from wallabag/travis-db
...
Add multiple database tests on Travis
2015-09-28 22:57:11 +02:00
02d17813a1
Fix tests for all
2015-09-28 20:26:37 +02:00
159986c4fb
Fix Postgres tests
2015-09-28 19:35:55 +02:00
0f30f48b93
Enabled created user from Config
...
By default, creating user with FOSUser are disabled by default.
Fix #1423
2015-09-26 19:45:14 +02:00
d4ebe5c5dc
Entries filter on language
...
+ updated deps
2015-09-23 07:55:55 +02:00
40f59b219b
Merge pull request #1418 from wallabag/v2-previewpicture-filter
...
filter for entries with previewPicture
2015-09-13 10:14:42 +02:00
497e0cad7c
add test for previewPicture filter
2015-09-13 10:11:22 +02:00
af43bd3767
Fix tests
...
Ensure that created use during install command will always be unique.
We assume that the install command must be run to initialize a wallabag instance. NEVER to add more user.
Also, use a better way to retrieve the real name of the database and not the one defined in parameters.yml (which isn't the same for test envi because the dbname isn't defined in parameters.yml but directly in config_test.yml)
2015-09-12 11:36:16 +02:00
3f7a62908c
fix tests for FosUser
2015-09-11 20:32:37 +02:00
a1691859ca
implement FosUser
2015-09-11 20:32:37 +02:00
f90af145ca
Add test for same day filter
2015-08-23 22:06:27 +02:00
ec00964de2
Merge pull request #1372 from wallabag/v2-assign-tags
...
assign tags to an entry
2015-08-22 12:56:42 +02:00
7244d6cb61
assign tags to an entry
2015-08-22 12:40:48 +02:00
e177976099
filters: add test for status filter and adapt other tests results
2015-08-21 07:30:48 +02:00
8ce32af612
CS
...
We shouldn't forget to run `php-cs-fixer` time to time
2015-08-20 07:53:55 +02:00
443cecd2d8
add filter on domain name
2015-08-19 14:27:00 +02:00
3f357ee241
add test
2015-08-18 16:33:32 +02:00
ab2c93c7eb
add test
2015-08-17 15:15:51 +02:00
a15692b1b7
Merge pull request #1312 from wallabag/v2-fix-1311
...
fix #1311 , redirect after login
2015-08-12 13:21:16 +02:00
7fc14130c7
add test
2015-08-12 13:18:39 +02:00