edit: allow any non-hidden filename
[minimedit.git] / edit.php
2017-09-18 Mischa POSLAWSKYedit: allow any non-hidden filename v2.1
2017-09-18 Mischa POSLAWSKYedit: create missing directories on save
2017-09-18 Mischa POSLAWSKYpage: prepare static output before dynamic code
2017-09-18 Mischa POSLAWSKYedit: replace executable check by filename validation
2017-09-18 Mischa POSLAWSKYlogin: avoid php notice on missing user
2017-09-18 Mischa POSLAWSKYlogin: replace http authentication by cookie system
2017-09-18 Mischa POSLAWSKYpage: route requests through global php handler
2017-07-12 Mischa POSLAWSKYlogin: replace page editability var by admin status
2017-07-12 Mischa POSLAWSKYpage: move client authentication to php include
2017-07-12 Mischa POSLAWSKYedit: root include from parent directory on subpages
2017-07-12 Mischa POSLAWSKYrename all html files to php
2017-07-12 Mischa POSLAWSKYconvert ssi html files to php code
2017-07-10 Mischa POSLAWSKYedit: detect executable files as uneditable
2017-05-08 Mischa POSLAWSKYedit: drop php shebangs
2016-08-27 Mischa POSLAWSKYedit: drop executable bits to mark non-editable
2015-01-20 Mischa POSLAWSKYpage: rename head/foot include files v1.2
2015-01-19 Mischa POSLAWSKYedit: delete page if emptied
2014-11-03 Mischa POSLAWSKYedit: cgi script (shebang and executable)
2014-08-28 Mischa POSLAWSKYedit: encode page url in path
2014-07-16 Mischa POSLAWSKYedit: rooted links to support subdirectories
2014-07-08 Mischa POSLAWSKYedit: restrict to whitelisted ip addresses
2014-07-08 Mischa POSLAWSKYedit: page editor and php save handler