Gab-Social/app
rubic0n b1445d09b6 Remove 40KB of allocations (4,100 objects) from home feed
(When using dummy data)

* to_s(16) allocates a string per character
  Instead of converting the ord to hex and determining if the hex
  is over 2 characters long, just see if the ord is over 255.
* .match allocates a MatchData instance and sets all sorts of backrefs
  ($1, $2, etc). match? just returns a boolean.
2021-02-18 00:45:21 -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 Remove 40KB of allocations (4,100 objects) from home feed 2021-02-18 00:45:21 -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