-
Notifications
You must be signed in to change notification settings - Fork 20
Commits on Aug 9, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fdea173 - Browse repository at this point
Copy the full SHA fdea173View commit details
Commits on Aug 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d9a1fb1 - Browse repository at this point
Copy the full SHA d9a1fb1View commit details -
Added new catalan strings (mastodon#4574)
* Add Catalan language * Add Catalan language * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update ca.json * Update settings_helper.rb * Update mastodon.js * Update index.js * Update application.rb * Update ca.yml * removed extra spaces at line 225 * Catalan translation update added activerecord.ca.yml * Update activerecord.ca.yml Done * Updated activerecord.ca.yml * Catalan language updated * Catalan language updated * Catalan language updated * Catalan language updated * Catalan language updated * Update ca.json Removed : <<<<<<< HEAD "getting_started.support": "{faq} • {userguide} • {apps}", ======= >>>>>>> upstream/master * Syncing to master * Added new Catalan strings * removed config.secret_key line * Corrected <sotrong> tag to <strong> Line 515 * Removed extra line * Reverted * yarn.lock reverted
Configuration menu - View commit details
-
Copy full SHA for 10cdad3 - Browse repository at this point
Copy the full SHA 10cdad3View commit details -
l10n Update OC mastodon#4521 (mastodon#4577)
* l10n Update OC mastodon#4521 Link => token provider => provesidor + more generalized way of using present participle * Update oc.yml
Configuration menu - View commit details
-
Copy full SHA for 4b8e4dc - Browse repository at this point
Copy the full SHA 4b8e4dcView commit details -
Handle ActivityPub follows correctly (mastodon#4571)
* Handle ActivityPub follows correctly ActivityPub follows are follow-requests. Always require an Accept. If account is not locked, auto-accept. * Handle ActivityPub Accept/Reject-Follow * Fix wrong method * Fix wrong class
Configuration menu - View commit details
-
Copy full SHA for 81c1303 - Browse repository at this point
Copy the full SHA 81c1303View commit details
Commits on Aug 11, 2017
-
Minor fixes in the French translation (mastodon#4580)
* Ajout de traductions manquantes Ajoute des traductions pour les chaînes n’en ayant pas en version 1.5.1. Add translations for the strings that are missing them in 1.5.1. * Remplace « ' » par « ’ » Retire de la traduction les apostrophes droites « ' » (U+0027) au profit des apostrophes typographiques « ’ » (U+2019). En typographie française, les apostrophes typographiques sont utilisées à la place des apostrophes droites. La traduction était incohérente et utilisait les deux. Remove from the translation all the vertical apostrophes (U+0027) in favor of the curly ones (U+2019). In French typography, typographic apostrophes are used instead of vertical ones. The translation was incoherent and used both. * Ajout d’espaces insécables Ajoute des espaces insécables suivant les régles nécessaires en typographie française. Add non-breaking spaces following rules of French typography. * Remplace « status » par « statut » Remplace le mot anglais « status » par sa traduction française « statut ». Replace the English word "status" by its French translation "statut". * Correction de la politique de confidentialité Apporte diverses corrections à la traduction de la politique de confidentialité. Add various fixes to the privacy policy's translation. * Remplace « mentionné » par « mentionné·e » Harmonise la traduction en remplaçant « mentionné » par sa forme épicène. Harmonize the translation by replacing "mentionné" (sure) by its epicene form. * Remplace « Coup d’œil » par « Jeter un coup d’œil… » Remplace la première traduction par une forme plus proche de la version originelle. Replace the first translation by something closer to the original version. * Remplace « Bon Appétoot ! » par « Bon appouetit ! » Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot. Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun. * Remplace « Bon Appétoot ! » par « Bon appouetit ! » (2) Remplace « Bon Appétoot ! » par « Bon appouetit ! » pour essayer de conserver le jeu de mot. Replace « Bon Appétoot ! » by « Bon appouetit ! » to keep the pun.f * Corrections Corrige des fautes d’orthographe et change « appouetit » pour « appouétit ». Correct some mistakes and change "appouetit" to "appouétit".
Configuration menu - View commit details
-
Copy full SHA for d0a217e - Browse repository at this point
Copy the full SHA d0a217eView commit details
Commits on Aug 12, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3d47154 - Browse repository at this point
Copy the full SHA 3d47154View commit details -
Extend Devise remember_me longevity to 1 year instead of 2 weeks (mas…
…todon#4587) Force SSL only cookies for remember_me, adjust confirmation expiration time to fit with the user cleanup scheduler
Configuration menu - View commit details
-
Copy full SHA for 40be4ea - Browse repository at this point
Copy the full SHA 40be4eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for ccdd5a9 - Browse repository at this point
Copy the full SHA ccdd5a9View commit details -
ActivityPub delivery (mastodon#4566)
* Deliver ActivityPub Like * Deliver ActivityPub Undo-Like * Deliver ActivityPub Create/Announce activities * Deliver ActivityPub creates from mentions * Deliver ActivityPub Block/Undo-Block * Deliver ActivityPub Accept/Reject-Follow * Deliver ActivityPub Undo-Follow * Deliver ActivityPub Follow * Deliver ActivityPub Delete activities Incidentally fix mastodon#889 * Adjust BatchedRemoveStatusService for ActivityPub * Add tests for ActivityPub workers * Add tests for FollowService * Add tests for FavouriteService, UnfollowService and PostStatusService * Add tests for ReblogService, BlockService, UnblockService, ProcessMentionsService * Add tests for AuthorizeFollowService, RejectFollowService, RemoveStatusService * Add tests for BatchedRemoveStatusService * Deliver updates to a local account to ActivityPub followers * Minor adjustments
Configuration menu - View commit details
-
Copy full SHA for b7370ac - Browse repository at this point
Copy the full SHA b7370acView commit details -
Configuration menu - View commit details
-
Copy full SHA for a2aeacb - Browse repository at this point
Copy the full SHA a2aeacbView commit details
Commits on Aug 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 4e75f0d - Browse repository at this point
Copy the full SHA 4e75f0dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6df8bd2 - Browse repository at this point
Copy the full SHA 6df8bd2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96e9ed1 - Browse repository at this point
Copy the full SHA 96e9ed1View commit details -
Add protocol handler. Handle follow intents (mastodon#4511)
* Add protocol handler. Handle follow intents * Add share intent * Improve code in intents controller * Adjust share form CSS
Configuration menu - View commit details
-
Copy full SHA for 3c65030 - Browse repository at this point
Copy the full SHA 3c65030View commit details -
Configuration menu - View commit details
-
Copy full SHA for 26d2664 - Browse repository at this point
Copy the full SHA 26d2664View commit details -
Add support for searching AP users (mastodon#4599)
* Add support for searching AP users * use JsonLdHelper
Configuration menu - View commit details
-
Copy full SHA for 5f22c01 - Browse repository at this point
Copy the full SHA 5f22c01View commit details -
Update /admin/accounts/:id view for ActivityPub (mastodon#4600)
* Add protocol field * Switch protocol specific information according to active protocol * Hide PuSH subscription related buttons if ActivityPub is active
Configuration menu - View commit details
-
Copy full SHA for 5b9ae79 - Browse repository at this point
Copy the full SHA 5b9ae79View commit details -
Configuration menu - View commit details
-
Copy full SHA for a855956 - Browse repository at this point
Copy the full SHA a855956View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4fcbb1f - Browse repository at this point
Copy the full SHA 4fcbb1fView commit details
Commits on Aug 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for e120d09 - Browse repository at this point
Copy the full SHA e120d09View commit details
Commits on Aug 16, 2017
-
Update ActivityPub (mastodon#4600) (mastodon#4609)
Update: new string + more translations for the time in words
Configuration menu - View commit details
-
Copy full SHA for e33c28a - Browse repository at this point
Copy the full SHA e33c28aView commit details -
Make share intent modal to make "signed in as" shown. (mastodon#4611)
* Make share intent modal to make "signed in as" shown. * fix glitch on mobile.
Configuration menu - View commit details
-
Copy full SHA for f814661 - Browse repository at this point
Copy the full SHA f814661View commit details -
Redesign public profiles (mastodon#4608)
* Redesign public profiles * Responsive design * Change public profile status filtering defaults and add options - No longer displays private/direct toots even if you are permitted access - By default omits replies - "With replies" option - "Media only" option * Redesign account grid cards * Fix style issues
Configuration menu - View commit details
-
Copy full SHA for ca7ea1a - Browse repository at this point
Copy the full SHA ca7ea1aView commit details -
i18n: Update Polish translation (mastodon#4613)
* i18n: Update Polish translation * Update pl.json
Configuration menu - View commit details
-
Copy full SHA for 2a04bdc - Browse repository at this point
Copy the full SHA 2a04bdcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 462c30e - Browse repository at this point
Copy the full SHA 462c30eView commit details
Commits on Aug 17, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 54a04e3 - Browse repository at this point
Copy the full SHA 54a04e3View commit details -
Show what protocol is used for accounts in admin/accounts#index (mast…
…odon#4622) * Show what protocol used for in admin/accounts#index * Add frozen_string_literal
Configuration menu - View commit details
-
Copy full SHA for 075d6a1 - Browse repository at this point
Copy the full SHA 075d6a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad892db - Browse repository at this point
Copy the full SHA ad892dbView commit details -
Fix mastodon#4607 - Accept/reject activities use FollowRequest, which…
… has inverse relations (mastodon#4616)
Configuration menu - View commit details
-
Copy full SHA for 116b8a6 - Browse repository at this point
Copy the full SHA 116b8a6View commit details -
use existing inflections instead of custom helper (mastodon#4624)
* use existing inflections instead of custom helper * use ActiveSupport versions
Configuration menu - View commit details
-
Copy full SHA for efec02f - Browse repository at this point
Copy the full SHA efec02fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 40c45f5 - Browse repository at this point
Copy the full SHA 40c45f5View commit details
Commits on Aug 18, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10489b4 - Browse repository at this point
Copy the full SHA 10489b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4edf9d8 - Browse repository at this point
Copy the full SHA 4edf9d8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2edfdab - Browse repository at this point
Copy the full SHA 2edfdabView commit details -
Configuration menu - View commit details
-
Copy full SHA for c7d2619 - Browse repository at this point
Copy the full SHA c7d2619View commit details
Commits on Aug 19, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 774b866 - Browse repository at this point
Copy the full SHA 774b866View commit details -
Improve ActivityPub/OStatus compatibility (mastodon#4632)
*Note: OStatus URIs are invalid for ActivityPub. But we have them for as long as we want to keep old OStatus-sourced content and as long as we remain OStatus-compatible.* - In Announce handling, if object URI is not a URL, fallback to object URL - Do not use specialized ThreadResolveWorker, rely on generalized handling - When serializing notes, if parent's URI is not a URL, use parent's URL
Configuration menu - View commit details
-
Copy full SHA for 412ea87 - Browse repository at this point
Copy the full SHA 412ea87View commit details
Commits on Aug 20, 2017
-
Configuration menu - View commit details
-
Copy full SHA for d5acf42 - Browse repository at this point
Copy the full SHA d5acf42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 93d4192 - Browse repository at this point
Copy the full SHA 93d4192View commit details -
Handle duplicate ActivityPub activities (mastodon#4639)
* Handle duplicate ActivityPub activities Only perform side-effects when record processed for the first time * Fast-forward repeat follow requests
Configuration menu - View commit details
-
Copy full SHA for fe5b66a - Browse repository at this point
Copy the full SHA fe5b66aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 23792f5 - Browse repository at this point
Copy the full SHA 23792f5View commit details -
Fix .information-board style for Safari (mastodon#4602)
flex-basis: 0 allows make flexbox smaller than its contents on Safari <10. https://github.com/philipwalton/flexbugs#1-minimum-content-sizing-of-flex-items-not-honored
Configuration menu - View commit details
-
Copy full SHA for f26758d - Browse repository at this point
Copy the full SHA f26758dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 110227a - Browse repository at this point
Copy the full SHA 110227aView commit details -
Fix mastodon#4637 - Re-add missing doorkeeper_authorize for /api/v1/v…
…erify_credentials (mastodon#4650)
Configuration menu - View commit details
-
Copy full SHA for 74e5078 - Browse repository at this point
Copy the full SHA 74e5078View commit details -
i18n: Minor changes in Polish translation (mastodon#4649)
* i18n: Minor changes in Polish translation * i18n: pl
Configuration menu - View commit details
-
Copy full SHA for 4c23544 - Browse repository at this point
Copy the full SHA 4c23544View commit details -
ActivityPub migration procedure (mastodon#4617)
* ActivityPub migration procedure Once one account is detected as going from OStatus to ActivityPub, invalidate WebFinger cache for other accounts from the same domain * Unsubscribe from PuSH updates once we receive an ActivityPub payload * Re-subscribe to PuSH unless already unsubscribed, regardless of protocol
Configuration menu - View commit details
-
Copy full SHA for 6e9eda5 - Browse repository at this point
Copy the full SHA 6e9eda5View commit details
Commits on Aug 21, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 10e9a9a - Browse repository at this point
Copy the full SHA 10e9a9aView commit details -
Configuration menu - View commit details
-
Copy full SHA for ea958ca - Browse repository at this point
Copy the full SHA ea958caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3534e11 - Browse repository at this point
Copy the full SHA 3534e11View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4cbb638 - Browse repository at this point
Copy the full SHA 4cbb638View commit details -
Increase contrast in landing pages (mastodon#4567)
* Increase contrast in about and about/more page * Lighten em color in landing pages * Increase contrast in landing pages Fix about.scss
Configuration menu - View commit details
-
Copy full SHA for 143b77e - Browse repository at this point
Copy the full SHA 143b77eView commit details -
Configuration menu - View commit details
-
Copy full SHA for f391a46 - Browse repository at this point
Copy the full SHA f391a46View commit details -
Support more variations of ActivityPub keyId in signature (mastodon#4630
Configuration menu - View commit details
-
Copy full SHA for 72bb3e0 - Browse repository at this point
Copy the full SHA 72bb3e0View commit details
Commits on Aug 22, 2017
-
Fix bugs which OStatus accounts may detected as ActivityPub ready (ma…
…stodon#4662) * Fallback to OStatus in FetchAtomService * Skip activity+json link if that activity is Person without inbox * If unsupported activity was detected and all other URLs failed, retry with ActivityPub-less Accept header * Allow mention to OStatus account in ActivityPub * Don't update profile with inbox-less Person object
Configuration menu - View commit details
-
Copy full SHA for d63de55 - Browse repository at this point
Copy the full SHA d63de55View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11a7507 - Browse repository at this point
Copy the full SHA 11a7507View commit details -
Application prefs section (mastodon#2758)
* Add code for creating/managing apps to settings section * Add specs for app changes * Fix controller spec * Fix view file I pasted over by mistake * Add locale strings. Add 'my apps' to nav * Add Client ID/Secret to App page. Add some visual separation * Fix rubocop warnings * Fix embarrassing typo I lost an `end` statement while fixing a merge conflict. * Add code for creating/managing apps to settings section - Add specs for app changes - Add locale strings. Add 'my apps' to nav - Add Client ID/Secret to App page. Add some visual separation - Fix some bugs/warnings * Update to match code standards * Trigger notification * Add warning about not sharing API secrets * Tweak spec a bit * Cleanup fixture creation by using let! * Remove unused key * Add foreign key for application<->user
Configuration menu - View commit details
-
Copy full SHA for 871c0d2 - Browse repository at this point
Copy the full SHA 871c0d2View commit details -
Ignore empty response in ActivityPub::FetchRemoteStatusService (masto…
…don#4661) * Ignore empty response in ActivityPub::FetchRemoteStatusService This fixes `NoMethodError: undefined method `[]' for nil:NilClass` error. * Check json.nil? in JsonLdHelper#supported_context?
Configuration menu - View commit details
-
Copy full SHA for 5927b43 - Browse repository at this point
Copy the full SHA 5927b43View commit details -
Add Mastodon::Source.url (mastodon#4643)
* Add Mastodon::Source.url * Update spec * Refactor Move things frmo Mastodon::Source to Mastodon::Version
Configuration menu - View commit details
-
Copy full SHA for 696c2c6 - Browse repository at this point
Copy the full SHA 696c2c6View commit details -
Fix up the applications area (mastodon#4664)
- Section it into "Development" area - Improve UI of application form, index, and details
Configuration menu - View commit details
-
Copy full SHA for c1b086a - Browse repository at this point
Copy the full SHA c1b086aView commit details
Commits on Aug 23, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 760cfe3 - Browse repository at this point
Copy the full SHA 760cfe3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9846806 - Browse repository at this point
Copy the full SHA 9846806View commit details -
Add Japanese translations for mastodon#2758, mastodon#4506, mastodon#…
…4521, mastodon#4600 and mastodon#4664 (mastodon#4665) * Add Japanese translations for mastodon#2758, mastodon#4506, mastodon#4521, mastodon#4600 and mastodon#4664 * Do not translate Inbox URL and Outbox URL * Remove "あなたの" * Remove "あなたの"
Configuration menu - View commit details
-
Copy full SHA for 8d23667 - Browse repository at this point
Copy the full SHA 8d23667View commit details -
Configuration menu - View commit details
-
Copy full SHA for 80393a2 - Browse repository at this point
Copy the full SHA 80393a2View commit details -
Introduce CODEOWNERS file (mastodon#4670)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 8a716c9 - Browse repository at this point
Copy the full SHA 8a716c9View commit details -
Update Polish translation (mastodon#4674)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 829e2e8 - Browse repository at this point
Copy the full SHA 829e2e8View commit details
Commits on Aug 24, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2c6a858 - Browse repository at this point
Copy the full SHA 2c6a858View commit details -
l18n update OC new strings (mastodon#4664) (mastodon#4680)
* New strings * Update Thin non breaking spaces * Update Thin non breaking spaces * Update Thin non breaking spaces
Configuration menu - View commit details
-
Copy full SHA for e4c761f - Browse repository at this point
Copy the full SHA e4c761fView commit details -
Remove eslint-disable comments (mastodon#4681)
Do not reject console.error and console.warn with ESLint rules.
Configuration menu - View commit details
-
Copy full SHA for fbe1115 - Browse repository at this point
Copy the full SHA fbe1115View commit details -
Configuration menu - View commit details
-
Copy full SHA for c66fe2a - Browse repository at this point
Copy the full SHA c66fe2aView commit details -
Fetch reblogs as Announce activity instead of Note object (mastodon#4672
Configuration menu - View commit details
-
Copy full SHA for b01a19f - Browse repository at this point
Copy the full SHA b01a19fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cf615ab - Browse repository at this point
Copy the full SHA cf615abView commit details -
Configuration menu - View commit details
-
Copy full SHA for da172a8 - Browse repository at this point
Copy the full SHA da172a8View commit details -
Don't load Roboto webfont when system font is used in the app (mastod…
…on#4591) * Don't load Roboto webfont when system font is used in the app * remove trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for f72ed21 - Browse repository at this point
Copy the full SHA f72ed21View commit details -
Update Russian translation (mastodon#4685)
* Add Russian translation (ru) * Fix a missing comma * Fix the wording for better consistency * Update Russian translation * Arrange Russian setting alphabetically * Fix syntax error * Update Russian translation * Fix formatting error * Update Russian translation * Update Russian translation * Update ru.jsx * Fix syntax error * Remove two_factor_auth.warning (appears obsolete) * Add missing strings in ru.yml A lot of new strings translated, especially for the newly added admin section * Fix translation consistency * Update Russian translation * Update Russian translation (pluralizations) * Update Russian translation * Update Russian translation * Update Russian translation (pin) * Update Russian translation (account deletion) * Fix extra line * Update Russian translation (sessions) * Update Russian translation * Update Russian translation * Fix merge conflicts (revert)
Configuration menu - View commit details
-
Copy full SHA for c5157ef - Browse repository at this point
Copy the full SHA c5157efView commit details -
Pinned statuses (mastodon#4675)
* Pinned statuses * yarn manage:translations
Configuration menu - View commit details
-
Copy full SHA for 9caa900 - Browse repository at this point
Copy the full SHA 9caa900View commit details
Commits on Aug 25, 2017
-
i18n: Update Polish translation mastodon#4675 (mastodon#4692)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 409051c - Browse repository at this point
Copy the full SHA 409051cView commit details -
Add label for application scopes (mastodon#4691)
* Add label for application scopes * hint
Configuration menu - View commit details
-
Copy full SHA for b886352 - Browse repository at this point
Copy the full SHA b886352View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7c03e59 - Browse repository at this point
Copy the full SHA 7c03e59View commit details -
i18n Updated strings (mastodon#4675 - pinned toot) (mastodon#4695)
* Added string for pinned toots * Pinned toot mastodon#4675 + missing string Somehow I deleted it "enabled_success" * update after advice
Configuration menu - View commit details
-
Copy full SHA for 04c3fb2 - Browse repository at this point
Copy the full SHA 04c3fb2View commit details -
Adjust styles of landing pages. (mastodon#4682)
* Adjust about.scss * Delete trailing whitespace.
Configuration menu - View commit details
-
Copy full SHA for 18f69fb - Browse repository at this point
Copy the full SHA 18f69fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00f9f16 - Browse repository at this point
Copy the full SHA 00f9f16View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb8aa2b - Browse repository at this point
Copy the full SHA fb8aa2bView commit details -
Allow multiple pinned statuses to be shown and make them be ordered b… (
mastodon#4690) * 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
Configuration menu - View commit details
-
Copy full SHA for c2af138 - Browse repository at this point
Copy the full SHA c2af138View commit details -
Remove ! from compose_form.publish
Configuration menu - View commit details
-
Copy full SHA for 21bb4a6 - Browse repository at this point
Copy the full SHA 21bb4a6View commit details
Commits on Aug 26, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 3ac7b35 - Browse repository at this point
Copy the full SHA 3ac7b35View commit details -
Configuration menu - View commit details
-
Copy full SHA for 649a20a - Browse repository at this point
Copy the full SHA 649a20aView commit details -
Added new translations of error messages, block and mute domains and …
…users, privacy disclaimers, etc (mastodon#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
Configuration menu - View commit details
-
Copy full SHA for 1cebfed - Browse repository at this point
Copy the full SHA 1cebfedView commit details -
Add handling of Linked Data Signatures in payloads (mastodon#4687)
* 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
Configuration menu - View commit details
-
Copy full SHA for 00840f4 - Browse repository at this point
Copy the full SHA 00840f4View commit details -
Set margin between character-counter and compose-form__buttons (masto…
…don#4698) For some languages publish translation is long.
Configuration menu - View commit details
-
Copy full SHA for 8ecfdd8 - Browse repository at this point
Copy the full SHA 8ecfdd8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a2698e - Browse repository at this point
Copy the full SHA 2a2698eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 884b085 - Browse repository at this point
Copy the full SHA 884b085View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0397c58 - Browse repository at this point
Copy the full SHA 0397c58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0d5d11e - Browse repository at this point
Copy the full SHA 0d5d11eView commit details
Commits on Aug 27, 2017
-
Allow Symbol keyed Hash in LinkedDataSignature (mastodon#4715)
SerializarbleResource#as_json serializes to Symbol keyed Hash, but current implementation of LinkedDataSignature expects String keyed Hash. So it generates broken payload.
Configuration menu - View commit details
-
Copy full SHA for f095a9f - Browse repository at this point
Copy the full SHA f095a9fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26402ee - Browse repository at this point
Copy the full SHA 26402eeView commit details -
Add japanese translations for Pinned statuses based on pawoo. (mastod…
…on#4717) Add japanese translations for pin_errors.
Configuration menu - View commit details
-
Copy full SHA for f92d991 - Browse repository at this point
Copy the full SHA f92d991View commit details -
Configuration menu - View commit details
-
Copy full SHA for 15093f9 - Browse repository at this point
Copy the full SHA 15093f9View commit details -
Adjust public profile pages (mastodon#4713)
* 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;
Configuration menu - View commit details
-
Copy full SHA for bab9afa - Browse repository at this point
Copy the full SHA bab9afaView commit details -
Adjust "signed in as" pages (mastodon#4720)
* 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
Configuration menu - View commit details
-
Copy full SHA for 07994ee - Browse repository at this point
Copy the full SHA 07994eeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8f527bd - Browse repository at this point
Copy the full SHA 8f527bdView commit details
Commits on Aug 28, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ce9a5f3 - Browse repository at this point
Copy the full SHA ce9a5f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7876aed - Browse repository at this point
Copy the full SHA 7876aedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 938cd28 - Browse repository at this point
Copy the full SHA 938cd28View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0827c09 - Browse repository at this point
Copy the full SHA 0827c09View commit details
Commits on Aug 29, 2017
-
Do not scroll the columns area due to redirection (mastodon#4541)
Commit 9d1f8b9 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.
Configuration menu - View commit details
-
Copy full SHA for 9958eba - Browse repository at this point
Copy the full SHA 9958ebaView commit details -
Serialize ActivityPub alternate link into OStatus deletes, handle it (m…
…astodon#4730) 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.
Configuration menu - View commit details
-
Copy full SHA for 4c76402 - Browse repository at this point
Copy the full SHA 4c76402View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7be6207 - Browse repository at this point
Copy the full SHA 7be6207View commit details -
Configuration menu - View commit details
-
Copy full SHA for f59ed3a - Browse repository at this point
Copy the full SHA f59ed3aView commit details
Commits on Aug 30, 2017
-
Configuration menu - View commit details
-
Copy full SHA for ee72a39 - Browse repository at this point
Copy the full SHA ee72a39View commit details -
Remove unneccesary indices (mastodon#4738)
We only look up status_pins by account_id, or account_id and status_id, never by status_id
Configuration menu - View commit details
-
Copy full SHA for fcca313 - Browse repository at this point
Copy the full SHA fcca313View commit details -
Update status embeds (mastodon#4742)
- 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
Configuration menu - View commit details
-
Copy full SHA for e95bdec - Browse repository at this point
Copy the full SHA e95bdecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 39e7a76 - Browse repository at this point
Copy the full SHA 39e7a76View commit details -
Add close tag of iframe for oEmbed response (mastodon#4745)
* Add close tag of iframe for oEmbed response * add comma
Configuration menu - View commit details
-
Copy full SHA for 3f51a22 - Browse repository at this point
Copy the full SHA 3f51a22View commit details -
Forward ActivityPub creates that reply to local statuses (mastodon#4709)
* Forward ActivityPub creates that reply to local statuses * Fix test * Fix wrong signers
Configuration menu - View commit details
-
Copy full SHA for 7b8f262 - Browse repository at this point
Copy the full SHA 7b8f262View commit details -
Configuration menu - View commit details
-
Copy full SHA for fec1373 - Browse repository at this point
Copy the full SHA fec1373View commit details -
Configuration menu - View commit details
-
Copy full SHA for cecf204 - Browse repository at this point
Copy the full SHA cecf204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2db9cca - Browse repository at this point
Copy the full SHA 2db9ccaView commit details
Commits on Aug 31, 2017
-
* Embed modal * Proxy OEmbed requests from web UI
Configuration menu - View commit details
-
Copy full SHA for d1a78eb - Browse repository at this point
Copy the full SHA d1a78ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 69957ed - Browse repository at this point
Copy the full SHA 69957edView commit details -
Guarantee Subscription service first account has proper URL details (m…
…astodon#4732) * 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
Configuration menu - View commit details
-
Copy full SHA for 6b2be5d - Browse repository at this point
Copy the full SHA 6b2be5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for f7937d9 - Browse repository at this point
Copy the full SHA f7937d9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a5ae09 - Browse repository at this point
Copy the full SHA 9a5ae09View commit details
Commits on Sep 1, 2017
-
Fallback from perform_via_activitypub on private posts (mastodon#4758)
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
Configuration menu - View commit details
-
Copy full SHA for af2d22f - Browse repository at this point
Copy the full SHA af2d22fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 504737e - Browse repository at this point
Copy the full SHA 504737eView commit details -
Refactor Web::PushSubscription, remove welcome message (mastodon#4524)
* Refactor Web::PushSubscription, remove welcome message * Add missing helper * Use locale of the receiver on push notifications (mastodon#4519) * Remove unused translations * Fix dir on notifications
Configuration menu - View commit details
-
Copy full SHA for 74437c6 - Browse repository at this point
Copy the full SHA 74437c6View commit details -
Update FR locales (mastodon#4714)
* 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
Configuration menu - View commit details
-
Copy full SHA for 1a0df58 - Browse repository at this point
Copy the full SHA 1a0df58View commit details -
Make first use less overwhelming with browser permissions (mastodon#4760
Configuration menu - View commit details
-
Copy full SHA for ff7d02b - Browse repository at this point
Copy the full SHA ff7d02bView commit details -
Use system's default font on non web UI pages (mastodon#4553)
* Use system's default font on non web UI pages * Remove import for Redirect
Configuration menu - View commit details
-
Copy full SHA for 2305f7c - Browse repository at this point
Copy the full SHA 2305f7cView commit details -
Make PreviewCard records reuseable between statuses (mastodon#4642)
* Make PreviewCard records reuseable between statuses **Warning!** Migration truncates preview_cards tablec * Allow a wider thumbnail for link preview, display it in horizontal layout (mastodon#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
Configuration menu - View commit details
-
Copy full SHA for 7dc5035 - Browse repository at this point
Copy the full SHA 7dc5035View commit details -
Configuration menu - View commit details
-
Copy full SHA for 921cf3e - Browse repository at this point
Copy the full SHA 921cf3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8fd8f81 - Browse repository at this point
Copy the full SHA 8fd8f81View commit details -
Adjust padding on the public profile page (mastodon#4757)
* 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>
Configuration menu - View commit details
-
Copy full SHA for a75aa62 - Browse repository at this point
Copy the full SHA a75aa62View commit details -
Configuration menu - View commit details
-
Copy full SHA for c2980d5 - Browse repository at this point
Copy the full SHA c2980d5View commit details -
Avoid sending some ActivityPub payloads if the receiver will get them…
… through distribution (mastodon#4739)
Configuration menu - View commit details
-
Copy full SHA for 390bfec - Browse repository at this point
Copy the full SHA 390bfecView commit details -
Finish up embed modal feature (mastodon#4759)
* Add embed button to dropdowns of in-timeline statuses * yarn run manage:translations
Configuration menu - View commit details
-
Copy full SHA for 9c04fad - Browse repository at this point
Copy the full SHA 9c04fadView commit details -
Configuration menu - View commit details
-
Copy full SHA for e482595 - Browse repository at this point
Copy the full SHA e482595View commit details -
Add link to 'noscript' message (mastodon#4561)
* Add link to 'noscript' message Signed-off-by: Marcin Mikołajczak <me@m4sk.in> * remove indent
Configuration menu - View commit details
-
Copy full SHA for 0b32338 - Browse repository at this point
Copy the full SHA 0b32338View commit details
Commits on Sep 2, 2017
-
Configuration menu - View commit details
-
Copy full SHA for b767eb7 - Browse repository at this point
Copy the full SHA b767eb7View commit details -
Configuration menu - View commit details
-
Copy full SHA for ab9f1b6 - Browse repository at this point
Copy the full SHA ab9f1b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b1e025 - Browse repository at this point
Copy the full SHA 1b1e025View commit details -
Define missing JSON-LD properties (mastodon#4767)
Using _: property names is discouraged, as in the future, canonicalization may throw an error when encountering that instead of discarding it silently like it does now. We are defining some ActivityStreams properties which we expect to land in ActivityStreams eventually, to ensure that future versions of Mastodon will remain compatible with this even once that happens. Those would be `locked`, `sensitive` and `Hashtag` We are defining a custom context inline for some properties which we do not expect to land in any other context. `atomUri`, `inReplyToAtomUri` and `conversation` are part of the custom defined OStatus context.
Configuration menu - View commit details
-
Copy full SHA for 1b5806b - Browse repository at this point
Copy the full SHA 1b5806bView commit details -
Disable embed modal when private status (mastodon#4773)
* Disable embed modal when private status * Remove `reblogDisabled`
Configuration menu - View commit details
-
Copy full SHA for 15963a1 - Browse repository at this point
Copy the full SHA 15963a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6fd2e8c - Browse repository at this point
Copy the full SHA 6fd2e8cView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba8fb2f - Browse repository at this point
Copy the full SHA ba8fb2fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0294c8 - Browse repository at this point
Copy the full SHA a0294c8View commit details -
Adjust settings pages (mastodon#4765)
* views: Adjust heading positions * Adjust settings pages Adjust label. Adjust tables. Adjust admin/reports/* pages. Fix 2FA QR code style for narrow devices. Widen several pages. Increase contrast. * Remove trailing whitespace
Configuration menu - View commit details
-
Copy full SHA for cfe39fb - Browse repository at this point
Copy the full SHA cfe39fbView commit details -
i18n: Update Polish translation (mastodon#4775)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 5e1e466 - Browse repository at this point
Copy the full SHA 5e1e466View commit details -
Don't unconditionally call
preventDefault
andstopPropagation
on ……all keyup events (mastodon#4777) * UploadArea should only preventDefault for Escape 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. * Remove workaround for fixed bug in SettingToggle SettingToggle was toggling itself in response to keydown of space, and then the keyup was doing it again
Configuration menu - View commit details
-
Copy full SHA for 8cc1ed3 - Browse repository at this point
Copy the full SHA 8cc1ed3View commit details -
Fix WebPush (regression from mastodon#4524) (mastodon#4778)
* Fix NoMethodError in Web::PushSubscription ``` undefined method `site_contact_email' for #<Class:0x00005976d13c40> /usr/local/bundle/gems/activerecord-5.1.3/lib/active_record/dynamic_matchers.rb:22:in `method_missing' /usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted.rb:295:in `method_missing' /usr/local/bundle/gems/attr_encrypted-3.0.3/lib/attr_encrypted/adapters/active_record.rb:129:in `method_missing_with_attr_encrypted' /mastodon/app/models/web/push_subscription.rb:53:in `push_payload' ``` * Specify serializer in Web::NotificationSerializer
Configuration menu - View commit details
-
Copy full SHA for bfa7f9e - Browse repository at this point
Copy the full SHA bfa7f9eView commit details -
Raise an error for remote url in StatusFinder (mastodon#4776)
* Raise an error for remote url in StatusFinder Previous implementation had allowed remote url with status id which also exists on local. Then that bug leads /api/web/embed to return wrong embed url. * Fix oembed_controller_spec
Configuration menu - View commit details
-
Copy full SHA for 6a4e2db - Browse repository at this point
Copy the full SHA 6a4e2dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a5d1d5 - Browse repository at this point
Copy the full SHA 2a5d1d5View commit details -
Make "unfollow" undo pending outgoing follow request too (mastodon#4781)
* Make "unfollow" undo pending outgoing follow request too * Add cancel button to web UI when awaiting follow request approval * Make the hourglass button do the cancelling
Configuration menu - View commit details
-
Copy full SHA for d3b6746 - Browse repository at this point
Copy the full SHA d3b6746View commit details -
i18n: Improve Polish translation (mastodon#4783)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 2c3544e - Browse repository at this point
Copy the full SHA 2c3544eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ec1aa3 - Browse repository at this point
Copy the full SHA 6ec1aa3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37fdddd - Browse repository at this point
Copy the full SHA 37fddddView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5d17058 - Browse repository at this point
Copy the full SHA 5d17058View commit details -
Configuration menu - View commit details
-
Copy full SHA for a187dce - Browse repository at this point
Copy the full SHA a187dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9dd8dff - Browse repository at this point
Copy the full SHA 9dd8dffView commit details
Commits on Sep 3, 2017
-
Explicitly define attached file of DeprecatedPreviewCard (mastodon#4786)
The path template of the attached files must explicitly be defined because it is contradicting to the name of the class.
Configuration menu - View commit details
-
Copy full SHA for 249bdc1 - Browse repository at this point
Copy the full SHA 249bdc1View commit details -
l10n Occitan update for Embed, cancel follow request, ... (mastodon#4788
Configuration menu - View commit details
-
Copy full SHA for 8538170 - Browse repository at this point
Copy the full SHA 8538170View commit details -
Croatian translation - updated (mastodon#4183)
* Update hr.json * Update hr.json
Configuration menu - View commit details
-
Copy full SHA for 579c7a8 - Browse repository at this point
Copy the full SHA 579c7a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a789315 - Browse repository at this point
Copy the full SHA a789315View commit details -
Configuration menu - View commit details
-
Copy full SHA for d3f46a7 - Browse repository at this point
Copy the full SHA d3f46a7View commit details -
Fix short number locales (mastodon#4790)
Overwrite values from rails-i18n by manually overwriting in every locale. We want numbers like 1.5K in every language
Configuration menu - View commit details
-
Copy full SHA for 8b12e3c - Browse repository at this point
Copy the full SHA 8b12e3cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 334a633 - Browse repository at this point
Copy the full SHA 334a633View commit details
Commits on Sep 4, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 09cffaa - Browse repository at this point
Copy the full SHA 09cffaaView commit details -
Configuration menu - View commit details
-
Copy full SHA for b6f3869 - Browse repository at this point
Copy the full SHA b6f3869View commit details -
Show pinned statuses only in the top of the profile page (mastodon#4803)
* Show pinned statuses only in the top of the profile page * Refactor AccountsController#show_pinned_statuses?
Configuration menu - View commit details
-
Copy full SHA for 2293466 - Browse repository at this point
Copy the full SHA 2293466View commit details -
Fix some ActivityPub JSON bugs (mastodon#4796)
- 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
Configuration menu - View commit details
-
Copy full SHA for 9b50a9d - Browse repository at this point
Copy the full SHA 9b50a9dView commit details -
Some little changes to "ar" locale
Configuration menu - View commit details
-
Copy full SHA for f09a250 - Browse repository at this point
Copy the full SHA f09a250View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d67bf1 - Browse repository at this point
Copy the full SHA 4d67bf1View commit details
Commits on Sep 5, 2017
-
Configuration menu - View commit details
-
Copy full SHA for aefb471 - Browse repository at this point
Copy the full SHA aefb471View commit details -
add index_notifications_on_id_and_account_id_and_activity_type on not…
…ifications table (mastodon#4750)
Configuration menu - View commit details
-
Copy full SHA for 672df4e - Browse repository at this point
Copy the full SHA 672df4eView commit details -
Adjust status embeds (mastodon#4808)
* 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
Configuration menu - View commit details
-
Copy full SHA for 4c3dd0b - Browse repository at this point
Copy the full SHA 4c3dd0bView commit details -
Fix mastodon#4794 - Fake instant follow in API response when account …
…is believed unlocked (mastodon#4799)
Configuration menu - View commit details
-
Copy full SHA for 9b994c4 - Browse repository at this point
Copy the full SHA 9b994c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for e821c00 - Browse repository at this point
Copy the full SHA e821c00View commit details -
Configuration menu - View commit details
-
Copy full SHA for be7ffa2 - Browse repository at this point
Copy the full SHA be7ffa2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6994664 - Browse repository at this point
Copy the full SHA 6994664View commit details
Commits on Sep 6, 2017
-
Configuration menu - View commit details
-
Copy full SHA for fa21d00 - Browse repository at this point
Copy the full SHA fa21d00View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8d2a54 - Browse repository at this point
Copy the full SHA d8d2a54View commit details -
Configuration menu - View commit details
-
Copy full SHA for e0cda4a - Browse repository at this point
Copy the full SHA e0cda4aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1646f62 - Browse repository at this point
Copy the full SHA 1646f62View commit details -
Configuration menu - View commit details
-
Copy full SHA for aec5097 - Browse repository at this point
Copy the full SHA aec5097View commit details -
Add Smartphone screen favourite back button and adjust styles (mastod…
…on#4813) * 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
Configuration menu - View commit details
-
Copy full SHA for 13ffa3c - Browse repository at this point
Copy the full SHA 13ffa3cView commit details -
Switch to static URIs, new URI format in both protocols for new statu…
…ses (mastodon#4815) * 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 (mastodon#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
Configuration menu - View commit details
-
Copy full SHA for e7adbf5 - Browse repository at this point
Copy the full SHA e7adbf5View commit details -
Configuration menu - View commit details
-
Copy full SHA for dd5cb50 - Browse repository at this point
Copy the full SHA dd5cb50View commit details -
Configuration menu - View commit details
-
Copy full SHA for 11bddd3 - Browse repository at this point
Copy the full SHA 11bddd3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9417c9b - Browse repository at this point
Copy the full SHA 9417c9bView commit details -
i10n update OC and FR files (mastodon#4824)
* Onboarding: corrections Some missing letters and spaces or better wording * Embed Translated as Intégrer in FR / Embarcar in OC
Configuration menu - View commit details
-
Copy full SHA for be75b13 - Browse repository at this point
Copy the full SHA be75b13View commit details
Commits on Sep 7, 2017
-
Use casecmp() instead of casecmp?() for now (mastodon#4832)
* 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
Configuration menu - View commit details
-
Copy full SHA for 5264496 - Browse repository at this point
Copy the full SHA 5264496View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8185f98 - Browse repository at this point
Copy the full SHA 8185f98View commit details -
Add Pinned toot column (mastodon#4817)
* 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
Configuration menu - View commit details
-
Copy full SHA for 85c7c42 - Browse repository at this point
Copy the full SHA 85c7c42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d853b5 - Browse repository at this point
Copy the full SHA 7d853b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6859d4c - Browse repository at this point
Copy the full SHA 6859d4cView commit details -
Configuration menu - View commit details
-
Copy full SHA for dd6ede5 - Browse repository at this point
Copy the full SHA dd6ede5View commit details -
i10n OC / FR update Pinned toots (mastodon#4842)
* 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
Configuration menu - View commit details
-
Copy full SHA for b00cc4b - Browse repository at this point
Copy the full SHA b00cc4bView commit details -
i18n: Update Polish translation (mastodon#4845)
Signed-off-by: Marcin Mikołajczak <me@m4sk.in>
Configuration menu - View commit details
-
Copy full SHA for 7c2d849 - Browse repository at this point
Copy the full SHA 7c2d849View commit details
Commits on Sep 8, 2017
-
Configuration menu - View commit details
-
Copy full SHA for a4caa7e - Browse repository at this point
Copy the full SHA a4caa7eView commit details -
"Mute conversation" option on all own toots, not just in notifications (
mastodon#4844) That way you can mute notifications for a toot before you get replies to it or boosts or favourites
Configuration menu - View commit details
-
Copy full SHA for 95f018a - Browse repository at this point
Copy the full SHA 95f018aView commit details -
Fix language filter codes (mastodon#4841)
* 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
Configuration menu - View commit details
-
Copy full SHA for 1caf11d - Browse repository at this point
Copy the full SHA 1caf11dView commit details -
i10n update OC and FR (mastodon#4849)
* Missing "navigation_bar.pins" * Missing "navigation_bar.pins"
Configuration menu - View commit details
-
Copy full SHA for dabc309 - Browse repository at this point
Copy the full SHA dabc309View commit details -
Handle stream_entry URL correctly in ActivityPub (mastodon#4854)
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`.
Configuration menu - View commit details
-
Copy full SHA for a12572e - Browse repository at this point
Copy the full SHA a12572eView commit details -
Refresh timeline after toot while the timeline is disconnected (masto…
…don#4858) 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.
Configuration menu - View commit details
-
Copy full SHA for 1ae5d49 - Browse repository at this point
Copy the full SHA 1ae5d49View commit details
Commits on Sep 9, 2017
-
Fix mastodon#4850 - When visibility missing from API call to toot, fa…
…llback to user preference (mastodon#4861)
Configuration menu - View commit details
-
Copy full SHA for 7ca173b - Browse repository at this point
Copy the full SHA 7ca173bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4b460bc - Browse repository at this point
Copy the full SHA 4b460bcView commit details -
Fix mastodon#1004 - Temporarily pause timeline if there's been recent…
… mouse movement (mastodon#4859)
Configuration menu - View commit details
-
Copy full SHA for baa8b82 - Browse repository at this point
Copy the full SHA baa8b82View commit details -
Scrollable tables in settings pages (mastodon#4857)
* Scrollable tables in settings pages * Add space before curly brace
Configuration menu - View commit details
-
Copy full SHA for 3c45d39 - Browse repository at this point
Copy the full SHA 3c45d39View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e15eee - Browse repository at this point
Copy the full SHA 9e15eeeView commit details -
Configuration menu - View commit details
-
Copy full SHA for c9d04f1 - Browse repository at this point
Copy the full SHA c9d04f1View commit details -
Fix scroll behavior and others on paused timeline (mastodon#4864)
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
Configuration menu - View commit details
-
Copy full SHA for c7908e2 - Browse repository at this point
Copy the full SHA c7908e2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2ff7146 - Browse repository at this point
Copy the full SHA 2ff7146View commit details -
Disable mouse-based pause from mastodon#4859 (mastodon#4865)
It wasn't working ideally and introduced some annoying false positivies
Configuration menu - View commit details
-
Copy full SHA for bdc8b4f - Browse repository at this point
Copy the full SHA bdc8b4fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6867681 - Browse repository at this point
Copy the full SHA 6867681View commit details -
Configuration menu - View commit details
-
Copy full SHA for 90712d4 - Browse repository at this point
Copy the full SHA 90712d4View commit details -
i10n minors changes for 1.6 (mastodon#4867)
* wrong preposition + typo * wrong preposition + typo * Typo * Typo * minor changes * minor changes
Configuration menu - View commit details
-
Copy full SHA for bc07701 - Browse repository at this point
Copy the full SHA bc07701View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3f333a8 - Browse repository at this point
Copy the full SHA 3f333a8View commit details
Commits on Sep 10, 2017
-
Configuration menu - View commit details
-
Copy full SHA for f2cbfb2 - Browse repository at this point
Copy the full SHA f2cbfb2View commit details -
Default follows for new users (mastodon#4871)
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)
Configuration menu - View commit details
-
Copy full SHA for 7d7844a - Browse repository at this point
Copy the full SHA 7d7844aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72e662b - Browse repository at this point
Copy the full SHA 72e662bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4819e29 - Browse repository at this point
Copy the full SHA 4819e29View commit details -
Fix Japanese translation (mastodon#4876)
I translated the additional text ( added by mastodon#4871)
Configuration menu - View commit details
-
Copy full SHA for 15b886a - Browse repository at this point
Copy the full SHA 15b886aView commit details -
Configuration menu - View commit details
-
Copy full SHA for c450ddb - Browse repository at this point
Copy the full SHA c450ddbView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab71cf4 - Browse repository at this point
Copy the full SHA ab71cf4View commit details
Commits on Sep 13, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 2be87ae - Browse repository at this point
Copy the full SHA 2be87aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for a8b06cb - Browse repository at this point
Copy the full SHA a8b06cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8498631 - Browse repository at this point
Copy the full SHA 8498631View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a81939 - Browse repository at this point
Copy the full SHA 8a81939View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7dc67fe - Browse repository at this point
Copy the full SHA 7dc67feView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed2f7db - Browse repository at this point
Copy the full SHA ed2f7dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for b40eb16 - Browse repository at this point
Copy the full SHA b40eb16View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19189a9 - Browse repository at this point
Copy the full SHA 19189a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f2668b - Browse repository at this point
Copy the full SHA 6f2668bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6318fc3 - Browse repository at this point
Copy the full SHA 6318fc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 977ab67 - Browse repository at this point
Copy the full SHA 977ab67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 20a2420 - Browse repository at this point
Copy the full SHA 20a2420View commit details -
Configuration menu - View commit details
-
Copy full SHA for 054950c - Browse repository at this point
Copy the full SHA 054950cView commit details -
Configuration menu - View commit details
-
Copy full SHA for d1c79dd - Browse repository at this point
Copy the full SHA d1c79ddView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb701ca - Browse repository at this point
Copy the full SHA bb701caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8a7262b - Browse repository at this point
Copy the full SHA 8a7262bView commit details -
Configuration menu - View commit details
-
Copy full SHA for becc02f - Browse repository at this point
Copy the full SHA becc02fView commit details
Commits on Sep 14, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9017858 - Browse repository at this point
Copy the full SHA 9017858View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe3df03 - Browse repository at this point
Copy the full SHA fe3df03View commit details -
Merge branch 'pacochi-patch-1' of https://github.com/pacochi/mastodon …
…into pawoo-v1.6.0
Configuration menu - View commit details
-
Copy full SHA for a129e83 - Browse repository at this point
Copy the full SHA a129e83View commit details -
Configuration menu - View commit details
-
Copy full SHA for f04a769 - Browse repository at this point
Copy the full SHA f04a769View commit details -
Configuration menu - View commit details
-
Copy full SHA for d84be2d - Browse repository at this point
Copy the full SHA d84be2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for a25bb5d - Browse repository at this point
Copy the full SHA a25bb5dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecaa8e6 - Browse repository at this point
Copy the full SHA ecaa8e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76514c0 - Browse repository at this point
Copy the full SHA 76514c0View commit details
Commits on Sep 15, 2017
-
Configuration menu - View commit details
-
Copy full SHA for 9577b26 - Browse repository at this point
Copy the full SHA 9577b26View commit details