aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag
Commit message (Collapse)AuthorAgeFilesLines
* Fixes and improve css @mediaAlexandr Danilov2015-08-048-71/+91
|
* Added Material themeAlexandr Danilov2015-08-0455-0/+16830
|
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-287-55/+68
| | | | for is_starred and is_archived
* Merge branch 'v2' into v2-edit-titleNicolas Lœuillet2015-06-087-18/+24
|\
| * Update to Symfony 2.7Jeremy Benoist2015-06-027-18/+24
| | | | | | | | And fix some deps instead of using dev tags
* | Add basic title editionJeremy Benoist2015-06-028-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-bundleNicolas Lœuillet2015-06-0150-457/+776
|\ | | | | Move API stuff in ApiBundle
| * CSJeremy Benoist2015-05-3031-163/+204
| |
| * Update naming strategy since Doctrine 2.5Jeremy Benoist2015-05-301-0/+8
| | | | | | | | See https://github.com/doctrine/doctrine2/commit/20fb8270dc3c84eceaf90979644fdfbe0b2e615e
| * Avoid / in feed tokenJeremy2015-04-011-1/+2
| | | | | | | | Of course, it breaks the url and the route matcher for each feed route
| * Fix testsJeremy2015-04-014-11/+11
| |
| * Move API stuff in ApiBundleJeremy2015-04-0122-295/+564
| |
* | name not requiredThomas Citharel2015-04-151-1/+1
| |
* | changed email fields with the email type and added required parameter on ↵Thomas Citharel2015-04-154-5/+6
|/ | | | some stuff
* Merge pull request #1164 from wallabag/v2-remove-username-in-configNicolas Lœuillet2015-04-015-33/+25
|\ | | | | Remove ability to change username
| * Remove ability to change usernameJeremy2015-04-015-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 tablesJeremy2015-04-017-7/+87
|/ | | | Will fix #799
* Force raw on contentJeremy2015-04-011-3/+3
| | | We don't want Symfony to escape html content
* Use lemonde instead of mailjetJeremy2015-03-312-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 testJeremy2015-03-312-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 testsJeremy2015-03-3112-26/+532
| | | | and fix few mistakes
* Sort by id is fasterJeremy2015-03-311-4/+4
| | | | Since it's the primary key
* Add rss for entriesJeremy2015-03-3112-61/+509
| | | | will fix #1000
* Add some testsJeremy2015-03-082-1/+46
|
* Handle forgot passwordJeremy2015-03-0811-5/+468
|
* Use pager in getEntries() and return Hateoas collectionWilliam Durand2015-03-061-5/+16
|
* Return pager into EntryRepository (for entries only)William Durand2015-03-061-3/+5
|
* add getUser on Tag entityNicolas Lœuillet2015-03-061-0/+8
|
* add more log on AccessDeniedExceptionNicolas Lœuillet2015-03-061-9/+13
|
* fix testsNicolas Lœuillet2015-03-061-3/+3
|
* remove JsonResponseNicolas Lœuillet2015-03-061-10/+9
|
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-063-4/+24
|
* remove useless codeNicolas Lœuillet2015-03-061-4/+0
|
* commit bug with getSaltNicolas Lœuillet2015-03-061-7/+3
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-063-34/+32
|
* remove debug linesNicolas Lœuillet2015-03-063-8/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-067-31/+131
|
* POST entries/tags with testNicolas Lœuillet2015-03-063-1/+69
|
* relation between tags and entriesNicolas Lœuillet2015-03-067-148/+60
|
* fixtures for tagNicolas Lœuillet2015-03-062-0/+100
|
* fix GET /api/entries/{entry}/tagsNicolas Lœuillet2015-03-061-1/+1
|
* add relation between entry and tagNicolas Lœuillet2015-03-066-122/+53
|
* remove dumb codeNicolas Lœuillet2015-03-063-139/+6
|
* remove GET /tags/idNicolas Lœuillet2015-03-061-0/+121
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-064-4/+86
|
* remove isDeleted flagNicolas Lœuillet2015-03-066-62/+23
|
* improve hateoas implementationNicolas Lœuillet2015-03-061-6/+5
|
* returns serialzed object for GET /entriesNicolas Lœuillet2015-03-061-1/+1
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-064-4/+19
|
* Only one pattern for LiipThemeJeremy2015-03-011-1/+0
| | | | Others patterns aren't required (but I think it's still important to have them around)