summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-11-14Tidy up HTMLHEADmainDavid T. Sadler
2021-11-13Sort by titleDavid T. Sadler
2021-11-13Don't show added_at on index pageDavid T. Sadler
2021-11-13Make title requiredDavid T. Sadler
2021-11-12Increase max length of tagDavid T. Sadler
2021-11-11Keep sorting by date+time if on same dateDavid T. Sadler
2021-11-11Sort by title if dates are the sameDavid T. Sadler
2021-11-11Improve focus style of form controlsDavid T. Sadler
2021-11-11Reduce min length required for titleDavid T. Sadler
2021-11-10Remove un-needed fileDavid T. Sadler
2021-11-10Add missing forward slashesDavid T. Sadler
2021-11-10Add trailing slash to URLs to prevent redirectDavid T. Sadler
The Apache configuration redirects requests with out a trailing slash. It does a redirect without preserving the http method. E.g. a POST /store redirects to GET /store/
2021-11-10Get it work with PHP 7David T. Sadler
2021-11-09Delete files that are no longer neededrewriteDavid T. Sadler
2021-11-09Use short echo tagsDavid T. Sadler
2021-11-09Add missing htmlentitiesDavid T. Sadler
2021-11-08Filter by tagDavid T. Sadler
2021-11-03Improve HTML and CSSDavid T. Sadler
2021-11-02Remove id from fileDavid T. Sadler
2021-11-01Ensure html is escapedDavid T. Sadler
2021-11-01Return false if saving failsDavid T. Sadler
2021-11-01Remove unreadDavid T. Sadler
2021-11-01Titles for each pageDavid T. Sadler
2021-11-01Add edit linkDavid T. Sadler
2021-11-01Remove unreadDavid T. Sadler
2021-10-26Show url if there is no titleDavid T. Sadler
2021-10-26Implement oldDavid T. Sadler
2021-10-20Validate fieldsDavid T. Sadler
2021-10-18Implement session managementDavid T. Sadler
2021-10-13Implemente redirectsDavid T. Sadler
2021-10-12Add deleteDavid T. Sadler
2021-10-11Implement very basic editingDavid T. Sadler
2021-10-07Add bookmarksDavid T. Sadler
2021-10-06Implement basic index pageDavid T. Sadler
2021-10-06Implement template engineDavid T. Sadler
2021-10-06Add functions fileDavid T. Sadler
2021-10-06Autoload functionsDavid T. Sadler
2021-09-18Beginning of rewriteDavid T. Sadler
2021-07-19Stop site from been crawledDavid T. Sadler
2021-07-17Add deploy scriptDavid T. Sadler
2021-07-17Add missing .htaccess fileDavid T. Sadler
2021-07-17Add trailing new line to url list after removing read urlDavid T. Sadler
Trailing new line is needed so that when the next url is added it appears on its own line
2021-07-08Shorten urlsDavid T. Sadler
2021-07-08Create bookmarklet for browersDavid T. Sadler
2021-07-08Allow cors in bookmarkletDavid T. Sadler
2021-07-08Use .htaccess in order to get bearer token from $_SERVERDavid T. Sadler
2021-07-07Use better way of getting headersDavid T. Sadler
2021-07-07Configure number of urls that are sent in the emailDavid T. Sadler
2021-07-07Validate that a url is passed to read scriptDavid T. Sadler
2021-07-07Remove url from list when readDavid T. Sadler