mirror of
https://github.com/owncast/owncast.git
synced 2024-11-24 13:50:06 +03:00
3 commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
imgbot[bot]
|
496eee295c
|
[ImgBot] Optimize images (#1789)
*Total -- 3,494.01kb -> 3,001.71kb (14.09%) /webroot/img/user-icon.svg -- 1.48kb -> 0.76kb (48.75%) /webroot/img/owncast-background.png -- 3,228.15kb -> 2,739.00kb (15.15%) /webroot/img/emoji/papalparrot.gif -- 2.31kb -> 2.02kb (12.39%) /webroot/img/emoji/ryangoslingparrot.gif -- 5.86kb -> 5.48kb (6.43%) /webroot/img/browser-push-notifications-settings.png -- 23.65kb -> 22.26kb (5.86%) /webroot/img/follow.svg -- 1.67kb -> 1.63kb (2.17%) /webroot/img/bot.svg -- 6.82kb -> 6.70kb (1.83%) /webroot/img/repost.svg -- 1.61kb -> 1.59kb (1.52%) /webroot/img/like.svg -- 1.66kb -> 1.63kb (1.47%) /webroot/img/emoji/matrixparrot.gif -- 2.02kb -> 2.00kb (0.77%) /webroot/img/notification-bell.svg -- 0.59kb -> 0.58kb (0.5%) /webroot/img/emoji/tiedyeparrot.gif -- 32.45kb -> 32.39kb (0.19%) /webroot/img/emoji/githubparrot.gif -- 27.44kb -> 27.40kb (0.17%) /webroot/img/emoji/cryptoparrot.gif -- 5.08kb -> 5.07kb (0.08%) /webroot/img/emoji/alert.gif -- 59.86kb -> 59.84kb (0.04%) /webroot/img/emoji/fixparrot.gif -- 3.76kb -> 3.76kb (0.03%) /webroot/img/emoji/tennisparrot.gif -- 55.18kb -> 55.17kb (0.02%) /webroot/img/emoji/sithparrot.gif -- 17.21kb -> 17.21kb (0.01%) /webroot/img/emoji/jediparrot.gif -- 17.21kb -> 17.21kb (0.01%) Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com> Co-authored-by: ImgBotApp <ImgBotHelp@gmail.com> |
||
Gabe Kangas
|
5723c8a0a0 | Optimize images | ||
Gabe Kangas
|
045a0a2afd
|
Social features / ActivityPub federation (#1629)
* Support webfinger requests for the live account. Closes https://github.com/owncast/owncast/issues/1193
* Support for actor requests. Returns response for live actor. Closes https://github.com/owncast/owncast/issues/1203
* Handle follow and unfollow requests. Closes
https://github.com/owncast/owncast/issues/1191 and https://github.com/owncast/owncast/issues/1205 and https://github.com/owncast/owncast/issues/1206 and https://github.com/owncast/owncast/issues/1194
* Add basic support for sending out text activities. For https://github.com/owncast/owncast/issues/1192
* Some error handling and passing of dynamic local account names.
* Add hardcoded example image attachment to test post
* Centralize the map of accounts and inboxes
* No longer disable the preview generator based on YP toggle
* Send a federated message to followers when stream starts. For https://github.com/owncast/owncast/issues/1192
* Placeholder for attaching tags
* Add image description
* Save and get to outbox persistence. Return using outbox endpoint for actor
* Pass payloads to be handled through the gochan
* Handle undo follow requests explitly, not all undo requests
* Add API for manually sending simple federated messages. Closes #1215
* Verify inbox requests. Closes #1321
* Add route to fetch a single AP object by ID. For #1329
* Add responses to fediverse nodeinfo requests
* Set and get federation config values for admin
* Handle host-meta requests
* Do not send out message if disabled. Use saved go live message.
* Require AP-compatible content types for AP-related requests
* Rename ap models to apmodels for clarity
* Change how content type matching takes place.
* io -> ioutil
* Add stub delete activity callback
* Handle likes and announces to surface engagement in chat. Part of #1229
* Append url to go live posts
* Do not require specific content types for nodeinfo requests
* Add follow engagement chat message via AP
* add owncast user-agent to requests
* Set note visibility to public (for now)
* Fix saving/fetching a single object
* Add support for x-nodeinfo2 responses
* Point to the dev admin branch for ap
* Bundle in dev admin for testing
* Add error logging
* Add AP middleware back
* Point to the new external compatible logo endpoint
* Clean up more AP logging to help testing
* Tweak go live text and link hashtags
* Fix bug in fetching init time
* Send update actor activities when server details/profile is updated
* Add federation config overview to web client config
* Add additional actor properties
* Make the AP middleware checking more flexible when looking at types
* First pass at remote fediverse follow flow. For #1371
* Added a basic AP actor followers endpoint
* WIP client followers API
* Add profile-page reference to webfinger response
* Add aliases to webfinger response
* Fix content-type returned to be expected activitypub+json
* First pass at followers api
* Point at local dev copy of go-fed/activity
* Add custom toot Hashtag objects to posts
* Store additional user details to followers table
* Fix AP followers endpoint. Closes #1204
* Add owncast hashtag as an invisible tag to go live posts
* Reject AP requests when it is disabled
* Add actor util for generating full account user from person object
* Verify inbox requests before performing any other work
* Accept actor update requests
* Fix linter errors in federation branch
* Migrate AP SQL to sqlc for type safe queries
* Use the @unclearParadigm REST parameter helper
* Fix verifying post ID on AP engagement
* WIP privacy/request approval
* Style the remote follow modal
* First pass at a followers list component w/ mock data. #1370
* Revert "Use the @unclearParadigm REST parameter helper"
This reverts commit
|