- Sep 02, 2017
-
-
mayaeh authored
-
Yamagishi Kazutoshi authored
-
- Sep 01, 2017
-
-
m4sk1n authored
* Add link to 'noscript' message Signed-off-by:
Marcin Mikołajczak <me@m4sk.in> * remove indent
-
Eugen Rochko authored
-
Eugen Rochko authored
* Add embed button to dropdowns of in-timeline statuses * yarn run manage:translations
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Cygnan authored
* Fix a style issue on the public profile page for some mobile browsers Signed-off-by:
Cygnan <email@cygnan.com> * Set padding-bottom to 20px Signed-off-by:
Cygnan <email@cygnan.com>
-
unarist authored
-
Eugen Rochko authored
-
Eugen Rochko authored
* Make PreviewCard records reuseable between statuses **Warning!** Migration truncates preview_cards tablec * Allow a wider thumbnail for link preview, display it in horizontal layout (#4648) * Delete preview cards files before truncating * Rename old table instead of truncating it * Add mastodon:maintenance:remove_deprecated_preview_cards * Ignore deprecated_preview_cards in schema definition * Fix null behaviour
-
Yamagishi Kazutoshi authored
* Use system's default font on non web UI pages * Remove import for Redirect
-
Eugen Rochko authored
- Ask for desktop notifications after 1 minute of use instead of instantly - Ask for protocol handler permission after 5 minutes of use instead of instantly
-
Damien Erambert authored
* Make the fr locales up-to-date with the last changes (new profile view, applications) * Use the same wording for toots in fr.yml and fr.json * Translate the pin related strings * Translate pin-related locales on the front-end * Add missing locales in doorkeeper.fr.yml and remove un-used ones * Change "posts" back to "status" in the /about/more page in fr.yml * Fix typos for "status" in fr.yml * fix typo for "status" in fr.json * Remove duplicate string * Non-breaking space before punctuation * 'Better' translation for "unpin" * Put back 'pouet' where it was already * Fix * Fix
-
Eugen Rochko authored
* Refactor Web::PushSubscription, remove welcome message * Add missing helper * Use locale of the receiver on push notifications (#4519) * Remove unused translations * Fix dir on notifications
-
unarist authored
-
unarist authored
Currently, private / direct posts via OStatus from AP compatible instance will be dropped due to failing to fetch AP version. So this fallbacks to OStatus handling: * when failed to fetch ActivityPub version * when status is neither :public nor :unlisted
-
- Aug 31, 2017
-
-
Eugen Rochko authored
-
unarist authored
* Don't process ActivityPub payload if signature is invalid * Fix style issue
-
James authored
* 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
-
Akihiko Odaki authored
-
Eugen Rochko authored
* Embed modal * Proxy OEmbed requests from web UI
-
- Aug 30, 2017
-
-
Eugen Rochko authored
-
Wonderfall authored
-
MitarashiDango authored
-
Eugen Rochko authored
* Forward ActivityPub creates that reply to local statuses * Fix test * Fix wrong signers
-
Yamagishi Kazutoshi authored
* Add close tag of iframe for oEmbed response * add comma
-
nullkal authored
-
Eugen Rochko authored
- 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
-
Eugen Rochko authored
We only look up status_pins by account_id, or account_id and status_id, never by status_id
-
Eugen Rochko authored
-
- Aug 29, 2017
-
-
abcang authored
-
MitarashiDango authored
-
Eugen Rochko authored
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.
-
Akihiko Odaki authored
Commit 9d1f8b9d 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.
-
- Aug 28, 2017
- Aug 27, 2017
-
-
Lynx Kotoura authored
-