Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix SQLite constraint | Jeremy Benoist | 2019-05-10 | 1 | -3/+3 |
* | Fix SQLite migration | Jeremy Benoist | 2019-05-10 | 1 | -16/+17 |
* | Cascade delete on oauth2 table when deleting a user | Jeremy Benoist | 2019-05-10 | 1 | -0/+95 |
* | Fix tests & cs & migration | Jeremy Benoist | 2019-04-26 | 1 | -0/+58 |
* | Fix index on MySQL | Jeremy Benoist | 2019-04-01 | 1 | -1/+1 |
* | Some cleanup | Jeremy Benoist | 2019-04-01 | 1 | -5/+0 |
* | Use a better index for hashed_url | Jeremy Benoist | 2019-04-01 | 1 | -1/+4 |
* | Keep url in exists endpoint | Jeremy Benoist | 2019-04-01 | 1 | -0/+44 |
* | Disable down for that migration | Jeremy Benoist | 2019-03-01 | 1 | -6/+1 |
* | Test each internal settings before creating them | Jeremy Benoist | 2019-03-01 | 1 | -41/+119 |
* | Add missing entries in craue_config_setting. | Nadrieril | 2019-03-01 | 1 | -0/+74 |
* | Add SQLite & PG migration | Jeremy Benoist | 2019-01-23 | 1 | -5/+41 |
* | Add backup codes | Jeremy Benoist | 2019-01-23 | 1 | -2/+20 |
* | Enable OTP 2FA | Jeremy Benoist | 2019-01-23 | 1 | -0/+22 |
* | Enable PHPStan | Jeremy Benoist | 2019-01-18 | 1 | -0/+32 |
* | Fix utf8mb4 on vendor tables | Jeremy Benoist | 2018-11-28 | 2 | -19/+47 |
* | Entry: add archived_at property and updateArchived method | Sébastien Viande | 2018-09-21 | 1 | -0/+68 |
* | php-cs-fixer | Kevin Decherf | 2018-09-05 | 1 | -1/+1 |
* | We should able to get the table name unescaped | Jeremy Benoist | 2018-06-14 | 1 | -4/+4 |
* | Fixed migrations with dash into db name | Jeremy Benoist | 2018-06-14 | 36 | -705/+93 |
* | Merge pull request #3504 from aaa2000/fix-initial-migration-with-table-prefix | Jérémy Benoist | 2017-12-16 | 1 | -125/+125 |
|\ | |||||
| * | Use getTable() to retrieve prefixed table name | Jeremy Benoist | 2017-12-16 | 1 | -126/+122 |
| * | Fix initial migration when using custom table prefix | adev | 2017-12-14 | 1 | -125/+129 |
* | | Fixed lower case tags migration | Nicolas Lœuillet | 2017-12-15 | 1 | -1/+1 |
|/ | |||||
* | CS | Jeremy Benoist | 2017-12-12 | 1 | -1/+0 |
* | Use hasTable instead of try/catch | Jeremy Benoist | 2017-12-12 | 1 | -7/+1 |
* | Change the way to check for initial migration | Jeremy Benoist | 2017-12-12 | 1 | -4/+25 |
* | migrations: fix duplicate violation during lowercase tag migration | Kevin Decherf | 2017-12-10 | 1 | -8/+20 |
* | Replace raw query with named parameter | Kevin Decherf | 2017-12-10 | 1 | -2/+3 |
* | Add craue setting to enable sharing of origin url to Shaarli | Kevin Decherf | 2017-11-25 | 1 | -0/+52 |
* | Fix phpcs | adev | 2017-11-21 | 1 | -5/+4 |
* | Implements down migration | adev | 2017-11-21 | 1 | -1/+12 |
* | Fix installation command | adev | 2017-11-21 | 2 | -3/+32 |
* | Add an initial migration | adev | 2017-11-21 | 1 | -0/+181 |
* | Merge pull request #3425 from wallabag/add-setting-for-headers | Nicolas Lœuillet | 2017-11-21 | 1 | -0/+52 |
|\ | |||||
| * | Added internal setting to enable/disable headers storage | Nicolas Lœuillet | 2017-11-20 | 1 | -0/+52 |
* | | Fix MySQL issue on mig from #3373 | Kevin Decherf | 2017-11-20 | 1 | -0/+1 |
* | | Fix phpcs | Kevin Decherf | 2017-11-19 | 1 | -1/+1 |
* | | Add originUrl property to Entry, handle that in EntryRestController, handle m... | Kevin Decherf | 2017-11-19 | 1 | -0/+55 |
|/ | |||||
* | Fixed @Kdecherf's review | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+1 |
* | CS | Jeremy Benoist | 2017-10-13 | 1 | -3/+3 |
* | Changed reading_time field to prevent null values | Nicolas Lœuillet | 2017-10-13 | 1 | -0/+63 |
* | CS | Jeremy Benoist | 2017-10-09 | 5 | -7/+7 |
* | Merge pull request #3139 from Kdecherf/2502-tag-case | Jérémy Benoist | 2017-09-03 | 1 | -0/+103 |
|\ | |||||
| * | php-cs-fixer on DoctrineMigrations/Version20170719231144 | Kevin Decherf | 2017-08-27 | 1 | -24/+24 |
| * | Add migration to change case of tags | Kevin Decherf | 2017-08-27 | 1 | -0/+103 |
* | | Set a starred_at field when an entry is starred. | François D | 2017-08-25 | 1 | -0/+63 |
|/ | |||||
* | 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 |