1
0
Fork 0
mirror of https://github.com/Kozea/Radicale.git synced 2025-06-29 16:55:32 +00:00
Commit graph

2848 commits

Author SHA1 Message Date
David Greaves
7b98a0028b Handle lists in filter values for CATEGORIES
Issue #1125

Signed-off-by: David Greaves <david@dgreaves.com>
2023-03-05 17:18:44 +01:00
Unrud
11a2b43b60 Use compliant version name 2023-03-05 17:15:34 +01:00
Unrud
6a96b1f5a7 Test python 3.11 2023-03-05 17:15:34 +01:00
Unrud
794c1f84fb Drop support for python 3.6 2023-03-05 17:15:34 +01:00
Unrud
f8e28f6b6e Fix new type error 2023-03-05 17:15:34 +01:00
Unrud
526d835b59 Tests: Fix flake8 configuration 2023-03-05 17:15:34 +01:00
Tuna Celik
3e6d8db98d Synced config.py with origin 2023-02-10 23:32:46 +01:00
Tuna Celik
4a0b2e8791 Rearrange imports 2023-02-10 23:32:32 +01:00
Tuna Celik
22731f3d26 Fixed couple of points after origin sync 2023-02-10 22:52:49 +01:00
Tuna Celik
dd723dae5d Resolved conflicts 2023-02-10 22:10:47 +01:00
Tuna Celik
cf81d1f9a7 Synced with origin 2023-02-10 22:03:33 +01:00
ky-tt
cdb5160c3e
Update DOCUMENTATION.md: changes permissions
As proposed in https://github.com/Kozea/Radicale/issues/898#issuecomment-444035927 this helps using the web interface.
2022-12-11 18:34:02 +01:00
trougnouf (Benoit Brummer)
f4a87afab7 fix #715 (Main Component is missing when only recurrence id exists) with balrok's patch 2022-07-19 00:15:33 +02:00
Unrud
6a56a6026f Update changelog 2022-07-14 22:22:53 +02:00
Unrud
c2a159a6cd Move project description to README.MD
Fixes #831
2022-07-14 17:22:00 +02:00
Unrud
ad5ce94817 Remove download url from metadata 2022-07-14 17:21:57 +02:00
Unrud
865e0dd629 flake8/mypy: Ignore build folder 2022-07-14 17:21:53 +02:00
Unrud
9bed0af669 Remove shebang and executable bit 2022-07-14 17:21:50 +02:00
Unrud
cd6ebaae1a flake8/mypy: Ignore /build folder 2022-07-03 13:27:43 +02:00
Unrud
f8f6e47081 Remove python-tag (no longer required) 2022-07-03 13:05:47 +02:00
Unrud
5aa2f59b38 Always test bcrypt 2022-07-03 12:56:24 +02:00
Unrud
156ce91f35 Cosmetics 2022-07-03 12:37:54 +02:00
Unrud
3594217570 github-actions: Fix pypy versions 2022-07-03 12:33:24 +02:00
Unrud
d8604becd0 Build with PEP 517 2022-07-03 12:29:51 +02:00
Unrud
f7fd323dea Test pypy3.9 2022-07-03 12:29:02 +02:00
Unrud
f9d9b88a77 Update github-actions 2022-07-03 12:28:47 +02:00
Unrud
86ada4cf97 Improve message 2022-07-03 12:04:32 +02:00
Unrud
c589c9fc0d Skip mypy installation for pypy<3.9 2022-07-03 11:36:28 +02:00
Unrud
14a3c3d763 Use tox for tests 2022-07-03 10:14:38 +02:00
Unrud
abcc0c2ef6 License in markdown format 2022-07-02 23:03:19 +02:00
Unrud
f08912ace1 Remove deprecated tests_require 2022-07-02 21:29:53 +02:00
Unrud
9aae5655cf typeguard requires pytest<7 2022-07-02 21:29:17 +02:00
Unrud
413c74c27c Remove pytest-runner 2022-07-02 20:39:09 +02:00
Unrud
a2ceaa41a4 Fix setuptools requirement if installing wheel 2022-07-02 20:39:09 +02:00
Unrud
515b196fda Remove missing type 2022-07-02 20:39:09 +02:00
Michael Schnerring
6d8976795c Fix docs: default htpasswd_filename 2022-07-02 18:41:45 +02:00
Christopher Besch
395f53b3d5
Update DOCUMENTATION.md 2022-05-29 10:25:22 +02:00
christopher-besch
8caa90f4be
added let's encrypt certbot config 2022-05-29 10:22:48 +02:00
Unrud
497b5141b0 Update changelog 2022-04-20 17:54:54 +02:00
Unrud
a5716a7d84 Fix random href fallback 2022-04-20 17:49:29 +02:00
Unrud
f06af066f9 Improve error message 2022-04-20 17:17:01 +02:00
Unrud
e96277e671 Update changelog 2022-04-18 23:11:09 +02:00
Unrud
c14defcba8 Ignore NotADirectoryError for optional config files
Fixes #1234
2022-04-14 16:37:34 +02:00
Unrud
2b8f4b9419 Replace pkg_resources with importlib for Python >= 3.9
Fixes #1184
2022-04-04 18:18:50 +02:00
Unrud
a97093d001 Check if files exist when uploading items non-atomic 2022-04-02 18:11:46 +02:00
Unrud
b64c9baa5f Fix upload of calendars with colliding UIDs 2022-03-30 22:27:05 +02:00
Unrud
ed8a2284a4 Test calendar with case-sensitive-UIDs 2022-03-30 22:27:05 +02:00
Unrud
3c218ecd9c Windows: Block alternate data streams 2022-03-30 22:27:05 +02:00
Unrud
0baf1dc908 Refactor DisableRedirectHandler 2022-03-22 17:58:10 +01:00
Peter Varkoly
b0f8d37294 User the intersection built in function of set to make the code more readable. 2022-02-24 10:45:45 +01:00