- auth / Mac app rebuild

This commit is contained in:
Ty Clifford
2026-07-05 16:23:17 -04:00
parent 729b29276f
commit ddaefbcc27
20 changed files with 1017 additions and 1253 deletions
+3 -3
View File
@@ -6,14 +6,14 @@ 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 `api.php` for `.env`-authenticated remote management of content, media uploads, and comments.
- Added a native AppKit 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`.
- Blocked direct web access to `.env` and the `macclient/` source folder through `.htaccess`, with matching `.env` protection in the local PHP router.
## 2026-07-04