aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
Commit message (Expand)AuthorAgeFilesLines
* Save changesThomas Citharel2017-05-302-0/+92
* Replaced json_array with arrayNicolas Lœuillet2017-05-111-4/+4
* Added headers field in EntryNicolas Lœuillet2017-05-111-1/+30
* Added notmatches operator for tagging ruleNicolas Lœuillet2017-04-201-2/+2
* Merge pull request #3024 from wallabag/store-dateNicolas Lœuillet2017-04-181-0/+58
|\
| * Added author of articleNicolas Lœuillet2017-04-091-0/+29
| * Added publication dateNicolas Lœuillet2017-04-051-0/+29
* | Remove isPublic from Entry entity fix #2598Maxime2017-04-131-25/+0
|/
* Renamed uuid to uidNicolas Lœuillet2016-12-291-13/+13
* Changed uuid type in databaseNicolas Lœuillet2016-12-251-1/+1
* Fixed index on entry.uuid and changed uuid field typeNicolas Lœuillet2016-12-251-3/+5
* Added index on table creationNicolas Lœuillet2016-12-231-1/+2
* Be consistent between migration & schema definitionJeremy Benoist2016-12-192-2/+2
* Limit rule to 255Jeremy Benoist2016-12-031-0/+1
* Renamed view_mode by list_mode and hide excerptNicolas Lœuillet2016-11-281-7/+7
* Added list viewNicolas Lœuillet2016-11-281-0/+27
* Merge remote-tracking branch 'origin/master' into 2.2Jeremy Benoist2016-11-191-1/+1
|\
| * Added help on config screenNicolas Lœuillet2016-11-171-1/+1
* | Replace http status with a stringNicolas Lœuillet2016-11-181-2/+2
* | Added http_status in Entry entityNicolas Lœuillet2016-11-181-0/+29
* | Added constants for redirection valuesNicolas Lœuillet2016-11-161-0/+3
* | Added a configuration to define the redirection after archiving an entryNicolas Lœuillet2016-11-161-0/+27
* | Add index into Table definitionJeremy Benoist2016-11-041-1/+5
* | Fix emoji insertion in MySQLJeremy Benoist2016-10-221-1/+1
* | Add ability to reset some datasJeremy Benoist2016-10-221-2/+2
|/
* 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