aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
Commit message (Collapse)AuthorAgeFilesLines
* store domainName in databaseNicolas Lœuillet2015-08-121-0/+1
|
* store estimated reading time / filters on reading timeNicolas Lœuillet2015-08-121-1/+3
|
* Add basic title editionJeremy Benoist2015-06-021-1/+1
| | | | | 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-301-25/+30
|
* Ability to prefix tablesJeremy2015-04-011-2/+2
| | | | Will fix #799
* add relation between user and tags, tests are brokenNicolas Lœuillet2015-03-061-0/+5
|
* relation between tags and entriesNicolas Lœuillet2015-03-061-5/+3
|
* add relation between entry and tagNicolas Lœuillet2015-03-061-0/+27
|
* remove isDeleted flagNicolas Lœuillet2015-03-061-23/+0
|
* first draft of hypermedia implementationNicolas Lœuillet2015-03-061-1/+5
|
* add a real relation between user and entryNicolas Lœuillet2015-02-081-25/+16
|
* rename User entityNicolas Lœuillet2015-02-061-1/+1
|
* rename Entries to EntryNicolas Lœuillet2015-02-061-0/+412