Gab-Social/app
rubic0n a623252c59 Convert to boolean in C code
casecmp?(str) is 1.5x faster than casecmp(str).zero?
It's 1 less method call in Ruby, and the C code can convert
to boolean, rather than returning a number and determining
if it's zero.
2021-02-17 23:25:10 -06:00
..
assets/config Progress on deck, dms 2020-12-10 11:51:45 -05:00
chewy Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00
controllers remove local monkeypatch 2021-02-16 13:43:09 -05:00
helpers Convert to boolean in C code 2021-02-17 23:25:10 -06:00
javascript Added CharacterCounter to ComposeDestinationHeader 2021-02-15 21:47:56 -05:00
lib Convert to boolean in C code 2021-02-17 23:25:10 -06:00
mailers Commiting 2020-11-15 12:48:32 -06:00
models Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2021-02-16 16:04:25 -05:00
policies Added checks to suspension to for pro, verified, donor, investor accounts 2021-01-23 01:41:35 -05:00
presenters Partial revert a703b5cb7 2021-01-15 15:51:38 -05:00
serializers Removed unused values from InitialStateSerializer 2021-01-15 15:36:51 -05:00
services Updated ReportService to not create new reports if account is already suspended 2021-02-11 14:30:37 -05:00
validators Progress 2020-12-17 01:34:00 -05:00
views Added spam, other account flags to reports page table list items 2021-02-11 14:38:41 -05:00
workers Some worker updates. 2021-02-05 13:25:46 -05:00