-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Big merge of all recent PRs #64
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Send an event when a notification is added
Only supports a single file. Doesn't generate a blurhash, so Mastodon seems to show the image as "Not available" for a few seconds.
…ad, return immediately and handle the rest in .then() This was broken on Firefox, seemed ok in Chrome.
Fix bug where sensitive was enabled by default (cw == undefined, not null)
…(eg. abc123.png). This means that the media directory could be served by a static webserver. When a request comes in via existing /media/:id endpoint, drop the .ext and lookup the mime type (for Content-Type) via the metadata.
For each found, add a Hashtag object in tags[] and rewrite link to domain/tags/xyz (which won't resolve yet). Posting a message with a hashtag makes it discoverable from another instance
…g when seeing a post
UI for construction is a bit clunky as it keeps regenerating DOM elements and losing focus. Nothing is done with incoming votes
Remove debug Fix focus problems with poll generation. Only re-generate HTML when there's actually a visual change.
…l fail to create correct directories
On GET /node/:guid, if client Accepts application/activity+json, send it to them raw Add the @context to the top of Notes so clients know what the JSON represents. Shuttlecraft URLs are now loadable via search bar in Mastodon.
File upload for avatar and header image Change preferredName and summary text fields
CC0 licensed, no attribution needed, https://opengameart.org/content/8-bit-sound-effect-pack
CC0 licensed, no attribution needed, https://opengameart.org/content/8-bit-sound-effect-pack
… UserEvent directly - causing the long poll to end and the messages counts to be read.
Saves a .zip archive with directory renamed to "data", for ease of use.
…of all posts referencing hashtag
To test, create a post, rm .json manually, try to view it
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
All of the raised PRs are against your main branch, so you can pick and choose between them (The only exception is the settings page PR which builds on attachments as it reuses the image upload code)
This PR contains a merge of them all, so hopefully all features exist in a single version.
#63
#62
#60
#59
#56
#53
#68
#69
#70
#72
#73