- Sep 09, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Sep 08, 2017
-
-
unarist authored
To reflect status posting immediately, we've inserted the status into timelines directly. However, status insertion changes "latest status", and it means next timeline refresh only fetches statuses since the inserted status. This behavior is very bad for disconnected timeline and mobile views. After this patch, it refreshes timeline for disconnected timelines, instead of direct insertion.
-
unarist authored
In before, the method uses stream_entry id as status id, so replied status was wrongly selected. This PR uses StatusFinder which was introduced with `Api::Web::EmbedsController`.
-
Quent-in authored
* Missing "navigation_bar.pins" * Missing "navigation_bar.pins"
-
Eugen Rochko authored
* Fix language filter codes CLD3 returns BCP-47 language identifier, filter settings expect identifiers in the ISO 639-1 format. Convert between formats, and exclude duplicate languages from filter choices (zh-CN->zh) * Fix zh name
-
Eugen Rochko authored
That way you can mute notifications for a toot before you get replies to it or boosts or favourites
-
Eugen Rochko authored
-
- Sep 07, 2017
-
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Quent-in authored
* Added column.pins New strings * Added column.pins * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb * Update password_change.oc.html.erb * Update password_change.oc.text.erb * Update reset_password_instructions.oc.html.erb * Update reset_password_instructions.oc.text.erb * Update confirmation_instructions.oc.html.erb * Update confirmation_instructions.oc.text.erb
-
Eugen Rochko authored
-
abcang authored
-
PFM authored
-
voidSatisfaction authored
* Add Pinned_toot_section * Fix add frozen_string_literal * Fix delete no need controller and tests * Fix replace query strings to axios params * Fix change value to accountId and disabling more button
-
voidSatisfaction authored
-
Joseph Mingrone authored
* Use casecmp() instead of casecmp?() for now casecmp?() is only available in ruby 2.4.0. Users running earlier ruby versions would see errors, e.g., running RAILS_ENV=production rails mastodon:maintenance:remove_deprecated_preview_cards. * Correctly check whether casecmp() returns 0
-
- Sep 06, 2017
-
-
Quent-in authored
* Onboarding: corrections Some missing letters and spaces or better wording * Embed Translated as Intégrer in FR / Embarcar in OC
-
Olivier Humbert authored
typo
-
Eugen Rochko authored
* Decouple Status#local? from uri being nil * Replace on-the-fly URI generation with stored URIs - Generate URI in after_save hook for local statuses - Use static value in TagManager when available, fallback to tag format - Make TagManager use ActivityPub::TagManager to understand new format - Adjust tests * Use other heuristic for locality of old statuses, do not perform long query * Exclude tombstone stream entries from Atom feed * Prevent nil statuses from landing in Pubsubhubbub::DistributionWorker * Fix URI not being saved (#4818) * Add more specs for Status * Save generated uri immediately and also fix method order to minimize diff. * Fix alternate HTML URL in Atom * Fix tests * Remove not-null constraint from statuses migration to speed it up
-
voidSatisfaction authored
* Feat add get-back button on favourite columnHeader * Style adjust nice looking get-back button * Fix delete media query and add padding right * fix: restore padding and add lastchild style for back-button
-
Masoud Abkenar authored
-
Clworld authored
-
Yamagishi Kazutoshi authored
-
PFM authored
-
Yamagishi Kazutoshi authored
-
- Sep 05, 2017
-
-
Adam Thurlow authored
-
abcang authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Lynx Kotoura authored
* Adjust status embeds Adjust styles of embed code. Adjust styles of embed pages. Fix overflow of embed-modal. * Remove trailing whitespace * Using width from the variable
-
takayamaki authored
-
Treyssat-Vincent Nino authored
-
- Sep 04, 2017
-
-
voidSatisfaction authored
-
ButterflyOfFire authored
Some little changes to "ar" locale
-
Eugen Rochko authored
- Fix assumption that `url` is always a string. Handle it if it's an array of strings, array of objects, object, or string, both for accounts and for objects - `sharedInbox` is actually supposed to be under `endpoints`, handle both cases and adjust the serializer
-
nullkal authored
* Show pinned statuses only in the top of the profile page * Refactor AccountsController#show_pinned_statuses?
-
voidSatisfaction authored
-
Eugen Rochko authored
-