- Aug 12, 2017
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Force SSL only cookies for remember_me, adjust confirmation expiration time to fit with the user cleanup scheduler
-
Eugen Rochko authored
-
- Aug 11, 2017
-
-
Sylvhem authored
* 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".
-
- Aug 10, 2017
-
-
Eugen Rochko authored
* 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
-
Quent-in authored
* l10n Update OC #4521 Link => token provider => provesidor + more generalized way of using present participle * Update oc.yml
-
spla authored
* 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
-
Yamagishi Kazutoshi authored
-
- Aug 09, 2017
-
-
Eugen Rochko authored
-
- Aug 08, 2017
-
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Ondřej Hruška authored
* Add faved toot to faves column * renamed append to prepend for clarity
-
Ondřej Hruška authored
-
Gergely Nagy authored
To be able to pull some basic statistics from a Mastodon instance, include the user, status and connected domain counters in the `/api/v1/instance` response. Fixes #3570. Signed-off-by:
Gergely Nagy <algernon@madhouse-project.org>
-
Ondřej Hruška authored
-
Eugen Rochko authored
* Add ActivityPub inbox * Handle ActivityPub deletes * Handle ActivityPub creates * Handle ActivityPub announces * Stubs for handling all activities that need to be handled * Add ActivityPub actor resolving * Handle conversation URI passing in ActivityPub * Handle content language in ActivityPub * Send accept header when fetching actor, handle JSON parse errors * Test for ActivityPub::FetchRemoteAccountService * Handle public key and icon/image when embedded/as array/as resolvable URI * Implement ActivityPub::FetchRemoteStatusService * Add stubs for more interactions * Undo activities implemented * Handle out of order activities * Hook up ActivityPub to ResolveRemoteAccountService, handle Update Account activities * Add fragment IDs to all transient activity serializers * Add tests and fixes * Add stubs for missing tests * Add more tests * Add more tests
-
Lynx Kotoura authored
-
Yamagishi Kazutoshi authored
Resolve #3199
-
雨宮美羽 authored
-
unarist authored
application/json only allows Unicode, so this prevents from wrong charset detection.
-
- Aug 07, 2017
-
-
TheInventrix authored
apply same style class to the About description on both the landing page and the about/more page
-
Yamagishi Kazutoshi authored
* Revert "Adjust tags and accounts page (#4534)" This reverts commit a3e53bd4. * Revert "feat: Cache status height to avoid expensive renders (#4439)" This reverts commit 8eb6d171. * Revert "Refactor Avatar and AvatarOverlay to have 'account' as prop instead of src and staticSrc (#4526)" This reverts commit 59423474. * Revert "Update dependencies for Ruby (#4543)" This reverts commit 22db9472. * Revert "[Docker] Add multicore support to "make" and "bundler" (#4544)" This reverts commit 5d408fd9. * Revert "It makes no sense to try using invalid or expired link again (#4521)" This reverts commit 47579ec5. * Revert "i18n: Update Polish translation (#4545)" This reverts commit 3363a055. * Revert "Set false to animated options for thumbnail processor (#4547)" This reverts commit 87f10d47.
-
Lynx Kotoura authored
* Adjust tag and accounts page * Remove units from 0px paddings
-
Sorin Davidoi authored
* feat: Cache status height to avoid expensive renders * feat: Escape content and emojify in reducers * fix(css): Remove backface-visibility: hidden from .scrollable * fix(statuses): Avoid creating DOMParses inside a loop
-
Ondřej Hruška authored
* Refactored Avatar and AvatarOverlay (DRY) to have 'account' as prop. Also removed animate attribute from compose navigation bar, which should have never been there. Added test for avatar overlay. * fix broken tests * god dammit another bug in tests! travis please let this pass * formatting in avatar overlay
-
Yamagishi Kazutoshi authored
* Update twitter-text to version 1.14.7 * Update tilt to version 2.0.8 * Update statsd-instrument to version 2.1.4 * Update sidekiq to version 5.0.4 * Update sidekiq-scheduler to version 2.1.8 * Update sidekiq-unique-jobs to version 5.0.9 * Update redis-activesupport to version 5.0.3 * Update rails-settings-cached to version v0.6.6 * Update pkg-config to version 1.2.4 * Update parallel_tests to version 2.14.2 * Update jsonapi-renderer to version 0.1.3 * Update i18n-tasks to version 0.9.16 * Update httplog to version 0.99.7 * Update fabrication to version 2.16.2 * Update bootsnap to version 1.1.2 * Update aws-sigv4 to version 1.0.1 * Update aws-sdk-core to version 2.10.21 * Update hashdiff to version 0.3.5 * Update rails to version 5.1.3
-
Thomas Leister authored
* Let make and bundler use multiple cores * Adds -j option to bundle install instead of bundle config
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
m4sk1n authored
-
Yamagishi Kazutoshi authored
Resolve #3199 Fix the aspect ratio of animated GIF whose background is transparent.
-
- Aug 06, 2017
-
-
Masoud Abkenar authored
-
Komic authored
wrong character, sorry about that~
-
Komic authored
Translation for https://github.com/tootsuite/mastodon/pull/4523
-
Daigo 3 Dango authored
- Aug 05, 2017
-
-
Quent-in authored
Neutral form used.
-
MitarashiDango authored
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Aug 04, 2017
-
-
Quent-in authored
Salutation mailer + invalid reset link.
-
Akihiko Odaki authored
The feature to pin column could hide the rightmost column, which is specified with children property of ColumnsArea. The user is likely to see the column when the property changed, so scroll the area in such cases.
-