forked from mastodon/mastodon
-
Notifications
You must be signed in to change notification settings - Fork 0
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
開発中コードをv2.1.2に追従。 #5
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
* Adding Serbian translation * i18n-tasks normalize
Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.
* delete X-UA-Compatible * undo * restore
* Add confirmation step for email changes This adds a confirmation step for email changes of existing users. Like the initial account confirmation, a confirmation link is sent to the new address. Additionally, a notification is sent to the existing address when the change is initiated. This message includes instruction to reset the password immediately or to contact the instance admin if the change was not initiated by the account owner. Fixes mastodon#3871 * Add review fixes
yay for regexes, amirite
There's no reason for an Account record to persist after Delete->Actor is received. SuspendAccountService is necessary to make sure deleted toots get sent over streaming API properly and home feeds get cleaned up. By removing Account record, we can ensure that if in the future the account is restored remotely (or username reused), it can start with a clean slate.
* Fix mastodon#6140 - Update moved-to property when it's removed too * Remove trailing whitespace
* Sanitize classlist properly * Actually properly sanitize every class after the first * Improve Formatter spec to check for multiple classes and non-space whitespace
…6163) The background of the navigation matters because its scrollbar is transparent.
* Allow HTTP caching of json view of public statuses HTML views are not cached as they can contain private statuses as well * Disable session cookies for ActivityPub json rendering of public toots
…mastodon#6071, mastodon#6099, mastodon#6125 and mastodon#6132 (mastodon#6167) * yarn manage:translations * Add Japanese translation for mastodon#5997 * Add Japanese translation for mastodon#6003 * Add Japanese translation for mastodon#6004 * Add Japanese translation for mastodon#6071 * Add Japanese translation for mastodon#6099 * Add Japanese translation for mastodon#6125 * Add Japanese translation for mastodon#6132
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
* Allow to dereference Follow object for ActivityPub * Accept IRI as object representation for Accept activity
* Don't normalize URLs in toots URL normalization is ill-defined and may cause certain links to break. * Change specs since we are not normalizing user-provided URLs
* new strings: hashtag+unlisted, mute, block * Add confirmation step for email changes * Add more instance stats APIs
Though the subsections are representing features such as navigation and settings, they are categorized by the ways how they are implemented (internal navigation or external links.) They are irrelevant and some arrangements were confusing because of that. (It is nonsense that instance information is in settings subsection, for example.) This fixes the issue by rearranging.
mastodon#6170) without them, such as is the case with GNU social Fixes the ability to find GNU social accounts via URL in search and when using remote follow function
* Improve Traditional Chinese translations * Sort alphabetically
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
…on#6183) Migration is wrapped by transaction, so manual `commit_db_transaction` without transaction restarting causes "there is no transaction in progress" warnings. We should use `disable_ddl_transaction!` instead, if we can omit transaction completely.
A change introduced in mastodon#6125 prevents `Devise::Models::Confirmable#confirm` from being called for existing users, which in turn leads to `email` not being set to `unconfirmed_email`, breaking email updates. This also adds a test that would've caught this issue.
* fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2 * fixup! v2
* Create email_changed.oc.html.erb * Create email_changed.oc.text.erb * Update email_changed.oc.html.erb * Update email_changed.oc.html.erb * Create reconfirmation_instructions.oc.html.erb * Create reconfirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.html.erb * Update reconfirmation_instructions.oc.text.erb * Update reconfirmation_instructions.oc.html.erb
ブランチをミス。 |
GenbuHase
pushed a commit
that referenced
this pull request
Jan 9, 2018
[WIP] Mastodon Extended v3の反映
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.
No description provided.