summaryrefslogtreecommitdiff
path: root/internal/text
AgeCommit message (Expand)AuthorFiles
2025-06-30[feature] Allow anchor href to work for footnotes, use ID prefix to avoid cla...Libravatar tobi3
2025-06-09[feature] enable footnote extension for markdown parser (#4251)Libravatar nicole mikołajczyk2
2025-05-22[chore] Upgrade to Go 1.24 (#4187)Libravatar Daenney1
2025-05-04[bugfix] Fix no notification if mention edited into status (#4102)Libravatar tobi1
2025-04-27[chore] Rewrite all remaining Github linksLibravatar Daenney2
2025-04-26[feature] Move to code.superseriousbusiness.orgLibravatar Daenney11
2025-03-24feat: Relax URL matching (#3925)Libravatar Daenney2
2025-03-07[feature] Parse content warning to HTML, serialize via client API as plaintex...Libravatar tobi8
2025-03-03[feature] Refactor tokens, allow multiple app redirect_uris (#3849)Libravatar tobi1
2025-01-31[bugfix] Extend parser to handle more non-Latin hashtags (#3700)Libravatar Vyr Cossont5
2025-01-23[feature] Push notifications (#3587)Libravatar Vyr Cossont2
2024-12-08[feature] Allow partial-word hashtags using non-breaking spaces (#3606)Libravatar tobi2
2024-07-21[feature/frontend] Respect `prefers-reduced-motion` for avatars, headers, and...Libravatar tobi1
2024-03-15[bugfix] Parse links that contain non-ascii characters (#2762)Libravatar tobi3
2024-02-19[bugfix] Refactor parse mention, fix local mention bug (#2657)Libravatar tobi1
2023-12-27[chore] Refactor HTML templates and CSS (#2480)Libravatar tobi1
2023-11-10[feature] Media attachment placeholders (#2331)Libravatar tobi1
2023-10-05updates markdown parsing to reduce allocations in the same way as the plain t...Libravatar kim1
2023-10-04[feature] tentatively start adding polls support (#2249)Libravatar kim1
2023-09-29[chore/bugfix] Deinterface text.Formatter, allow underscores in hashtags (#2233)Libravatar tobi14
2023-08-11[bugfix] Use custom bluemonday policy to disallow inline img tags (#2100)Libravatar tobi7
2023-07-31[feature] Hashtag federation (in/out), hashtag client API endpoints (#2032)Libravatar tobi4
2023-05-09[feature] Enable federation in/out of profile PropertyValue fields (#1722)Libravatar tobi5
2023-03-28[performance] refactoring + add fave / follow / request / visibility caching ...Libravatar kim2
2023-03-12[chore] Improve copyright header handling (#1608)Libravatar Daenney15
2023-03-01[chore] move client/federator workerpools to Workers{} (#1575)Libravatar kim1
2023-02-17[feature] Add a request ID and include it in logs (#1476)Libravatar Daenney6
2023-02-03[chore] Text formatting overhaul (#1406)Libravatar Autumn!15
2023-01-05[chore] Update/add license headers for 2023 (#1304)Libravatar tobi15
2023-01-02[chore] The Big Middleware and API Refactor (tm) (#1250)Libravatar tobi1
2022-12-16[chore/bugfix] Switch markdown from blackfriday to goldmark (#1267)Libravatar Autumn!3
2022-11-22[chore] markdown: disable Smartypants rendering (#1111)Libravatar Norwin2
2022-11-15[bugfix] Fix unicode-unaware word boundary check in hashtags (#1049)Libravatar ugla1
2022-11-07[chore] Fix rel="nofollow" so that it only applies to external links (#991)Libravatar D1
2022-10-08[feature] Add opt-in RSS feed for account's latest Public posts (#897)Libravatar tobi1
2022-09-27[bugfix] Fix emphasis being added to emoji shortcodes with markdown parsing (...v0.5.0Libravatar tobi3
2022-09-12[feature] Allow users to set custom css for their profiles + threads (#808)Libravatar tobi1
2022-08-31[bugfix] Use custom blackfriday renderer to only add mention/hashtag links in...Libravatar Blackle Morisanchetto2
2022-08-26[feature] Allow footnotes in markdown, use `<br>` instead of `\n` (#767)Libravatar tobi2
2022-08-07[bugfix] Markdown formatting updates (#743)Libravatar tobi2
2022-08-06[feature] Let accounts set default status format, and use this when processin...Libravatar tobi1
2022-07-19[bugfix] html escape special characters in text instead of totally removing t...Libravatar tobi9
2022-07-19[chore] use our own logging implementation (#716)Libravatar kim1
2022-07-19[bugfix] Markdown format fixes (#718)Libravatar tobi2
2022-05-26[bugfix] Fix HTML escaping in instance title (#607)Libravatar tobi6
2022-05-07[bugfix] Fix existing bio text showing as HTML (#531)Libravatar kim5
2021-12-20Extend license notices to 2022 (#354)Libravatar tobi15
2021-12-07Implement Cobra CLI tooling, Viper config tooling (#336)Libravatar tobi2
2021-11-22Fix image description unnecessarily html-escaping innocent characters (#321)Libravatar tobi7
2021-11-22Enable stricter linting with golangci-lint (#316)Libravatar tobi1