Wykres commitów

504 Commity (af1e333128e35735a52de1dea387740374d213db)

Autor SHA1 Wiadomość Data
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
Sven Sauleau d8e22705e6 view single tag 2023-02-13 12:13:54 +00:00
Sven Sauleau 36732ad0cd
Merge pull request #272 from cloudflare/sven/hashtag
introduce basic for hashtag
2023-02-13 11:44:23 +00:00
Sven Sauleau 5110b4992a introduce basic for hashtag
This change detects hashtags in statuses and insert them into a new
table `note_hashtags`.
2023-02-13 11:37:35 +00:00
Sven Sauleau c38dde7efb
Merge pull request #271 from cloudflare/sven/catch-search-invalid-handles
handle invalid search query
2023-02-13 10:20:23 +00:00
Sven Sauleau f5a4a72e70
Merge pull request #270 from cloudflare/sven/disjoint-link-object
Disjoint Link from Object
2023-02-13 10:17:36 +00:00
Sven Sauleau 0223bf4981 handle invalid search query
Closes https://github.com/cloudflare/wildebeest/issues/257
2023-02-13 10:15:54 +00:00
Sven Sauleau adced26955 Disjoint Link from Object
Link was extending Object which was a mistake (as pointed out in
https://github.com/cloudflare/wildebeest/issues/35). This change
disjoints Link and Object objects, as specified by
https://www.w3.org/TR/activitystreams-vocabulary/#dfn-link.
2023-02-13 10:11:39 +00:00
Sven Sauleau 96edda23f0
Merge pull request #268 from cloudflare/fix-use-official-default-avatar
Change Default Images to Official Mastodon Avatar
2023-02-13 09:49:04 +00:00
DataDrivenMD 0e4db6f70e Change Default Images to Official Mastodon Avatar
[X] Use the official Mastodon default image for avatar
2023-02-13 09:47:15 +00:00
Dario Piotrowicz 88bc6de05d
Merge pull request #264 from CyberFlameGO/patch-1
reduce filesize of favicon and wildebeest-splash (optimized by imgbot)
2023-02-12 21:07:52 +00:00
Dario Piotrowicz bbc7764df2
Merge pull request #266 from eltociear/patch-1
Fix typo in activitypub.spec.ts
2023-02-12 21:06:27 +00:00
Ikko Eltociear Ashimine 0585f5b11f
Fix typo in activitypub.spec.ts
existant -> existent
2023-02-13 00:31:46 +09:00
imgbot[bot] 2a8e1fa553
[ImgBot] Optimize images (#1)
Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com>
Co-authored-by: CyberFlame <cyberflameu@gmail.com>
2023-02-12 17:59:31 +13:00
Sven Sauleau b9d2a9d195
Merge pull request #254 from xmflsct/add-waf-guide
Add WAF false positive guide
2023-02-11 22:15:24 +00:00
xmflsct 36d936223f
Apply suggestions from code review
Co-authored-by: Dario Piotrowicz <dario.piotrowicz@gmail.com>
2023-02-10 23:39:22 +01:00
Sven Sauleau e88a55a7e0
Merge pull request #251 from koehn/main
Fix for cloudflare#248
2023-02-10 18:44:56 +00:00
Zhiyuan 1673fcc4fc Add WAF false positive guide 2023-02-10 18:54:16 +01:00
Celso Martinho 7acbd05613
Merge pull request #252 from cloudflare/docs
Better documentation
2023-02-10 17:24:24 +00:00
Celso Martinho b3e5c827d1
Update docs/getting-started.md
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
2023-02-10 17:23:44 +00:00
Celso Martinho 4e860085a4
Update docs/troubleshooting.md
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
2023-02-10 17:23:29 +00:00
Celso Martinho bdc137c9f5
Update docs/updating.md
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
2023-02-10 17:23:13 +00:00
Celso Martinho 7364e17954
Update docs/requirements.md
Co-authored-by: Dario Piotrowicz <dario@cloudflare.com>
2023-02-10 17:22:57 +00:00
Celso Martinho bd277c95d4
Merge branch 'main' into docs 2023-02-10 17:10:57 +00:00
Celso Martinho dd3a481327 Fixes back link 2023-02-10 16:56:50 +00:00
Celso Martinho 54bb9696ae Reorganizing documentation 2023-02-10 16:52:59 +00:00
Brad Koehn cca63c9c6a
Merge branch 'cloudflare:main' into main 2023-02-10 09:59:54 -06:00
Brad Koehn aa618c39c8 allow various image types 2023-02-10 09:32:11 -06:00
Dario Piotrowicz a7568b73a9
Merge pull request #246 from cloudflare/seo-metadata
add title, description and seo metadata to various pages
2023-02-10 15:23:14 +00:00
Dario Piotrowicz e3271478e1 add title, description and seo metadata to various pages
resolves #218
2023-02-10 15:18:50 +00:00
Sven Sauleau e264982d27
Merge pull request #249 from cloudflare/improve-mentions
Improve mentions
2023-02-10 14:03:33 +00:00
Dario Piotrowicz 7d2ffc6a03 make enrishStatus mentions tests more robust and fix prefix issue 2023-02-10 13:20:29 +00:00
Dario Piotrowicz 561d5e03ca make enrichStatus accept mentioned with longer domain 2023-02-10 12:53:01 +00:00