Skip to content
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

[WIP] 誤打防止機能の追加 #8

Merged
merged 95 commits into from
Jan 9, 2018
Merged

[WIP] 誤打防止機能の追加 #8

merged 95 commits into from
Jan 9, 2018

Conversation

GenbuHase
Copy link
Owner

@GenbuHase GenbuHase commented Jan 9, 2018

  • 文字未入力時にのみ誤字盛ボタン・はるきん焼却ボタンが有効化されるように。
  • アクティブユーザー数ウィジェットの実装開始

zunda and others added 30 commits December 15, 2017 21:38
* Add Slovak translation

* Slovak translation: i18n-normalize
* Update Korean translation

* Translate Korean for javascript

* Add missing translations on simple_form
* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd
Deleted users are technically suspended, but the code displaying their status
in the admin interface was broken and displayed a javascript object holding
translations of the possible user roles instead.
* enforce https in production

* note changes in production env sample

* typo fix
…mastodon#6082)

* removed references to hideOnMobile in column_link and getting_started

* move keyboard shortcuts back below blocked users
* Remove onSave method in mapped properties for column_settings

* Make web_push_subscription.register an action
* Reduce motion for boost animation

Fixes mastodon#5833

* Fix ternary expression
* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

* Add validation for onMuteNotifications
…astodon#6085)

* Add rake task to check and purge accounts that are missing in origin

* Add progress bar and --force options to mastodon:maintenance:purge_removed_accounts
…n menu (mastodon#6099)

* removed references to hideOnMobile in column_link and getting_started

* add mute, block, conversationMute actions to detailed status dropdown (fixes mastodon#1226)

* remove unused withDismiss in detailed status
…n#6109)

Getting Started column obtained many links, and it became much taller.
Because of its height, Getting Started column required long scrolling on
devices with small screen, such as 4 inch phones and 10 inch laptops.

This change moves the mastodon which took large space on the column to
drawer column. The drawer column has only the compose form and has more
space.
…todon#6101)

* Make host_meta/webfinger replies cacheable (fixes mastodon#6100)

Drop common code for handling users and sessions as webfinger queries
are very basic, public APIs.

Also explicitly mark results as cacheable with “expires_in”.

* Add “Vary: Accept” header for caching since content-negociation is used
* Add GET /api/v1/instance/peers API to reveal known domains

* Add GET /api/v1/instance/activity API

* Make new APIs disableable, exclude private statuses from activity stats

* Fix code style issue

* Fix week timestamps
* Adding Serbian translation

* i18n-tasks normalize
オリジナル画像に置換するため
オリジナルへの置換
GenbuHase and others added 26 commits January 5, 2018 15:35
Yづオリジナルへの追加
* Remove period from the version number (mastodon#6039)

2.1.0. -> 2.1.0

* Add Slovak translation (mastodon#6052)

* Add Slovak translation

* Slovak translation: i18n-normalize

* Update Korean translation (mastodon#6050)

* Update Korean translation

* Translate Korean for javascript

* Add missing translations on simple_form

* Replace <code> to <kbd> in KeyboardShortcuts component (mastodon#6049)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

* Rename settingKey in setting_toggle to settingPath (mastodon#6046)

* Display deleted users' role as “Suspended” (mastodon#6080)

Deleted users are technically suspended, but the code displaying their status
in the admin interface was broken and displayed a javascript object holding
translations of the possible user roles instead.

* Reduce the number of synchronous resolves when posting toots (mastodon#6075)

* enforce LOCAL_HTTPS=true in production (mastodon#6061)

* enforce https in production

* note changes in production env sample

* typo fix

* Move dropdown transform origin to top edge (mastodon#6091)

* removed references to hideOnMobile in column_link and getting_started (mastodon#6082)

* removed references to hideOnMobile in column_link and getting_started

* move keyboard shortcuts back below blocked users

* Refactor web_push_subscription (mastodon#6047)

* Remove onSave method in mapped properties for column_settings

* Make web_push_subscription.register an action

* Reduce motion for boost animation (mastodon#5871)

* Reduce motion for boost animation

Fixes mastodon#5833

* Fix ternary expression

* Add validation for onMuteNotifications (mastodon#6092)

* Add aria-autocomplete='list' in Textaria

ref: https://www.w3.org/TR/wai-aria-1.1/#aria-autocomplete

* Make detect empty string brefore assign upload description

* Change code elements in keyboard-shortcuts component to kbd

* Add validation for onMuteNotifications

* Add rake task to check and purge accounts that are missing in origin (mastodon#6085)

* Add rake task to check and purge accounts that are missing in origin

* Add progress bar and --force options to mastodon:maintenance:purge_removed_accounts

* Add supported Node.js version to package.json (mastodon#6096)

* Additional prop name change. (mastodon#6098)

* Add mute, block, conversation mute actions to detailed status dropdown menu (mastodon#6099)

* removed references to hideOnMobile in column_link and getting_started

* add mute, block, conversationMute actions to detailed status dropdown (fixes mastodon#1226)

* remove unused withDismiss in detailed status

* more faster index on notifications table (mastodon#6108)

* add ruby-progressbar to gemfile (fixes mastodon#6110) (mastodon#6111)

* Fix XML oEmbed support discovery (mastodon#6104)

* Move the mastodon on Getting Started column to drawer column (mastodon#6109)

Getting Started column obtained many links, and it became much taller.
Because of its height, Getting Started column required long scrolling on
devices with small screen, such as 4 inch phones and 10 inch laptops.

This change moves the mastodon which took large space on the column to
drawer column. The drawer column has only the compose form and has more
space.

* Make host_meta/webfinger replies cacheable (fixes mastodon#6100) (mastodon#6101)

* Make host_meta/webfinger replies cacheable (fixes mastodon#6100)

Drop common code for handling users and sessions as webfinger queries
are very basic, public APIs.

Also explicitly mark results as cacheable with “expires_in”.

* Add “Vary: Accept” header for caching since content-negociation is used

* bug fix (WebPush does not work) (mastodon#6120)

* Add more instance stats APIs (mastodon#6125)

* Add GET /api/v1/instance/peers API to reveal known domains

* Add GET /api/v1/instance/activity API

* Make new APIs disableable, exclude private statuses from activity stats

* Fix code style issue

* Fix week timestamps

* keep the same filters and page when doing custom emojo stuff (fixes mastodon#6112) (mastodon#6114)

* Translate Korean (mastodon#6131)

Relates to mastodon#6125, mastodon#6099

* Adding Serbian translation (mastodon#6133)

* Adding Serbian translation

* i18n-tasks normalize

* Show mastodon on modal (mastodon#6129)

* Use const instead of let for constant (mastodon#6106)

* Adding Serbian latin translations (mastodon#6146)

Serbian latin (sr-Latn) is generated automatically from Serbian (sr) translation. Also changed some wording in original (Serbian) translation.

* delete X-UA-Compatible (mastodon#6068)

* delete X-UA-Compatible

* undo

* restore

* Rename key to path in actions and reducers for settings (mastodon#6105)

* Fix stats expiring too quickly because of variable mistake (mastodon#6155)

* Display a warning when composing unlisted toots with something looking like a hashtag (mastodon#6132)

* Add confirmation step for email changes (mastodon#6071)

* 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

* Fix newlines-to-spaces functionality (mastodon#6158)

yay for regexes, amirite

* Don't leave behind husk of remotely-deleted profile (mastodon#6159)

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.

* Update moved-to property when it's removed too (mastodon#6160)

* Fix mastodon#6140 - Update moved-to property when it's removed too

* Remove trailing whitespace

* [!] Sanitize incoming classlist properly (mastodon#6162)

* Sanitize classlist properly

* Actually properly sanitize every class after the first

* Improve Formatter spec to check for multiple classes and non-space whitespace

* Set background to the navigation of Getting Started column (mastodon#6163)

The background of the navigation matters because its scrollbar is
transparent.

* Allow HTTP caching of json view of public statuses (mastodon#6115)

* 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

* Add Japanese translations mastodon#5997, mastodon#6003, mastodon#6004, 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

* i18n: Update Polish translation (mastodon#6168)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>

* Allow to dereference Follow object for ActivityPub (mastodon#5772)

* Allow to dereference Follow object for ActivityPub

* Accept IRI as object representation for Accept activity

* Don't normalize URLs in toots (mastodon#6134)

* 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

* l10n OC language (mastodon#6169)

* new strings: hashtag+unlisted, mute, block

* Add confirmation step for email changes

* Add more instance stats APIs

* Cache JSON of immutable ActivityPub representations (mastodon#6171)

* Fix OpenSSL dependency in ostatus2 (mastodon#6174)

* Fix nil error in log_target_from_history helper (mastodon#6173)

* Rearrange items in Getting Started navigation (mastodon#6126)

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.

* Fix FetchAtomService not finding alternatives if there's a Link header (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 translation (mastodon#6166)

* Improve Traditional Chinese translations

* Sort alphabetically

* Make sure private toots remain private and do not end up in HTTP caches (mastodon#6175)

* Send one Delete of Actor in ActivityPub when account is suspended (mastodon#6172)

* i18n: Update Polish translation (mastodon#6176)

Signed-off-by: Marcin Mikołajczak <me@m4sk.in>

* Fallback default thumbnail in instance status API (mastodon#6177)

* Bump version to 2.1.1 (mastodon#6164)

* Use disable_ddl_transaction! to prevent warnings on migration (mastodon#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.

* Fix overflowing audit logs (mastodon#6184)

* Fix email confirmation link not updating email (mastodon#6187)

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.

* Small translation fixes for Serbian (and sr@Latn too) (mastodon#6188)

* Fix RFC 5646 Regular Expression (mastodon#6190)

* Bump version to 2.1.2

* l10n Occitan language: mailer update (mastodon#6193)

* 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

* Fix enforce HTTPS in production. (mastodon#6180)

* Represent numbers by strings in instance activity API (mastodon#6198)

Fixes mastodon#6197.

* When fetching an ActivityPub-enabled status, do not re-request it as text/html (mastodon#6196)

* Fix PuSH workers (mastodon#6200)
[WIP] Mastodon Extended v3の反映
[WIP] りさ姉ボタンの改良
@GenbuHase GenbuHase merged commit 246e38e into mstdn-extended Jan 9, 2018
@GenbuHase GenbuHase deleted the v4 branch January 14, 2018 03:05
@GenbuHase GenbuHase restored the v4 branch January 14, 2018 03:05
GenbuHase pushed a commit that referenced this pull request Jan 23, 2018
[WIP] ユーザー数カウンターの実装開始
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet