aboutsummaryrefslogtreecommitdiffstats
path: root/php
AgeCommit message (Collapse)Author
2021-02-13Merge branch 'master' of https://github.com/alexvitkov/indiaAlex Vitkov
2021-02-13The X Window System, part 2 of NAlex Vitkov
2021-02-13Merge https://github.com/alexvitkov/indiaadam
2021-02-13added trash folder on user creationadam
2021-02-13/php/readfile.phpAlex Vitkov
2021-02-13Merge https://github.com/alexvitkov/indiaadam
2021-02-13stuffadam
2021-02-13Merge branch 'master' of https://github.com/alexvitkov/indiaAlex Vitkov
2021-02-13pathAlex Vitkov
2021-02-13Merge https://github.com/alexvitkov/indiaadam
2021-02-13removed usename from sessionadam
2021-02-13/php/rename.phpAlex Vitkov
2021-02-13Move file to parent directories by dragging onto the path entriesAlex Vitkov
2021-02-13/php/move.phpAlex Vitkov
2021-02-13Upload.php now can upload in direcotires other than rootAlex Vitkov
2021-02-13Compressed get_directoryAlex Vitkov
2021-02-12directory duplication error dealt withadam
2021-02-12mkdiradam
2021-02-12checks if filename exists in the directory before creating the filenodeadam
2021-02-12guesses mime types nowadam
2021-02-12mimetype draftadam
2021-02-12the files show but there are still things to fixadam
2021-02-12almost thereadam
2021-02-12asdfadam
2021-02-12asdfadam
2021-02-12asdfadam
2021-02-12stuffadam
2021-02-12Merge branch 'master' of https://github.com/alexvitkov/indiaadam
2021-02-12adfadam
2021-02-12front end for readdirAlex Vitkov
2021-02-12Merge branch 'master' of https://github.com/alexvitkov/indiaAlex Vitkov
2021-02-12asdfadam
2021-02-12drop table orderAlex Vitkov
2021-02-12sql restructureadam
2021-02-12fixesadam
2021-02-12Merge branch 'master' of https://github.com/alexvitkov/indiaadam
2021-02-12asdfadam
2021-02-12form encodingAlex Vitkov
2021-02-12asdfadam
2021-02-12] erroradam
2021-02-12; erroradam
2021-02-12upload prototype. needs to be checkedadam
2021-02-12galinadam
2021-02-12introducing directoriesadam
2021-02-11setting upadam
2021-02-11setting upadam
2021-01-30HTML/CSS for user's filesystemAlex Vitkov
2021-01-29Login is now remembered in $_SESSION['username']Alex Vitkov
If it is set, user is logged in, if it is unset user is not logged in
2021-01-29index.html + login.html => index.phpAlex Vitkov
those files had the entire HTML tree duplicated, which would make it difficult to make any changes to the front end. this commit combines the two files in one, with some front-end JS to switch between the login and register forms.
2021-01-29register and login looks okadam