Hugo Osvaldo Barrera
4237ff863c
Slightly improve docs for configuring google
2023-07-13 12:34:57 +02:00
Claudio Noguera
203468fd25
Update config.rst
...
This is the way it actually works.
With web application, a 400 is returned. With desktop it works fine
2023-07-13 12:32:00 +02:00
Hugo Osvaldo Barrera
d26557bee3
Python 3.10 and 3.11 are also supported
...
We've been running 3.11 on CI for a while now.
2023-06-26 19:04:23 +02:00
Henning Sudbrock
bad381e5ba
Fix link to GNU Guix package in documentation
...
Fixes #1071
2023-05-21 10:47:07 +02:00
Timo Ludwig
54a90aa5dd
Document caveats of Google contacts storage
...
- Group labels are not mapped to CATEGORIES property
- BDAY property is missing when date is incomplete
2023-03-06 09:57:00 +01:00
Hugo Osvaldo Barrera
2138c43456
Update docs for Google storages
...
References: https://github.com/pimutils/vdirsyncer/pull/985
References: https://github.com/pimutils/vdirsyncer/issues/975
Closes: https://github.com/pimutils/vdirsyncer/issues/1028
Closes: https://github.com/pimutils/vdirsyncer/issues/808
2023-02-16 23:17:27 +01:00
Hugo Osvaldo Barrera
24cb49f64c
Remove superfluous exception parens
2023-02-10 16:57:39 +01:00
Hugo Osvaldo Barrera
defe8e2591
Fix broken BSD link
...
pkgsrc.se is no more.
2023-02-10 16:54:08 +01:00
Hugo Osvaldo Barrera
f45ecf6ad0
Simplify management of documentation dependencies
2023-01-31 01:11:24 +01:00
Hugo Osvaldo Barrera
72bcef282d
Remove another unnecessary wrapper
2023-01-31 01:11:24 +01:00
Hugo Osvaldo Barrera
3a56f26d05
Drop unnecessary wrapping
2023-01-31 01:11:24 +01:00
Hugo Osvaldo Barrera
4dd17c7f59
This make target is gone; use pytest directly
2023-01-31 01:11:04 +01:00
Hugo Osvaldo Barrera
d646357cd3
Use ruff for code checking and linting
...
`isort` is failing in pre-commit.ci right now, so this might be good
timing.
See: https://whynothugo.nl/journal/2023/01/20/notes-on-ruff/
2023-01-31 00:19:14 +01:00
Hugo Osvaldo Barrera
61006f0685
Improve installation documentation
...
`pipx` is a lot simpler on any setup where this it is available.
2023-01-26 18:53:19 +01:00
Hugo Osvaldo Barrera
7c72caef3f
docs: We're not using aiohttp, not requests
2023-01-26 10:43:46 +01:00
Tonus
0f83fd96d5
Add Slackware as build-able version
...
I maintain the build script for Slackware on the slackbuilds.org repo (endorsed by Slackware).
2023-01-07 01:39:12 +01:00
chrysle
8980a80560
Corrected installation steps for Ubuntu and pip
2023-01-06 14:50:27 +01:00
Hugo Osvaldo Barrera
2fbb0ab7a5
Clean up some invalid TLS configuration branches
2022-09-20 23:01:50 +02:00
Hugo Osvaldo Barrera
b7201013bc
Remove duplicate command
2022-09-20 23:01:50 +02:00
Hugo Osvaldo Barrera
cd412aa161
Rename master branch to main
2022-08-05 17:07:33 +02:00
Hugo Osvaldo Barrera
7c2fed1ceb
Update homebrew references
...
Also, it's called "macOS" nowadays.
2022-06-21 14:16:41 +02:00
Hugo Osvaldo Barrera
68c5968be8
Tidy up spacing in donations page
2022-01-16 05:03:52 +01:00
Hugo Osvaldo Barrera
0d1ca319c0
Merge pull request #962 from pimutils/donations
...
Update donations links
2022-01-16 05:02:44 +01:00
Hugo Osvaldo Barrera
817eab51f1
Update donations links
...
Signed-off-by: Hugo Osvaldo Barrera <hugo@barrera.io>
2022-01-15 20:15:05 +01:00
Corey Hinshaw
4dd15716db
Adds shell strategy to config fetch params to run command string in a shell
2021-12-09 11:17:43 -05:00
Hugo Osvaldo Barrera
c77d750ef6
Drop etesync
...
The current [experimental] implementation is stale, and hasn't been
maintained for a long time. Regrettably, not even its tests still work,
and there nobody interested in maintaining it.
If anyone is interested in re-implementing this in a third-party
package, I can consider adding support for pluggable storages.
2021-10-05 22:13:59 +02:00
Hugo Osvaldo Barrera
54e0c114fa
Update link for orage
...
The previous one is 404, and that domain redirects to some random
website.
2021-06-27 12:37:33 +02:00
Hugo Osvaldo Barrera
0231f3999e
order is probably less important than the others
2021-06-13 00:52:39 +02:00
Hugo Osvaldo Barrera
d1b148c919
Improve docs for new meta properties
2021-06-13 00:49:27 +02:00
Hugo Osvaldo Barrera
e70e8c03e8
Merge branch 'origin/master' into meta_description
2021-06-13 00:46:05 +02:00
Hugo Osvaldo Barrera
808e01f9c8
DAVDroid is now called DAVx⁵
2021-06-12 16:28:27 +02:00
Hugo Osvaldo Barrera
86535a9db3
Merge test dependencies into dev dependencies
2021-06-12 16:28:27 +02:00
Hugo Osvaldo Barrera
8e8c1d5719
Update docs on test DAV servers
2021-06-12 16:28:27 +02:00
Hugo Osvaldo Barrera
ec221b52b4
Update docs with new images names
2021-06-12 12:05:00 +02:00
Hugo Osvaldo Barrera
5844480588
Merge pull request #889 from Intevation/dev-issue881
...
Implement more flexibility for storage/filesystem
2021-06-11 11:37:12 +02:00
Bernhard Reiter
b9f5d88af9
Fixing docs/config.rst and code formatting
2021-06-02 13:52:10 +02:00
Hugo Osvaldo Barrera
0d0f2974ae
Replace Freenode with Libera.Chat
2021-05-26 00:19:06 +02:00
Bernhard Reiter
9a1582cc0f
Improve storage/filesystem docs
...
add hints about how to use the `fileext` and `fileignoreext` parameters.
2021-05-21 14:22:30 +02:00
Bernhard Reiter
9b5e01ab38
Improve storage/test_filesystem
...
with one additional test and fixing of the documentation.
2021-05-20 12:50:05 +02:00
Bernhard Reiter
81895c291e
Make /storage/filesystem more flexible
...
by adding the optional fileignoreext parameter.
2021-05-19 18:00:09 +02:00
Hugo Osvaldo Barrera
d2d41e5df1
Use black to auto-format the codebase
2021-05-06 19:28:54 +02:00
Hugo Osvaldo Barrera
abf199f21e
Fix using mutable object as default arg
2021-05-06 19:28:08 +02:00
Дилян Палаузов
ed0b4bef10
Typo a→an
2021-04-07 09:11:15 +03:00
Hugo Barrera
b9c01f8756
Merge pull request #873 from dilyanpalauzov/typo_google
...
Typo google→Google
2021-04-06 18:33:34 +00:00
Hugo Osvaldo Barrera
2161de30d0
Avoid docker-compose
...
The way it handles docker networks breaks builds.
2021-04-06 19:53:00 +02:00
Hugo Osvaldo Barrera
ef34d77ab1
Use Sourcehut for CI
2021-04-06 19:52:57 +02:00
Дилян Палаузов
7750dda980
Typo google→Google
2021-03-18 16:49:08 +02:00
Дилян Палаузов
50cb2def73
Add calendar-description, addressbook-description to the meta data
...
When a CalDAV collection has calendar-description set and vdirsyncer
synchronizes the “meta” data, synchronize also the calendar description.
-- likewise for addressbook-description and calendar-order
2021-03-08 14:57:48 +02:00
tlahn
31c60021fa
Replace pipsi with pipx
...
pipsi page says, it is discontinued. Replacing with pipx
2021-03-07 20:10:39 +01:00
Alec Papierniak
27ebb0902b
Update installation.rst
...
adding closing quote to virtualenv alias
2020-09-08 22:29:31 -05:00