16dabc3263
Merge pull request #1436 from wallabag/v2-register
...
Public registration & oAuth2 \o/
2015-10-06 09:19:06 +02:00
784bb4c38d
add test for removeWww Twig Extension
2015-10-06 09:09:26 +02:00
0a878469d4
move some files to UserBundle
2015-10-03 13:31:48 +02:00
1210dae105
remove old implementation for login/register/recover
2015-10-03 13:31:48 +02:00
772d8c4b93
Add test on RegistrationConfirmedListener
...
And PLEASE @nicosomb, NEVER EVER inject the whole container inside a service.
2015-10-03 13:30:43 +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
da3d4998c0
Move readingTime & domainName in ContentProxy
...
So, everything is centralized in one place when we save a new entry.
2015-09-28 19:35:33 +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
98f0929f16
Handle entry in language
...
Fix #1333
2015-09-22 20:52:13 +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
f1e29e69cb
CS
2015-09-10 22:00:53 +02:00
558d9aabab
Move fetching content in a separate class
2015-09-10 21:57:25 +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
2686457448
store estimated reading time / filters on reading time
2015-08-12 09:01:29 +02:00
f48a018929
Merge pull request #1295 from wallabag/v2-howto
...
add howto page
2015-08-10 14:15:11 +02:00
b958d9e59b
remove useless line
2015-08-10 14:13:23 +02:00
1473e8c9fb
add tests for static pages
2015-08-10 08:19:40 +02:00
d0b90fbe18
unit test
2015-08-07 20:29:03 +02:00
4ab58dcf6c
set material to default theme \o/
2015-08-04 22:51:21 +02:00
9fb6ac830f
Adds pagerfanta paginator everywhere, modifies article routing. Change API for is_starred and is_archived
2015-07-28 23:23:49 +02:00
ac9d58211e
Merge branch 'v2' into v2-edit-title
2015-06-08 16:35:02 +02:00
82d6d9cb06
Add basic title edition
...
Fix #218
I mean basic, because there is no javascript at all. It could be a nice edit-in-place. But for the moment, it is simple.
2015-06-02 18:56:07 +02:00
75e9d1df03
Update to Symfony 2.7
...
And fix some deps instead of using dev tags
2015-06-02 16:58:19 +02:00
9744e97131
Fix tests
2015-04-01 21:59:13 +02:00
769e19dc4a
Move API stuff in ApiBundle
2015-04-01 21:59:12 +02:00
c844dc0c50
Remove ability to change username
...
Since password are linked to username it was hard to change username while checking that the password is the good one.
Instead of doing crazy things to achieve that, I act that user won't be able to update username.
Also, username (and email) must be unique, since people logged in using username and can request a new password using email.
This should fix #1149
2015-04-01 21:23:27 +02:00
34c06cabef
Use lemonde instead of mailjet
...
Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future.
@see https://travis-ci.org/wallabag/wallabag/jobs/56246231
2015-03-31 22:48:01 +02:00
0ee043f745
Update InstallCommand test
...
They are god damn too long to execute because it launch external command (mostly related to doctrine).
So I've added a PHPUnit @group (`command-doctrine`) so that we can avoid launching them on a regular basis, like that:
`phpunit --exclude-group command-doctrine`
2015-03-31 22:48:01 +02:00
371ac69a6b
Add tests
...
and fix few mistakes
2015-03-31 22:48:00 +02:00
d0c2243b10
Add some tests
2015-03-08 22:47:32 +01:00