- Nov 17, 2020
-
-
Jason Salyers authored
-
- Nov 16, 2020
-
-
Bartek Wrona authored
no awiat for async method See merge request !381
-
Bartek Wrona authored
-
Bartek Wrona authored
Updated patterns and fixed condenser_api.get_discussions_by_feed call. See merge request !382
-
Bartek Wrona authored
-
Marcin authored
-
- Nov 14, 2020
-
-
Dan Notestein authored
Jsalyers muting at sql level See merge request !370
-
- Nov 13, 2020
-
-
Jason Salyers authored
-
Bartek Wrona authored
issue #89: net_votes and total_votes are calculated during sync See merge request !367
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Bartek Wrona authored
Columns added via alter table should have also defined DEFAULT constrains to satisfy INSERT statements.
-
Jason Salyers authored
-
Jason Salyers authored
-
-
-
-
-
-
-
Cast all follow name data to string. Should protect against setting non string data types as names in follower and following
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
[JES] One more test, but I think this is what I was needing to keep the query from slowing down while checking mutes
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
-
Jason Salyers authored
[JES] Missed an irredeemables check. Those are no longer needed since that was part of the old muting code
-
Jason Salyers authored
[JES] More updates to muting. Adding is_muted to the raw posts returned from the database to make it easier to determine which posts were muted by mods/admins
-
Jason Salyers authored
[JES] Revert the is_muted carryover for now. We will need that though unless someone has a different idea of how to fetch posts muted in communities by admins/mods
-
Jason Salyers authored
-
Jason Salyers authored
[JES] Create a view for getting the muted accounts. Not In/Not Exists/Left Join all have extremely similar processing times. Went with Not In for readibility
-
Jason Salyers authored
-