Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-19 | Autofix Rubocop Style/RedundantBegin (#23703) | Nick Schonning | |
2023-02-18 | Autofix Rubocop Style/PerlBackrefs (#23649) | Nick Schonning | |
2023-02-08 | Apply Rubocop Performance/BlockGivenWithExplicitBlock (#23441) | Nick Schonning | |
* Apply Rubocop Performance/BlockGivenWithExplicitBlock * Unprefix used block parameter | |||
2022-03-30 | Fix being able to post URLs longer than 4096 characters (#17908) | Eugen Rochko | |
2022-03-26 | Refactor formatter (#17828) | Eugen Rochko | |
* Refactor formatter * Move custom emoji pre-rendering logic to view helpers * Move more methods out of Formatter * Fix code style issues * Remove Formatter * Add inline poll options to RSS feeds * Remove unused helper method * Fix code style issues * Various fixes and improvements * Fix test | |||
2021-03-02 | Update twitter-text from 1.14 to 3.1.0 and fix toot character counting (#15382) | Claire | |
* Update twitter-text from 1.14 to 3.1.0 * Disable emoji parsing * Properly depend on twitter-text for url detection * Fix some URLs being wrongly detected client-side * Add test for server-side validation of non-autolinkable URLs * Fix server-side status length counting | |||
2021-01-22 | Optimize some regex matching (#15528) | luigi | |
* Use Regex#match? * Replace =~ too * Avoid to call match? from Nil * Keep value of Regexp.last_match | |||
2017-12-06 | Using double splat operator (#5859) | Yamagishi Kazutoshi | |
2017-11-17 | Fix some rubocop style issues (#5730) | Eugen Rochko | |
2017-05-24 | Skip formatting for cashtag in status text (#3275) | Yamagishi Kazutoshi | |
Resolve #3270 | |||
2017-05-19 | Unify the method of extracting tags (#3138) | abcang | |
2017-05-05 | use Twitter::Extractor for creating links (#2502) | masarakki | |