- Dec 15, 2020
-
-
ThibG authored
* Add indication to admin UI of whether a report has been forwarded * Rework how forwarded status is displayed Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
dependabot[bot] authored
Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. - [Release notes](https://github.com/isaacs/ini/releases) - [Commits](https://github.com/isaacs/ini/compare/v1.3.5...v1.3.7 ) Signed-off-by:
dependabot[bot] <support@github.com> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
Takeshi Umeda authored
-
Marcin Mikołajczak authored
* Add app shortcuts Signed-off-by:
mkljczk <me@mkljczk.pl> * Fix codeclimate issues Signed-off-by:
mkljczk <me@mkljczk.pl> * Change shortcuts Signed-off-by:
mkljczk <me@mkljczk.pl> * More consistent new-status icon Signed-off-by:
mkljczk <me@mkljczk.pl>
-
- Dec 14, 2020
-
-
ThibG authored
Fixes #15273 Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
ThibG authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Eugen Rochko authored
-
Eugen Rochko authored
- Reduce duplicate queries - Remove n+1 queries - Add accounts count to detailed view - Add separate action log entry for updating existing domain blocks
-
Eugen Rochko authored
-
- Dec 10, 2020
-
-
ThibG authored
* Add honeypot fields to limit non-specialized spam Add two honeypot fields: a fake website input and a fake password confirmation one. The label/placeholder/aria-label tells not to fill them, and they are hidden in CSS, so legitimate users should not fall into these. This should cut down on some non-Mastodon-specific spambots. * Require a 3 seconds delay before submitting the registration form * Fix tests * Move registration form time check to model validation * Give people a chance to clear the honeypot fields * Refactor honeypot translation strings Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
- Dec 09, 2020
-
-
ThibG authored
Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
trwnh authored
-
Takeshi Umeda authored
-
- Dec 08, 2020
-
-
Jeong Arm authored
* Fix open media hotkey * Update status.js Co-authored-by:
Eugen Rochko <eugen@zeonfederated.com>
-
Takeshi Umeda authored
-
- Dec 07, 2020
-
-
ThibG authored
From the start, swiping columns was highly unreliable because the logic could change `ReactSwipeableViews`'s `animateTransitions` property mid-swipe. PR #11200 partially fixed this, but at the unintended cost of disabling the swipe animation altogether. This PR changes the logic behind `shouldAnimate` to only disable the swiping animation at the end of a column change not initiated by `ReactSwipeableViews`. Co-authored-by:
Claire <claire.github-309c@sitedethib.com>
-
Eugen Rochko authored
-
Eugen Rochko authored
About 2x speed-up on inboxes query
-
Eugen Rochko authored
Fix #15280 Also adds the new action bar and blurhash-based background color to audio and video modals
-
Eugen Rochko authored
Fix #15267
-
Eugen Rochko authored
Fix #15258
-
- Dec 06, 2020
-
-
Takeshi Umeda authored
-
- Dec 04, 2020
-
-
Takeshi Umeda authored
-
ThibG authored
Also include AccountNote and AccountDeletionRequest to the list of classes needing to be reassigned the merged account.
-
- Dec 02, 2020
- Dec 01, 2020
-
-
ThibG authored
Unnecessary Ruby and Bundler version constraints got included in #15230
-
Eugen Rochko authored
-
- Nov 30, 2020
-
-
Eugen Rochko authored
-
Mélanie Chauvel authored
-
- Nov 29, 2020
-
-
Shlee authored
-
- Nov 28, 2020
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- Nov 27, 2020
-
-
Eugen Rochko authored
-
Eugen Rochko authored
Extract logic for determining ActivityPub inboxes to send deletes to to its own class and explicitly include the person the status replied to (even if not mentioned), people who favourited it, and people who replied to it (though that one is still not recursive)
-
Eugen Rochko authored
-
Eugen Rochko authored
-
Eugen Rochko authored
- Change overlay background to match color of viewed image - Add interactive reply/boost/favourite buttons to footer of modal - Change ugly "View context" link to button among the action bar
-