Commit Graph

7 Commits (1c335ac53a98c0f4f97a0ce5c8166cd2285c02ad)

Author SHA1 Message Date
Eugen Rochko e5cee8062f
Fix blurhash and autoplay not working on public pages ()
Eugen Rochko 2c63e0292a
Fix admin validation being too strict about usernames ()
* Fix admin validation being too strict about usernames

Fix 

* Strip Setting.site_contact_username consistently throughout the codebase
Eugen Rochko b4fb766b23
Add REST API for Web Push Notifications subscriptions ()
- POST /api/v1/push/subscription
- PUT /api/v1/push/subscription
- DELETE /api/v1/push/subscription
- New OAuth scope: "push" (required for the above methods)
りんすき fbe7756da6 implement web share target ()
* web share target

* fix

* fix
Akihiko Odaki 2c1ed5f872 Show mastodon on modal ()
Clworld f814661fca Make share intent modal to make "signed in as" shown. ()
* Make share intent modal to make "signed in as" shown.

* fix glitch on mobile.
Eugen Rochko 3c6503038e Add protocol handler. Handle follow intents ()
* Add protocol handler. Handle follow intents

* Add share intent

* Improve code in intents controller

* Adjust share form CSS