aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-0/+4
|
* use JMS SerializerThomas Citharel2015-11-091-1/+1
|
* use the groups annotation instead of setIgnoredAttributesThomas Citharel2015-11-091-0/+35
|
* Quoted entity to avoid reserved keywordJeremy Benoist2015-11-071-1/+1
| | | | Should fix #1498
* move some files to UserBundleNicolas Lœuillet2015-10-031-1/+1
|
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-031-2/+3
|
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-3/+0
| | | | So, everything is centralized in one place when we save a new entry.
* Handle entry in languageJeremy Benoist2015-09-221-0/+31
| | | | Fix #1333
* CSJeremy Benoist2015-08-241-3/+2
|
* Integrate grabyJeremy Benoist2015-08-241-0/+32
|
* Remove unsed thingsJeremy Benoist2015-08-201-2/+2
|
* 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