Commit Graph

24 Commits

Author SHA1 Message Date
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
Fosco Marotto
88d8bd2816 Merge remote-tracking branch 'origin/load_rails_6_0_defaults' into develop 2021-02-16 15:10:01 -05:00
Fosco Marotto
b705c82304 Update mention_html formatter again. 2021-02-03 13:26:32 -05:00
Fosco Marotto
8d9db14121 Revert "Remove local checks from formatter"
This reverts commit c30f600f0969108a9a6902a5a116a4c6d7441e62.
2021-02-03 13:14:22 -05:00
Fosco Marotto
c30f600f09 Remove local checks from formatter 2021-02-03 13:07:37 -05:00
rubic0n
bee832d4ef Fix Zeitwerk load error for SanitizeConfig
"expected file app/lib/sanitize_config.rb to define constant
SanitizeConfig"
2021-01-31 17:39:13 -06:00
mgabdev
f6a7422704 Progress on DMs responsiveness
Progress on DMs responsiveness
2020-12-03 22:27:09 -05:00
mgabdev
fb612f60c8 Commiting 2020-11-15 12:48:32 -06:00
mgabdev
6db1cf421b Added cashtag support for statuses
• Added:
- cashtag support for statuses

Ref: e23931b255
2020-10-30 14:01:55 -05:00
mgabdev
a5ae957ac5 Updated GroupInfoPanel to be markdown enabled, linkable
• Updated:
- GroupInfoPanel to be markdown enabled, linkable for users, hashtags, urls
2020-09-01 18:14:11 -05:00
mgabdev
788150536d Updated markdown parsing in backend
• Updated:
- markdown parsing in backend
2020-06-19 21:51:08 -04:00
mgabdev
fc80955306 Updating composer to fix line breaks and other rich text issues
• Updating:
- composer to fix line breaks and other rich text issues
2020-06-19 21:02:13 -04:00
mgabdev
65f4cbe0dc Updating Rich Text editor x 2 2020-06-18 12:05:24 -04:00
mgabdev
13eb1764ec Removed test logs 2020-06-17 16:40:36 -04:00
mgabdev
861ae55aec Rich Text Editor (WIP) x2 2020-06-16 19:44:30 -04:00
mgabdev
20a3221c4b Rich Text Editor (WIP) 2020-06-12 12:01:54 -04:00
mgabdev
40a8667611 Fixed issue with ellipsis at the end of urls
• Fixed:
- issue with ellipsis at the end of urls after someone edits a post.

• Updated:
- Text content ellipsis to :after ellipsis content that does not show up when editing
- Min Url ellipsis from 30 -> 45
2020-06-05 16:28:38 -04:00
mgabdev
3bc4445747 Remove link to remote accounts in statuses
• Remove:
- link to remote accounts in statuses
2020-05-27 16:11:46 -04:00
mgabdev
a2917b203a Removed unused gems for rich text (todo later)
• Removed:
- unused gems for rich text (todo later)
2020-05-19 00:52:32 -04:00
mgabdev
498f163880 Progress 2020-05-04 14:44:37 -04:00
mgabdev
fed036be08 Progress 2020-04-22 01:00:11 -04:00
mgabdev
1a33759e19 Progress 2020-03-31 12:04:50 -04:00
robcolbert
c108da80ee strip post content 2019-07-04 03:17:36 -04:00
robcolbert
bd0b5afc92 Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00