aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-09-02Removed feeds and micropub supportHEADmasterIván Ávalos
2023-09-02Removed XMLRPC support and ActivityPub leftoversIván Ávalos
2023-09-02Remove ActivityPub and Twitter support, and fix localhostIván Ávalos
2023-08-20turn on activitypub support for XMLRPC postsArno Richter
2023-08-16huge update to implement first version of activitypub support. closes #16. ↵Arno Richter
AP and subdir hosting are incompatible!
2023-01-13first draft of activitypub supportArno Richter
2023-01-13prepare use of private key files for signing in activitypub. fix small ↵Arno Richter
cookie issue in functions.php
2023-01-13more efficient attachment retrival from DB for timeline rendering.Arno Richter
2022-12-21add uploaded files to gitignore, duhArno Richter
2022-12-21Update README.mdArno Richter
2022-12-21first attempt at image attachments!Arno Richter
2022-12-16changed container on subpages to match timeline template.Arno Richter
2022-12-13bugfix for XMLRPC caused by a bad reference to config file.Arno Richter
2022-12-13display edit times of posts. add a config option to disable.Arno Richter
2022-12-13make pagination more robust. add undelete method for posts, if you know the id.Arno Richter
2022-12-13update for the most recent changesArno Richter
2022-12-13gave up and sorted files into a directory structure. made snippets for ↵Arno Richter
header, nav and footer. made it easier to add additional css files as themes. prepare a little for addition of a real template engine. added a css reset file to share between themes, if warranted.
2022-12-13overhaul login flow and cookie handling. fix very bad permission error for ↵Arno Richter
editing and deleting posts.
2022-12-13fixes and final touches for the XMLRPC micro.blog APIArno Richter
2022-12-13added support for the microblog XMLRPC API.Arno Richter
2022-12-11updated for xmlrpc implementationArno Richter
2022-12-11add first edition of XMLRPC support via the metaWeblog API. Closes #18Arno Richter
2022-12-09Improved feed support, provided an ATOM feed, updated database to include ↵Arno Richter
UUIDv4 for posts.
2022-12-09added post editing and deletion. updated database handling and versioning. ↵Arno Richter
added separate javascript file. some design adjustments.
2022-12-09updated date handling for PHP 8Arno Richter
2022-11-20Update README.mdArno Richter
2022-11-20Delete .github directoryArno Richter
2022-01-31Merge pull request #15 from jaquer/poo-dot-length-equals-twoArno Richter
Handle "💩".length === 2 issue.
2022-01-31Merge pull request #13 from jaquer/change-message-to-contentArno Richter
Changed all instances of 'message' to 'content' for consistency with db field.
2022-01-29Handle "💩".length === 2 issue.jaquer
Stumbled upon the fix via MDN: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/length#unicode
2022-01-27Changed all instances of 'message' to 'content' for consistency with db field.jaquer
It also removes ambiguity with the success/error message variables.
2022-01-27Merge pull request #14 from jaquer/javascript-fixesArno Richter
JavaScript fixes.
2022-01-27Merge pull request #12 from jaquer/htaccessArno Richter
Updated .htaccess file.
2022-01-27Merge pull request #11 from jaquer/nl2brArno Richter
Call nl2br() when showing post content to maintain line breaks.
2022-01-26JavaScript fixes.jaquer
The maxCount and textLength variables were being declared, but not used.
2022-01-26Cosmetic changes.jaquer
2022-01-26Updated .htaccess file.jaquer
- Wrapped php-fcgid directive inside an IfModule statement. - Updated *.db access directive to use the new syntax, with a fallback.
2022-01-26Call nl2br() when showing post content to maintain line breaks.jaquer
2022-01-26update funding and support info. toss out gittip, lolArno Richter
2022-01-26Merge branch 'pr/10'Arno Richter
2022-01-26Clean up formatting after #9Arno Richter
2022-01-26Merge pull request #9 from jaquer/autolinkArno Richter
Replaced autolink function with 'iamcal/lib_autolink'
2022-01-26Formatting changes to please Github.Arno Richter
2022-01-26Replaced autolink function with 'iamcal/lib_autolink'.jaquer
https://github.com/iamcal/lib_autolink Closes #5.
2022-01-26Fix #3 by cleaning up a few localhost issuesArno Richter
2022-01-26Merge pull request #7 from jaquer/minor-typoArno Richter
Correct minor typo in post form.
2022-01-26Merge pull request #8 from jaquer/username-in-titleArno Richter
Added @username to title of pages. Also added post id to title of single post page.
2022-01-26Merge pull request #6 from jaquer/ignore-config-fileArno Richter
Ignore changes to the config file.
2022-01-26Improved pagination.jaquer
Link for 'older/newer updates' pages only show if there's more pages to be shown in their corresponding directions.
2022-01-26Ignore changes to the config file.jaquer