Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add IgnoreOriginRule-related entities, db migration, update config | Kevin Decherf | 2020-04-25 | 1 | -0/+64 |
* | Update deps | Jeremy Benoist | 2019-11-12 | 40 | -237/+0 |
* | Rename internal settings table | Jeremy Benoist | 2019-08-08 | 1 | -0/+42 |
* | CS | Jeremy Benoist | 2019-08-08 | 1 | -1/+1 |
* | Add `tag_label` & `config_feed_token` index | Jeremy Benoist | 2019-08-08 | 1 | -1/+19 |
* | Add user_created index | Olivier Mehani | 2019-08-07 | 1 | -0/+6 |
* | Add user_archived index | Olivier Mehani | 2019-08-07 | 1 | -0/+6 |
* | Fix PG migration | Jeremy Benoist | 2019-08-07 | 1 | -2/+2 |
* | Fix migrations | Jeremy Benoist | 2019-08-07 | 2 | -32/+72 |
* | Add index on starred entries | Olivier Mehani | 2019-08-06 | 1 | -0/+22 |
* | Update language in Entry model, and add index | Olivier Mehani | 2019-08-06 | 1 | -0/+24 |
* | Add ability to manually define the reading speed | Jeremy Benoist | 2019-07-08 | 1 | -0/+22 |
* | Fix hardcoded `wallabag_` prefix in migration | Jeremy Benoist | 2019-07-01 | 3 | -14/+16 |
* | Merge pull request #4020 from wallabag/fix/sqlite-reading-time-null | Jérémy Benoist | 2019-06-24 | 1 | -0/+65 |
|\ | |||||
| * | Use `skipIf` instead of `abortIf` | Jeremy Benoist | 2019-06-21 | 1 | -2/+2 |
| * | Fix `reading_time` being NULL on SQLite | Jeremy Benoist | 2019-06-20 | 1 | -0/+65 |
* | | Fix PG migration | Jeremy Benoist | 2019-06-19 | 1 | -4/+4 |
* | | Fix migration with prefix table name | Jeremy Benoist | 2019-06-18 | 1 | -12/+12 |
|/ | |||||
* | Merge pull request #3959 from wallabag/mig-tag-collation | Jérémy Benoist | 2019-06-06 | 1 | -0/+30 |
|\ | |||||
| * | mysql: change collation of tag table | Kevin Decherf | 2019-05-19 | 1 | -0/+30 |
* | | Use two indexes instead of one for hashed urls | Jeremy Benoist | 2019-06-05 | 1 | -23/+3 |
* | | Use hash given url to avoid duplicate | Jeremy Benoist | 2019-05-29 | 3 | -86/+74 |
* | | Added given_url in entry table | Nicolas Lœuillet | 2019-05-29 | 2 | -0/+86 |
* | | 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 |