summaryrefslogtreecommitdiff
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-17CSS improvements to content area. Hide language selectorSamuel Lidén Borell1-1/+6
2018-06-17Use mobile friendly viewportSamuel Lidén Borell1-0/+1
2018-06-03Remove old TODO comments, and add some new onesSamuel Lidén Borell1-7/+3
2018-06-03Decrease font size to 11ptSamuel Lidén Borell1-2/+2
2018-06-03Fix truncated text in log in formSamuel Lidén Borell1-3/+4
2018-06-02Add a basic anti-CSRFSamuel Lidén Borell2-1/+31
2018-06-02Turn local absolute URLs into relative URLs when saving, and clean link URLs tooSamuel Lidén Borell1-2/+5
2018-06-02Better use of cursorsSamuel Lidén Borell1-4/+6
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 Borell3-3/+9
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 Borell5-6/+42
2018-06-01Clear editor content when creating a new pageSamuel Lidén Borell1-0/+1
2018-06-01Shrink the left sidebar a bit on small screensSamuel Lidén Borell1-2/+10
2018-05-31Shrink margins etc. on low screen width alsoSamuel Lidén Borell1-2/+2
2018-05-31Increase toolbar height on small screensSamuel Lidén Borell1-0/+8
2018-05-31Use media queries to detect low screen height and touch based devicesSamuel Lidén Borell1-0/+31
2018-05-31Click/touch uploads to insertSamuel Lidén Borell2-3/+24
2018-05-31Responsible log-in formSamuel Lidén Borell2-0/+26
2018-05-31Fix PHP warning due to incorrect syntaxSamuel Lidén Borell1-1/+1
2018-05-31Stylesheet: Center or shrink images as neededSamuel Lidén Borell1-0/+6
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 Borell2-2/+71
2018-04-15Ensure "session expired" iframe has opaque backgroundSamuel Lidén Borell1-0/+1
2018-04-08Show info text when no pages have been created yetSamuel Lidén Borell4-5/+15
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 Borell4-7/+69
2018-04-02Fix re-enabling of session keep alive after the session has been restoredSamuel Lidén Borell1-0/+1
2018-04-02Perform session expiration check on window focus eventSamuel Lidén Borell1-0/+10
2018-04-02Fix buggy session expiration checkSamuel Lidén Borell1-1/+1
2018-04-02Show log form in an iframe on session expirationSamuel Lidén Borell2-6/+68
2018-04-02Session keep-alive JS codeSamuel Lidén Borell2-5/+44
2018-04-02Fix access key tooltip for paragraph buttonSamuel Lidén Borell1-1/+1
2018-04-02UX improvementsSamuel Lidén Borell5-6/+25
2018-04-02Don't run init script if getElementById is unsupported (in very old browsers ...Samuel Lidén Borell1-23/+20
2018-04-01Remove redundant "New page filename" fieldSamuel Lidén Borell1-8/+1
2018-04-01Fix vertical alignment of file delete buttonsSamuel Lidén Borell1-2/+2
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-01Fix line wrapped delete buttons in upload listSamuel Lidén Borell1-0/+4
2018-04-01Clean filenames of uploaded filesSamuel Lidén Borell1-6/+14
2018-04-01UI support for file deletionSamuel Lidén Borell4-6/+39
2018-04-01Let the allowed authentication methods be configured in config.phpSamuel Lidén Borell2-2/+5
2018-04-01Fix page editor being a couple of pixels too wide in ChromeSamuel Lidén Borell1-0/+1
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