Matthias Jordan
|
e08aa6176c
Less aggressive logging
|
13 years ago |
Matthias Jordan
|
0c4562c01d
Using different HTTP status codes in some cases where auth or rights are violated
|
13 years ago |
Matthias Jordan
|
db708a0853
Checking rights only once. Also taking care of mistakenly checking
|
13 years ago |
Matthias Jordan
|
0722db04fb
Extract method
|
13 years ago |
Matthias Jordan
|
bc0b74c555
Using collection's URL for logging instead of its name
|
13 years ago |
Guillaume Ayoub
|
98bbe61f67
Use relative imports
|
13 years ago |
Guillaume Ayoub
|
9f446cb261
Fix GET requests
|
13 years ago |
Guillaume Ayoub
|
17857654b0
Use the same import mechanisms for auth, storage, rights
|
13 years ago |
Guillaume Ayoub
|
3ddbb80674
Fix OPTIONS requests
|
13 years ago |
Guillaume Ayoub
|
4fa53d15b3
Fix the auth checking algorithm
|
13 years ago |
Guillaume Ayoub
|
e33ee8ea7c
Small fixes
|
13 years ago |
Guillaume Ayoub
|
b4a7ada5f2
is_authorized returns True when no auth method is set
|
13 years ago |
Guillaume Ayoub
|
45afac5353
Code cleaned and modules renamed
|
13 years ago |
Matthias Jordan
|
55a13d4c39
Merge remote-tracking branch 'upstream/master'
|
13 years ago |
Guillaume Ayoub
|
7d06d1b4d5
Version set to "git"
|
13 years ago |
Guillaume Ayoub
|
0cf9b92ce7
Version 0.7.1
|
13 years ago |
Guillaume Ayoub
|
7ae764fd4b
Enhance readability according to PEP8
|
13 years ago |
Matthias Jordan
|
e40e68b528
Separation of authentication and authorization. Separation of read and write authorization.
|
13 years ago |
Guillaume Ayoub
|
a7481a0546
Clean the server's __call__ method, with comments and better variable names
|
13 years ago |
Guillaume Ayoub
|
cff6c2b43b
Return 204 response when an item is modified
|
13 years ago |
Guillaume Ayoub
|
b5e94598e9
No etag returned when an added item doesn't have the same name as the one given by the client (closes #799)
|
14 years ago |
Guillaume Ayoub
|
ca5c0483b0
Return 200 instead of 204 status for DELETE requests (closes #802)
|
14 years ago |
Guillaume Ayoub
|
f6ace2b6ec
Fix a bug with DELETE requests when deleted item is not found
|
14 years ago |
Guillaume Ayoub
|
085c9f0aca
Update the version to "git"
|
14 years ago |
Guillaume Ayoub
|
d274044700
Version 0.7
|
14 years ago |
Guillaume Ayoub
|
a9c74ae84d
Always allow OPTIONS requests (fixes #780)
|
14 years ago |
Guillaume Ayoub
|
344f87d8fb
Add a config key to ignore reverse DNS (fixes #779)
|
14 years ago |
Guillaume Ayoub
|
7bfc17a51d
Use " instead of ' (you can laugh at me)
|
14 years ago |
Guillaume Ayoub
|
f37c3a0b27
Let GET requests create address books too!
|
14 years ago |
Guillaume Ayoub
|
22e4e3764c
Explicitely create collections on GET requests
|
14 years ago |