summaryrefslogtreecommitdiff
path: root/public_html/pageeditor/index.php
AgeCommit message (Expand)AuthorFilesLines
2018-06-17Add TODO regarding images with EXIF rotationHEADmainSamuel Lidén Borell1-0/+1
2018-06-17Add FIXME comment regarding the displayed username not updatingSamuel Lidén Borell1-0/+2
2018-06-03Remove old TODO comments, and add some new onesSamuel Lidén Borell1-7/+3
2018-06-02Add a basic anti-CSRFSamuel Lidén Borell1-0/+29
2018-06-02Turn local absolute URLs into relative URLs when saving, and clean link URLs tooSamuel Lidén Borell1-2/+5
2018-06-02Change between editor-relative and page-relative links when loading/savingSamuel Lidén Borell1-2/+20
2018-06-01Check for blank page titlesSamuel Lidén Borell1-3/+7
2018-06-01Fix error when trying to save an empty pageSamuel Lidén Borell1-1/+1
2018-06-01Notice to remind the user to save. Fixed ambiguity of save buttonsSamuel Lidén Borell1-1/+1
2018-06-01Clear editor content when creating a new pageSamuel Lidén Borell1-0/+1
2018-05-31Click/touch uploads to insertSamuel Lidén Borell1-3/+3
2018-05-31Responsible log-in formSamuel Lidén Borell1-0/+1
2018-05-31Fix PHP warning due to incorrect syntaxSamuel Lidén Borell1-1/+1
2018-05-31Show only small images in uploads list, and wrap in link to lage img when cle...Samuel Lidén Borell1-4/+43
2018-05-31Create small version of image when uploading a JPEG/PNG/WEBP imageSamuel Lidén Borell1-2/+68
2018-04-08Show info text when no pages have been created yetSamuel Lidén Borell1-5/+9
2018-04-08Don't generate warning when pages.txt does not exist yetSamuel Lidén Borell1-1/+5
2018-04-08Implement password changingSamuel Lidén Borell1-13/+40
2018-04-07Password change UISamuel Lidén Borell1-6/+50
2018-04-02Show log form in an iframe on session expirationSamuel Lidén Borell1-2/+23
2018-04-02Session keep-alive JS codeSamuel Lidén Borell1-1/+16
2018-04-02Fix access key tooltip for paragraph buttonSamuel Lidén Borell1-1/+1
2018-04-02UX improvementsSamuel Lidén Borell1-1/+2
2018-04-01Remove redundant "New page filename" fieldSamuel Lidén Borell1-8/+1
2018-04-01Sort and improve list of uploaded filesSamuel Lidén Borell1-4/+9
2018-04-01Use get_post_var to securely get POST variablesSamuel Lidén Borell1-5/+5
2018-04-01Implement deletion of uploaded filesSamuel Lidén Borell1-6/+12
2018-04-01Clean filenames of uploaded filesSamuel Lidén Borell1-6/+14
2018-04-01UI support for file deletionSamuel Lidén Borell1-2/+12
2018-04-01Let the allowed authentication methods be configured in config.phpSamuel Lidén Borell1-2/+2
2018-04-01Fix PHP warnings with session expiration checkSamuel Lidén Borell1-5/+4
2018-04-01Add missing "for" attributes in label tags in login formSamuel Lidén Borell1-2/+2
2018-04-01User authenticationSamuel Lidén Borell1-1/+112
2018-04-01Allow configuration to be specified in a separate fileSamuel Lidén Borell1-11/+14
2018-03-27Fix Content-Security-Policy to work with wysihtmlSamuel Lidén Borell1-1/+1
2018-03-26Ignore ${langselect} variable for nowSamuel Lidén Borell1-2/+3
2018-03-26UX improvements to the Page Settings sectionSamuel Lidén Borell1-3/+7
2018-03-26Fix drag and drop from uploads list in FirefoxSamuel Lidén Borell1-2/+2
2018-03-26Implement file upload handlingSamuel Lidén Borell1-3/+72
2018-03-25File/image list in sidebarSamuel Lidén Borell1-1/+26
2018-03-25Hide toolbar buttons that require inline styleSamuel Lidén Borell1-2/+2
2018-03-25Add padding, and hover/active coloring to toolbar buttonsSamuel Lidén Borell1-38/+17
2018-02-26Use wysihtml extended parser rulesSamuel Lidén Borell1-1/+1
2018-02-26Basic toolbar buttons for headings, style, lists, etc.Samuel Lidén Borell1-1/+44
2018-02-26Add warning when navigating to another page with unsaved changesSamuel Lidén Borell1-5/+4
2018-02-26Handle Ok/Cancel buttons with Javascript, to avoid server roundtripSamuel Lidén Borell1-2/+2
2018-02-26Add English and Swedish languagesSamuel Lidén Borell1-5/+14
2018-02-26Optional support for WYSIWYG editing using WysihtmlSamuel Lidén Borell1-3/+28
2018-02-25Improvements/fixes to the form and form controlsSamuel Lidén Borell1-4/+4
2018-02-18Style fixes and improvementsSamuel Lidén Borell1-5/+11