Age | Commit message (Expand) | Author | Files | Lines |
2017-12-02 | Migration 21: Limit utf8mb4 to columns that need it | Florian Pritz | 1 | -4/+5 |
2017-10-28 | mysql: Enable full UTF8 support | Florian Pritz | 1 | -0/+27 |
2017-09-26 | Fix incorrect table name in migration 20 for postgres | Florian Pritz | 1 | -1/+1 |
2017-09-26 | Migration 20: Fix id column size | Florian Pritz | 1 | -1/+4 |
2017-09-16 | Update ci_session table for CI3 | Florian Pritz | 1 | -0/+42 |
2017-07-10 | Fix chunk update for filesizes | hashworks | 1 | -1/+2 |
2017-07-10 | Update filesizes after changing filesize db type | hashworks | 1 | -0/+23 |
2017-07-10 | Use bigint for filesize in database | hashworks | 1 | -0/+27 |
2016-08-20 | Migration 18: Allow user info to be nulled | Florian Pritz | 1 | -0/+31 |
2016-03-29 | Increase size of password field in DB | Florian Pritz | 1 | -0/+27 |
2016-02-26 | Fix MYSQL error in migration 14/15 | Florian Pritz | 2 | -24/+16 |
2015-09-20 | Migration 16: Increase length of ci_session.ip_address for IPv6 | Florian Pritz | 1 | -0/+27 |
2015-09-20 | postgres: Add missing prefix to index creation | Florian Pritz | 7 | -11/+11 |
2015-09-20 | Implement migration 14 for postgres | Florian Pritz | 2 | -47/+94 |
2015-09-20 | Fix missing prefix in migration 7 | Florian Pritz | 1 | -1/+1 |
2015-05-22 | Fix missing db prefix in migration0.9.0 | Florian Pritz | 2 | -12/+12 |
2015-05-22 | Remove unneeded duplicates in file_storage | Florian Pritz | 2 | -0/+79 |
2015-05-21 | migration 14: Fix error if file was already renamed | Florian Pritz | 1 | -1/+3 |
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -14/+35 |
2015-02-03 | Support database table prefixes | Florian Pritz | 14 | -120/+212 |
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 2 | -2/+2 |
2014-10-19 | Clean up the postgres changes | Florian Pritz | 3 | -9/+4 |
2014-09-19 | Optimizing multipaste tables | Rafael Bodill | 1 | -17/+7 |
2014-09-19 | apikeys.created should be timestamp with default now() | Rafael Bodill | 1 | -1/+1 |
2014-09-19 | No column based encoding. Reverting dbforge migration | Rafael Bodill | 1 | -15/+31 |
2014-09-18 | Correcting bracket style for 'if' | Rafael Bodill | 13 | -95/+56 |
2014-09-18 | Migrations support for PostgreSQL | Rafael Bodill | 13 | -168/+426 |
2014-08-29 | add multipaste support | Florian Pritz | 1 | -0/+36 |
2014-04-17 | migration 12: remove dependencies on users table again | Florian Pritz | 1 | -9/+0 |
2014-04-15 | Use alter table to rename tables | Florian Pritz | 1 | -2/+2 |
2014-04-15 | migration 12: Remove tablename, fix ordering problem | Florian Pritz | 1 | -6/+6 |
2014-04-12 | Add foreign keys to database | Florian Pritz | 1 | -0/+29 |
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 1 | -0/+19 |
2013-09-22 | Use InnoDB for the files table | Pierre Schmitz | 1 | -0/+16 |
2013-08-11 | Add API key support | Florian Pritz | 1 | -0/+24 |
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -0/+31 |
2013-01-24 | Repurpose invitations table to actions | Florian Pritz | 1 | -0/+37 |
2012-07-26 | fix typo in migration "add username index" | Florian Pritz | 1 | -1/+1 |
2012-07-12 | Add unique index for users.username | Florian Pritz | 1 | -0/+21 |
2012-05-03 | remove password column from `files` | Florian Pritz | 1 | -0/+21 |
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -0/+22 |
2012-04-10 | Fix syntax error in migration 2 | Florian Pritz | 1 | -1/+1 |
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+33 |
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+46 |
2011-12-17 | use migrations; automatically set up the database | Florian Pritz | 1 | -0/+27 |