summaryrefslogtreecommitdiffstats
path: root/application/views/file/deleted.php
AgeCommit message (Collapse)AuthorFilesLines
2013-09-02Provide json output for api functionsFlorian Pritz1-6/+3
Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-05-05Rework file deletion; allow to delete multiple IDs at onceFlorian Pritz1-1/+12
This removes the old form which was used to delete a single upload and replaces it with checkboxes on the history page. All checked IDs will be removed at once, instead of requiring the user to click through multiple pages. The old file/delete page is kept for compatibility with CLI clients. Signed-off-by: Florian Pritz <bluewind@xinu.at>
2012-04-09css: limit width of <p> and <li> to 800pxFlorian Pritz1-1/+1
Long lines streching across the entire screen are hard to read on wide screens. 800px should be a good compromise Signed-off-by: Florian Pritz <bluewind@xinu.at>
2011-01-28update to CI 2.0Florian Pritz1-0/+3
Signed-off-by: Florian Pritz <bluewind@server-speed.net>