Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a real configuration for CS-Fixer | Jeremy Benoist | 2017-07-01 | 29 | -246/+240 |
* | Fix reviews | Thomas Citharel | 2017-06-20 | 1 | -1/+1 |
* | Crypt site credential password | Jeremy Benoist | 2017-06-20 | 1 | -1/+1 |
* | Force sequence creation for postgresql | Jeremy Benoist | 2017-06-20 | 1 | -1/+6 |
* | Add CRUD for site credentials | Jeremy Benoist | 2017-06-20 | 1 | -0/+56 |
* | Merge pull request #3173 from wallabag/domain-name-param | Jérémy Benoist | 2017-06-10 | 1 | -0/+53 |
|\ | |||||
| * | Review | Jeremy Benoist | 2017-06-08 | 1 | -1/+2 |
| * | add migration | Thomas Citharel | 2017-06-06 | 1 | -0/+52 |
* | | Merge pull request #3093 from aaa2000/annotation-error-on-save | Nicolas Lœuillet | 2017-06-07 | 1 | -0/+100 |
|\ \ | |/ |/| | |||||
| * | Fix postgresql migration | adev | 2017-06-07 | 1 | -2/+2 |
| * | Displays an error with an annotation with a too long quote | adev | 2017-06-04 | 1 | -0/+100 |
* | | API user creation behing a toggle | Jeremy Benoist | 2017-06-02 | 1 | -0/+52 |
|/ | |||||
* | Added headers field in Entry | Nicolas Lœuillet | 2017-05-11 | 1 | -0/+55 |
* | Added migration to change length for user fields | Nicolas Lœuillet | 2017-05-10 | 1 | -0/+60 |
* | Cleaned craue_config_setting by removing useless download_pictures setting | Nicolas Lœuillet | 2017-04-20 | 1 | -0/+52 |
* | Merge pull request #3024 from wallabag/store-date | Nicolas Lœuillet | 2017-04-18 | 1 | -0/+65 |
|\ | |||||
| * | Fixed migrations | Nicolas Lœuillet | 2017-04-10 | 1 | -0/+5 |
| * | Added author of article | Nicolas Lœuillet | 2017-04-09 | 1 | -1/+6 |
| * | Added publication date | Nicolas Lœuillet | 2017-04-05 | 15 | -14/+69 |
* | | Removed is_public in Entry edit form | Nicolas Lœuillet | 2017-04-13 | 15 | -15/+15 |
* | | Remove isPublic from Entry entity fix #2598 | Maxime | 2017-04-13 | 1 | -0/+51 |
|/ | |||||
* | Added migration for Scuttle sharing | Nicolas Lœuillet | 2017-03-28 | 1 | -0/+54 |
* | Added check in migration about uuid field | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+1 |
* | Fixed duplicate entry for share_public in craue_setting_table | Nicolas Lœuillet | 2017-01-30 | 1 | -1/+9 |
* | Fixed check on index | Nicolas Lœuillet | 2017-01-27 | 1 | -4/+2 |
* | Added indexes on is_archived and is_starred | Nicolas Lœuillet | 2017-01-27 | 1 | -0/+58 |
* | Merge pull request #2646 from wallabag/explain-migrations-in-doc | Nicolas Lœuillet | 2017-01-26 | 14 | -8/+63 |
|\ | |||||
| * | Added hardcoded SQL for migration to 2.2 | Nicolas Lœuillet | 2017-01-23 | 6 | -8/+30 |
| * | Added information about latest migrations | Nicolas Lœuillet | 2017-01-23 | 11 | -0/+33 |
* | | Added migration for SQLite | Nicolas Lœuillet | 2017-01-25 | 1 | -2/+6 |
* | | Added migration to rename uuid to uid | Nicolas Lœuillet | 2017-01-14 | 1 | -0/+71 |
|/ | |||||
* | Renamed uuid to uid | Nicolas Lœuillet | 2016-12-29 | 2 | -6/+6 |
* | Changed uuid type in database | Nicolas Lœuillet | 2016-12-25 | 1 | -1/+2 |
* | Added index on entry.uuid | Nicolas Lœuillet | 2016-12-23 | 1 | -0/+53 |
* | Fix bad migration for PostreSQL | Jeremy Benoist | 2016-12-23 | 1 | -8/+68 |
* | Be consistent between migration & schema definition | Jeremy Benoist | 2016-12-19 | 1 | -0/+1 |
* | fixup! Run migration in test, ready for MySQL | Jeremy Benoist | 2016-12-19 | 1 | -1/+1 |
* | Use actual database name | Jeremy Benoist | 2016-12-19 | 1 | -2/+2 |
* | pocket_consumer_key can be null | Jeremy Benoist | 2016-12-19 | 1 | -1/+1 |
* | Run migration in test, ready for MySQL | Jeremy Benoist | 2016-12-19 | 2 | -2/+8 |
* | Replaced quotes for Postgres | Nicolas Lœuillet | 2016-12-18 | 4 | -6/+6 |
* | Ensure craue_config_setting migration are ok | Jeremy Benoist | 2016-12-15 | 4 | -4/+52 |
* | Add default value for list_mode | Jeremy Benoist | 2016-12-12 | 1 | -1/+1 |
* | Merge pull request #2650 from wallabag/add-hascolumn | Jeremy Benoist | 2016-11-30 | 14 | -89/+101 |
|\ | |||||
| * | Named index | Nicolas Lœuillet | 2016-11-30 | 1 | -1/+9 |
| * | Code review | Nicolas Lœuillet | 2016-11-30 | 2 | -7/+4 |
| * | Fixed typo | Nicolas Lœuillet | 2016-11-28 | 1 | -2/+2 |
| * | Cleaned old migrations | Nicolas Lœuillet | 2016-11-28 | 4 | -35/+26 |
| * | Added dropColumn for SQLite and some enhancements | Nicolas Lœuillet | 2016-11-28 | 6 | -35/+37 |
| * | Replaced abortIf with skipIf | Nicolas Lœuillet | 2016-11-28 | 12 | -24/+22 |