| #
b498f308 |
| 15-Feb-2026 |
Atari911 <atari911@gmail.com> |
6.14.1
**Authentication required** - Write actions (save, delete, toggle) now require user to be logged in - **Improved CSRF token handling** - New `getSecurityToken()` helper function checks multip
6.14.1
**Authentication required** - Write actions (save, delete, toggle) now require user to be logged in - **Improved CSRF token handling** - New `getSecurityToken()` helper function checks multiple sources: - `JSINFO.sectok` (standard) - `window.JSINFO.sectok` - Hidden form field `input[name="sectok"]` - Meta tag `meta[name="sectok"]` - Anonymous users can no longer add/edit/delete events - Better error messages for authentication and token failures
### Bug Fixes - Fixed "Invalid security token" error on clean DokuWiki installations - Added debug logging for security token failures
show more ...
|
| #
87ac9bf3 |
| 25-Jan-2026 |
Atari911 <atari911@gmail.com> |
v3.2
feat(calendar): add recurring events, month/year picker, mobile responsive widgets, and green theme - v3.2
- Add yearly/monthly/weekly/daily recurring events with configurable end dates - Impl
v3.2
feat(calendar): add recurring events, month/year picker, mobile responsive widgets, and green theme - v3.2
- Add yearly/monthly/weekly/daily recurring events with configurable end dates - Implement clickable month/year picker dialog for quick navigation on calendar and eventpanel - Add "Today" button to both calendar and eventpanel headers - Fix recurring event navigation caching issues with cache-busting - Make eventlist and eventpanel fully mobile responsive (320px-4K) - Change UI color scheme from blue to custom green (RGB 0,136,0) - Add namespace badge links to eventpanel headers - Fix eventpanel month filtering to prevent event stacking - Add day-of-week display to all date formats (Mon, Jan 24) - Optimize eventpanel header sizing to prevent text wrapping - Include debug tools and logging for troubleshooting - Maintain backward compatibility with all v3.0 features
show more ...
|