- sept. 01, 2017
-
-
Eugen Rochko a rédigé
-
Cygnan a rédigé
* 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 a rédigé
-
Eugen Rochko a rédigé
-
Eugen Rochko a rédigé
* 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 a rédigé
* Use system's default font on non web UI pages * Remove import for Redirect
-
Eugen Rochko a rédigé
- 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 a rédigé
* 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 a rédigé
* 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 a rédigé
-
unarist a rédigé
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
-
- août 31, 2017
-
-
Eugen Rochko a rédigé
-
unarist a rédigé
* Don't process ActivityPub payload if signature is invalid * Fix style issue
-
James a rédigé
* 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 a rédigé
-
Eugen Rochko a rédigé
* Embed modal * Proxy OEmbed requests from web UI
-
- août 30, 2017
-
-
Eugen Rochko a rédigé
-
Wonderfall a rédigé
-
MitarashiDango a rédigé
-
Eugen Rochko a rédigé
* Forward ActivityPub creates that reply to local statuses * Fix test * Fix wrong signers
-
Yamagishi Kazutoshi a rédigé
* Add close tag of iframe for oEmbed response * add comma
-
nullkal a rédigé
-
Eugen Rochko a rédigé
- 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 a rédigé
We only look up status_pins by account_id, or account_id and status_id, never by status_id
-
Eugen Rochko a rédigé
-
- août 29, 2017
-
-
abcang a rédigé
-
MitarashiDango a rédigé
-
Eugen Rochko a rédigé
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 a rédigé
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.
-
- août 28, 2017
- août 27, 2017
-
-
Lynx Kotoura a rédigé
-
Lynx Kotoura a rédigé
* 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
-
Lynx Kotoura a rédigé
* 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;
-
Eugen Rochko a rédigé
-
mayaeh a rédigé
Add japanese translations for pin_errors.
-
Eugen Rochko a rédigé
-
unarist a rédigé
SerializarbleResource#as_json serializes to Symbol keyed Hash, but current implementation of LinkedDataSignature expects String keyed Hash. So it generates broken payload.
-