- Jul 20, 2017
-
-
Sorin Davidoi authored
* feat(compose): More space on mobile devices * feat(compose): Hide navigation when typing on mobile devices * fix(compose): Make animation faster * fix(navigation_bar): Remove hardcoded title * fix(compose): Prevent accidental bluring * fix(compose): Increase max-height to 600px
-
Eugen Rochko authored
-
- Jul 19, 2017
-
-
Eugen Rochko authored
* Do not raise unretryable exceptions in ResolveRemoteAccountService * Removed fatal exceptions from ResolveRemoteAccountService Exceptions that cannot be retried should not be raised. New exception class for those that can be retried (Mastodon::UnexpectedResponseError)
-
Sorin Davidoi authored
-
Sorin Davidoi authored
-
Sorin Davidoi authored
-
unarist authored
-
Sorin Davidoi authored
-
Eugen Rochko authored
-
Akihiko Odaki authored
-
Eugen Rochko authored
* Refactor ResolveRemoteAccountService * Remove trailing whitespace * Use redis locks around critical ResolveRemoteAccountService code * Add test for race condition of lock
-
Cygnan authored
Signed-off-by:
Cygnan <mail@cygnan.com>
-
m4sk1n authored
-
Eugen Rochko authored
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Damien Erambert authored
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
Yamagishi Kazutoshi authored
-
- Jul 18, 2017
-
-
Eugen Rochko authored
-
Sorin Davidoi authored
-
lindwurm authored
Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
m4sk1n authored
Signed-off-by:
Marcin Mikołajczak <me@m4sk.in>
-
lindwurm authored
Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
lindwurm authored
Signed-off-by:
lindwurm <lindwurm.q@gmail.com>
-
Ondřej Hruška authored
-
unarist authored
-
Yamagishi Kazutoshi authored
* Add unfollow modal * unfollowing someone * remove unnecessary prop
-
Akihiko Odaki authored
* Wrap methods of ProcessFeedService::ProcessEntry in classes This is a change same with 425acecf, except that it has the following changes: * Revert irrelevant change in find_or_create_conversation * Fix error handling for RemoteActivity * Introduce Ostatus name space
-
abcang authored
* Improve admin page * Fix test * Add spec * Improve select style
-
Sorin Davidoi authored
-
abcang authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
-
Yamagishi Kazutoshi authored
* Exclude self toots from regular expression filter * refactor
-
Yamagishi Kazutoshi authored
-
- Jul 17, 2017
-
-
Yamagishi Kazutoshi authored
-
Sorin Davidoi authored
* fix(push-notification): Open link in current tab if possible * feat(sw): Skip waiting and claim clients
-
Akihiko Odaki authored
app/javascript/mastodon/main.js delayed the execution of modules, but other entry points didn't. That leads to failure in executing modules, which requires those polyfills. Strictly enforce the rule to require any modules after loading polyfill in entry points.
-
Lynx Kotoura authored
Though size of extended-video-player is already fixed to 80vw*80vh in components.scss, player size was also set to original video size in extended_video_player.js. Video size is fixed to 80vw*80vh, so video player's size must also be fixed to 80vw*80vh.
-
Akihiko Odaki authored
-