aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Wallabag/CoreBundle/Entity
Commit message (Expand)AuthorAgeFilesLines
* TyposJeremy Benoist2019-06-051-2/+2
* Use two indexes instead of one for hashed urlsJeremy Benoist2019-06-051-1/+2
* Use hash given url to avoid duplicateJeremy Benoist2019-05-291-43/+56
* Added given_url in entry tableNicolas Lœuillet2019-05-291-1/+35
* Add Wallabag\CoreBundle\Helper\UrlHasherOlivier Mehani2019-05-241-1/+2
* Fix tests & cs & migrationJeremy Benoist2019-04-261-2/+2
* Changed RSS to Atom feed and improve pagingThomas Citharel2019-04-251-17/+17
* Fix index on MySQLJeremy Benoist2019-04-011-1/+1
* Use a better index for hashed_urlJeremy Benoist2019-04-011-2/+3
* Keep url in exists endpointJeremy Benoist2019-04-011-2/+2
* Hash the urls to check if they existThomas Citharel2019-04-011-1/+29
* Enable PHPStanJeremy Benoist2019-01-181-0/+17
* Fix RulerZBundleJeremy Benoist2018-11-251-1/+1
* Entry: add archived_at property and updateArchived methodSébastien Viande2018-09-211-1/+48
* Fix phpcsKevin Decherf2017-11-191-2/+2
* Add originUrl property to Entry, handle that in EntryRestController, handle m...Kevin Decherf2017-11-191-0/+33
* Changed reading_time field to prevent null valuesNicolas Lœuillet2017-10-131-2/+2
* Merge pull request #3139 from Kdecherf/2502-tag-caseJérémy Benoist2017-09-031-1/+1
|\
| * Tag: render tags case-insensitive by storing them in lowercaseKevin Decherf2017-08-271-1/+1
* | Set a starred_at field when an entry is starred.François D2017-08-251-0/+47
|/
* Add EntityTimestampsTrait to handle datesJeremy Benoist2017-07-062-23/+6
* Merge pull request #3256 from wallabag/fix-patchJérémy Benoist2017-07-051-0/+16
|\
| * Fix PATCH methodJeremy Benoist2017-07-031-0/+16
* | CSJeremy Benoist2017-07-031-1/+1
|/
* Add a real configuration for CS-FixerJeremy Benoist2017-07-013-7/+7
* Merge pull request #2683 from wallabag/credentials-in-dbJérémy Benoist2017-06-201-0/+195
|\
| * Fix reviewsThomas Citharel2017-06-201-2/+1
| * Crypt site credential passwordJeremy Benoist2017-06-201-2/+1
| * Add CRUD for site credentialsJeremy Benoist2017-06-201-0/+197
* | Few fixesJeremy Benoist2017-06-101-0/+1
* | Add public filter/field in the APIJeremy Benoist2017-06-101-0/+4
* | Add isPublic filter on entriesJeremy Benoist2017-06-101-0/+10
|/
* CSJeremy Benoist2017-05-301-1/+1
* Fix some Scrutinizer issuesJeremy Benoist2017-05-301-3/+3
* 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
|\