- Oct 02, 2017
-
-
Eugen Rochko authored
-
Nolan Lawson authored
-
Jeong Arm authored
* Append confirmation link as plain text Some mail application is malfunctioning with links. * Change description text
-
Daigo 3 Dango authored
-
Nolan Lawson authored
* Toggle contain:strict on fullscreen * Fix scss lint issue * fix scss whitespace lint issue
-
- Oct 01, 2017
-
-
Eugen Rochko authored
-
JeanGauthier authored
-
Eugen Rochko authored
* Improve privacy dropdown, remove react-simple-dropdown dependency * Animate privacy warning * Fix react-router-scroll
-
Eugen Rochko authored
-
- Sep 30, 2017
-
-
Daggertooth authored
* Add image descriptions to `title` attribute to view on mouse hover/long-press. * Too many title properties may spoil the broth.
-
Akihiko Odaki authored
* Fix order of paginated accounts in FollowerDomainsController Unordered pagination could result in unexpected behavior. * Cover Settings::FollowerDomainsController more
-
Eugen Rochko authored
-
Hinaloe authored
* Reduce container size with clean yarn * Merge trouble
-
roikale authored
"Ilmainen" means "gratis", but Mastodon is free as in freedom, libre – "vapaa". https://fi.wikipedia.org/wiki/Vapaa_ohjelmisto
-
ThibG authored
-
MIYAGI Hikaru authored
* unite loop process * add hint for original emojifier
-
abcang authored
-
Nolan Lawson authored
-
Nishi, Keisuke authored
-
Eugen Rochko authored
* Do not debounce emoji search * Make autosuggestions appear sooner
-
Eugen Rochko authored
* Upgrade to React 16.0.0 * Disable some uncritical tests while chai-enzyme remains incompatible
-
- Sep 29, 2017
-
-
Nolan Lawson authored
* Remove react-sizeme * Fix aspect ratio in "sensitive" mode
-
Jakob Kramer authored
Translate "about" page, several settings pages, data export/import, sessions overview, authorized followers page, account deletion page. More consistent use of words: - A toot is a Beitrag. - An account is a Konto. Some small improvements.
-
Yanaken authored
-
Eugen Rochko authored
-
Eugen Rochko authored
- A successful delivery cancels it out - An incoming delivery from account of the inbox cancels it out
-
Eugen Rochko authored
-
Eugen Rochko authored
Blaze it
-
- Sep 28, 2017
-
-
Eugen Rochko authored
I see no reason to allow more than that. Usually a redirect is HTTP->HTTPS, then maybe URL structure changed, but more than that is highly unlikely to be a legitimate use case.
-
Jakob Kramer authored
Create activerecord.de.yml (50%) Update devise.de.yml Update doorkeeper.de.yml (100%) Update simple_form.de.yml (100%)
-
Nolan Lawson authored
* Improve performance of modal and swipe animations * Fix eslint issues
-
JeanGauthier authored
-
Eugen Rochko authored
If the signature could not be verified and the webfinger of the account was last retrieved longer than the cache period, try re-resolving the account and then attempting to verify the signature again
-
Jakob Kramer authored
-
Eugen Rochko authored
* Fix #117 - Add ability to specify alternative text for media attachments - POST /api/v1/media accepts `description` straight away - PUT /api/v1/media/:id to update `description` (only for unattached ones) - Serialized as `name` of Document object in ActivityPub - Uploads form adjusted for better performance and description input * Add tests * Change undo button blend mode to difference
-
abcang authored
-
Yamagishi Kazutoshi authored
* Update Yarn to version 1.1.0 * remove hard-coding
-
- Sep 27, 2017
-
-
Eugen Rochko authored
* Remove web UI warnings about OStatus privacy * yarn run manage:translations
-
Eugen Rochko authored
Call to warden.authenticate! in resource_owner_from_credentials would make the request redirect to sign-in path, which is a bad response for apps. Now bad credentials just return nil, which leads to HTTP 401 from Doorkeeper. Also, accounts with enabled 2FA cannot be logged into this way.
-
Yamagishi Kazutoshi authored
-