Age | Commit message (Expand) | Author |
2017-11-11 | Updates per code review | aschmitz |
2017-11-10 | Per-user reblog hiding implementation/fixes/tests | aschmitz |
2017-11-09 | "Show reblogs" per-follower UI/database changes | aschmitz |
2017-10-27 | Merge branch 'master' into gs-master | David Yip |
2017-10-27 | Feature: Unlisted custom emojis (#5485) | nullkal |
2017-10-25 | Merge pull request #179 from glitch-soc/keyword-mute | beatrix |
2017-10-25 | Merge remote-tracking branch 'STJrInuyasha/feature/direct-timeline' into gs-d... | David Yip |
2017-10-24 | Remove nil check in Glitch::KeywordMute#=~. | David Yip |
2017-10-24 | Switch to Regexp.union for building the mute expression. | David Yip |
2017-10-23 | Only cache the regex text, not the regex itself. | David Yip |
2017-10-22 | Added a timeline for Direct statuses | Matthew Walsh |
2017-10-22 | KeywordMute matcher: more closely mimic Regexp#=~ behavior. | David Yip |
2017-10-22 | Don't add \b to whole-word keywords that don't start with word characters. | David Yip |
2017-10-21 | Apply keyword mutes to reblogs. | David Yip |
2017-10-21 | Move KeywordMute into Glitch namespace. | David Yip |
2017-10-21 | Allow keywords to match either substrings or whole words. | David Yip |
2017-10-21 | Invalidate cached matcher objects on KeywordMute commit. #164. | David Yip |
2017-10-21 | Use more idiomatic string concatentation. #164. | David Yip |
2017-10-21 | Make use of the regex attr_reader. #164. | David Yip |
2017-10-21 | Rework KeywordMute interface to use a matcher object; spec out matcher. #164. | David Yip |
2017-10-21 | Spec out KeywordMute interface. #164. | David Yip |
2017-10-21 | Add KeywordMute model. | David Yip |
2017-10-16 | Merge remote-tracking branch 'upstream/master' into gs-master | David Yip |
2017-10-16 | Add option to reduce motion (#5393) | Nolan Lawson |
2017-10-16 | Merge remote-tracking branch 'origin/master' into gs-master | David Yip |
2017-10-13 | Optimize Status#permitted_for 500x (account timeline) (#5373) | unarist |
2017-10-13 | Fix UserTrackingConcern firing on every request, optimize some queries (#5368) | Eugen Rochko |
2017-10-13 | Retoot count increases without reason (#5363) | Lex Alexander |
2017-10-11 | Merge upstream 2.0ish #165 | kibigo! |
2017-10-10 | foreign_key, non-nullable, dependent: destroy in account_moderation_notes (#5... | nullkal |
2017-10-09 | try to tighten up local only toot stuff, like... properly (#163) | beatrix |
2017-10-08 | Set snowflake IDs for backdated statuses (#5260) | Eugen Rochko |
2017-10-07 | update indentation | DJ Sundog |
2017-10-07 | add faststart to audio transcoding | DJ Sundog |
2017-10-07 | adding support for audio uploads, transcoded to mp4 videos | DJ Sundog |
2017-10-07 | Add moderation note (#5240) | nullkal |
2017-10-07 | Encode custom emojis as resolveable objects in ActivityPub (#5243) | Eugen Rochko |
2017-10-05 | Improve admin UI for custom emojis, add copy/disable/enable (#5231) | Eugen Rochko |
2017-10-05 | When processing custom emoji, ensure a non-animated version exists (#5230) | Eugen Rochko |
2017-10-04 | Implement EmailBlackList (#5109) | utam0k |
2017-10-04 | Non-Serial ("Snowflake") IDs (#4801) | aschmitz |
2017-10-02 | Make IdsToBigints (mostly!) non-blocking (#5088) | aschmitz |
2017-09-29 | After 7 days of repeated delivery failures, give up on inbox (#5131) | Eugen Rochko |
2017-09-29 | Increase attachment descriptions to 420 characters (#5139) | Eugen Rochko |
2017-09-28 | If HTTP signature is wrong and webfinger cache is stale, retry with resolve (... | Eugen Rochko |
2017-09-28 | Add ability to specify alternative text for media attachments (#5123) | Eugen Rochko |
2017-09-28 | Merge remote-tracking branch 'origin/better-themeing' into merging-upstream | Ondřej Hruška |
2017-09-28 | Merge commit 'b9f59ebcc68e9da0a7158741a1a2ef3564e1321e' into merging-upstream | Ondřej Hruška |
2017-09-28 | Merge commit '4aea3f88a6d30f102a79c2da7fcfac96465ba1a8' into merging-upstream | Ondřej Hruška |
2017-09-27 | Fix empty query sent to postgres for custom emojis (#5121) | Eugen Rochko |