- API, Mac client

This commit is contained in:
Ty Clifford
2026-07-05 15:58:51 -04:00
parent 9dbd29d8aa
commit 729b29276f
14 changed files with 1682 additions and 1 deletions
+6
View File
@@ -6,9 +6,15 @@ All notable changes to Ty Clifford's Content Management System are documented he
### Added
- Added `api.php` for authenticated remote management of content, media uploads, and comments.
- Added a native SwiftUI macOS 12+ client under `macclient/` for editing posts/pages, uploading media, moderating comments, local autosave, and optional remote draft autosave.
- Added a declared shortcode parser with PHP-array/JSON configuration, including `[youtube=<id>]` and `[video poster=<poster> file=<file>]`.
- Added `lone-embed.php` as the generated HTML5 video player target for video shortcodes.
### Changed
- Blocked direct web access to the `macclient/` source folder through `.htaccess`.
## 2026-07-04
### Added