Wykres commitów

536 Commity (d6daa7bfb3b6125864ca1b08c7e8fbcdcae01736)

Autor SHA1 Wiadomość Data
Dario Piotrowicz d6daa7bfb3 update e2e tests after previous navigation tweaks 2023-02-16 13:31:52 +00:00
Dario Piotrowicz 5b935a11e6 update status click handler not to include account 2023-02-16 13:00:26 +00:00
Dario Piotrowicz bed859f737 create reusable StatusAccountCard component 2023-02-16 12:54:19 +00:00
Dario Piotrowicz aa21606df1 add reblog to dummyData 2023-02-16 11:55:28 +00:00
Sven Sauleau 2f49056e3b
Merge pull request #295 from cloudflare/fix-auth-token-lint-issue
Fix auth token lint issue
2023-02-15 23:55:10 +00:00
Dario Piotrowicz 41b47390f7 remove unnecessary any 2023-02-15 23:24:38 +00:00
Dario Piotrowicz 576dfc9ca0 use tabs instead of spaces in oatuh token file 2023-02-15 22:54:27 +00:00
Celso Martinho a043c059d0 Merge branch 'main' of github.com:cloudflare/wildebeest into main 2023-02-15 19:53:02 +00:00
Celso Martinho 4f95669de7 Better "supported clients" page 2023-02-15 19:52:38 +00:00
Celso Martinho 96f6134fe9
Merge pull request #292 from cloudflare/sven/code-in-url
oauth: get token support code in URL
2023-02-15 18:46:14 +00:00
Sven Sauleau 22745197e2 oauth: get token support code in URL 2023-02-15 18:37:15 +00:00
Sven Sauleau b3f10fedc0
Merge pull request #291 from cloudflare/sven/alias
endpoint for setting actor alias
2023-02-15 17:21:02 +00:00
Sven Sauleau b28a1ae878 endpoint for setting actor alias 2023-02-15 17:15:23 +00:00
Sven Sauleau 7e974f1fed fix tests 2023-02-15 16:40:29 +00:00
Sven Sauleau acbf43f35f quickfix: add stub id in app creation 2023-02-15 16:37:02 +00:00
Sven Sauleau 3a5bb32daa
Merge pull request #290 from cloudflare/sven/nodeinfo-cors
Add CORS header to NodeInfo endpoints
2023-02-15 15:41:13 +00:00
Sven Sauleau bd279cafff add CORS for 404 subscription 2023-02-15 15:36:04 +00:00
Sven Sauleau b9927c3dfe Add CORS header to NodeInfo endpoints
For elk compatibility.
2023-02-15 15:28:51 +00:00
Sven Sauleau 39394ab50a
Merge pull request #288 from cloudflare/sven/sub-optional-policy
subscription: make policy optional
2023-02-15 15:17:18 +00:00
Sven Sauleau d997d0ca06 subscription: make policy optional 2023-02-15 15:11:28 +00:00
Sven Sauleau c353bca4ff
Merge pull request #287 from cloudflare/custom-emojis-frontend
show custom emojis in display names
2023-02-15 14:59:14 +00:00
Dario Piotrowicz 11a2c278b2 show custom emojis in display names 2023-02-15 14:16:14 +00:00
Sven Sauleau e89ff9cd59
Merge pull request #286 from cloudflare/sven/fix-subscriptions-id
subscription: remove hardcoded and switch to Int
2023-02-15 12:15:44 +00:00
Sven Sauleau 8681d09d4f quickfix: stub some notification values 2023-02-15 12:02:41 +00:00
Sven Sauleau 0d2c8b4504
Merge pull request #250 from cloudflare/fix-wrong-account-url
fix wrong account url being used
2023-02-15 11:53:14 +00:00
Sven Sauleau 39046061db subscription: remove hardcoded and switch to Int 2023-02-15 11:52:24 +00:00
Dario Piotrowicz c5ac435f53 Adjust account urls
second attempt after fist caused issues and had
to be reverted
2023-02-15 10:31:09 +00:00
Sven Sauleau 3d6f616785
Merge pull request #283 from cloudflare/fetch-more-account-statuses
Improve infinite scrolling
2023-02-15 09:54:09 +00:00
Dario Piotrowicz 91d6bb0503 add infinite scrolling to local and federated timelines 2023-02-15 00:17:15 +00:00
Dario Piotrowicz d2a5ff122a refactor infinite scrolling e2e tests
create a new infinite scrolling e2e test so to
keep the testing code DRY
2023-02-15 00:14:58 +00:00
Dario Piotrowicz 351b179b08 test infinite scrolling on account and explore page 2023-02-14 23:52:00 +00:00
Dario Piotrowicz 5832c841ce tweak playwright config so that tests fail sooner if something is wrong 2023-02-14 23:52:00 +00:00
Dario Piotrowicz af1e333128 fetch more statuses dynamically for account on scroll 2023-02-14 23:52:00 +00:00
Dario Piotrowicz 08f57a7549
Merge pull request #285 from cloudflare/remove-real-dummy-data
improve dummy data and tests
2023-02-14 23:38:31 +00:00
Dario Piotrowicz 7700f40041 improve dummy data and tests
- improve the dummy data to be generated when building the mock db
- restructure dummy data folder structure
- remove all real data from the dummy data
- update the tests to use the new dummay data, and also
  - fix the incorrect 404 test
  - add a test for viewing images
2023-02-14 21:19:43 +00:00
Sven Sauleau 0484a97085
Merge pull request #284 from cloudflare/scrollbar
style scrollbar
2023-02-14 16:19:11 +00:00
Dario Piotrowicz 081a6e6c05 style scrollbar 2023-02-14 12:27:12 +00:00
Dario Piotrowicz 5c2e0d0282
Merge pull request #280 from cloudflare/mobile-explore-nav
break words in mobile views to reduce need of scrolling
2023-02-13 17:52:06 +00:00
Dario Piotrowicz eaa42456d0 break words in mobile views to reduce need of scrolling
resolves #265
2023-02-13 17:34:15 +00:00
Sven Sauleau 1194bdca90
Merge pull request #279 from cloudflare/sven/public-statuses
Make /api/v1/accounts/[id]/statuses public
2023-02-13 16:59:32 +00:00
Sven Sauleau 54c9a11e1a Make /api/v1/accounts/[id]/statuses public
The endpoint supports both authentificated and public access. At the
moment the connected user isn't used, we can just make the endpont
public.

Closes https://github.com/cloudflare/wildebeest/issues/275
2023-02-13 16:51:03 +00:00
Sven Sauleau 382c5dbbf9
Merge pull request #278 from cloudflare/sven/hotfix-post
make tag endpoint public
2023-02-13 16:18:39 +00:00
Sven Sauleau 3e716104d1 make tag endpoints public 2023-02-13 16:14:57 +00:00
Sven Sauleau 84199f4937
Merge pull request #277 from cloudflare/sven/hotfix-post
hotfix: only insert hashtags when provided
2023-02-13 16:02:08 +00:00
Sven Sauleau 2a3e4b43fc
Merge pull request #276 from cloudflare/sven/timeline-tag
tag timeline
2023-02-13 16:00:26 +00:00
Sven Sauleau 3d6393eda2 hotfix: only insert hashtags when provided 2023-02-13 15:58:02 +00:00
Sven Sauleau 1c813f9956 tag timeline 2023-02-13 15:56:31 +00:00
Sven Sauleau d8e99e871b
Merge pull request #273 from cloudflare/account-toots
show account posts in account page
2023-02-13 14:50:04 +00:00
Dario Piotrowicz 37bddfbe19 show account posts in account page 2023-02-13 14:24:53 +00:00
Sven Sauleau 8e592d3ea6
Merge pull request #274 from cloudflare/sven/tags
view single tag
2023-02-13 12:54:52 +00:00