- Sep 12, 2017
-
-
unarist authored
This PR adds section for protocol specific information, then always show both of OStatus and ActivityPub. Specifically, this will help admins to check PuSH subscription status and unsubscribe manually, even `protocol` has been changed. This also includes below changes: * Add `overflow: hidden` to prevent float leaking * Add missing fields for ActivityPub
-
Eugen Rochko authored
- Return all images as og:image - Return videos as og:image (preview) and og:video - Return profile:username on profiles
-
- Sep 11, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
They are marked as read-only by Rails, but we know what we are doing, so we are un-marking them as such. The mastodon:maintenance:update_counter_caches task is not really supposed to be run anymore (it was a one-time thing during an upgrade) however, just in case, I have modified it to not touch ActivityPub accounts. Also, no point writing to logger from these rake tasks, since they are not to be run from cron. Better to give stdout feedback.
-
Eugen Rochko authored
-
Grey Baker authored
Bumps [puma](https://github.com/puma/puma) from 3.9.1 to 3.10.0. - [Release notes](https://github.com/puma/puma/releases/tag/v3.10.0) - [Changelog](https://github.com/puma/puma/blob/master/History.md) - [Commits](https://github.com/puma/puma/compare/v3.9.1...v3.10.0)
-
Grey Baker authored
Bumps [rails](https://github.com/rails/rails) from 5.1.3 to 5.1.4. - [Commits](https://github.com/rails/rails/compare/v5.1.3...v5.1.4)
-
unarist authored
-
Patrick Figel authored
Keystone V2 is deprecated in favour of V3. This adds the necessary connection parameters for establishing a V3 connection. Connections to V2 endpoints are still possible and the configuration should remain compatible. This also introduces a SWIFT_REGION variable for multi-region OpenStack environments and a SWIFT_CACHE_TTL that controls how long tokens and other meta-data is cached for. Caching tokens avoids rate-limiting errors that would result in media uploads becoming unavailable during high load or when using tasks like media:remove_remote. fog-openstack only supports token caching for V3 endpoints, so a recommendation for using V3 was added.
-
- Sep 10, 2017
-
-
Anna e só authored
* devise.pt-BR.yml now fully translated * pt-BR.json now fully translated * pt-BR.yml partially translated; 46 lines left * pt-BR.yml now fully translated * simple_form.pt-BR.yml fully translated * doorkeeper.pt-BR.yml now fully translated * E-mail instructions on app/views/user_mailer added and fully translated * PT-BR translation for #4871 * Deleted an unwanted caracter on pt-BR.yml * Fixing typos on pt-BR.yml * Added translation for Pinned toots tab on pt-BR.json * Added missing translation for navigation_bar.pins
-
Masoud Abkenar authored
* l10n: update Persian translation * l10n: fix missing Persian translation
-
m4sk1n authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
yoshipc authored
I translated the additional text ( added by #4871)
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
When a new user confirms their e-mail, bootstrap their home timeline by automatically following a set of accounts. By default, all local admin accounts (that are unlocked). Can be customized by new admin setting (comma-separated usernames, local and unlocked only)
-
Eugen Rochko authored
-
- Sep 09, 2017
-
-
Yamagishi Kazutoshi authored
-
Quent-in authored
* wrong preposition + typo * wrong preposition + typo * Typo * Typo * minor changes * minor changes
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
It wasn't working ideally and introduced some annoying false positivies
-
Eugen Rochko authored
-
unarist authored
Resolved: * Lot of redundant renders while mouse moving * Scroll jumping when timeline loaded * Scroll position isn't kept when statuses below the scrollTop was deleted then new status arrived Unresolved: * Scroll position isn't kept when statuses over the scrollTop was deleted then new status arrived -> It needs to know which statuses are over the scrollTop * New status indicator should be active when new statuses arrived while mouse moved recently -> It needs a) update indicator in ScrollableList, or b) set scrollTop status while mouse moving
-
Yamagishi Kazutoshi authored
-
Eugen Rochko authored
-
Lynx Kotoura authored
* Scrollable tables in settings pages * Add space before curly brace
-
Eugen Rochko authored
-
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>
-