Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Added internal setting to enable/disable articles with paywall | Nicolas Lœuillet | 2016-11-22 | 1 | -0/+45 |
| | |||||
* | Replace http status with a string | Nicolas Lœuillet | 2016-11-18 | 1 | -1/+1 |
| | | | | I don't want to have 0 if we don't fetch status code, I think it's better to have an empty string, mainly for filters | ||||
* | Added http_status in Entry entity | Nicolas Lœuillet | 2016-11-18 | 1 | -0/+47 |
| | |||||
* | Fix migration | Jeremy Benoist | 2016-11-17 | 2 | -8/+14 |
| | |||||
* | Added a configuration to define the redirection after archiving an entry | Nicolas Lœuillet | 2016-11-16 | 1 | -0/+42 |
| | | | | Fix #496 | ||||
* | Added unmark.it sharing | Nicolas Lœuillet | 2016-11-09 | 1 | -0/+40 |
| | | | | Fix #668 | ||||
* | Use created_at as default sort | Jeremy Benoist | 2016-11-04 | 1 | -0/+53 |
| | | | | With index (following https://github.com/wallabag/wallabag/pull/2534) | ||||
* | Add translations & migration | Jeremy Benoist | 2016-10-31 | 1 | -0/+44 |
| | |||||
* | Remove backquote in query | Nicolas Lœuillet | 2016-10-28 | 1 | -4/+1 |
| | |||||
* | Fixed migration and added tests | Nicolas Lœuillet | 2016-10-28 | 1 | -0/+1 |
| | |||||
* | Added relation between API Client and User | Nicolas Lœuillet | 2016-10-24 | 1 | -0/+47 |
| | | | | Fix #2062 | ||||
* | Merge remote-tracking branch 'origin/master' into 2.2 | Jeremy Benoist | 2016-10-24 | 3 | -11/+12 |
|\ | |||||
| * | Fix PostgreSQL migrations | Jeremy Benoist | 2016-10-09 | 4 | -14/+24 |
| | | |||||
* | | Fix migrations | Jeremy Benoist | 2016-10-23 | 5 | -27/+47 |
| | | |||||
* | | Add migration for MySQL utf8mb4 | Jeremy Benoist | 2016-10-22 | 1 | -0/+77 |
| | | |||||
* | | Add ability to reset some datas | Jeremy Benoist | 2016-10-22 | 1 | -0/+54 |
|/ | | | | | | - annotations - tags - entries | ||||
* | Some fixes about upgrade from 2.0.x -> 2.1.0 | Nicolas Lœuillet | 2016-09-28 | 1 | -1/+5 |
| | |||||
* | Missing some migrations | Jeremy Benoist | 2016-09-16 | 1 | -0/+2 |
| | | | | and CS | ||||
* | Moved Pocket token to user config | Jeremy Benoist | 2016-09-16 | 1 | -0/+44 |
| | |||||
* | Display how many messages are queue | Jeremy Benoist | 2016-09-13 | 1 | -0/+42 |
| | | | | | - update the docker-composer to add Redis - add migrations | ||||
* | Handle share_entry | Jeremy Benoist | 2016-08-24 | 1 | -0/+2 |
| | | | | | - share_entry needs to be in the migration too - and it needs a translation | ||||
* | Handle table prefix in migration | Jeremy Benoist | 2016-08-24 | 2 | -7/+29 |
| | | | | and fix migration for name field in oauth table | ||||
* | Change share entry behavior | Nicolas Lœuillet | 2016-08-23 | 1 | -12/+0 |
| | |||||
* | Improve migration | Nicolas Lœuillet | 2016-08-23 | 1 | -9/+7 |
| | |||||
* | Add test and fix migration | Nicolas Lœuillet | 2016-08-23 | 1 | -4/+31 |
| | |||||
* | Add migration | Nicolas Lœuillet | 2016-08-23 | 1 | -0/+26 |
| | |||||
* | Added name on client | Thomas Citharel | 2016-08-22 | 1 | -0/+27 |
| | | | | | | | | - Fix typos in field name - Added migration for name field in API client table Manually cherry-picked from PR https://github.com/wallabag/wallabag/pull/2171 | ||||
* | We don't need migration yet | Jeremy Benoist | 2016-01-31 | 2 | -51/+0 |
| | |||||
* | Add CraueConfig for internal settings | Jeremy Benoist | 2016-01-31 | 1 | -0/+51 |