Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed useless route | Nicolas Lœuillet | 2016-10-28 | 1 | -5/+0 |
| | |||||
* | Exploded WallabagRestController into many controllers | Nicolas Lœuillet | 2016-10-28 | 4 | -521/+551 |
| | | | | Fix #2503 | ||||
* | Merge pull request #2411 from wallabag/fix-entities | Nicolas Lœuillet | 2016-10-10 | 2 | -2/+2 |
|\ | | | | | Fix entities definition | ||||
| * | Fix entities definition | Jeremy Benoist | 2016-10-09 | 2 | -2/+2 |
| | | | | | | | | | | | | | | | | As per Doctrine said in the debug tool bar: - The field Wallabag\ApiBundle\Entity\Client#refreshTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\RefreshToken#client does not contain the required 'inversedBy="refreshTokens"' attribute. - The field Wallabag\ApiBundle\Entity\Client#accessTokens is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity Wallabag\ApiBundle\Entity\AccessToken#client does not contain the required 'inversedBy="accessTokens"' attribute. | ||||
* | | Optimize the way tag list is rendered | Jeremy Benoist | 2016-10-09 | 1 | -1/+1 |
|/ | | | | | | Instead of retrieve all informations about entries of a tag to just count them, we’ll count them before with a fastest query. Also change the layout of the tag list in material design | ||||
* | Merge pull request #2351 from wallabag/fix-api-client-deletion | Nicolas Lœuillet | 2016-10-08 | 3 | -0/+157 |
|\ | | | | | Changed relation between API client and refresh token | ||||
| * | Ensure access_token are removed | Jeremy Benoist | 2016-10-08 | 3 | -0/+152 |
| | | | | | | | | | | | | | | | | 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) | ||||
| * | Changed relation between API client and refresh token | Nicolas Lœuillet | 2016-10-03 | 1 | -0/+5 |
| | | | | | | | | Fix #2350 | ||||
* | | Merge pull request #2393 from wallabag/api-urls-exist | Nicolas Lœuillet | 2016-10-08 | 1 | -1/+21 |
|\ \ | | | | | | | Ability to check multiple urls in API | ||||
| * | | Ability to check multiple urls in API | Jeremy Benoist | 2016-10-07 | 1 | -1/+21 |
| | | | |||||
* | | | Ensure orphan tag are remove in API | Jeremy Benoist | 2016-10-07 | 1 | -0/+28 |
|/ / | | | | | | | | | | | 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!) | ||||
* | | Fix typo & add test | Jeremy Benoist | 2016-10-05 | 1 | -1/+1 |
| | | |||||
* | | Fix exists API call | Thomas Citharel | 2016-10-05 | 1 | -1/+1 |
|/ | | | Boo | ||||
* | Fix parameters in API _links | Jeremy Benoist | 2016-10-02 | 1 | -2/+15 |
| | | | | We forgot to pass them to the factory | ||||
* | CS | Jeremy Benoist | 2016-10-02 | 1 | -1/+1 |
| | |||||
* | Add an exists endpoint in API | Jeremy Benoist | 2016-10-01 | 1 | -0/+32 |
| | | | | It should allow third party to check if an url was already saved by a user | ||||
* | Fix tags count in menu | Jeremy Benoist | 2016-09-25 | 1 | -3/+1 |
| | | | | Move enable cache for Tag in the Entity because function `find*` should return result and not a Query | ||||
* | Re-user JsonResponse | Jeremy Benoist | 2016-09-08 | 1 | -40/+27 |
| | | | | Since Symfony 3.1 we can define the json of a JsonResonse using `->setJson()` | ||||
* | Added tags counter in sidebar (material theme) | Nicolas Lœuillet | 2016-09-04 | 1 | -1/+3 |
| | |||||
* | Add some tests | Jeremy Benoist | 2016-08-23 | 1 | -23/+35 |
| | | | | | | | | | | | Also, retrieve tag from the request instead of the query (which will be the same but it's more easy to test). Moved down `deleteTagAction` because it conflicted with the new action: api_delete_tag => /api/tags/{tag}.{_format} api_delete_tags_label => /api/tags/label.{_format} And finally, throw exception when a tag is not found before removing it. | ||||
* | CS | Thomas Citharel | 2016-08-23 | 1 | -2/+1 |
| | |||||
* | Delete tag or tags by label | Thomas Citharel | 2016-08-23 | 1 | -0/+61 |
| | | | | Tests not included | ||||
* | Fix typos in field name | Jeremy Benoist | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | added name on client | Thomas Citharel | 2016-08-23 | 1 | -1/+1 |
| | |||||
* | Added name on client | Thomas Citharel | 2016-08-22 | 1 | -0/+31 |
| | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171 | ||||
* | Add filter for tags on API | Thomas Citharel | 2016-06-29 | 1 | -1/+2 |
| | |||||
* | CS | Thomas Citharel | 2016-06-25 | 1 | -1/+1 |
| | |||||
* | Add since parameter | Thomas Citharel | 2016-06-25 | 1 | -1/+3 |
| | |||||
* | Jump to Symfony 3.1 | Jeremy Benoist | 2016-06-22 | 2 | -564/+0 |
| | |||||
* | CS | Jeremy Benoist | 2016-05-19 | 1 | -4/+3 |
| | |||||
* | Tests for issue #2089 | Yuriy Evdokimov | 2016-05-18 | 1 | -0/+88 |
| | |||||
* | PATCH also clears starred and archived signs | Yuriy Evdokimov | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Starred and Archived clears if article is already exists | Yuriy Evdokimov | 2016-05-18 | 1 | -2/+2 |
| | |||||
* | Set the title via POST /api/entries | Nicolas Lœuillet | 2016-05-02 | 2 | -0/+7 |
| | | | | Fix #2009 | ||||
* | Convert array + phpDoc | Jeremy Benoist | 2016-04-12 | 3 | -22/+22 |
| | | | | Thanks for https://github.com/thomasbachem/php-short-array-syntax-converter | ||||
* | Remove int cast | Nicolas Lœuillet | 2016-04-10 | 1 | -2/+2 |
| | |||||
* | All the entries are fetched via GET /api/entries | Nicolas Lœuillet | 2016-04-09 | 1 | -3/+3 |
| | | | | Fix #1863: only the unread entries were fetched with GET /api/entries entrypoint. Now, all the entries are fetched | ||||
* | Simplify tag creation from entry | Jeremy Benoist | 2016-03-27 | 1 | -1/+2 |
| | | | | | Testing that a tag exist or is assigned to the current entry isn't important in the tag controler since the `assignTagsToEntry` is already doing that job. So it simplify the controller. | ||||
* | add check | Thomas Citharel | 2016-03-16 | 1 | -2/+6 |
| | |||||
* | fix updating entry status through API | Thomas Citharel | 2016-03-16 | 1 | -6/+2 |
| | |||||
* | check if archive/star parameters without quotes work | Thomas Citharel | 2016-03-16 | 1 | -0/+49 |
| | |||||
* | use integers for archived/starred status | Thomas Citharel | 2016-03-16 | 2 | -22/+22 |
| | |||||
* | fix api properties and typo | Thomas Citharel | 2016-03-16 | 2 | -4/+4 |
| | |||||
* | Don't add entry through API if it already exists | Thomas Citharel | 2016-03-16 | 2 | -4/+26 |
| | |||||
* | add tests on user in API responses | Thomas Citharel | 2016-03-15 | 1 | -0/+6 |
| | |||||
* | Improve tests | Jeremy Benoist | 2016-03-11 | 1 | -3/+3 |
| | | | | | | - add more tests for coverage - add a test on annotation deletion - fix post annontation with ranges | ||||
* | typos & cs | Thomas Citharel | 2016-03-08 | 2 | -5/+7 |
| | |||||
* | write test for version | Vincent | 2016-03-07 | 1 | -0/+11 |
| | |||||
* | Add version in API | Vincent | 2016-03-07 | 1 | -0/+13 |
| | |||||
* | Remove 'content' from API | Jeremy Benoist | 2016-03-04 | 2 | -22/+0 |
| | | | | Waiting to find a good solution to avoid side problem since user can no define the content |