Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #1206 from wallabag/sf-2.7 | Nicolas Lœuillet | 2015-06-03 | 13 | -175/+80 |
|\ | | | | | Upgrade to Symfony 2.7 | ||||
| * | Update to Symfony 2.7 | Jeremy Benoist | 2015-06-02 | 9 | -135/+80 |
| | | | | | | | | And fix some deps instead of using dev tags | ||||
| * | Remove phinx | Jeremy Benoist | 2015-06-02 | 4 | -40/+0 |
|/ | | | | Doctrine handle quite correctly database migration. Thanks to `doctrine:schema:update` | ||||
* | Update deps | Jeremy Benoist | 2015-06-01 | 2 | -14/+22 |
| | |||||
* | Merge pull request #1167 from wallabag/v2-api-bundle | Nicolas Lœuillet | 2015-06-01 | 56 | -789/+1142 |
|\ | | | | | Move API stuff in ApiBundle | ||||
| * | CS | Jeremy Benoist | 2015-05-30 | 31 | -163/+204 |
| | | |||||
| * | Update deps | Jeremy Benoist | 2015-05-30 | 2 | -320/+349 |
| | | |||||
| * | Update naming strategy since Doctrine 2.5 | Jeremy Benoist | 2015-05-30 | 1 | -0/+8 |
| | | | | | | | | See https://github.com/doctrine/doctrine2/commit/20fb8270dc3c84eceaf90979644fdfbe0b2e615e | ||||
| * | Disable coverage | Jeremy Benoist | 2015-05-30 | 1 | -10/+10 |
| | | | | | | | | | | | | It takes ages to process and most of the time the build fail for "execution time" too long. Too much time already burned to investigate it. We'll investigate later, it's not a priority atm. | ||||
| * | Enable debug on phpunit | Jeremy Benoist | 2015-04-04 | 1 | -1/+1 |
| | | |||||
| * | Avoid / in feed token | Jeremy | 2015-04-01 | 1 | -1/+2 |
| | | | | | | | | Of course, it breaks the url and the route matcher for each feed route | ||||
| * | Fix tests | Jeremy | 2015-04-01 | 4 | -11/+11 |
| | | |||||
| * | Move API stuff in ApiBundle | Jeremy | 2015-04-01 | 25 | -297/+571 |
| | | |||||
* | | Merge pull request #1180 from wallabag/v2patch | Jeremy Benoist | 2015-04-15 | 4 | -4/+5 |
|\ \ | | | | | | | Add some required | ||||
| * | | name not required | Thomas Citharel | 2015-04-15 | 1 | -1/+1 |
| | | | |||||
| * | | 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 |
| | |