summaryrefslogtreecommitdiff
path: root/lib/pleroma/hashtag.ex
AgeCommit message (Expand)Author
2021-02-23[#3213] Misc. tweaks: proper upsert in Hashtag, better feature toggle managem...Ivan Tashkinov
2021-02-22[#3213] `hashtags`: altered `name` type to `text`. `hashtags_objects`: remove...Ivan Tashkinov
2021-02-15[#3213] Fixed `hashtags.name` lookup (must use `citext` type to do index scan...Ivan Tashkinov
2021-02-13[#3213] `rescue` around potentially-raising `Repo.insert_all/_` calls. Misc. ...Ivan Tashkinov
2021-02-11[#3213] Reorganized hashtags cleanup. Transaction-wrapped Hashtag.get_or_crea...Ivan Tashkinov
2021-02-07[#3213] Partially addressed code review points.Ivan Tashkinov
2020-12-22Added Hashtag entity and objects-hashtags association with auto-sync with `da...Ivan Tashkinov