aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)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. AP...Arno Richter
2023-01-13first draft of activitypub supportArno Richter
2023-01-13prepare use of private key files for signing in activitypub. fix small cookie...Arno Richter
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 header...Arno Richter
2022-12-13overhaul login flow and cookie handling. fix very bad permission error for ed...Arno Richter
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 UUI...Arno Richter
2022-12-09added post editing and deletion. updated database handling and versioning. ad...Arno Richter
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
2022-01-31Merge pull request #13 from jaquer/change-message-to-contentArno Richter
2022-01-29Handle "💩".length === 2 issue.jaquer
2022-01-27Changed all instances of 'message' to 'content' for consistency with db field.jaquer
2022-01-27Merge pull request #14 from jaquer/javascript-fixesArno Richter
2022-01-27Merge pull request #12 from jaquer/htaccessArno Richter
2022-01-27Merge pull request #11 from jaquer/nl2brArno Richter
2022-01-26JavaScript fixes.jaquer
2022-01-26Cosmetic changes.jaquer
2022-01-26Updated .htaccess file.jaquer
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
2022-01-26Formatting changes to please Github.Arno Richter
2022-01-26Replaced autolink function with 'iamcal/lib_autolink'.jaquer
2022-01-26Fix #3 by cleaning up a few localhost issuesArno Richter
2022-01-26Merge pull request #7 from jaquer/minor-typoArno Richter
2022-01-26Merge pull request #8 from jaquer/username-in-titleArno Richter
2022-01-26Merge pull request #6 from jaquer/ignore-config-fileArno Richter
2022-01-26Improved pagination.jaquer
2022-01-26Ignore changes to the config file.jaquer