MatthewHana
ffebbf1928
Rearrange functions to resolve false conflict.
2024-03-18 06:45:10 +11:00
MatthewHana
84fd30f357
Add HREF validity functions with documentation
2024-03-18 06:40:14 +11:00
MatthewHana
4e99105225
Remove HREF validity functions [temporary]
2024-03-18 06:35:07 +11:00
MatthewHana
d05d726dc2
Spacing tweaks to try to resolve odd conflict
2024-03-18 06:33:57 +11:00
MatthewHana
e66055de08
WEB UI: HREF for Upload, Refresh button, and CSS fixes
2024-03-17 12:30:15 +11:00
MatthewHana
b945749d1b
Merge branch 'v3.2-devel' of https://github.com/MatthewHana/Radicale-newwebui into v3.2-devel
2024-03-13 05:07:57 +11:00
MatthewHana
c128b0d773
Merge branch 'Kozea:v3.2-devel' into v3.2-devel
2024-03-13 07:55:46 +11:00
MatthewHana
ed6432706f
[WEB UI] New WebUI Improvements
...
Added WebUI improvements as discussed in discussion #1416 in March 2024.
2024-03-13 07:42:47 +11:00
MatthewHana
7927b0c935
WEB UI: Show collection size [SMALL]
...
Shows collection size in B, Kb, Mb, Gb, and Tb.
2024-03-13 05:07:22 +11:00
Peter Bieringer
3c81f43404
Merge pull request #1424 from MatthewHana/v3.2-devel
...
Add custom Radicale DAV property getcontentcount
2024-03-12 18:04:16 +01:00
MatthewHana
825464f102
Additional type checking for getcontentcount prop
...
Tests keep failing due to static type checking for condition that won't occur due to earlier checking. Bringing checking into if statement.
2024-03-13 02:16:16 +11:00
MatthewHana
2c13b8d2e0
Update propfind.py
...
Don't return getcontentcount prop on leaf or principal collection.
2024-03-13 02:02:23 +11:00
MatthewHana
ee2fc74bc0
Don't allow RADICALE:getcontentcount prop for collections
...
Tests should pass now
2024-03-13 01:52:45 +11:00
Peter Bieringer
bb185a941d
extend htpasswd_encryption options with sha256/512/autodetect
2024-03-12 06:25:07 +01:00
Peter Bieringer
80bf824b91
extend htpasswd_encryption options with sha256/512/autodetect
2024-03-12 06:25:00 +01:00
Peter Bieringer
401b68fe08
extend htpasswd_encryption options with sha256/512/autodetect
2024-03-12 06:24:56 +01:00
Peter Bieringer
b5d022fe08
extend htpasswd_encryption options with sha256/512/autodetect
2024-03-12 06:24:51 +01:00
Peter Bieringer
947cb08bb9
fix brcypt leftover
2024-03-12 06:05:27 +01:00
Peter Bieringer
1f25d6e27d
Update README.md
...
add some links
2024-03-11 21:41:18 +01:00
MatthewHana
5ec9aaec07
Add custom Radicale DAV property getcontentcount
...
This adds a custom Radicale DAV property called 'getcontentcount' which returns the number of entries contained within that collection.
2024-03-12 04:41:00 +11:00
Peter Bieringer
48910bf3a9
Merge pull request #1421 from MatthewHana/v3.2-devel
...
WEB UI: Hide download button for Webcal collections [SMALL]
2024-03-11 07:25:48 +01:00
MatthewHana
6f5ee56c2d
Hide download button for Webcal collections
2024-03-11 17:13:37 +11:00
Peter Bieringer
bf824838d8
remove info about obsolete IRC channel
2024-03-10 07:09:07 +01:00
Peter Bieringer
1afc34c2bb
remove trailing spaces
2024-03-09 08:06:12 +01:00
Peter Bieringer
9d30cbc5c2
remove trailing spaces
2024-03-09 08:06:04 +01:00
Peter Bieringer
2bb811b3fc
remove trailing spaces
2024-03-09 08:05:57 +01:00
Peter Bieringer
7bf2c18887
remove trailing spaces
2024-03-09 08:05:36 +01:00
Tobias Stettner
8fc5352e27
Encode password to allow special characters
...
XMLHttpRequest.open() does not automatically encode the password. Though it builds an basic auth schemed URI where '%' is the escaping indicator, thus passwords containing this characters are not accepted this way without manually replacing '%' with '%25' on the form.
2024-03-09 08:01:29 +01:00
Peter Bieringer
08a4c792b1
add option for global permit of delete of collection (default: True to avoid breaking change)
2024-03-09 07:46:35 +01:00
Peter Bieringer
ab28d65343
add forgotten attribute definition
2024-03-09 07:44:22 +01:00
Peter Bieringer
1faa7bd4ba
update
2024-03-09 07:42:40 +01:00
Peter Bieringer
7b87a598ac
https://github.com/Kozea/Radicale/issues/1350
2024-03-09 07:42:32 +01:00
Peter Bieringer
d9be20539f
update doc
2024-03-09 07:35:38 +01:00
Peter Bieringer
3ee6e55d4a
next forgotten leftover related to passlib[bcrypt] replacement
2024-03-07 07:29:34 +01:00
Peter Bieringer
66b374bc28
leftover of replacement of passlib[bcrypt]
2024-03-07 07:26:21 +01:00
Peter Bieringer
d8ab8aa42c
make flake8 happy
2024-03-06 22:56:13 +01:00
Peter Bieringer
c4d80fd385
fix for https://github.com/Kozea/Radicale/issues/1350 replacing passlib[bcrypt] with direct call to bcrypt
2024-03-06 22:56:05 +01:00
Peter Bieringer
34612c71f0
update changelog
2024-03-06 07:43:43 +01:00
Peter Bieringer
72aab54636
remove pypy-3.10/11/12, not existing?!
2024-03-05 21:18:26 +01:00
Peter Bieringer
5b0cc60cb9
Add Python 3.12 and missing pypy-3.10, pypy-3.11
2024-03-05 21:18:20 +01:00
Peter Bieringer
3fdc15fccd
add Python 3.12
2024-03-05 21:18:13 +01:00
Peter Bieringer
71fd91631e
Merge pull request #1329 from MatthewHana/master
...
New Web UI
2024-03-05 20:55:46 +01:00
MatthewHana
e7b9ec3549
Remove unneeded code
2024-03-06 01:50:26 +11:00
MatthewHana
80d91a8987
Added Webcal support in web UI
...
Added support to view, edit, and add Webcals in web UI to support functionality added in PR #1229 .
2024-03-05 23:57:58 +11:00
Matthew Hana
6474f8f31c
General HTML fixes
...
Incorporated pull requests #1305 and #1306 .
Restored declaration of 'hidden' class to index file.
Restored h2 in sections for navigation purposes.
Cleaned up index.html.
2024-03-04 21:42:35 +11:00
Matthew Hana
d387491fb6
Delete loading.svg
...
Delete duplicate file.
2024-03-04 21:42:35 +11:00
Matthew Hana
eb67c57ce2
Delete logo.svg
...
Deleted duplicate file.
2024-03-04 21:42:35 +11:00
Matthew Hana
b45c97d5a5
New Web UI
...
Updated web UI to a more modern interface while keeping the HTML structure as similar to the original as possible.
New features include:
-Mobile view compatibility
-New light color scheme using primary colors based off Radicale's official colors
-Dialog theme for most sections
-Floating Action Buttons (FAB's) for creating and uploading a new collection
-Commands to edit/delete a collection have become buttons that only show on hover.
-Improved loading screen
-New loading circle with consistent color scheme
-More explanation for dialog text
-Added warning to delete screen
2024-03-04 21:42:35 +11:00
Peter Bieringer
32050ef117
Merge pull request #1229 from leso-kn/feature/advertise-webcal-calendars
...
Added support for webcal-subscriptions
2024-03-03 07:02:30 +01:00
leso-kn
94a5ff0d68
Added support for webcal-subscriptions
2024-03-03 01:13:21 +01:00