summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-03-26Now conform to HTTP/1.1. Also integrated func_download.root9-21/+72
2014-03-22Differences between folder_is_empty and file_not_found. TODO: Extra design fo...root5-18/+33
2014-03-21Doesn't show private files anymore and trying to write a empty_folder function.root6-20/+54
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 creat_folder...Horus32-3/+7
2014-03-17Added directory creation to the browser and fixed all the bugs in func_folderoweissbarth10-23/+375
2014-03-17rename mkdir() to create_folder()Horus31-1/+1
2014-03-17func mkdirHorus311-29/+52
2014-03-17func user_is_ownerHorus31-0/+13
2014-03-17Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deHorus32-2/+2
2014-03-17Fixed logical error and made the code smoother.Horus31-7/+2
2014-03-17corrected slash erroroweissbarth2-2/+2
2014-03-17Fix: empty folder array.Horus31-6/+1
2014-03-17Empty folderHorus32-2/+3
2014-03-17fixed error page positionoweissbarth1-3/+3
2014-03-17Fixed browser link. Recentered all formsoweissbarth5-24/+14
2014-03-17Remove the duplicated entry.Horus31-2/+0
2014-03-17Changed database layout. Created trigger to delete files automatically.Horus32-0/+5
2014-03-17fixed browser links added trailing /oweissbarth1-1/+1
2014-03-17Fixed typo in constants.Horus31-3/+3
2014-03-17Merge branch 'master' of git.iamfabulous.de:files.iamfabulous.deoweissbarth2-0/+36
2014-03-17added basic browsing functionalityoweissbarth7-3/+194
2014-03-17Added func recover_passwordHorus32-0/+36
2014-03-16Added func change_passwordHorus34-3/+40
2014-03-16Changed rewrite() to cut a trailing slash.Horus32-2/+11
2014-03-16Redesigned the way of showing content.Horus34-6/+6
2014-03-16mergeHorus33-11/+13
2014-03-16Checks if user really invited.Horus33-11/+22
2014-03-16Added more error cases to register uioweissbarth3-11/+13
2014-03-16Some comments in the doc and renaming stuff.Horus35-15/+16
2014-03-16Added database query for login purposes.Horus31-1/+2
2014-03-16Added constant 'REGISTER_USERNAME', which checks if username already used.Horus32-3/+11
2014-03-16Added new constant 'REGISTER_INVITEKEY'Horus33-7/+16
2014-03-16Added print_registeroweissbarth3-38/+52
2014-03-16+;Horus31-1/+1