Sven Sauleau
4d68c3b27d
gh-86: implement authorization screen
2023-01-30 11:52:03 +00:00
Sven Sauleau
d7710a721b
ci: make Configure step fail
2023-01-30 10:48:49 +00:00
Dario Piotrowicz
4dd631b22d
Merge pull request #154 from cloudflare/object-to-apobject
...
rename ambiguous Object to APObject
2023-01-24 13:50:56 +00:00
Dario Piotrowicz
ab43afea34
rename ambiguous Object to APObject
2023-01-24 13:40:26 +00:00
Dario Piotrowicz
609e497deb
correct wrong console.warn for replies in mock db initialization ( #153 )
2023-01-24 12:47:51 +00:00
Dario Piotrowicz
a4389003ce
Merge pull request #151 from cloudflare/reduce-be-fe-code-duplication
...
Reduce BE/FE code duplication
2023-01-23 21:35:15 +00:00
Dario Piotrowicz
67109a2601
implement createStatus to reduce code duplication
2023-01-23 21:31:48 +00:00
Dario Piotrowicz
e6e59c7b5e
implement createReply shared test util to reduce code duplication
2023-01-23 21:29:43 +00:00
Dario Piotrowicz
96c9242298
implement createReblog function to reduce reblog code duplication
2023-01-23 21:29:43 +00:00
Dario Piotrowicz
c7978d4ea5
Merge pull request #75 from cloudflare/minor-backend-linting-improvements
...
improve be (+functions) linting
2023-01-23 11:42:57 +00:00
Dario Piotrowicz
3738c7dda1
improve be (+functions) linting:
...
- enable no-unsafe-call for be/functions linting
- enable backend await-thenable eslint rule
- enable backend no-misused-promises eslint rule
2023-01-23 11:38:16 +00:00
OutpostRyan
72362875c7
Copy edits ( #150 )
2023-01-23 11:19:03 +00:00
Sven Sauleau
4a6bf1739b
Merge pull request #144 from cloudflare/sven/MOW-100
...
MOW-100: protect first-login behind Access
2023-01-20 16:08:11 +01:00
Sven Sauleau
e00f05cdf2
MOW-100: protect first-login behind Access
2023-01-20 15:03:52 +00:00
Sven Sauleau
87581e235d
Merge pull request #143 from cloudflare/sven/MOW-119-show-video
...
MOW-119: show video UI
2023-01-20 15:23:22 +01:00
Sven Sauleau
7694d7fca5
MOW-119: show video UI
2023-01-20 13:58:18 +00:00
Sven Sauleau
65c253e11b
Merge pull request #142 from cloudflare/sven/MOW-119-preserve-attachement
...
MOW-119: preserve attachement from remote statuses
2023-01-20 12:09:45 +01:00
Sven Sauleau
1e539df615
MOW-119: preserve attachement from remote statuses
2023-01-20 11:06:15 +00:00
Sven Sauleau
c15f6bec5e
Merge pull request #141 from cloudflare/sven/MOW-87
...
MOW-87: implement remote followers/following
2023-01-19 15:04:53 +01:00
Sven Sauleau
4a0d413c00
MOW-87: implement remote followers/following
2023-01-19 13:56:56 +00:00
Dario Piotrowicz
f1ade0233d
Merge pull request #132 from cloudflare/replies
...
fetch status context instead of providing an empty one
2023-01-19 11:31:33 +00:00
Dario Piotrowicz
e464fe2bcd
add replies to dummy data and test them in the ui tests
...
as part of this change, refactor the ui tests so that they
use lower level backend apis instead of simulating http requests
(this allows us to mock replies as well)
2023-01-19 09:52:44 +00:00
Dario Piotrowicz
eea4599add
fetch status context instead of providing an empty one
2023-01-19 09:51:12 +00:00
Sven Sauleau
a9d2b676fb
handle 404 from DO cache
2023-01-19 09:20:47 +00:00
Sven Sauleau
17668acca5
Merge pull request #139 from cloudflare/sven/MOW-118
...
MOW-118: switch from KV to DO for caching
2023-01-19 10:13:29 +01:00
Sven Sauleau
9c11b74c2e
MOW-118: switch from KV to DO for caching
2023-01-19 09:09:30 +00:00
Sven Sauleau
346b0a19dc
Merge pull request #138 from cloudflare/sven/fix-status
...
Fix post status formdata
2023-01-18 15:43:51 +01:00
Sven Sauleau
06975b8a5e
Fix post status formdata
2023-01-18 14:40:09 +00:00
Sven Sauleau
53273c9dee
Merge pull request #137 from cloudflare/sven/forward-request-images
...
upload user content forwards request to Images
2023-01-18 14:48:52 +01:00
Sven Sauleau
736110c47e
upload user content forwards request to Images
2023-01-18 13:47:52 +00:00
Sven Sauleau
bf9330b6c6
Merge pull request #134 from cloudflare/sven/MOW-116
...
MOW-116: handle status list with invalid max_id
2023-01-18 13:26:01 +01:00
Sven Sauleau
914f293d97
Merge pull request #136 from cloudflare/sven/MOW-115
...
MOW-115: improve logging for fetchKey failures
2023-01-18 13:24:49 +01:00
Sven Sauleau
91d4e3a04e
Merge pull request #135 from cloudflare/media_upload_hack
...
parse form data locally in specific cases
2023-01-18 13:24:32 +01:00
Sven Sauleau
145c0038e2
MOW-116: handle status list with invalid max_id
2023-01-18 12:19:52 +00:00
Sven Sauleau
dd944f46db
MOW-115: improve logging for fetchKey failures
2023-01-18 12:19:03 +00:00
André Cruz
43c6fd534f
parse form data locally in specific cases
...
In order to work around an EW bug, use local form data parsing
temporarly when receiving media.
2023-01-18 12:16:15 +00:00
Sven Sauleau
68526d7530
Merge pull request #133 from cloudflare/sven/MOW-112
...
MOW-112: reuse code and attachments on account's statuses
2023-01-18 12:52:34 +01:00
Sven Sauleau
f2bddedabc
MOW-112: reuse code and attachments on account's statuses
2023-01-18 11:35:41 +00:00
Sven Sauleau
6644e13053
Merge pull request #131 from cloudflare/sven/MOW-113
...
MOW-113: limit status attachements
2023-01-18 11:50:45 +01:00
Sven Sauleau
09499aad11
Merge pull request #130 from cloudflare/sven/MOW-114
...
MOW-114: fix id in account's statuses
2023-01-18 11:47:27 +01:00
Sven Sauleau
d5e92d5e00
MOW-113: limit status attachements
2023-01-18 10:44:09 +00:00
Sven Sauleau
2f9c55dd17
MOW-114: fix id in account's statuses
2023-01-18 10:39:47 +00:00
Sven Sauleau
f86d5900a9
Merge pull request #112 from cloudflare/sven/MOW-101
...
MOW-101: update one-click deploy link
2023-01-18 11:06:06 +01:00
Sven Sauleau
94abfe059f
Merge pull request #129 from cloudflare/sven/MOW-109
...
MOW-109: configure Cloudflare Images variants
2023-01-18 11:04:23 +01:00
Sven Sauleau
6f86378812
MOW-109: configure Cloudflare Images variants
2023-01-18 09:45:36 +00:00
Sven Sauleau
e5f86ee51a
Merge pull request #126 from cloudflare/sven/MOW-107-changes
...
Consistent `url` on status and reuse code in status endpoint
2023-01-17 17:20:55 +01:00
Sven Sauleau
0d4dfbd53d
Consistent `url` on status and reuse code in status endpoint
2023-01-17 16:16:29 +00:00
Sven Sauleau
412932ae1b
Merge pull request #125 from cloudflare/sven/fix-acc-statuses-list
...
Use mastodonId in account statuses
2023-01-17 16:48:34 +01:00
Sven Sauleau
18c48cbde7
Use mastodonId in account statuses
2023-01-17 15:40:05 +00:00
Sven Sauleau
28c3ed513c
Merge pull request #124 from cloudflare/sven/MOW-107
...
MOW-107: post in reply to
2023-01-17 16:29:05 +01:00