Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-09-05 | Fix line breaks in hashtag autosuggestions in web UI (#11764) | Eugen Rochko | |
2019-09-05 | Fix wrong variable regression from #11753 (#11763) | Eugen Rochko | |
2019-09-05 | Attempt to concurrently connect to remote IP addresses (#11757) | ThibG | |
* Attempt to concurrently connect to remote IP addresses * Reduce code length to please CodeClimate 🤷 | |||
2019-09-04 | Exclude URLs from text analysis (#11759) | Mostafa Ahangarha | |
By the added regex, URLs, including the one without http or even www like mysite.com will be removed from the toot's body so only the real text of the toot will be analyzed for RTL detection | |||
2019-09-04 | Fix wrong sum of usage in hashtag component in web UI (#11755) | Eugen Rochko | |
1 + 1 = 11 | |||
2019-09-04 | Fix wrong pluralization in hashtag component in web UI (#11754) | Eugen Rochko | |
2019-09-04 | Change account deletion page to have better explanations (#11753) | Eugen Rochko | |
Fix deletion of unconfirmed account not freeing up the username Add prefill of logged-in user's email in the reconfirmation form | |||
2019-09-03 | Fix admin interface showing superfluous reject media/reports on suspended ↵ | ThibG | |
blocks (#11749) * Fix admin interface showing superfluous reject media/reports on suspended domains * Fix reject media/reports checkboxes being visible when editing domain block of suspend severity | |||
2019-09-03 | Fix ActivityPub context not being dynamically computed (#11746) | ThibG | |
* Fix contexts not being dynamically included Fixes #11649 * Refactor Note context in serializer * Refactor Actor serializer | |||
2019-09-03 | Fix error in admin UI for hashtag usage breakdown (#11743) | Eugen Rochko | |
2019-09-03 | Change hashtag component in web UI to show numbers for 2 last days (#11742) | Eugen Rochko | |
To deal with the midnight problem | |||
2019-09-03 | Fix error in user warning template (#11741) | Eugen Rochko | |
2019-09-03 | Fix user preference to show trends not working on public pages (#11740) | Eugen Rochko | |
Fix #11738 | |||
2019-09-03 | Change OpenGraph description on sign-up page to reflect invite (#11744) | Eugen Rochko | |
2019-09-03 | Fix uncached media in web UI not being clickable (#11745) | Eugen Rochko | |
2019-09-02 | Integrate translation strings for the Profile Directory. (#11722) | mayaeh | |
Run `yarn manage:translations en` | |||
2019-09-02 | Fix Mastodon logo style on hover on public pages' footer (#11735) | ThibG | |
Fixes #11690 | |||
2019-09-02 | Fix height of dashboard counters (#11736) | ThibG | |
2019-09-02 | Change trending hashtags to not disappear instantly after midnight (#11712) | Eugen Rochko | |
2019-09-01 | Fix custom emoji animation on hover in WebUI directory bios (#11716) | ThibG | |
2019-09-01 | Fix wrong percentages in admin UI for hashtag usage breakdown (#11714) | Eugen Rochko | |
2019-09-01 | Add "not available" label on unknown media attachments (#11715) | Eugen Rochko | |
2019-08-30 | Change layout of public profile directory to be the same as in web UI (#11705) | Eugen Rochko | |
2019-08-30 | Add more media formats (#11687) | umonaca | |
* Add more media formats * Removed amr file type | |||
2019-08-30 | Fix non-numbers being passed to Redis and causing an error (#11697) | Eugen Rochko | |
2019-08-30 | Fix error in REST API for an account's statuses (#11700) | Eugen Rochko | |
2019-08-30 | Fix uncaught error when resource param is missing in Webfinger request (#11701) | Eugen Rochko | |
2019-08-30 | Fix uncaught domain normalization error in remote follow (#11703) | Eugen Rochko | |
2019-08-30 | Change detailed status child ordering to sort self-replies on top (#11686) | ThibG | |
Fixes #11679 | |||
2019-08-30 | Fix encoding error when checking e-mail MX records (#11696) | Eugen Rochko | |
2019-08-30 | Fix error in warning e-mail template (#11698) | Eugen Rochko | |
2019-08-30 | Fix uncaught parameter missing exceptions and missing error templates (#11702) | Eugen Rochko | |
2019-08-30 | Add profile directory to web UI (#11688) | Eugen Rochko | |
* Add profile directory to web UI * Add a line of bio to the directory | |||
2019-08-27 | Add special alert for throttled requests (#11677) | ThibG | |
* Add special alert for throttled requests * Use an extra attribute instead of an array | |||
2019-08-26 | Add confirmation modal when logging out from the web app (#11671) | ThibG | |
* [WiP] Add a confirmation modal before logging out from the web interface * Add confirmation to logout link in getting started footer * Please CodeClimate | |||
2019-08-25 | Add translation target for hashtag (#11657) | mayaeh | |
* Add translation target for hashtag. * run `yarn manage:translations en` | |||
2019-08-25 | Fix crash when switching back/from mobile layout (#11655) | ThibG | |
Fixes #11630 | |||
2019-08-25 | Change window resize handler to switch to/from mobile layout as soon as ↵ | ThibG | |
needed (#11656) | |||
2019-08-25 | Fix more visual issues with the audio player (#11654) | Eugen Rochko | |
* Fix more visual issues with the audio player - Add horizontal baseline in the middle of waveform - Fix audio player colors in light theme - Use audio element instead of web audio API - Do not render any bars until the file is loaded - Do not allow interactions with waveform until the file is loaded * Fix code style issue | |||
2019-08-25 | Fix public page crash due to audio player, fix unpause in audio player (#11652) | Eugen Rochko | |
2019-08-23 | Add audio player (#11644) | Eugen Rochko | |
2019-08-23 | Add option to include reported statuses in warning e-mail (#11639) | Eugen Rochko | |
2019-08-23 | Fix items in StatusContent render list not all having a key (#11645) | ThibG | |
2019-08-23 | Add header to trends section and change refresh rate to 15 minutes (#11641) | Eugen Rochko | |
2019-08-22 | Add soft delete for statuses for instant deletes through API (#11623) | Eugen Rochko | |
* Add soft delete for statuses to allow them to appear instant * Allow reporting soft-deleted statuses and show them in the admin UI * Change index for getting an account's statuses | |||
2019-08-22 | Restore hashtag suggestions from local tag history (#11632) | ThibG | |
* Restore hashtag suggestions from local tag history * Append local hashtag suggestions instead of prepending them * Do not display inaccurate usage statistics for hashtags not retrieved from API * Fixup | |||
2019-08-22 | Fix remote and staff-removed statuses leaving media behind for a day (#11638) | Eugen Rochko | |
The reason for unattaching media instead of removing it is to support delete & redraft functionality, but remote or staff-removed statuses will never be redrafted, so the media should be deleted immediately | |||
2019-08-21 | Fix the whitelist mode display not being enabled in the admin dashboard (#11634) | mayaeh | |
2019-08-21 | Fix trending hashtags being fetched every 36 seconds instead of every hour ↵ | ThibG | |
(#11631) | |||
2019-08-20 | Fix handling of audio files in account media gallery (#11629) | ThibG | |
Fixes #11627 |