Unrud
|
0306ee6dcc
|
Point well-known to /
Fixes #431
|
2016-07-14 10:13:20 +02:00 |
|
Unrud
|
21d7d5a453
|
Hide temporary files
Fixes #443
|
2016-07-14 09:09:10 +02:00 |
|
Unrud
|
0a32e46295
|
Improve error message
|
2016-07-14 08:08:08 +02:00 |
|
Unrud
|
e3d7d08eab
|
Don't silently drop files
|
2016-07-14 08:08:08 +02:00 |
|
Unrud
|
0263251ecf
|
Add hook for storage changes
|
2016-07-14 07:57:46 +02:00 |
|
Guillaume Ayoub
|
ef63865e31
|
Merge pull request #428 from Unrud/patch-22
Add timeout to connections, limit size of request body and limit number of parallel connections
|
2016-07-14 02:06:24 +02:00 |
|
Guillaume Ayoub
|
5bd80d8d13
|
Don't crash when getting unknown collections
Fix #422.
|
2016-07-14 01:39:57 +02:00 |
|
Guillaume Ayoub
|
4c91ee8906
|
Atomic writes (fix #440)
|
2016-07-14 01:14:42 +02:00 |
|
Guillaume Ayoub
|
5e5427f987
|
Cosmetics
|
2016-07-13 17:59:52 +02:00 |
|
Florian Mounier
|
eb1f964ee2
|
Fix docstring
|
2016-07-12 18:12:42 +02:00 |
|
Florian Mounier
|
b042a9aba8
|
Merge branch 'master' of github.com:Kozea/Radicale
|
2016-07-12 18:08:11 +02:00 |
|
Florian Mounier
|
9225fd5fbd
|
Add a test for update
|
2016-07-12 18:08:01 +02:00 |
|
Guillaume Ayoub
|
52d67a906b
|
Merge branch 'master' of github.com:Kozea/radicale
|
2016-07-12 12:30:37 +02:00 |
|
Guillaume Ayoub
|
3d0c73d73a
|
Cosmetics
|
2016-07-12 12:30:26 +02:00 |
|
Florian Mounier
|
6f9e9f21dd
|
Merge branch 'optimize_storage_collection'
|
2016-07-08 15:35:43 +02:00 |
|
Florian Mounier
|
2ff47620f8
|
Merge branch 'date_indexed_collection'
|
2016-07-08 11:39:15 +02:00 |
|
Florian Mounier
|
36333765d6
|
Merge branch 'test_in_radicale'
|
2016-07-08 11:38:09 +02:00 |
|
Florian Mounier
|
39823f8909
|
Add a pre_filtered_list method in collection. This allow filters optimizations
|
2016-07-08 11:37:30 +02:00 |
|
Florian Mounier
|
a2d6977cd6
|
Fix logic in loops
|
2016-07-07 17:53:35 +02:00 |
|
Florian Mounier
|
10e7a776fc
|
Merge branch 'master' into optimize_storage_collection
|
2016-07-07 17:52:16 +02:00 |
|
Guillaume Ayoub
|
8c225f019c
|
Fix support of recurring events
|
2016-07-07 17:49:56 +02:00 |
|
Florian Mounier
|
a9aa04bf16
|
Merge branch 'master' into optimize_storage_collection
|
2016-07-07 17:04:54 +02:00 |
|
Florian Mounier
|
364ed3689d
|
Optimise collection creation by avoiding nested_loop
|
2016-07-07 16:13:32 +02:00 |
|
Florian Mounier
|
9056561211
|
Move test inside radicale
|
2016-07-07 14:30:10 +02:00 |
|
Guillaume Ayoub
|
d7f41203f5
|
Create collections in tests
|
2016-07-06 18:34:28 +02:00 |
|
Guillaume Ayoub
|
21461ddb4e
|
Fix name_from_path
|
2016-07-06 17:11:12 +02:00 |
|
Guillaume Ayoub
|
6a4fe6beb5
|
Add a very, very important full stop.
|
2016-07-05 18:07:36 +02:00 |
|
Guillaume Ayoub
|
828d43a305
|
Merge pull request #441 from Kozea/run_split
Split the main run function to allow the use of radicale serving programatically.
|
2016-07-05 18:06:27 +02:00 |
|
Florian Mounier
|
a7549bc652
|
Split the main run function to allow the use of radicale serving programatically. Add an extra_config parameter to the config load to override config.
|
2016-07-05 17:50:40 +02:00 |
|
Florian Mounier
|
383409213e
|
deflate seems to be problematic with different implementations (http://stackoverflow.com/questions/388595/why-use-deflate-instead-of-gzip-for-text-files-served-by-apache/388633#388633). Using gzip instead.
|
2016-07-04 17:00:43 +02:00 |
|
Florian Mounier
|
cb73a02bde
|
Add --upgrade to ci pip
|
2016-07-04 14:42:40 +02:00 |
|
Florian Mounier
|
c26bfd6a91
|
Merge branch 'master' of github.com:Kozea/Radicale
|
2016-07-04 14:40:15 +02:00 |
|
Florian Mounier
|
092d906aba
|
Remove tox
|
2016-07-04 14:40:05 +02:00 |
|
Guillaume Ayoub
|
9300d25d61
|
Update __main__.py
|
2016-07-04 14:35:38 +02:00 |
|
Florian Mounier
|
221379ef85
|
Sort imports
|
2016-07-04 14:32:33 +02:00 |
|
Florian Mounier
|
4b74102e1c
|
Add pytest-runner to run tests with py.test on setup.py test
|
2016-07-04 14:29:38 +02:00 |
|
Guillaume Ayoub
|
fd3b0718fd
|
Fix coding style
|
2016-07-01 16:44:12 +02:00 |
|
Guillaume Ayoub
|
c294477aee
|
Support recurring items in time filters
Fix #33.
|
2016-07-01 16:40:43 +02:00 |
|
Guillaume Ayoub
|
a14cc326fc
|
Merge branch 'master' of github.com:Kozea/radicale
|
2016-07-01 10:29:24 +02:00 |
|
Guillaume Ayoub
|
5b5edaac2f
|
Fix FCGI and WSGI scripts
|
2016-07-01 10:28:51 +02:00 |
|
Guillaume Ayoub
|
61bd4e90bc
|
Merge pull request #438 from ronnicek/patch-1
Update Dockerfile
|
2016-06-29 19:08:12 +02:00 |
|
Jindřiška
|
1b243eb1b6
|
Update Dockerfile
openssl is needed for downloading thru https with wget
|
2016-06-29 18:45:35 +02:00 |
|
Guillaume Ayoub
|
7a7e67106a
|
Merge pull request #436 from Horgix/dockerfile-improvment
Improve Dockerfile
|
2016-06-29 11:08:12 +02:00 |
|
Guillaume Ayoub
|
4e8f518cbb
|
Remove spaces from empty lines
|
2016-06-26 21:23:29 +02:00 |
|
Alexis 'Horgix' Chotard
|
a6b9eaf59f
|
Dockerfile: remove -D option
|
2016-06-26 21:20:42 +02:00 |
|
Alexis 'Horgix' Chotard
|
fbc0b1aa54
|
Dockerfile: add EXPOSE 5232
|
2016-06-26 19:29:18 +02:00 |
|
Alexis 'Horgix' Chotard
|
8faf9a4238
|
Dockerfile: add -f argument to radicale
|
2016-06-26 19:19:03 +02:00 |
|
Alexis 'Horgix' Chotard
|
3a59f95922
|
Dockerfile: copy config from sources directly
|
2016-06-26 19:18:37 +02:00 |
|
Alexis 'Horgix' Chotard
|
0a8db786fa
|
Dockerfile: merge distro and python dependancies
|
2016-06-26 18:12:07 +02:00 |
|
Alexis 'Horgix' Chotard
|
906aaab8cd
|
Dockerfile: rework config handling
- No need to run as another user, containers use user namespaces
- Make config file path FHS compliant
|
2016-06-26 17:25:44 +02:00 |
|