aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity/Entry.php
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix the deletion of Tags/Entries relation when delete an entryNicolas Lœuillet2016-06-231-1/+1
| | | | Fix #2121
* Some cleanupJeremy Benoist2016-03-271-1/+1
| | | | | - travis tabulation - extra namespace definition in entities
* use integers for archived/starred statusThomas Citharel2016-03-161-0/+24
|
* API shows just what needed for userThomas Citharel2016-03-131-0/+32
|
* Rename CommentBundle with AnnotationBundleNicolas Lœuillet2016-02-261-9/+9
|
* Comment work with annotator v2Thomas Citharel2016-02-261-8/+8
| | | | | | - add missing annotator.js file and fix typo - edit & delete routes, started tests - basic tests
* Remove tag relation when removing an entryJeremy Benoist2016-01-201-1/+1
| | | | Fix #1453
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-151-1/+1
| | | | symfony-upgrade-fixer fix src/Wallabag/
* Few phpDoc fixJeremy Benoist2016-01-031-4/+4
| | | | And some little mistakes
* Remove user reference in tagJeremy Benoist2015-12-291-1/+1
| | | | Fix #1543
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+8
| | | | | | | When a new tag is created but not yet persisted, it can be duplicated. It could happen when multiple rules match the content and at least 2 of them should attach same new tag. Fix #1528
* 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