Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-02 | Removed feeds and micropub supportHEADmaster | Iván Ávalos | |
2023-09-02 | Removed XMLRPC support and ActivityPub leftovers | Iván Ávalos | |
2023-09-02 | Remove ActivityPub and Twitter support, and fix localhost | Iván Ávalos | |
2023-08-20 | turn on activitypub support for XMLRPC posts | Arno Richter | |
2023-08-16 | huge update to implement first version of activitypub support. closes #16. ↵ | Arno Richter | |
AP and subdir hosting are incompatible! | |||
2023-01-13 | first draft of activitypub support | Arno Richter | |
2023-01-13 | prepare use of private key files for signing in activitypub. fix small ↵ | Arno Richter | |
cookie issue in functions.php | |||
2023-01-13 | more efficient attachment retrival from DB for timeline rendering. | Arno Richter | |
2022-12-21 | add uploaded files to gitignore, duh | Arno Richter | |
2022-12-21 | Update README.md | Arno Richter | |
2022-12-21 | first attempt at image attachments! | Arno Richter | |
2022-12-16 | changed container on subpages to match timeline template. | Arno Richter | |
2022-12-13 | bugfix for XMLRPC caused by a bad reference to config file. | Arno Richter | |
2022-12-13 | display edit times of posts. add a config option to disable. | Arno Richter | |
2022-12-13 | make pagination more robust. add undelete method for posts, if you know the id. | Arno Richter | |
2022-12-13 | update for the most recent changes | Arno Richter | |
2022-12-13 | gave 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-13 | overhaul login flow and cookie handling. fix very bad permission error for ↵ | Arno Richter | |
editing and deleting posts. | |||
2022-12-13 | fixes and final touches for the XMLRPC micro.blog API | Arno Richter | |
2022-12-13 | added support for the microblog XMLRPC API. | Arno Richter | |
2022-12-11 | updated for xmlrpc implementation | Arno Richter | |
2022-12-11 | add first edition of XMLRPC support via the metaWeblog API. Closes #18 | Arno Richter | |
2022-12-09 | Improved feed support, provided an ATOM feed, updated database to include ↵ | Arno Richter | |
UUIDv4 for posts. | |||
2022-12-09 | added post editing and deletion. updated database handling and versioning. ↵ | Arno Richter | |
added separate javascript file. some design adjustments. | |||
2022-12-09 | updated date handling for PHP 8 | Arno Richter | |
2022-11-20 | Update README.md | Arno Richter | |
2022-11-20 | Delete .github directory | Arno Richter | |
2022-01-31 | Merge pull request #15 from jaquer/poo-dot-length-equals-two | Arno Richter | |
Handle "💩".length === 2 issue. | |||
2022-01-31 | Merge pull request #13 from jaquer/change-message-to-content | Arno Richter | |
Changed all instances of 'message' to 'content' for consistency with db field. | |||
2022-01-29 | Handle "💩".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-27 | Changed all instances of 'message' to 'content' for consistency with db field. | jaquer | |
It also removes ambiguity with the success/error message variables. | |||
2022-01-27 | Merge pull request #14 from jaquer/javascript-fixes | Arno Richter | |
JavaScript fixes. | |||
2022-01-27 | Merge pull request #12 from jaquer/htaccess | Arno Richter | |
Updated .htaccess file. | |||
2022-01-27 | Merge pull request #11 from jaquer/nl2br | Arno Richter | |
Call nl2br() when showing post content to maintain line breaks. | |||
2022-01-26 | JavaScript fixes. | jaquer | |
The maxCount and textLength variables were being declared, but not used. | |||
2022-01-26 | Cosmetic changes. | jaquer | |
2022-01-26 | Updated .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-26 | Call nl2br() when showing post content to maintain line breaks. | jaquer | |
2022-01-26 | update funding and support info. toss out gittip, lol | Arno Richter | |
2022-01-26 | Merge branch 'pr/10' | Arno Richter | |
2022-01-26 | Clean up formatting after #9 | Arno Richter | |
2022-01-26 | Merge pull request #9 from jaquer/autolink | Arno Richter | |
Replaced autolink function with 'iamcal/lib_autolink' | |||
2022-01-26 | Formatting changes to please Github. | Arno Richter | |
2022-01-26 | Replaced autolink function with 'iamcal/lib_autolink'. | jaquer | |
https://github.com/iamcal/lib_autolink Closes #5. | |||
2022-01-26 | Fix #3 by cleaning up a few localhost issues | Arno Richter | |
2022-01-26 | Merge pull request #7 from jaquer/minor-typo | Arno Richter | |
Correct minor typo in post form. | |||
2022-01-26 | Merge pull request #8 from jaquer/username-in-title | Arno Richter | |
Added @username to title of pages. Also added post id to title of single post page. | |||
2022-01-26 | Merge pull request #6 from jaquer/ignore-config-file | Arno Richter | |
Ignore changes to the config file. | |||
2022-01-26 | Improved pagination. | jaquer | |
Link for 'older/newer updates' pages only show if there's more pages to be shown in their corresponding directions. | |||
2022-01-26 | Ignore changes to the config file. | jaquer | |