Commit Graph

50 Commits

Author SHA1 Message Date
5cc10367b2
Typo fixed 2023-06-23 11:30:18 +02:00
4b43e76822
logWrite replaced with logging module 2023-06-23 11:25:27 +02:00
23467a88ef
pathlib support 2023-06-23 11:17:02 +02:00
88d8a38444
WIP: pathlib support 2023-06-23 08:51:42 +00:00
a5cd6a215f
Fixed missing await 2023-06-23 07:40:37 +00:00
00d3d62762
Fixed openapi spec 2023-06-22 14:43:00 +02:00
19e0531a24
Fixed mime types of photo/video get 2023-06-22 13:51:04 +02:00
b46f3fb0fd
Imports cleanup 2023-06-22 13:26:01 +02:00
83dd4b6746
Sorted imports with isort 2023-06-22 13:17:53 +02:00
47435c6128
Async I/O implemented 2023-06-22 13:16:12 +02:00
e858e7d7f4 Changed token search logic 2023-03-23 12:34:18 +01:00
f9df399682 Formatted everything with black 2023-03-12 14:59:13 +01:00
Profitroll
09ec0f4620 Media access tokens are now an option 2023-02-18 11:07:46 +01:00
Profitroll
c272342b4b Fixed description 2023-02-18 00:47:21 +01:00
Profitroll
f6c2002811 Adjusted photo tokens 2023-02-18 00:47:00 +01:00
Profitroll
f1a190f030 Added access tokens for duplicates 2023-02-18 00:19:46 +01:00
fe2ef49c74 Removed useless comments and imports 2023-02-16 15:50:02 +01:00
3520912aae Exceptions and type handling done 2023-02-16 15:44:54 +01:00
e2633a01e5 WIP: Better exception handling 2023-02-16 15:04:28 +01:00
80897dd79c Removed unused imports 2023-02-16 14:58:27 +01:00
fa3aca30c2 Removed unused imports 2023-02-16 14:56:28 +01:00
c353a4a4df WIP: Better error handling 2023-02-16 14:55:03 +01:00
873e506c7d WIP: Custom exceptions handling and new models 2023-02-16 14:11:29 +01:00
dddb5dbc12 Returned ResponseModels in place 2023-02-16 13:00:21 +01:00
cb6d7d9433 HTTPException is not returned, raised instead 2023-02-16 12:53:38 +01:00
1f867630f4 Temporarily disabled models (causes #1) 2023-02-15 16:07:51 +01:00
2a100db981 Fixed scopes 2023-02-14 14:32:03 +01:00
ddca4a4a3d Handling geo errors and threading for compression 2023-02-14 14:31:56 +01:00
e14b3e7db3 Fixed UTC time 2023-01-25 16:02:28 +01:00
9a48835fe4 Photos/videos captions implemented 2023-01-17 14:39:21 +01:00
d800bbbda5 Typos fixed 2023-01-13 14:56:06 +01:00
073e26fef0 Sent log 2023-01-12 16:21:41 +01:00
29ef2cfe2b Media find is now sorted by created date 2023-01-12 14:43:17 +01:00
225c80f2f9 User creation should now be x-www-form-urlencoded 2023-01-10 15:24:36 +01:00
c693756a43 Added upload and modify dates 2023-01-10 15:23:49 +01:00
906674fcdb user_delete accepts x-www-form-urlencoded now 2023-01-09 15:22:51 +01:00
19b1ae6158 Divided users and security extensions 2023-01-09 15:01:30 +01:00
Profitroll
31d42f3ce7 Email confirmations added 2023-01-07 21:48:43 +01:00
6df2d274b1 Added photos/videos move methods 2023-01-05 16:38:00 +01:00
ea1b92015d Support for geo search 2023-01-02 15:08:46 +01:00
aa15d17883 Not removing EXIF now 2023-01-02 12:08:07 +01:00
Profitroll
0f1c6edf0f Album covers added 2022-12-20 23:59:47 +01:00
Profitroll
7035f78bac Videos support 2022-12-20 23:59:35 +01:00
Profitroll
5a139c075c Improved compression 2022-12-20 22:52:05 +01:00
Profitroll
7291faede5 Added photos compression 2022-12-20 22:24:35 +01:00
Profitroll
653688b376 Added models where possible 2022-12-20 17:07:48 +01:00
Profitroll
2e76962ca0 Added some pages 2022-12-20 15:34:47 +01:00
Profitroll
8ee3687c73 OAuth2 implemented 2022-12-20 13:28:50 +01:00
Profitroll
d16418b5d5 Renamed requests to extensions 2022-12-20 11:37:32 +01:00
Profitroll
f34df7d5b1 Started creating auth system 2022-12-20 11:36:54 +01:00