Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-09-20 | Migration 16: Increase length of ci_session.ip_address for IPv6 | Florian Pritz | 1 | -0/+27 | |
Reported-by: Michael Mueller <michael.mueller@selfnet.de> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-20 | postgres: Add missing prefix to index creation | Florian Pritz | 7 | -11/+11 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-20 | Implement migration 14 for postgres | Florian Pritz | 2 | -47/+94 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-09-20 | Fix missing prefix in migration 7 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | Fix missing db prefix in migration0.9.0 | Florian Pritz | 2 | -12/+12 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-22 | Remove unneeded duplicates in file_storage | Florian Pritz | 2 | -0/+79 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | migration 14: Fix error if file was already renamed | Florian Pritz | 1 | -1/+3 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -14/+35 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Support database table prefixes | Florian Pritz | 14 | -120/+212 | |
This also cleans up some inconsistencies with quotes. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-02-03 | Use exceptions instead of show_error | Florian Pritz | 2 | -2/+2 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-10-19 | Clean up the postgres changes | Florian Pritz | 3 | -9/+4 | |
Style cleanup and some regression fixes Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
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 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-17 | migration 12: remove dependencies on users table again | Florian Pritz | 1 | -9/+0 | |
When using external authentication databases (ldap, fluxbb, ..) the users table is empty so adding the constraints won't work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | Use alter table to rename tables | Florian Pritz | 1 | -2/+2 | |
For some strange reason using "rename table" causes an exception in system/database/DB_driver.php:query() because it trys to call num_rows() on a boolean. Using "alter table" works. According to the php manpage mysqli::query() it should return a boolean too, but whatever... Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-15 | migration 12: Remove tablename, fix ordering problem | Florian Pritz | 1 | -6/+6 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-12 | Add foreign keys to database | Florian Pritz | 1 | -0/+29 | |
Changing the referrer value for the root admin from 0 to NULL to make the foreign key check work. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-02-21 | Implement multiple access levels for api keys | Florian Pritz | 1 | -0/+19 | |
This allows to use an api key to write a completly standalone client. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-09-22 | Use InnoDB for the files table | Pierre Schmitz | 1 | -0/+16 | |
The files table was MyISAM even though all other tables were InnoDB. We should avoid mixing types here (backups, transactions and performance). Signed-off-by: Pierre Schmitz <pierre@archlinux.de> Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-08-11 | Add API key support | Florian Pritz | 1 | -0/+24 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -0/+31 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Repurpose invitations table to actions | Florian Pritz | 1 | -0/+37 | |
This can be used to track data for all kinds of one-time actions like invitations and password resets. Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-26 | fix typo in migration "add username index" | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-07-12 | Add unique index for users.username | Florian Pritz | 1 | -0/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | remove password column from `files` | Florian Pritz | 1 | -0/+21 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -0/+22 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-10 | Fix syntax error in migration 2 | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -0/+33 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 1 | -0/+46 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | use migrations; automatically set up the database | Florian Pritz | 1 | -0/+27 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> |