Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -0/+17 |
* | Fix RulerZBundle | Jeremy Benoist | 2018-11-25 | 1 | -1/+1 |
* | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 1 | -1/+48 |
* | Fix phpcs | Kevin Decherf | 2017-11-19 | 1 | -2/+2 |
* | Add originUrl property to Entry, handle that in EntryRestController, handle m... | Kevin Decherf | 2017-11-19 | 1 | -0/+33 |
* | Changed reading_time field to prevent null values | Nicolas Lœuillet | 2017-10-13 | 1 | -2/+2 |
* | Merge pull request #3139 from Kdecherf/2502-tag-case | Jérémy Benoist | 2017-09-03 | 1 | -1/+1 |
|\ | |||||
| * | Tag: render tags case-insensitive by storing them in lowercase | Kevin Decherf | 2017-08-27 | 1 | -1/+1 |
* | | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+47 |
|/ | |||||
* | Add EntityTimestampsTrait to handle dates | Jeremy Benoist | 2017-07-06 | 2 | -23/+6 |
* | Merge pull request #3256 from wallabag/fix-patch | Jérémy Benoist | 2017-07-05 | 1 | -0/+16 |
|\ | |||||
| * | Fix PATCH method | Jeremy Benoist | 2017-07-03 | 1 | -0/+16 |
* | | CS | Jeremy Benoist | 2017-07-03 | 1 | -1/+1 |
|/ | |||||
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 3 | -7/+7 |
* | Merge pull request #2683 from wallabag/credentials-in-db | Jérémy Benoist | 2017-06-20 | 1 | -0/+195 |
|\ | |||||
| * | Fix reviews | Thomas Citharel | 2017-06-20 | 1 | -2/+1 |
| * | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -2/+1 |
| * | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 1 | -0/+197 |
* | | Few fixes | Jeremy Benoist | 2017-06-10 | 1 | -0/+1 |
* | | Add public filter/field in the API | Jeremy Benoist | 2017-06-10 | 1 | -0/+4 |
* | | Add isPublic filter on entries | Jeremy Benoist | 2017-06-10 | 1 | -0/+10 |
|/ | |||||
* | CS | Jeremy Benoist | 2017-05-30 | 1 | -1/+1 |
* | Fix some Scrutinizer issues | Jeremy Benoist | 2017-05-30 | 1 | -3/+3 |
* | Replaced json_array with array | Nicolas Lœuillet | 2017-05-11 | 1 | -4/+4 |
* | Added headers field in Entry | Nicolas Lœuillet | 2017-05-11 | 1 | -1/+30 |
* | Added notmatches operator for tagging rule | Nicolas Lœuillet | 2017-04-20 | 1 | -2/+2 |
* | Merge pull request #3024 from wallabag/store-date | Nicolas Lœuillet | 2017-04-18 | 1 | -0/+58 |
|\ | |||||
| * | Added author of article | Nicolas Lœuillet | 2017-04-09 | 1 | -0/+29 |
| * | Added publication date | Nicolas Lœuillet | 2017-04-05 | 1 | -0/+29 |
* | | Remove isPublic from Entry entity fix #2598 | Maxime | 2017-04-13 | 1 | -25/+0 |
|/ | |||||
* | Renamed uuid to uid | Nicolas Lœuillet | 2016-12-29 | 1 | -13/+13 |
* | Changed uuid type in database | Nicolas Lœuillet | 2016-12-25 | 1 | -1/+1 |
* | Fixed index on entry.uuid and changed uuid field type | Nicolas Lœuillet | 2016-12-25 | 1 | -3/+5 |
* | Added index on table creation | Nicolas Lœuillet | 2016-12-23 | 1 | -1/+2 |
* | Be consistent between migration & schema definition | Jeremy Benoist | 2016-12-19 | 2 | -2/+2 |
* | Limit rule to 255 | Jeremy Benoist | 2016-12-03 | 1 | -0/+1 |
* | Renamed view_mode by list_mode and hide excerpt | Nicolas Lœuillet | 2016-11-28 | 1 | -7/+7 |
* | Added list view | Nicolas Lœuillet | 2016-11-28 | 1 | -0/+27 |
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-11-19 | 1 | -1/+1 |
|\ | |||||
| * | Added help on config screen | Nicolas Lœuillet | 2016-11-17 | 1 | -1/+1 |
* | | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -2/+2 |
* | | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+29 |
* | | Added constants for redirection values | Nicolas Lœuillet | 2016-11-16 | 1 | -0/+3 |
* | | Added a configuration to define the redirection after archiving an entry | Nicolas Lœuillet | 2016-11-16 | 1 | -0/+27 |
* | | Add index into Table definition | Jeremy Benoist | 2016-11-04 | 1 | -1/+5 |
* | | Fix emoji insertion in MySQL | Jeremy Benoist | 2016-10-22 | 1 | -1/+1 |
* | | Add ability to reset some datas | Jeremy Benoist | 2016-10-22 | 1 | -2/+2 |
|/ | |||||
* | Fix relations export for Entry | Jeremy Benoist | 2016-10-07 | 1 | -2/+15 |
* | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 1 | -0/+31 |
* | Fix DateTime & clear() | Jeremy Benoist | 2016-09-11 | 1 | -5/+5 |