aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
Commit message (Expand)AuthorAgeFilesLines
* Added help on config screenNicolas Lœuillet2016-11-171-1/+1
* Fix relations export for EntryJeremy Benoist2016-10-071-2/+15
* Moved Pocket token to user configJeremy Benoist2016-09-161-0/+31
* Fix DateTime & clear()Jeremy Benoist2016-09-111-5/+5
* Add ability to define created_at for all importJeremy Benoist2016-09-111-2/+17
* Export dates from entriesJeremy Benoist2016-09-081-2/+2
* Update testJeremy Benoist2016-08-241-1/+1
* Change annotation for uuid fieldNicolas Lœuillet2016-08-241-3/+3
* Change share entry behaviorNicolas Lœuillet2016-08-231-2/+5
* Add test and fix migrationNicolas Lœuillet2016-08-231-1/+2
* Share entry with a public URLNicolas Lœuillet2016-08-231-0/+38
* Change ManyToMany between entry & tagJeremy Benoist2016-06-232-3/+37
* Fix the deletion of Tags/Entries relation when delete an entryNicolas Lœuillet2016-06-231-1/+1
* Rename getEntriesByUser method to getEntriesByUserIdNicolas Lœuillet2016-05-041-1/+1
* Fix number of entries in tag/listNicolas Lœuillet2016-05-031-0/+12
* Some cleanupJeremy Benoist2016-03-271-1/+1
* Convert english translation fileJeremy Benoist2016-03-201-2/+2
* Merge pull request #1767 from wallabag/v2-setting-for-reading-timeJeremy Benoist2016-03-181-0/+31
|\
| * Improved testsNicolas Lœuillet2016-03-181-2/+2
| * Added setting to have a personal reading timeNicolas Lœuillet2016-03-141-0/+31
* | 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
* remove tag from entry #1377Thomas Citharel2016-02-101-0/+10
* Remove tag relation when removing an entryJeremy Benoist2016-01-201-1/+1
* Symfony Upgrade Fixer FTWJeremy Benoist2016-01-153-4/+4
* Few phpDoc fixJeremy Benoist2016-01-032-8/+9
* Remove user reference in tagJeremy Benoist2015-12-292-16/+3
* Avoid multiple tag creationJeremy Benoist2015-12-281-0/+8
* add slug for tagsNicolas Lœuillet2015-12-281-0/+12
* changed table name for tagging ruleNicolas Lœuillet2015-12-081-1/+1
* Fix tagging rules orderingKévin Gomez2015-11-291-0/+1
* Add matches operatorKévin Gomez2015-11-131-1/+1
* Fix incorrect comment.Kévin Gomez2015-11-111-1/+1
* Add a command to automatically tag all entries for a userKévin Gomez2015-11-111-0/+4
* Validate used operators when creating tagging rulesKévin Gomez2015-11-111-1/+4
* Also validate used variables when creating tagging rulesKévin Gomez2015-11-111-1/+1
* Add naïve validation for tagging rules (only checks the syntax)Kévin Gomez2015-11-111-0/+2
* Add missing use statementKévin Gomez2015-11-111-0/+1
* Add TaggingRule entityKévin Gomez2015-11-112-0/+154
* 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-073-3/+3
* fix type hint for UserNicolas Lœuillet2015-10-061-1/+1
* move some files to UserBundleNicolas Lœuillet2015-10-033-3/+3
* remove old implementation for login/register/recoverNicolas Lœuillet2015-10-034-209/+9
* * public registrationNicolas Lœuillet2015-10-031-20/+2
* Move readingTime & domainName in ContentProxyJeremy Benoist2015-09-281-3/+0
* Handle entry in languageJeremy Benoist2015-09-222-3/+33