Dan Kleine (geb. Dan Untenzu)
Dan Kleine (geb. Dan Untenzu)
> Add this step to the documentation The docs are written in mind that a release file was used to install AgenDAV. Release files include a packaged vendor directory. If...
The domain was pointing to GitHub Pages. So this could be https://agendav.github.io/agendav as well → needs adjustment in the settings. There is also a readthedocs account set up https://agendav.readthedocs.io/ But...
I was able to [remove the redirect in GitHub Pages](https://github.com/agendav/agendav/commit/bbecf122287cfe76800c59b3bb48401eeea21e88) → https://agendav.github.io/agendav is now available as website again
Domain is removed from all files and repository settings.
Yep, cant find any code which makes use of mcrypt. This may be removed from all docs (readme and installation guide). PRs welcome.
Hey @Firesphere , no, there is no demo page. I deleted the spam comments, since the have nothing to do with this project.
See #291, fixed in `development` branch, will be part of the next release.
A PR to create compatibility with PHP 8 would be very helpful - the mentioned first step sounds good
It would probably easen the migration when we clean up the existing dependencies beforehand. Running »composer-unused« shows that some packages don't need to be included explicitly, since they are required...
🧹 Removed unused packages, migrated the version ranges, bumped safe versions and dropped support for PHP < 7.2 in `development` branch. **I would be happy if someone could pick up...