Commit Graph

  • 0ac41e77e8 Fix DB errors when using MySQL/MariaDB. Tom Hacohen 2021-01-27 14:38:10 +0200
  • 233aeab98b Support login and invitations using email rather than just username. Tom Hacohen 2021-01-27 09:35:36 +0200
  • 240469342b Move reporting item changes to a background task. Tom Hacohen 2021-01-12 11:57:43 +0200
  • 61bd82f1e3 Subscriptions: stream missing items if user passed an old stoken. Tom Hacohen 2021-01-11 18:39:01 +0200
  • f52facad1c Subscriptions: implement live subscriptions for collection items Tom Hacohen 2021-01-04 10:02:47 +0200
  • cd4131e890 Exceptions: make sure error codes aren't None. Tom Hacohen 2021-01-11 22:12:31 +0200
  • 1349f99cd3 Exceptions: inherit from the fastapi HTTPException. Tom Hacohen 2021-01-04 16:31:28 +0200
  • 9f0430a6da Improve types. Tom Hacohen 2021-01-04 11:56:17 +0200
  • 9bf118225d Exceptions: fix error when transforming django validation errors. Tom Hacohen 2021-01-04 10:14:56 +0200
  • 43dede57d2 Exceptions: fix types. Tom Hacohen 2021-01-04 10:13:24 +0200
  • 3894fd205b
    README: mention minimum requirements Tom Hacohen 2021-01-03 12:55:24 +0200
  • 84870d25bf
    README: mention that Windows requires WSL Tom Hacohen 2021-01-03 09:14:10 +0200
  • 2e21fe4994 Django db cleanup: explicitly add it to dependencies. Tom Hacohen 2020-12-31 10:03:16 +0200
  • 5b8f667e55 Cleanup django db connections before every request and every dependency. Tom Hacohen 2020-12-30 17:09:16 +0200
  • 6ec03c3d34 Revert "Add a django middleware to cleanup db connections." Tom Hacohen 2020-12-30 15:37:59 +0200
  • 6738c2cf20 Remove unused variable. Tom Hacohen 2020-12-30 13:55:05 +0200
  • 64be7f10bd Remove all of the needless async decorators. Tom Hacohen 2020-12-30 10:17:01 +0200
  • 473448246f Add a django middleware to cleanup db connections. Tom Hacohen 2020-12-30 09:20:38 +0200
  • a7fdb4a108 More typing fixes. Tom Hacohen 2020-12-29 20:56:36 +0200
  • 6615b149c5
    Update README with wiki changes (#82) Simon Vandevelde 2020-12-29 20:04:48 +0100
  • cfbd885f0b
    Change order of uvicorn args #82 Simon Vandevelde 2020-12-29 20:01:46 +0100
  • 981e1a9a6a Add mypy config. Tom Hacohen 2020-12-29 21:00:56 +0200
  • e86c85def7
    Update README with wiki changes Simon Vandevelde 2020-12-29 19:42:09 +0100
  • 8bfdbc55a3 Add typing extensions to requirements. Tom Hacohen 2020-12-29 18:53:31 +0200
  • c4235662d8 Use uvicorn[standard] in requirements to get some added extras. Tom Hacohen 2020-12-29 18:50:18 +0200
  • 709bc6c1fc Improve typing information. Tom Hacohen 2020-12-29 17:18:09 +0200
  • 332f7e2332 Fix Python 3.7 compatibility Tom Hacohen 2020-12-29 17:52:08 +0200
  • d21c76ec5a SimpleMessage: add a new endpoint for sending messages. #88 simplemessage Tom Hacohen 2020-12-24 14:58:18 +0200
  • d55204b96d Improve typing information. Tom Hacohen 2020-12-29 17:18:09 +0200
  • 8245577dfb Rename module to prevent confusion on import. Tom Hacohen 2020-12-29 16:55:21 +0200
  • 174e54681d Improve type annotations. Tom Hacohen 2020-12-29 16:06:59 +0200
  • 62eb46ec4e msgpack route: use the encode/decode functions from the utils module. Tom Hacohen 2020-12-29 15:44:52 +0200
  • dbdff06e68 Move all the routers under their own dir. Tom Hacohen 2020-12-29 15:42:41 +0200
  • 8bf04fc286 Reformat files using black. Tom Hacohen 2020-12-29 15:37:11 +0200
  • e6b47ae1a9 Fix login_challenge to work with get_user_queryset. Tom Hacohen 2020-12-29 15:17:46 +0200
  • ff55904f49 Fix user type Tom Hacohen 2020-12-29 14:04:17 +0200
  • 259e395c92
    Merge: change the server to use FastAPI Tom Hacohen 2020-12-29 13:51:51 +0200
  • 84b6114e99 Requirements: add dev requirements and django-stubs. #72 Tom Hacohen 2020-12-29 13:43:11 +0200
  • 794b5f3983 Fix many type errors. Tom Hacohen 2020-12-29 13:22:36 +0200
  • e13f26ec56 Fix handling of legacy accounts that don't have collection type. Tom Hacohen 2020-12-29 10:27:35 +0200
  • f67730f42d Support passing custom middlewares. Tom Hacohen 2020-12-29 10:12:36 +0200
  • a8b97e60d4 Docs: improve metadata. Tom Hacohen 2020-12-29 09:46:20 +0200
  • 7714148807 Use ValidationError when appropriate. Tom Hacohen 2020-12-28 18:49:05 +0200
  • f0a8689712 Implement sendfile. Tom Hacohen 2020-12-28 18:44:55 +0200
  • c7f09d3fef implement chunk_download. Tom Hacohen 2020-12-28 18:25:06 +0200
  • 53b22602b2 Implement chunk_update. Tom Hacohen 2020-12-28 18:17:57 +0200
  • dcf81aa9ce Fix prefetch medium. Tom Hacohen 2020-12-28 18:17:41 +0200
  • f7858a20b7 Fix user creation. Tom Hacohen 2020-12-28 17:46:20 +0200
  • 3d438b9591 Cleanup validation errors. Tom Hacohen 2020-12-28 17:39:51 +0200
  • 10ff303b75 Fix formatting. Tom Hacohen 2020-12-28 17:09:20 +0200
  • fa0979dce1 Test reset: clean reset function. Tom Hacohen 2020-12-28 16:57:09 +0200
  • 151bec0d9e Fix type error. Tom Hacohen 2020-12-28 16:44:13 +0200
  • 586b015eb7 Login: also return username and email upon login. Tom Hacohen 2020-12-28 16:23:01 +0200
  • c2a2e710c9 Move common dependencies to their own file. Tom Hacohen 2020-12-28 15:38:00 +0200
  • 3e39aa88a1 Remove unused var. Tom Hacohen 2020-12-28 15:27:29 +0200
  • 1bca435d74 Workaround typing issue. Tom Hacohen 2020-12-28 15:26:34 +0200
  • 59e30ed988 Signup and logout: make sync. Tom Hacohen 2020-12-28 15:17:13 +0200
  • ca7f2ec73c When converting from ORM convert binary fields to bytes. Tom Hacohen 2020-12-28 15:08:03 +0200
  • 50f89c48e2 Dashboard url: fix getting dashboard url. Tom Hacohen 2020-12-28 15:07:18 +0200
  • c1f171bde0 Change how we create applications. Tom Hacohen 2020-12-28 14:47:41 +0200
  • 65cd722616 django_etebase utils: add optionl user to context. Tom Hacohen 2020-12-28 14:27:23 +0200
  • b3c170e10d fix getting dashboard URL. Tom Hacohen 2020-12-28 14:28:42 +0200
  • 313dcf0721 django_etebase utils: add optionl user to context. Tom Hacohen 2020-12-28 14:27:23 +0200
  • c918d3ed07 Add base64 utils. Tom Hacohen 2020-12-28 14:26:44 +0200
  • 2e9caf66f9 Remove deprecated settings. Tom Hacohen 2020-12-28 14:04:07 +0200
  • 4ceb42780e Remove unused django_etebase code. Tom Hacohen 2020-12-28 13:56:53 +0200
  • 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