- 27 Feb, 2020 2 commits
-
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- 09 Aug, 2019 33 commits
-
-
Eugen Rochko authored
-
ThibG authored
* Fix “read more” button behing hidden (regression from #11404) This has the side-effect of putting the “Read more” button below possibly trunctated polls instead of putting the poll below the “Read more” * Remove dead code
-
Eugen Rochko authored
Fix #7629
-
Eugen Rochko authored
Fix #10227
-
Eugen Rochko authored
Fix #11466
-
Eugen Rochko authored
Fix #11478
-
ThibG authored
- Focus first item when activated via keyboard - When the dropdown menu closes, give back the focus to the actual element which was focused prior to opening the menu
-
ThibG authored
Fixes #11496
-
ThibG authored
* Trap tab in privacy dropdown * Give focus back to last focused element when privacy dropdown menu closes * Actually give back focus to the element that had it before clicking the dropdown
-
ThibG authored
* Allow selecting menu items with the space bar in status dropdown menus * Fix modals opened by keyboard navigation being immediately closed * Fix menu items triggering modal actions * Add Tab trapping inside dropdown menu * Give focus back to last focused element when status dropdown menu closes
-
ThibG authored
-
ThibG authored
-
Jeong Arm authored
It resolves #11338
-
ThibG authored
-
Jeong Arm authored
-
Eugen Rochko authored
-
Clar Fon authored
-
Eugen Rochko authored
-
Daigo 3 Dango authored
* Bind to 0.0.0.0 * Make Procfile common to main and streaming apps
-
Eugen Rochko authored
Fix #6462
-
ThibG authored
* Add spec covering numeric-only hashtags * Fix hashtag regex
-
koyu authored
* Added logout to dropdown menu * Triggering build-and-test with empty commit as it seems it failed due to some internal failure * Looks fine, ready to review * Added changes from review * method can be null without any problems * Also target can be null
-
ThibG authored
-
ThibG authored
* Add test * Fix code for sanitizing nested lists stripping all tags
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #10934
-
Eugen Rochko authored
-
Eugen Rochko authored
Fix #11328
-
Daigo 3 Dango authored
-
Eugen Rochko authored
-
han@highemelry authored
- Change the maximum count of retry for web push notification (Default -> 5). - In case of high load of subscribe server, the retries will be repeated many times. - Because the retries occupy the default queue, maximum retry count should be reduced.
-
Eugen Rochko authored
-
Eugen Rochko authored
-
- 06 Aug, 2019 5 commits
-
-
ThibG authored
-
ThibG authored
* Play animated custom emoji on hover in status * Play animated custom emoji on hover in display names * Play animated custom emoji on hover in bios/bio fields * Add support for animation on hover on public pages emojis too * Fix tests * Code style cleanup
-
ThibG authored
Already displayed in public pages, but not WebUI
-
ThibG authored
Avoids jumping the scroll around vertically when giving it focus and editing long toots.
-
ThibG authored
Use the smallest preset expires_in such that the new poll would not expire before the old one. In the typical case of a quick delete & redraft, this results in using the same poll duration. Fixes #10567
-