Dan Caseley

Results 32 issues of Dan Caseley

Follows #475, #477 and #478. Draft until they're merged.

Includes latest security fixes. Draft to see how CI handles it. If it looks viable, will Jira and give it a real test.

Fixes OF-2492 by making mvnw executable Whilst I was there, updated wrapper scripts and properties (via `mvn wrapper:wrapper`)

Without this fix, mapping an empty folder prevents Openfire from booting

### Type of Change - [ ] New feature - [ ] Bug fix - [x] Documentation - [ ] Refactor - [ ] Chore ### Resolves - None ###...

extract.cmd ported to extract.sh Some caveats: - Only tested on macOS - It requires the user to install adb themselves - It isn't "good bash" - it's a direct port,...

The `pull_request_target` event is an alternative to the `pull_request` event but with some different security considerations. [Docs](https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target). We use it on private repositories to allow dependabot access to our secrets,...

When a room is deleted, the history isn't visible in the places we expose it (e.g. the public archiving on https://hostname:7443/monitoring/). Add an option to retain the ability to view...

Add option to the Admin Panel to automatically delete the archived history for a room when a room is deleted. (This might make sense for a user too, although the...

Add option to Admin Panel to wipe the MAM history for a given room immediately. Currently we only have a global option, and that also requires that the history is...