aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Controller
Commit message (Collapse)AuthorAgeFilesLines
...
| * Fix redirect after deletionJeremy Benoist2015-08-221-5/+4
| | | | | | | | Fix #1391
* | Merge pull request #1372 from wallabag/v2-assign-tagsJeremy Benoist2015-08-221-0/+50
|\ \ | |/ |/| assign tags to an entry
| * assign tags to an entryNicolas Lœuillet2015-08-221-0/+50
| |
* | Merge pull request #1385 from wallabag/v2-status-filterJeremy Benoist2015-08-211-0/+19
|\ \ | | | | | | filters: implement status filter and a new view (to display all entries)
| * | filters: adapt queryBuilder for 'all' viewNicolas Lœuillet2015-08-211-28/+5
| | |
| * | filters: implement status filter and a new view (to display all entries)Nicolas Lœuillet2015-08-211-0/+42
| |/
* / remove dead codeNicolas Lœuillet2015-08-211-23/+0
|/
* Remove unsed thingsJeremy Benoist2015-08-201-8/+0
|
* Refactorize the way to retrieve entriesJeremy Benoist2015-08-202-91/+87
| | | | | One place to retrieve entries in Entry & Rss controller. More simple and easy to maintain.
* CSJeremy Benoist2015-08-204-21/+21
| | | | We shouldn't forget to run `php-cs-fixer` time to time
* action labels depend on statusNicolas Lœuillet2015-08-181-2/+2
|
* Merge pull request #1319 from wallabag/v2-form-headerJeremy Benoist2015-08-121-3/+15
|\ | | | | add new post form in material header
| * add new post form in material headerNicolas Lœuillet2015-08-121-3/+15
| |
* | store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-122-9/+74
|/
* Merge pull request #1295 from wallabag/v2-howtoJeremy Benoist2015-08-101-0/+10
|\ | | | | add howto page
| * add howto pageNicolas Lœuillet2015-08-071-0/+10
| |
* | Merge pull request #1292 from wallabag/v2-tags-routeJeremy Benoist2015-08-091-0/+31
|\ \ | |/ |/| Add tags list display
| * unit testNicolas Lœuillet2015-08-071-2/+0
| |
| * Add tags list displayNicolas Lœuillet2015-08-071-0/+33
| |
* | get itemsPerPage for unread/fav/archive viewsNicolas Lœuillet2015-08-071-0/+3
|/
* Adds pagerfanta paginator everywhere, modifies article routing. Change API ↵Francois Gravelaine2015-07-282-24/+39
| | | | for is_starred and is_archived
* Add basic title editionJeremy Benoist2015-06-021-3/+40
| | | | | 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.
* CSJeremy Benoist2015-05-303-14/+17
|
* Fix testsJeremy2015-04-011-1/+1
|
* Move API stuff in ApiBundleJeremy2015-04-011-360/+0
|
* Remove ability to change usernameJeremy2015-04-011-2/+2
| | | | | | | | | | 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
* Add testsJeremy2015-03-312-4/+4
| | | | and fix few mistakes
* Add rss for entriesJeremy2015-03-312-4/+138
| | | | will fix #1000
* Add some testsJeremy2015-03-081-1/+1
|
* Handle forgot passwordJeremy2015-03-081-0/+122
|
* Use pager in getEntries() and return Hateoas collectionWilliam Durand2015-03-061-5/+16
|
* add more log on AccessDeniedExceptionNicolas Lœuillet2015-03-061-9/+13
|
* remove JsonResponseNicolas Lœuillet2015-03-061-10/+9
|
* fix tests for GET /entries/tagsNicolas Lœuillet2015-03-061-1/+2
|
* commit bug with getSaltNicolas Lœuillet2015-03-061-7/+3
|
* replace Response with JsonResponseNicolas Lœuillet2015-03-061-17/+27
|
* remove debug linesNicolas Lœuillet2015-03-061-2/+0
|
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-23/+81
|
* POST entries/tags with testNicolas Lœuillet2015-03-061-1/+27
|
* fix GET /api/entries/{entry}/tagsNicolas Lœuillet2015-03-061-1/+1
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+3
|
* remove dumb codeNicolas Lœuillet2015-03-061-26/+2
|
* GET /api/tags/id_tag methodNicolas Lœuillet2015-03-061-3/+14
|
* remove isDeleted flagNicolas Lœuillet2015-03-062-18/+9
|
* 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-061-1/+9
|
* Add LiipThemeBundleJeremy2015-03-011-3/+6
| | | | | | | | Re-defined the config / user relation to be OneToOne bidirectionnal. ConfigType is now a service so I can inject the list of available themes that are also used by LiipThemeBundle Force sqlite for test In case of people use a different driver in parameter.yml (yes I do :))
* Handle default value for new userJeremy2015-02-221-0/+8
|
* Adding new userJeremy2015-02-221-0/+20
|