Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-07-05 | Format datetime of subscriptions on admin UI (#4078) | Yamagishi Kazutoshi | |
2017-07-04 | Fix Korean translation (#4065) | Minori Hiraoka | |
* Added Korean Translation (based on japanese) * Update korean translation * Update korean translation: fix syntax error * Updated korean translation * Update korean translation * Update ko.json Translate non-translated parts * Update ko.yml Translated missed parts - and fixed some typos * Create simple_form.ko.yml * Update simple_form.ko.yml Translation error fix - password change form * Update simple_form.ko.yml * Update ko.json Missing translation | |||
2017-07-04 | i18n: Add korean translation (#4064) | Gyuhwan Park | |
* Added Korean Translation (based on japanese) * Update korean translation * Update korean translation: fix syntax error * Updated korean translation * Update korean translation * Update ko.json Translate non-translated parts * Update ko.yml Translated missed parts - and fixed some typos * Create simple_form.ko.yml * Updated korean translation * i18n: fix test fails | |||
2017-07-04 | Customizable privacy policy from admin interface (#4062) | Yamagishi Kazutoshi | |
2017-07-03 | Remove sort in Feed (#4050) | Akihiko Odaki (@fn_aki@pawoo.net) | |
In from_redis method, statuses retrieved from the database was mapped to the IDs retrieved from Redis. It was equivalent to order from high to low because those IDs are sorted in the same order. Statuses are ordered with the ID by default, so we do not have to reorder. Sorting statuses in the database is even faster since the IDs are indexed with B-tree. | |||
2017-07-03 | Add fa-fw class to user agent icon (#4047) | Yamagishi Kazutoshi | |
2017-07-03 | Rescue exceptions caused by FetchLinkCardService (#4045) | abcang | |
2017-07-03 | Faster emojify() by avoiding str.replace() entirely (#4049) | Nolan Lawson | |
2017-07-02 | Update French locales (#4034) | Damien Erambert | |
* add missing locales for French translation * accent "Media" in the front-end locales * images => médias * Change 'rapport' to 'signalement' in French locales to be more coherent * fix typo * remove duplicate EN locale * translate missing locales * update missing locale * fix typo * unify with "utilisateur⋅ice⋅s" * address PR comments | |||
2017-07-02 | fix(components/columns_area): Increase delta for swipe detection (#4037) | Sorin Davidoi | |
2017-07-01 | Fix height issue in report modal | Eugen Rochko | |
2017-06-30 | Faster emojify() algorithm, avoid regex replace (#4019) | Nolan Lawson | |
* Faster emojify() algorithm, avoid regex replace * add semicolon | |||
2017-06-30 | Fix that AdminMailer does not send (#4012) | Yamagishi Kazutoshi | |
2017-06-30 | Fix broken style in media gallery (regression from #3963) (#4014) | Yamagishi Kazutoshi | |
2017-06-30 | Do not raise an error if PrecomputeFeed could not find any status (#4015) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-30 | Rescue Addressable::URI::InvalidURIError at Remotable (#4017) | abcang | |
2017-06-30 | Replace state to /web when root path (#4009) | Yamagishi Kazutoshi | |
2017-06-30 | Fix media-gallery, overflow is hidden. (#4008) | Naoki Kosaka | |
2017-06-29 | rescue HTTP::ConnectionError (#3992) | abcang | |
2017-06-29 | Use multiple pairs for zadd in PrecomputeFeedService (#3990) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-29 | Reduce number of commands in FeedManager#trim (#3989) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-28 | Do not fail to create access token if superapp was never created (#3986) | Eugen Rochko | |
2017-06-28 | Overwrite old statuses with reblogs in PrecomputeFeedService (#3984) | Akihiko Odaki (@fn_aki@pawoo.net) | |
2017-06-27 | i18n: Use instance name in email notifications instead of Mastodon (pl) (#3976) | m4sk1n | |
Signed-off-by: Marcin Mikołajczak <me@m4sk.in> | |||
2017-06-27 | i18n: Turn report screen into a modal (pl) (#3974) | m4sk1n | |
2017-06-27 | fix(components/status): Up & down jump due to content being added to the DOM ↵ | Sorin Davidoi | |
(#3972) | |||
2017-06-27 | Turn report screen into a modal (#3965) | Eugen Rochko | |
2017-06-27 | Use instance name in email notifications instead of "Mastodon" (#3763) | Midgard | |
* Use instance name in "password changed" mail instead of "Mastodon". Fixes tootsuite#2620. * Use instance name in password reset mail instead of "Mastodon". | |||
2017-06-27 | Responsive images in media gallery (#3963) | Sorin Davidoi | |
* feat(components/media_gallery): Responsive images * fix(components/media_gallery): Link to image URL | |||
2017-06-27 | Maintain aspect ratio for preview image (#3966) | Yamagishi Kazutoshi | |
2017-06-27 | Fix #1624 - Send e-mail notifications to admins about new reports (#3949) | Eugen Rochko | |
2017-06-26 | Raise an error if salmon request response is unsatisfactory (#3960) | ThibG | |
2017-06-26 | Translate pin/unpin and fix some inconsistencies in gender neutral strings ↵ | Alda Marteau-Hardi | |
(#3952) | |||
2017-06-25 | Fix #3910 - Require OTP authentication to disable 2FA (#3935) | Eugen Rochko | |
* Fix #3910 - Require OTP authentication to disable 2FA. Also, remove ability to generate new OTP backup codes *after* initial backup codes were handed out during activation * Restore recovery code re-generation * Improve display of some 2FA elements | |||
2017-06-25 | Bind web UI access tokens to sessions (#3940) | Eugen Rochko | |
* Add overview of active sessions * Better display of browser/platform name * Improve how browser information is stored and displayed for sessions overview * Fix test * Fix #2347 - Bind web UI access token to session When you logout, session also destroys the access token, so it's no longer valid. If access token is destroyed some other way, the session is also destroyed, requiring a re-login. Fix #1681 - Add scheduler to remove revoked access tokens and grants * Fix test | |||
2017-06-25 | fix(features/compose): Handle external changes to the textarea (#3632) | Sorin Davidoi | |
2017-06-25 | Add overview of active sessions (#3929) | Eugen Rochko | |
* Add overview of active sessions * Better display of browser/platform name * Improve how browser information is stored and displayed for sessions overview * Fix test | |||
2017-06-25 | Fix "undefined" in className (#3939) | PFM | |
2017-06-24 | Fix elephant in onboarding modal being very small sized on small devices (#3932) | unarist | |
2017-06-24 | Clean column collapsible (#3931) | unarist | |
* Remove unused column_collapsable.js * Remove old styles * Extract `> div` style to independent class | |||
2017-06-24 | feat(components/onboarding_modal): Swipe between pages (#3934) | Sorin Davidoi | |
2017-06-24 | Fix #3924 (regression from #3906) (#3925) | Yamagishi Kazutoshi | |
2017-06-24 | Use debounce for dispatch scrollTopNotification and expandNotifications (#3700) | unarist | |
2017-06-23 | Fix a typo and give CW'd statuses the right cursor (#3918) | Daniel Hunsaker | |
2017-06-23 | Use Class and Property Decorators (#3730) | Yamagishi Kazutoshi | |
ref https://tc39.github.io/proposal-decorators/ | |||
2017-06-23 | Revocable sessions (#3616) | Sorin Davidoi | |
* feat: Revocable sessions * fix: Tests using sign_in * feat: Configuration entry for the maximum number of session activations | |||
2017-06-23 | Merge branch 'swipe-gestures' of git://github.com/sorin-davidoi/mastodon ↵ | Eugen Rochko | |
into sorin-davidoi-swipe-gestures | |||
2017-06-23 | Remove unused variables (#3906) | Yamagishi Kazutoshi | |
2017-06-23 | Add prefix to setting toggle ID (#3907) | Yamagishi Kazutoshi | |
2017-06-23 | fix: Apply :hover, :focus and :active only when multiple columns | Sorin Davidoi | |