Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-31 | Remove workaround for fixed bug in SettingToggle | Surinna Curtis | |
SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again | |||
2017-08-31 | UploadArea should only preventDefault for Escape | Surinna Curtis | |
This will make accessibility for some things less effortful, since we won't have to define a prior event handler to do whatever should be happening by default. | |||
2017-08-31 | Remove identity context from output of LinkedDataSignature (#4753) | Eugen Rochko | |
2017-08-31 | Don't process ActivityPub payload if signature is invalid (#4752) | unarist | |
* Don't process ActivityPub payload if signature is invalid * Fix style issue | |||
2017-08-31 | Guarantee Subscription service first account has proper URL details (#4732) | James | |
* Guarantee Subscription service first account has proper URL details Subscription Service potentially could break if the first user suspended themselves, creating a situation where the urls that populate throughout subscription service's PuSH request would cause the remote API to throw 503 errors. Guaranteeing that the first account picked is not suspended prevents this problem. * Fix style issue | |||
2017-08-31 | Fix the usages of Detect Passive Events (#4749) | Akihiko Odaki | |
2017-08-31 | Embed modal (#4748) | Eugen Rochko | |
* Embed modal * Proxy OEmbed requests from web UI | |||
2017-08-31 | Add sharedInbox to actors (#4737) | Eugen Rochko | |
2017-08-30 | Update to Alpine 3.6 (#4747) | Wonderfall | |
2017-08-30 | error fixed (when loading pages in single column mode.) (#4746) | MitarashiDango | |
2017-08-30 | Forward ActivityPub creates that reply to local statuses (#4709) | Eugen Rochko | |
* Forward ActivityPub creates that reply to local statuses * Fix test * Fix wrong signers | |||
2017-08-30 | Add close tag of iframe for oEmbed response (#4745) | Yamagishi Kazutoshi | |
* Add close tag of iframe for oEmbed response * add comma | |||
2017-08-30 | Use request.remote_ip instead of request.ip (#4744) | nullkal | |
2017-08-30 | Update status embeds (#4742) | Eugen Rochko | |
- Use statuses controller for embeds instead of stream entries controller - Prefer /@:username/:id/embed URL for embeds - Use /@:username as author_url in OEmbed - Add follow link to embeds which opens web intent in new window - Use redis cache in development - Cache entire embed | |||
2017-08-30 | Remove unneccesary indices (#4738) | Eugen Rochko | |
We only look up status_pins by account_id, or account_id and status_id, never by status_id | |||
2017-08-30 | Update bundler-audit and brakeman (#4740) | Eugen Rochko | |
2017-08-29 | Scroll smoothly to the right (#4735) | abcang | |
2017-08-29 | fix error when single columns mode. (#4734) | MitarashiDango | |
2017-08-29 | Serialize ActivityPub alternate link into OStatus deletes, handle it (#4730) | Eugen Rochko | |
Requires moving Atom rendering from DistributionWorker (where `stream_entry.status` is already nil) to inline (where `stream_entry.status.destroyed?` is true) and distributing that. Unfortunately, such XML renderings can no longer be easily chained together into one payload of n items. | |||
2017-08-29 | Do not scroll the columns area due to redirection (#4541) | Akihiko Odaki | |
Commit 9d1f8b9d6af1d384a4dd68bc6353a2fde5735b33 scrolls the columns area when the route changes since the user is likely to want to see the rightmost column in such cases. However, redirection is automatic and does not indicate users' intension. Do not scroll the columns area due to one. | |||
2017-08-28 | Generalized the infinite scrollable list (#4697) | abcang | |
2017-08-28 | Fix Delete activity handling when the status has been reblogged (#4729) | unarist | |
2017-08-28 | Fix deletion of status which has been reblogged (#4728) | unarist | |
2017-08-28 | rescue HTTP::ConnectionError in RemoteFollowController#create (#4726) | abcang | |
2017-08-28 | Add japanese translations for shorten display of large numbers (#4722) | Lynx Kotoura | |
2017-08-28 | Adjust "signed in as" pages (#4720) | Lynx Kotoura | |
* Adjust "signed in as" pages Fix min-width Set width of .account-header .name To apply text-overflow and overflow settings Set overflow for detailed-status__display-name * Remove trailing whitespace | |||
2017-08-27 | Adjust public profile pages (#4713) | Lynx Kotoura | |
* Adjust account-grid in public profiles Full-width card on mobile UI. Set break-word for long name and ID. Fix margin. * Reduce padding-bottom of public profiles * Revive next prev buttons in mobile public profiles In followers followees pages. * Revert break-word for username * Fix overflow of display_name Need re-setting text-overflow and overflow in display: block; | |||
2017-08-27 | Shorten display of large numbers on public profiles (#4711) | Eugen Rochko | |
2017-08-28 | Add japanese translations for Pinned statuses based on pawoo. (#4717) | mayaeh | |
Add japanese translations for pin_errors. | |||
2017-08-27 | Adjust RTL styles (#4712) | Eugen Rochko | |
2017-08-27 | Allow Symbol keyed Hash in LinkedDataSignature (#4715) | unarist | |
SerializarbleResource#as_json serializes to Symbol keyed Hash, but current implementation of LinkedDataSignature expects String keyed Hash. So it generates broken payload. | |||
2017-08-26 | Add _:inReplyToAtomUri to ActivityPub (#4702) | Eugen Rochko | |
2017-08-26 | Forward ActivityPub deletes to followers of rebloggers (#4706) | Eugen Rochko | |
2017-08-26 | Use Tombstone and _:atomUri in Delete activities as fallback (#4704) | Eugen Rochko | |
2017-08-26 | Add ActivityPub serializer for Undo of Announce (#4703) | Eugen Rochko | |
2017-08-26 | Set margin between character-counter and compose-form__buttons (#4698) | Lynx Kotoura | |
For some languages publish translation is long. | |||
2017-08-26 | Add handling of Linked Data Signatures in payloads (#4687) | Eugen Rochko | |
* Add handling of Linked Data Signatures in payloads * Add a way to sign JSON, fix canonicalization of signature options * Fix signatureValue encoding, send out signed JSON when distributing * Add missing security context | |||
2017-08-26 | Added new translations of error messages, block and mute domains and users, ↵ | Anna e só | |
privacy disclaimers, etc (#4700) * Added new translations of error messages, block and mute domains and users * Added new translations of error messages, block and mute domains and users | |||
2017-08-26 | authorize-follow-requests-after-unlocking (#4658) | masarakki | |
2017-08-26 | Fix missing at-sign (regression from #4688) (#4705) | Yamagishi Kazutoshi | |
2017-08-25 | Fix ar.json (#4699) | Lynx Kotoura | |
Remove ! from compose_form.publish | |||
2017-08-25 | Allow multiple pinned statuses to be shown and make them be ordered b… (#4690) | nullkal | |
* Allow multiple pinned statuses to be shown and make them be ordered by pinned date * Set timestamps NOT NULL * Make single-line pinned_statuses * Spec for pinned_statuses * Remove redundant empty line | |||
2017-08-25 | Apply user timezone for the title attribute of .time-ago (#4693) | unarist | |
2017-08-25 | Change timezone of the datetime to what browser specifies (#4688) | Yamagishi Kazutoshi | |
2017-08-25 | Adjust styles of landing pages. (#4682) | Lynx Kotoura | |
* Adjust about.scss * Delete trailing whitespace. | |||
2017-08-25 | i18n Updated strings (#4675 - pinned toot) (#4695) | Quent-in | |
* Added string for pinned toots * Pinned toot #4675 + missing string Somehow I deleted it "enabled_success" * update after advice | |||
2017-08-25 | Update addressable to version 2.5.2 (#4686) | Yamagishi Kazutoshi | |
2017-08-25 | Add label for application scopes (#4691) | Yamagishi Kazutoshi | |
* Add label for application scopes * hint | |||
2017-08-25 | i18n: Update Polish translation #4675 (#4692) | m4sk1n | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2017-08-25 | Pinned statuses (#4675) | Eugen Rochko | |
* Pinned statuses * yarn manage:translations |