0
0
mirror of https://github.com/etesync/server.git synced 2024-09-20 04:42:26 +02:00

Commit Graph

  • 0fa2f2da3b Make the fastapi application the main asgi one. Tom Hacohen 2020-12-28 13:26:12 +0200
  • b081d0129f Add support for read/write permissions. Tom Hacohen 2020-12-28 12:12:00 +0200
  • 6c05a7898a Add functions to split read and write permissions. Tom Hacohen 2020-12-28 11:49:20 +0200
  • 63afcc0830 Mount the django application. Tom Hacohen 2020-12-28 11:44:17 +0200
  • 295ae6f3d3 Update changelog. Tom Hacohen 2020-12-28 16:39:16 +0200
  • 08821c5e33 Update changelog. v0.7.0 Tom Hacohen 2020-12-28 16:39:16 +0200
  • ad2205e596 Add trusted host middleware. Tom Hacohen 2020-12-28 10:57:40 +0200
  • 38884fead8 Revert "Improve chunks type." Tom Hacohen 2020-12-28 10:47:07 +0200
  • cf7690a60f Remove usages of EtebaseValidationError. Tom Hacohen 2020-12-28 10:45:34 +0200
  • 37f5a4509f Improve chunks type. Tom Hacohen 2020-12-28 10:41:22 +0200
  • 1a09393dcb Also add 401 to permission responses. Tom Hacohen 2020-12-28 10:29:47 +0200
  • 959dc9b576 minor fix Tal Leibman 2020-12-28 10:27:49 +0200
  • b39f7951e2 chunk first-type. Tom Hacohen 2020-12-28 10:18:35 +0200
  • 4b4be14d32 Add more responses to the API. Tom Hacohen 2020-12-28 10:00:35 +0200
  • a75d5479fa Rename ValidationError to HttpError. Tom Hacohen 2020-12-28 09:51:27 +0200
  • 34c548acda Remove extra import. Tom Hacohen 2020-12-28 09:47:37 +0200
  • 6517fc5db2 More route tags to a central place. Tom Hacohen 2020-12-28 09:35:27 +0200
  • 80d69a5663 Fix collection list and how we return API responses. Tom Hacohen 2020-12-28 09:25:28 +0200
  • ee4e7cf498 Unify the nested router prefix. Tom Hacohen 2020-12-28 09:11:35 +0200
  • 9f26ecf276 API: add documentation tags. Tom Hacohen 2020-12-28 09:04:45 +0200
  • 15988235f2 Exclude unset fields so fix removedMemberships return value. Tom Hacohen 2020-12-28 08:42:48 +0200
  • d63c34693f Change all item_uids to be called item_uids. Tom Hacohen 2020-12-27 23:11:12 +0200
  • 1c8684ee92 Fix a FIXME. Tom Hacohen 2020-12-27 23:06:25 +0200
  • c7b8b0373a Add permissions. Tom Hacohen 2020-12-27 22:56:23 +0200
  • df19887af7 Use dependency injection for getting collection/item queryset. Tom Hacohen 2020-12-27 22:27:33 +0200
  • 8160a33384 Get collection queryset: remove param. Tom Hacohen 2020-12-27 22:13:36 +0200
  • 403d975934 Collection: fix dep handling. Tom Hacohen 2020-12-27 21:58:58 +0200
  • fa0cd01a59 Authentication: implement part of get_dashboard_url. Tom Hacohen 2020-12-27 21:50:34 +0200
  • e8bd8927a0 Implement modifying access level. Tom Hacohen 2020-12-27 21:47:30 +0200
  • 36e6d3df24 Members: add member endpoints. Tom Hacohen 2020-12-27 21:32:48 +0200
  • b5a750d6d0 Collection: fix removed memberships. Tom Hacohen 2020-12-27 21:41:31 +0200
  • b70f2b7470 Invitations: implement invitations endpoints. Tom Hacohen 2020-12-27 21:08:00 +0200
  • 7f90edc511 MsgPack: handle no content. Tom Hacohen 2020-12-27 21:01:14 +0200
  • ec8c69b3f3 Fix a few FIXMEs. Tom Hacohen 2020-12-27 20:36:11 +0200
  • 13d4121fc2 Move utility functions to utils. Tom Hacohen 2020-12-27 18:54:06 +0200
  • 629a84f432 app.py: cleanup a bit. Tom Hacohen 2020-12-27 18:38:18 +0200
  • 533b2787bb Implement item revisions. Tom Hacohen 2020-12-27 18:34:40 +0200
  • e686f01652 Utils: add a utility for getting objects or 404ing. Tom Hacohen 2020-12-27 18:34:23 +0200
  • e7721e8fe5 Fix chunk handling. Tom Hacohen 2020-12-27 18:12:16 +0200
  • a3ae769a2c Implement fetch_updates. Tom Hacohen 2020-12-27 17:58:15 +0200
  • a9bc08a98d Item batch/transaction: fix return data. Tom Hacohen 2020-12-27 17:39:47 +0200
  • c6c52cfe11 Implement collection list. Tom Hacohen 2020-12-27 17:33:01 +0200
  • 7ad98b8d28 Implement is_etebase. Tom Hacohen 2020-12-27 17:30:17 +0200
  • 407ce0b7a5 Fixed collection_list_common. Tom Hacohen 2020-12-27 17:10:59 +0200
  • e5dbfb5746 Make the import of models more consistent. Tom Hacohen 2020-12-27 17:07:07 +0200
  • 611c0f3b0a Conform to naming conventions. Tom Hacohen 2020-12-27 17:03:17 +0200
  • 92f6ccbc28 Implement item_list and item_get. Tom Hacohen 2020-12-27 17:02:36 +0200
  • 8afca6ca96 kwarg items: use the same naming as django_etebase. Tom Hacohen 2020-12-27 16:44:18 +0200
  • aa483709c3 Fix item creation. Tom Hacohen 2020-12-27 16:39:20 +0200
  • b2fe30ac26 Implement item_create, batch and transaction. Tom Hacohen 2020-12-27 16:33:34 +0200
  • 249c3dc2be Cleanup models to have common parents. Tom Hacohen 2020-12-27 16:04:33 +0200
  • 9d213350e7 exceptions.py: fix typo in filename. Tom Hacohen 2020-12-27 15:45:29 +0200
  • df855897f8 Fix type error. Tom Hacohen 2020-12-27 15:26:36 +0200
  • 6f543751a6 Fix and improve typing. Tom Hacohen 2020-12-27 15:25:16 +0200
  • a0aaf79f42 item_batch and item_transaction boilerplate only Tal Leibman 2020-12-27 15:53:31 +0200
  • 6e4f8f9917 Fix list_multi to return the filtered queryset. Tom Hacohen 2020-12-27 14:36:16 +0200
  • b3c177faa6 from_orm_context Tal Leibman 2020-12-27 14:23:19 +0200
  • 53662451a3 collection.py: get by uid and fixed create Tal Leibman 2020-12-27 11:36:18 +0200
  • 94161943ca chunks type hint Tal Leibman 2020-12-26 18:09:46 +0200
  • 1e60938430 rename Tal Leibman 2020-12-26 18:02:29 +0200
  • 8d09e40b3b rename Tal Leibman 2020-12-26 18:01:55 +0200
  • daac0c163b collection.py: save to db Tal Leibman 2020-12-26 12:39:20 +0200
  • be7b830804 collection.py: create Tal Leibman 2020-12-25 19:23:46 +0200
  • 4bd826b3be remove uvicorn run Tal Leibman 2020-12-25 19:08:22 +0200
  • 31e0e0b832 change response content to pydantic models and error handling Tal Leibman 2020-12-25 17:23:44 +0200
  • a0d1d23d2d imports Tal Leibman 2020-12-25 17:22:14 +0200
  • 2e5dd58657 snapshot Tal Leibman 2020-12-25 14:06:35 +0200
  • 72d4a725f5 validation errors Tal Leibman 2020-12-25 13:21:20 +0200
  • c90e92b0f0 snapshot Tal Leibman 2020-12-25 12:36:06 +0200
  • 7d86459480 collection.pyL list_multi Tal Leibman 2020-12-25 11:53:11 +0200
  • f70e2d80a6 stoken_handler.py Tal Leibman 2020-12-25 11:52:43 +0200
  • 16a99f02ea snapshot Tal Leibman 2020-12-25 11:12:22 +0200
  • 25cb4fec0c msgpack.py: allow pydantic BaseModel in content Tal Leibman 2020-12-25 11:10:43 +0200
  • c1534f6587 first commit Tal Leibman 2020-12-23 16:29:08 -0500
  • 70619fc1c7 Fix unbound variable warning. Tom Hacohen 2020-12-27 15:14:42 +0200
  • c2eb4fd30c Pass generic context to callbacks instead of the whole view Tom Hacohen 2020-12-27 15:03:07 +0200
  • 5a6c8a1d05 Gracefully handle uploading the same revision Tom Hacohen 2020-12-27 10:53:01 +0200
  • 2de51b978a Serializers: fix an issue with handling validation errors. Tom Hacohen 2020-12-24 16:14:52 +0200
  • 7eb08d2946 Collection invitation: fix the wrong field type Tom Hacohen 2020-12-22 21:06:41 +0200
  • 1cb84cfa6d Serializers: cleanup how we handle validation errors. Tom Hacohen 2020-12-22 13:15:12 +0200
  • 3fcea20d68 Serializers: fully clean an object on signup. Tom Hacohen 2020-12-22 12:46:42 +0200
  • 3b4ba75930 Chunk serialization: support not passing chunk content if exists. Tom Hacohen 2020-12-16 15:04:00 +0200
  • 7ae172e44e
    README: update contributors from github sponsors Tom Hacohen 2020-12-16 09:24:53 +0200
  • 0585d6ee92 Chunk file uploader: accept all kinds of media types. Tom Hacohen 2020-12-15 13:58:59 +0200
  • cd86c060b5 Collection: fix UID validation to return a Conflict error. Tom Hacohen 2020-12-15 10:14:15 +0200
  • 9559a0fd35 Chunk download: use the new sendfile to serve files. Tom Hacohen 2020-12-14 16:40:08 +0200
  • a19a982b1c Sendfile: add a sendfile module based on django-sendfile2 Tom Hacohen 2020-12-14 16:00:48 +0200
  • 070abfcdd8 Format using black. Tom Hacohen 2020-12-14 16:12:34 +0200
  • 7571261479 Remove unused imports. Tom Hacohen 2020-12-14 16:03:11 +0200
  • 0407320ad4 Update changelog. v0.6.1 Tom Hacohen 2020-12-14 13:48:05 +0200
  • baa42d040d Collection: also save the collection UID on the model itself. Tom Hacohen 2020-12-14 13:30:30 +0200
  • 057b908565 Update changelog. v0.6.0 Tom Hacohen 2020-12-04 19:15:10 +0200
  • 2d0bcbdc20 Stoken annotation: move it all to one place to reduce duplication. Tom Hacohen 2020-12-04 19:00:14 +0200
  • 4ce96e043e Collection: further improve stoken performance. Tom Hacohen 2020-12-04 18:55:22 +0200
  • bb070639a3 Collection: fix the slow performance when calculating stoken. Tom Hacohen 2020-12-04 18:19:54 +0200
  • c790b5f489 Reformat some files using black. Tom Hacohen 2020-12-01 12:45:23 +0200
  • 7513b058ba
    FUNDING.yml: add funding links Tom Hacohen 2020-12-01 10:08:04 +0200
  • bb4a8c998e
    README: updateinformation about passing the Host header Tom Hacohen 2020-11-29 17:02:49 +0200
  • 5792cd5418
    README: add a TL;DR for licensing Tom Hacohen 2020-11-27 10:29:24 +0200
  • d893d35c6f Fix the host checks to only check against hostname. Tom Hacohen 2020-11-20 18:11:35 +0200