Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add tests for static pages | Nicolas Lœuillet | 2015-08-10 | 1 | -0/+29 |
| | |||||
* | add howto page | Nicolas Lœuillet | 2015-08-07 | 4 | -0/+92 |
| | |||||
* | fix #1282: add title on wallabag logo | Nicolas Lœuillet | 2015-08-07 | 1 | -1/+1 |
| | |||||
* | get itemsPerPage for unread/fav/archive views | Nicolas Lœuillet | 2015-08-07 | 1 | -0/+3 |
| | |||||
* | Merge pull request #1286 from wallabag/v2-issue-1283 | Danilow Alexandr | 2015-08-06 | 1 | -1/+12 |
|\ | | | | | fix #1283: display the good title for each category | ||||
| * | change order of condition | Nicolas Lœuillet | 2015-08-05 | 1 | -3/+3 |
| | | |||||
| * | fix #1283: display the good title for each category | Nicolas Lœuillet | 2015-08-05 | 1 | -1/+12 |
| | | |||||
* | | Many corrections material theme | Alexandr Danilov | 2015-08-06 | 11 | -23/+353 |
|/ | |||||
* | set material to default theme \o/ | Nicolas Lœuillet | 2015-08-04 | 3 | -3/+3 |
| | |||||
* | Fixes and improve css @media | Alexandr Danilov | 2015-08-04 | 8 | -71/+91 |
| | |||||
* | Added Material theme | Alexandr Danilov | 2015-08-04 | 55 | -0/+16830 |
| | |||||
* | Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵ | Francois Gravelaine | 2015-07-28 | 7 | -55/+68 |
| | | | | for is_starred and is_archived | ||||
* | Merge branch 'v2' into v2-edit-title | Nicolas Lœuillet | 2015-06-08 | 7 | -18/+24 |
|\ | |||||
| * | Update to Symfony 2.7 | Jeremy Benoist | 2015-06-02 | 7 | -18/+24 |
| | | | | | | | | And fix some deps instead of using dev tags | ||||
* | | Add basic title edition | Jeremy Benoist | 2015-06-02 | 8 | -13/+147 |
|/ | | | | | 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. | ||||
* | Merge pull request #1167 from wallabag/v2-api-bundle | Nicolas Lœuillet | 2015-06-01 | 50 | -457/+776 |
|\ | | | | | Move API stuff in ApiBundle | ||||
| * | CS | Jeremy Benoist | 2015-05-30 | 31 | -163/+204 |
| | | |||||
| * | Update naming strategy since Doctrine 2.5 | Jeremy Benoist | 2015-05-30 | 1 | -0/+8 |
| | | | | | | | | See https://github.com/doctrine/doctrine2/commit/20fb8270dc3c84eceaf90979644fdfbe0b2e615e | ||||
| * | 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 | 22 | -295/+564 |
| | | |||||
* | | 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 | ||||
* | 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 | ||||
* | | Ability to prefix tables | Jeremy | 2015-04-01 | 7 | -7/+87 |
|/ | | | | Will fix #799 | ||||
* | Force raw on content | Jeremy | 2015-04-01 | 1 | -3/+3 |
| | | | We don't want Symfony to escape html content | ||||
* | 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 | 2 | -4/+33 |
| | | | | | | | | 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 | 12 | -26/+532 |
| | | | | 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 | 12 | -61/+509 |
| | | | | will fix #1000 | ||||
* | Add some tests | Jeremy | 2015-03-08 | 2 | -1/+46 |
| | |||||
* | Handle forgot password | Jeremy | 2015-03-08 | 11 | -5/+468 |
| | |||||
* | 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 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 |
| |