Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2015-05-22 | Remove unneeded duplicates in file_storage | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2015-05-21 | Support multiple files with the same hash | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-08-29 | add multipaste support | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2014-04-12 | Add foreign keys to database | Florian Pritz | 1 | -1/+1 | |
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 | -1/+1 | |
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 | -1/+1 | |
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 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-07-13 | Add profile page to allow changing the upload id limits | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2013-01-24 | Repurpose invitations table to actions | Florian Pritz | 1 | -1/+1 | |
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-12 | Add unique index for users.username | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-05-03 | remove password column from `files` | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-11 | Add filesize to history view | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | Implement simple referral system | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2012-04-09 | start working on users | Florian Pritz | 1 | -1/+1 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-12-17 | use migrations; automatically set up the database | Florian Pritz | 1 | -41/+41 | |
Signed-off-by: Florian Pritz <bluewind@xinu.at> | |||||
2011-10-27 | Added long missing Migration documentation. | Phil Sturgeon | 1 | -3/+2 | |
2011-08-10 | Disabled migrations by default. | Phil Sturgeon | 1 | -1/+1 | |
2011-05-04 | Added Migration class and language file. | Phil Sturgeon | 1 | -1/+5 | |
2011-02-07 | Added Migrations library, config and an example controller/migration file. | Phil Sturgeon | 1 | -0/+38 | |