* Fri Aug 30 2024 Ákos Szőts <szotsaki@gmail.com>
- Cleaned up unnecessary BuildRequires
- Update to 3.2.3
* Add: support for Python 3.13
* Fix: Using icalendar's tzinfo on created datetime to fix issue with icalendar
* Fix: typos in code
* Enhancement: Added free-busy report
* Enhancement: Added 'max_freebusy_occurrences` setting to avoid potential DOS on reports
* Enhancement: remove unexpected control codes from uploaded items
* Enhancement: add 'strip_domain' setting for username handling
* Enhancement: add option to toggle debug log of rights rule with doesn't match
* Drop: remove unused requirement "typeguard"
* Improve: Refactored some date parsing code
* Tue Jun 18 2024 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.2.2
* Enhancement: add support for auth.type=denyall (will be default for security reasons in upcoming releases)
* Enhancement: display warning in case only default config is active
* Enhancement: display warning in case no user authentication is active
* Enhancement: add option to skip broken item to avoid triggering exception (default: enabled)
* Enhancement: add support for predefined collections for new users
* Enhancement: add options to enable several parts in debug log like backtrace, request_header, request_content, response_content (default: disabled)
* Enhancement: rights/from_file: display resulting permission of a match in debug log
* Enhancement: add Apache config file example (see contrib directory)
* Fix: "verify-collection" skips non-collection directories, logging improved
* Fri Jun 07 2024 Ákos Szőts <szotsaki@gmail.com>
- Filtered out false positive rpmlint error message
- Update to 3.2.1
* Enhancement: add option for logging bad PUT request content
* Enhancement: extend logging with step where bad PUT request failed
* Fix: support for recurrence "full day"
* Fix: list of web_files related to HTML pages
* Test: update/adjustments for workflows (pytest>=7, typeguard<4.3)
* Sun May 05 2024 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.2.0
* Enhancement: add hook support for event changes+deletion hooks (initial support: "rabbitmq")
* Dependency: pika >= 1.1.0
* Enhancement: add support for webcal subscriptions
* Enhancement: major update of WebUI (design+features)
* Adjust: change default loglevel to "info"
* Enhancement: support "expand-property" on REPORT request
* Drop: support for Python 3.7 (EOSL, can't be tested anymore)
* Fix: allow quoted-printable encoding for vObjects
* Mon Mar 18 2024 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.9
* Add: support for Python 3.11 + 3.12
* Drop: support for Python 3.6
* Fix: MOVE in case listen on non-standard ports or behind reverse proxy
* Fix: stricter requirements of Python 3.11
* Fix: HTML pages
* Fix: Main Component is missing when only recurrence id exists
* Fix: passlib don't support bcrypt>=4.1
* Fix: web login now proper encodes passwords containing %XX (hexdigits)
* Enhancement: user-selectable log formats
* Enhancement: autodetect logging to systemd journal
* Enhancement: test code
* Enhancement: option for global permit to delete collection
* Enhancement: auth type 'htpasswd' supports now 'htpasswd_encryption' sha256/sha512 and "autodetect" for smooth transition
* Improve: Dockerfiles
* Improve: server socket listen code + address format in log
* Update: documentations + examples
* Dependency: limit typegard version < 3
* General: code cosmetics
Version: 3.1.8-bp155.2.7
* Sun Jan 15 2023 Ákos Szőts <szotsaki@gmail.com>
- Security fortifications (provided by systemd)
* Thu Jul 14 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.8
* Fix setuptools requirement if installing wheel
* Tests: Switch from python setup.py test to tox
* Small changes to build system configuration and tests
* Wed Jun 22 2022 Ákos Szőts <szotsaki@gmail.com>
- Add python passlib as a recommendation as it is needed for
htpasswd authentication
* Mon Jun 13 2022 Jan Engelhardt <jengelh@inai.de>
- Trim filler wording from descriptions.
* Mon Apr 25 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.7
* Fix random href fallback
* Tue Apr 19 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 3.1.6:
* Ignore 'Not a directory' error for optional config paths
* Fix upload of whole address book/calendar with UIDs that collide on
case-insensitive filesystem
* Tue Feb 08 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.5
* Ignore configuration file if access is denied
* Use F_FULLFSYNC with PyPy on MacOS
* Fallback if F_FULLFSYNC is not supported by the filesystem
* Tue Feb 01 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.4
* Fallback if RENAME_EXCHANGE is not supportd by the filesystem
* Assume POSIX compatibility if sys.platform is not win32
* Wed Jan 26 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.3
* Redirect '…/.well-known/caldav' and '…/.well-known/carddav' to base prefix
* Warning instead of error when base prefix ends with '/'
* Sat Jan 22 2022 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.2
* Verify that base prefix starts with '/' but doesn't end with '/'
* Improve base prefix log message
* Never send body for HEAD requests (again)
* Wed Jan 19 2022 Ákos Szőts <szotsaki@gmail.com>
- Minimum Python version changed from 3.6.0 to 3.6 to be able to
compile it on Leap 15.3 and 15.2
- Update to 3.1.1
* Workaround for contact photo bug in InfCloud
* Redirect GET and HEAD requests under /.web to sanitized path
* Set Content-Length header for HEAD requests
* Never send body for HEAD requests
* Improve error messages for from_file rights backend
* Don't sanitize WSGI script name
* Mon Jan 03 2022 Ákos Szőts <szotsaki@gmail.com>
- Fix download URL
* This release contains a "v" in front of the version number
in the URL
* Mon Dec 27 2021 Ákos Szőts <szotsaki@gmail.com>
- Update to 3.1.0
* Single <D:propstat> element in PROPPATCH response
* Allow multiple <D:set> and <D:remove> elements
* Improve log messages
* Fix date filter
* Improve sanitization of collection properties
* Cancel mkcalendar request on error
* Use renameat2 on Linux for atomic overwriting of collections
* Command Line Parser
* Disallow abbreviated arguments
* Support backend specific options and HTTP headers
* Optional argument for boolean options
* Load no config file for --config without argument
* Allow float for server->timeout setting
* Fix is-not-defined filter in addressbook-query report
* Add python type hints
* Add multifilesystem_nolock storage
* Add support for Python 3.9 and 3.10
* Drop support for Python 3.5
* Fix compatibility with Evolution (Exceptions from recurrence rules)
* Tue Sep 28 2021 Thorsten Kukuk <kukuk@suse.com>
- system-user-radicale.conf: remove leading spaces, SLE15 does
not like them [bsc#1190203]
* Sun Aug 22 2021 Ákos Szőts <szotsaki@gmail.com>
- Add firewalld service description for Radicale
Based on the previous work of Martin Haas <sandrick@seznam.cz>
* Sun Aug 22 2021 Ákos Szőts <szotsaki@gmail.com>
- Migrate legacy user creation to sysusers.d(5)
* Sat Jun 19 2021 Ákos Szőts <szotsaki@gmail.com>
- Fix error message "Address family for hostname not supported" (EAFNOSUPPORT)
when trying to bind to a non-loopback address during startup
* Sat Apr 03 2021 Ákos Szőts <szotsaki@gmail.com>
- Remove code for v1 -> v2/v3 upgrading since v1 times are long gone
* Thu Dec 10 2020 Ákos Szőts <szotsaki@gmail.com>
- Remove %{?systemd_requires} macro as it is not always needed
- Give full path of the interpreter in the .service file as a security hardening
- URL update for upgrading from v1.x
* Thu Oct 08 2020 Ákos Szőts <szotsaki@gmail.com>
- Removed Radicale.logrotate since there's no /var/log/radicale anymore