Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changed email fields with the email type and added required parameter on ↵ | Thomas Citharel | 2015-04-15 | 4 | -5/+6 |
| | | | | some stuff | ||||
* | Add Travis & Scrutinizer badges | Jeremy | 2015-04-02 | 1 | -0/+4 |
| | |||||
* | Merge pull request #1164 from wallabag/v2-remove-username-in-config | Nicolas Lœuillet | 2015-04-01 | 5 | -33/+25 |
|\ | | | | | Remove ability to change username | ||||
| * | Remove ability to change username | Jeremy | 2015-04-01 | 5 | -33/+25 |
| | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | | Merge pull request #1165 from wallabag/v2-prefix-db | Nicolas Lœuillet | 2015-04-01 | 10 | -8/+99 |
|\ \ | |/ |/| | Prefix table | ||||
| * | And phpunit with html coverage to ant | Jeremy | 2015-04-01 | 1 | -0/+7 |
| | | | | | | | | Launching `ant phpunit` will now generate HTML Coverage | ||||
| * | Ability to prefix tables | Jeremy | 2015-04-01 | 9 | -8/+92 |
|/ | | | | Will fix #799 | ||||
* | Merge pull request #1166 from wallabag/v2-rss | Nicolas Lœuillet | 2015-04-01 | 27 | -88/+1074 |
|\ | | | | | Add RSS feeds | ||||
| * | Force raw on content | Jeremy | 2015-04-01 | 1 | -3/+3 |
| | | | | | | We don't want Symfony to escape html content | ||||
| * | Avoid timeout on code coverage from Scrutinizer | Jeremy | 2015-03-31 | 1 | -1/+2 |
| | | |||||
| * | Use lemonde instead of mailjet | Jeremy | 2015-03-31 | 2 | -3/+3 |
| | | | | | | | | | | | | Mailjet seems to be laggy, hope that LeMonde will be more reliable in the future. @see https://travis-ci.org/wallabag/wallabag/jobs/56246231 | ||||
| * | Update InstallCommand test | Jeremy | 2015-03-31 | 3 | -6/+35 |
| | | | | | | | | | | | | | | | | 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` | ||||
| * | Add tests | Jeremy | 2015-03-31 | 13 | -26/+533 |
| | | | | | | | | and fix few mistakes | ||||
| * | Sort by id is faster | Jeremy | 2015-03-31 | 1 | -4/+4 |
| | | | | | | | | Since it's the primary key | ||||
| * | Add rss for entries | Jeremy | 2015-03-31 | 13 | -61/+510 |
|/ | | | | will fix #1000 | ||||
* | Merge pull request #1152 from wallabag/v2-forgot-password | Nicolas Lœuillet | 2015-03-30 | 15 | -8/+526 |
|\ | | | | | Handle forgot password | ||||
| * | Add some tests | Jeremy | 2015-03-08 | 2 | -1/+46 |
| | | |||||
| * | Handle forgot password | Jeremy | 2015-03-08 | 15 | -8/+481 |
| | | |||||
* | | Merge pull request #1163 from wallabag/v2-speed-up-tests | Nicolas Lœuillet | 2015-03-28 | 4 | -12/+70 |
|\ \ | |/ |/| | Speed up tests | ||||
| * | Rewrite travis & add scrutinizer | Jeremy | 2015-03-28 | 2 | -14/+54 |
| | | |||||
| * | Enable hhvm & nightly for curiosity | Jeremy | 2015-03-27 | 1 | -0/+7 |
| | | |||||
| * | Switch to Docker-based infrastructure | Jeremy | 2015-03-27 | 1 | -1/+3 |
| | | |||||
| * | Use doctrine cache for tests | Jeremy | 2015-03-27 | 2 | -3/+12 |
|/ | |||||
* | Merge pull request #1110 from wallabag/v2-api-hypermedia | Nicolas Lœuillet | 2015-03-06 | 14 | -218/+589 |
|\ | | | | | [WIP] API : hypermedia & tags | ||||
| * | Use pager in getEntries() and return Hateoas collection | William Durand | 2015-03-06 | 1 | -5/+16 |
| | | |||||
| * | Return pager into EntryRepository (for entries only) | William Durand | 2015-03-06 | 1 | -3/+5 |
| | | |||||
| * | Add Pagerfanta | William Durand | 2015-03-06 | 2 | -2/+71 |
| | | |||||
| * | add getUser on Tag entity | Nicolas Lœuillet | 2015-03-06 | 1 | -0/+8 |
| | | |||||
| * | add more log on AccessDeniedException | Nicolas Lœuillet | 2015-03-06 | 1 | -9/+13 |
| | | |||||
| * | fix tests | Nicolas Lœuillet | 2015-03-06 | 1 | -3/+3 |
| | | |||||
| * | remove JsonResponse | Nicolas Lœuillet | 2015-03-06 | 1 | -10/+9 |
| | | |||||
| * | fix tests for GET /entries/tags | Nicolas Lœuillet | 2015-03-06 | 3 | -4/+24 |
| | | |||||
| * | remove useless code | Nicolas Lœuillet | 2015-03-06 | 1 | -4/+0 |
| | | |||||
| * | commit bug with getSalt | Nicolas Lœuillet | 2015-03-06 | 1 | -7/+3 |
| | | |||||
| * | replace Response with JsonResponse | Nicolas Lœuillet | 2015-03-06 | 3 | -34/+32 |
| | | |||||
| * | remove debug lines | Nicolas Lœuillet | 2015-03-06 | 3 | -8/+0 |
| | | |||||
| * | add relation between user and tags, tests are broken | Nicolas Lœuillet | 2015-03-06 | 7 | -31/+131 |
| | | |||||
| * | POST entries/tags with test | Nicolas Lœuillet | 2015-03-06 | 3 | -1/+69 |
| | | |||||
| * | relation between tags and entries | Nicolas Lœuillet | 2015-03-06 | 7 | -148/+60 |
| | | |||||
| * | fixtures for tag | Nicolas Lœuillet | 2015-03-06 | 2 | -0/+100 |
| | | |||||
| * | fix GET /api/entries/{entry}/tags | Nicolas Lœuillet | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | add relation between entry and tag | Nicolas Lœuillet | 2015-03-06 | 6 | -122/+53 |
| | | |||||
| * | remove dumb code | Nicolas Lœuillet | 2015-03-06 | 3 | -139/+6 |
| | | |||||
| * | remove GET /tags/id | Nicolas Lœuillet | 2015-03-06 | 1 | -0/+121 |
| | | |||||
| * | GET /api/tags/id_tag method | Nicolas Lœuillet | 2015-03-06 | 4 | -4/+86 |
| | | |||||
| * | remove isDeleted flag | Nicolas Lœuillet | 2015-03-06 | 6 | -62/+23 |
| | | |||||
| * | improve hateoas implementation | Nicolas Lœuillet | 2015-03-06 | 1 | -6/+5 |
| | | |||||
| * | returns serialzed object for GET /entries | Nicolas Lœuillet | 2015-03-06 | 1 | -1/+1 |
| | | |||||
| * | first draft of hypermedia implementation | Nicolas Lœuillet | 2015-03-06 | 7 | -30/+165 |
|/ | |||||
* | Merge pull request #1144 from wallabag/v2-build | Nicolas Lœuillet | 2015-03-04 | 4 | -18/+21 |
|\ | | | | | Simplify build system |