Sven Sauleau
1eec0f5f16
fix deploy retrieve D1
2023-02-22 17:16:20 +00:00
Sven Sauleau
b284617391
Merge pull request #331 from cloudflare/sven/other-db
...
extract database types
2023-02-22 16:49:12 +00:00
Sven Sauleau
7dea01b781
extract database types
...
Refs https://github.com/cloudflare/wildebeest/issues/228
2023-02-22 16:18:06 +00:00
Dario Piotrowicz
d7ceb551fe
Merge pull request #330 from cloudflare/break-all-fix-cleanup
...
cleanup extra grid col and row classes
2023-02-22 15:05:12 +00:00
Sven Sauleau
91015be5db
Merge pull request #329 from cloudflare/sven/limits
...
add more limits
2023-02-22 14:36:30 +00:00
Dario Piotrowicz
4e0cf1da14
cleanup extra grid col and row classes
2023-02-22 14:22:16 +00:00
Sven Sauleau
02b7e884b5
Merge pull request #328 from cloudflare/break-all-fix
...
remove break-all
2023-02-22 13:49:57 +00:00
Sven Sauleau
d43a5d316d
limit Actor properties
2023-02-22 13:48:35 +00:00
Sven Sauleau
ade9e669ab
fix sanitize Actor summary instead of content & testing
2023-02-22 13:40:51 +00:00
Sven Sauleau
b6e98134a0
limit status to 500 chars
2023-02-22 13:19:20 +00:00
Dario Piotrowicz
112133f872
enable playwright testing on mobile viewports
2023-02-22 13:11:08 +00:00
Dario Piotrowicz
d4aab92c79
make account card somewhat viewable on small screens
2023-02-22 13:03:00 +00:00
Dario Piotrowicz
530f46c8bb
remove break-all
2023-02-22 12:40:30 +00:00
Dario Piotrowicz
a2072d405a
Merge pull request #325 from cloudflare/about-page
...
implement UI for about page
2023-02-20 20:23:33 +00:00
Dario Piotrowicz
3d0e394a14
implement UI for about page
...
initial step for #282
2023-02-20 18:29:06 +00:00
Dario Piotrowicz
40d59fbccd
fix broken statusAPI.handleRequestGet call
...
likely broken by PR #309
2023-02-20 18:29:06 +00:00
Dario Piotrowicz
501c840db4
make playwright fail faster locally
...
locally playwright is very fast and not flaky, so in order to
have a quicker development cycle reduce the playwright timeouts
so that if something is off playwright can fail tests quicker
2023-02-20 18:27:20 +00:00
Sven Sauleau
c1fc07d2ba
hotfix: add missing properties for local actors
2023-02-20 17:10:34 +00:00
Sven Sauleau
80ca74923a
Merge pull request #323 from cloudflare/sven/use-actor-properties
...
use Actor properties for inbox URL
2023-02-20 17:03:19 +00:00
Sven Sauleau
7c2a0f207d
use Actor properties for inbox URL
...
Previously the inbox URL would be guessed from Mastodon URL scheme,
however this doesn't work with non Mastodon Actors.
This change relies on Actor's properties to get the inbox URL, ie the
proper way.
2023-02-20 16:57:39 +00:00
Sven Sauleau
68bc935e1a
Merge pull request #322 from cloudflare/sven/fix-post-deletion
...
add auth to status deletion
2023-02-20 16:43:18 +00:00
Sven Sauleau
d98694de91
add auth to status deletion
2023-02-20 16:35:40 +00:00
Sven Sauleau
9316963dbc
Merge pull request #320 from cloudflare/sven/fix-broken-status-link
...
fix broken status links
2023-02-20 15:36:24 +00:00
Sven Sauleau
24c9a7e061
Merge pull request #321 from cloudflare/sven/fix-move
...
fix move followers/following
2023-02-20 15:33:11 +00:00
Sven Sauleau
06a435fbfc
fix broken status links
2023-02-20 15:31:15 +00:00
Sven Sauleau
0d19dc7b48
fix move followers/following
2023-02-20 15:28:39 +00:00
Sven Sauleau
7dff854773
debug
2023-02-20 15:20:41 +00:00
Dario Piotrowicz
cd45aba28d
remove tabs and newlines from dummy status
2023-02-20 15:12:40 +00:00
Sven Sauleau
45e07b2bac
Merge pull request #309 from cloudflare/public-statuses
...
/api/v1/statuses should be public for public statuses
2023-02-20 14:39:03 +00:00
Celso Martinho
2937e9ffc9
typo
2023-02-20 12:27:47 +00:00
Sven Sauleau
e464d6f988
Merge pull request #319 from cloudflare/sven/ignore-invalid-mentions
...
ignore invalid user mentions
2023-02-20 12:25:21 +00:00
Celso Martinho
387d373698
Merge branch 'public-statuses' of github.com:cloudflare/wildebeest into public-statuses
2023-02-20 12:23:00 +00:00
Celso Martinho
32d625151e
keep /api/v1/statuses/[id]/reblog or /api/v1/statuses/[id]/favourite authentificated
2023-02-20 12:22:24 +00:00
Sven Sauleau
5e77067324
ignore invalid user mentions
2023-02-20 12:21:02 +00:00
Sven Sauleau
08a5bc4fa4
Merge pull request #305 from cloudflare/spoiler-contents
...
handle spoiler text in the statuses ui
2023-02-20 11:38:27 +00:00
Sven Sauleau
ede7906dc0
Merge pull request #310 from cloudflare/add-ci-hack-to-database-create-mock
...
add CI=true to database:create-mock
2023-02-20 11:19:38 +00:00
Sven Sauleau
90bdbcb5d8
Merge pull request #317 from cloudflare/simplify-request-loaders
...
simplify requestLoaders to requestUrlLoaders
2023-02-20 11:11:15 +00:00
Dario Piotrowicz
ec3a1e1bd5
simplify requestLoaders to requestUrlLoaders
2023-02-20 10:41:16 +00:00
Dario Piotrowicz
9d043faf39
Merge pull request #312 from yug1224/fix-break-word
...
fix: Changed line breaks so that text does not overflow
2023-02-19 14:43:23 +00:00
Yuji Yamaguchi
137f885b22
fix: Changed line breaks so that text does not overflow
2023-02-19 23:10:33 +09:00
Dario Piotrowicz
9b42a3ca5a
add CI=true to database:create-mock
...
add CI=true to database:create-mock so that wrangler doesn't show
a confirmation prompt asking the user if they want to apply the
migrations (since at that point it is obvious they do)
2023-02-17 23:14:25 +00:00
Dario Piotrowicz
97530bbc7a
handle spoiler text in the statuses ui
...
as part of this:
- wire up spoilter_text in the backend so that frontend can use it
- add spoiler_text to dummy data (+ related refactoring)
- show spoilter text in the ui (+ related refactoring)
- add/update e2e tests to check spoiler text
2023-02-17 23:05:45 +00:00
Dario Piotrowicz
35c6c578ea
fix failing linting
2023-02-17 22:53:44 +00:00
Celso Martinho
8712d5d503
Add tests
2023-02-17 18:25:19 +00:00
Celso Martinho
5986d6f9a4
/api/v1/statuses should be public for public statuses
2023-02-17 18:12:34 +00:00
Dario Piotrowicz
9cc290ecc7
Merge pull request #308 from cloudflare/update-qwik
...
update qwik and qwikCity packages
2023-02-17 17:38:22 +00:00
Dario Piotrowicz
f7df319831
update qwik and qwikCity packages
2023-02-17 17:02:18 +00:00
Sven Sauleau
6e7f179216
Merge pull request #296 from CyberFlameGO/patch-2
...
add note that pinafore is unmaintained and fix mammoth link
2023-02-17 09:51:58 +00:00
Dario Piotrowicz
7903335f6c
Merge pull request #306 from cloudflare/dependabot/npm_and_yarn/frontend/undici-5.19.1
...
Bump undici from 5.14.0 to 5.19.1 in /frontend
2023-02-16 23:28:02 +00:00
dependabot[bot]
9e6633f4fb
Bump undici from 5.14.0 to 5.19.1 in /frontend
...
Bumps [undici](https://github.com/nodejs/undici ) from 5.14.0 to 5.19.1.
- [Release notes](https://github.com/nodejs/undici/releases )
- [Commits](https://github.com/nodejs/undici/compare/v5.14.0...v5.19.1 )
---
updated-dependencies:
- dependency-name: undici
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
2023-02-16 23:09:01 +00:00