summaryrefslogtreecommitdiff
path: root/www/functions
AgeCommit message (Expand)AuthorFilesLines
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 ove...Horus31-17/+52
2014-04-05Output now orderd by type and name instead of creating date.Horus32-4/+2
2014-04-02Displays images directly in the browser.Horus32-1/+5
2014-03-29Improved the ban system and the download mechanism.Horus34-11/+12
2014-03-28Added new database layout.root1-3/+3
2014-03-28Butforce protection, now banns malicious user.moehm1-2/+34
2014-03-27Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.demoehm4-30/+17
2014-03-27Merge in comming. Added new function to generate a donwload id.moehm4-6/+88
2014-03-27Fixed wrong input.Horus31-1/+6
2014-03-27Bug fixes.Horus31-2/+2
2014-03-27Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deHorus32-5/+4
2014-03-27Fixed upload();Horus32-22/+5
2014-03-26Small changes.root2-5/+4
2014-03-26More improvements. Fix in the index, also added password_recover and changed ...moehm2-2/+23
2014-03-26Various improvements, e.g. move_folder() and a new database layout.moehm4-10/+52
2014-03-26Now conform to HTTP/1.1. Also integrated func_download.root4-11/+23
2014-03-22Differences between folder_is_empty and file_not_found. TODO: Extra design fo...root3-17/+22
2014-03-21Doesn't show private files anymore and trying to write a empty_folder function.root3-14/+46
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.moehm4-81/+117
2014-03-21If you are loged in, now you can download your files.root4-7/+36
2014-03-20First test for download() and delete().root4-13/+16
2014-03-20Finished func_download.moehm2-9/+25
2014-03-19Added delete_folder and fixed some security issues.moehm1-6/+108
2014-03-19Added func_download and func_delete.moehm3-2/+152
2014-03-19Fixed possible SQL injection.moehm1-2/+2
2014-03-18Checks if new folder name contains a "/".Horus31-1/+5
2014-03-18No more duplicate folders anymore.Horus31-0/+7
2014-03-18func upload()Horus31-0/+135
2014-03-17Small bugfixes and tmp print_invite().Horus31-0/+4
2014-03-17Fixed first bug in print_browser() in matters pertaining to func creat_folder...Horus31-0/+2
2014-03-17Added directory creation to the browser and fixed all the bugs in func_folderoweissbarth2-4/+4
2014-03-17rename mkdir() to create_folder()Horus31-1/+1
2014-03-17func mkdirHorus38-28/+45
2014-03-17func user_is_ownerHorus31-0/+13
2014-03-17Fixed logical error and made the code smoother.Horus31-7/+2
2014-03-17Fix: empty folder array.Horus31-6/+1
2014-03-17Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deoweissbarth1-0/+33
2014-03-17added basic browsing functionalityoweissbarth1-2/+2
2014-03-17Added func recover_passwordHorus31-0/+33
2014-03-16Added func change_passwordHorus32-1/+32
2014-03-16Changed rewrite() to cut a trailing slash.Horus32-2/+11
2014-03-16Redesigned the way of showing content.Horus33-5/+4
2014-03-16mergeHorus31-1/+1
2014-03-16Checks if user really invited.Horus32-9/+18
2014-03-16Added more error cases to register uioweissbarth1-1/+1
2014-03-16Some comments in the doc and renaming stuff.Horus33-10/+9
2014-03-16Added database query for login purposes.Horus31-1/+2
2014-03-16Added constant 'REGISTER_USERNAME', which checks if username already used.Horus31-0/+7