Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-16 | Remove intermediary arrays when creating hash maps from results (#9291) | Eugen Rochko | |
2018-04-30 | Fix missing updated_at attribute on emoji EntityCache (#7297) | Eugen Rochko | |
Just don't try to save space by only selecting few attributes. If anyone is wondering, this is needed because the emoji entity cache is not really only used for entities, it's accessed again to generate Emoji tags in ActivityPub/OStatus, so a lot more properties are used than what is needed in HTML alone... | |||
2018-04-30 | Fix missing domain attribute in EntityCache for emoji (#7290) | Eugen Rochko | |
2018-04-27 | Add entity cache (#7271) | Eugen Rochko | |
* Add entity cache Use a caching layer for mentions and custom emojis that are dynamically extracted from text. Reduce duplicate text extractions * Fix code style issue |