9bf15f0269
Add listing clients
...
Rename route to be more consistive (ie: prefixed with developer_)
2016-03-05 21:44:39 +01:00
5bf8f3f164
Remove comments
2016-02-29 21:28:37 +01:00
8a4690b6a5
add tests
2016-02-29 21:28:25 +01:00
3c39f5ac41
Skipping all Posgres test for wallabag:install
...
We already faced this problem but we are facing it again.
d502762598
It seems we can drop a database properly using wallabag:install.
The server log keep saying:
ERROR: source database "template1" is being accessed by other users
DETAIL: There is 1 other session using the database.
STATEMENT: CREATE DATABASE "wallabag_test"
Which means, it can't remove the database wallabag_test because one other person is using it.
2016-02-29 16:23:36 +01:00
b6c00b0b80
Add tests
2016-02-22 13:33:22 +01:00
0cde91cc6f
Merge pull request #1699 from wallabag/v2-assign-tag
...
Move assignTagsToEntry in ContentProxy helper
2016-02-19 21:21:47 +01:00
671a2b887f
Fix #1551 - Redirect to the last page when current page is out of range
2016-02-19 16:02:31 +01:00
c2656f96d4
Move assignTagsToEntry in ContentProxy helper
2016-02-19 14:22:20 +01:00
7a97c7d06f
Merge pull request #1656 from wallabag/v2-fix-new-user-password-prompts
...
fix labels on new user prompt
2016-02-11 18:19:35 +01:00
6fa4be38eb
fix labels on new user prompt
...
fix tests
nl
add translation validation length
2016-02-11 17:52:00 +01:00
e686a76d34
improve test and change method name. Also, display number of entries for each tag
2016-02-10 18:40:15 +01:00
567421af50
remove tag from entry #1377
2016-02-10 17:41:28 +01:00
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
2a58606983
Fix tests
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
27ea492cf7
Add tests on TagAllCommand
...
Some simple tests
2016-01-21 16:36:17 +01:00
86719c63bf
Merge pull request #1583 from wallabag/v2-fix-delete
...
Fix `findOneByUrl` side effect in tests
2016-01-15 15:47:13 +01:00
1930c19d82
Merge pull request #1524 from wallabag/sf2.8
...
Upgrade to Symfony 3.0
2016-01-15 15:38:31 +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
619cc45359
Symfony Upgrade Fixer FTW
...
symfony-upgrade-fixer fix src/Wallabag/
2016-01-15 09:35:38 +01:00
dad1c546a5
Merge pull request #1545 from wallabag/v2-user-tag
...
v2 – Remove user reference in tag
2016-01-02 12:46:52 +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
1bb1939ab7
Cleanup tests
...
- WallabagRestController: remove the tag deletion from the API since we can't remove a tag now, we only remove reference to entries
- RuleBasedTaggerTest: remove workaround for asserting tag are equal since problem was related to mock expects (_call instead of findOneByLabel which was removed from the tag repository)
2015-12-29 15:04:46 +01:00
fc73222723
Remove user reference in tag
...
Fix #1543
2015-12-29 14:50:52 +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
e9fa8c40aa
Add test on tagAllForUser
...
And fix multiplication of entries returned by `tagAllForUser`.
2015-12-28 13:20:48 +01:00
fc031e5706
Avoid multiple tag creation
...
When a new tag is created but not yet persisted, it can be duplicated.
It could happen when multiple rules match the content and at least 2 of them should attach same new tag.
Fix #1528
2015-12-28 13:20:48 +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
0c5bcd82ba
Use Psr\Log\NullLogger instead of creating a mock
2015-11-11 16:27:53 +01:00
8a99c7a86b
Add a few functional tests for the tagging rules creation form
2015-11-11 16:27:19 +01:00
625acf3352
Add a command to automatically tag all entries for a user
2015-11-11 16:27:19 +01:00
5a166c5c1a
Add tests for the RuleBasedTagger class
2015-11-11 16:23:49 +01:00
1c9cd2a7f0
Errors in the automatic tagging do not prevent the entry from being added
2015-11-11 16:23:49 +01:00
003fa77438
Add tests for the StringToListTransformer class
2015-11-11 16:23:49 +01:00
f530f7f5e1
Fix ContentProxyTest
2015-11-11 16:23:49 +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
970e0e994f
Remove duplicate comments
2015-11-07 14:18:38 +01:00
75c48e3ae0
CS
2015-11-07 14:16:13 +01:00
d502762598
Skipping PostgreSQL test that drop database
...
For a not-clear reason, I can't properly drop the current database. Even if Doctrine made a special case for that (https://github.com/doctrine/dbal/pull/849 ).
So instead of trying crazy things to achieve the test, better way is to skip test (too much wasted days ..)
2015-11-07 14:16:13 +01:00