summaryrefslogtreecommitdiff
path: root/www
AgeCommit message (Collapse)AuthorFilesLines
2014-04-28Unimportant changes #1root3-8/+50
2014-04-21Added 2 more failure pages.Horus34-3/+12
2014-04-21Added documentation for class and new methods.Horus34-33/+142
2014-04-21Now you can get a full list of FILES or DIRECTORY from class files. Also ↵Horus39-17/+62
changed database layout to log every up- and download.
2014-04-20Added close button to upload and new folder tooloweissbarth2-25/+63
Added up-button to the file browser Removed nasty gaps in the file list Added tooltips to the tools
2014-04-20Error handling in class_file and more methods.Horus32-17/+118
2014-04-20Added new methodsroot2-11/+36
2014-04-20Added class file.root2-0/+51
2014-04-16Comments.root2-3/+5
2014-04-16Improved brutforce protection and added ban page.Horus34-16/+42
2014-04-15Added 404 message for internal server redirect.root2-0/+6
2014-04-13Able to change settings through uploading the same file again.Horus31-6/+8
2014-04-13Patch: Old files are now deleted if you overwrite it with a new one.Horus32-28/+72
2014-04-13If you upload a different file with the same filename, the old one is now ↵Horus31-17/+52
overwritten in the database, but not deleted. (TODO)
2014-04-05Output now orderd by type and name instead of creating date.Horus32-4/+2
2014-04-02Displays images directly in the browser.Horus33-2/+6
2014-03-30Removed nonsense. Also cleaned the index.phpHorus32-2/+2
2014-03-29Improved the ban system and the download mechanism.Horus35-25/+18
2014-03-28Added new database layout.root1-3/+3
2014-03-28Butforce protection, now banns malicious user.moehm3-5/+50
2014-03-27Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.demoehm9-57/+117
2014-03-27Merge in comming. Added new function to generate a donwload id.moehm6-7/+102
2014-03-27Fixed wrong input.Horus31-1/+6
2014-03-27Added upload uioweissbarth2-14/+92
2014-03-27Bug fixes.Horus32-3/+3
2014-03-27Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deHorus33-15/+10
2014-03-27Fixed upload();Horus33-24/+6
2014-03-26Small changes.root3-15/+10
2014-03-26More improvements. Fix in the index, also added password_recover and changed ↵moehm5-4/+48
the requirements for the upload interface.
2014-03-26Various improvements, e.g. move_folder() and a new database layout.moehm7-15/+63
2014-03-26Now conform to HTTP/1.1. Also integrated func_download.root8-20/+68
2014-03-22Differences between folder_is_empty and file_not_found. TODO: Extra design ↵root5-18/+33
for empty folder.
2014-03-21Doesn't show private files anymore and trying to write a empty_folder function.root4-14/+48
2014-03-21Now it should work fine.root2-2/+2
2014-03-21The index.php starts the download. Also extra function to print empty folders.moehm6-92/+126
2014-03-21If you are loged in, now you can download your files.root4-7/+36
2014-03-20First test for download() and delete().root5-15/+19
2014-03-20Finished func_download.moehm2-9/+25
2014-03-19Added delete_folder and fixed some security issues.moehm3-11/+124
2014-03-19Added func_download and func_delete.moehm5-2/+163
2014-03-19Fixed possible SQL injection.moehm1-2/+2
2014-03-18Checks if new folder name contains a "/".Horus32-2/+8
2014-03-18Forgot the most important task. Shame on me.Horus31-0/+1
2014-03-18Made setup.php more fluffier.Horus31-3/+8
2014-03-18setup.php destroys a potential initialized sessionHorus31-0/+4
2014-03-18No more duplicate folders anymore.Horus32-10/+18
2014-03-18func upload()Horus33-131/+58
2014-03-17Small bugfixes and tmp print_invite().Horus32-3/+6
2014-03-17fixed wrong actionoweissbarth1-1/+1
2014-03-17Fixed first bug in print_browser() in matters pertaining to func ↵Horus32-3/+7
creat_folder. TODO: Get the links right after creating_folder().