mgabdev
c18991f174
Added LinkBlock functionality in admin
...
• Added:
- LinkBlock functionality in admin
2020-12-08 23:19:10 -05:00
Fosco Marotto
95d326936b
[media] Force media attachments query from master on status post, change home query
2020-12-06 11:16:04 -08:00
mgabdev
3b13bb5087
Updates to FanOutOnWriteService, FeedInsertWorker
...
• Updates:
- to FanOutOnWriteService, FeedInsertWorker
2020-11-15 13:02:45 -06:00
mgabdev
4100f3dd63
Removed unused ostatus, activitypub actions from service code
...
• Removed:
- unused ostatus, activitypub actions from service code
2020-11-09 12:25:14 -06:00
mgabdev
40627c6c3f
Removed link search in SearchService for now
...
• Removed:
- link search in SearchService for now until we can improve PreviewCard search_for query
2020-11-05 16:08:17 -06:00
mgabdev
f2f3382677
Removed streaming for group, group_collection, hashtag, link timelines
...
• Removed:
- streaming for group, group_collection, hashtag, link timelines
2020-11-04 21:09:27 -06:00
mgabdev
6e45eb18ca
Updated SearchService Group, PreviewCard, Tag to be limit to 25
...
• Updated:
- SearchService Group, PreviewCard, Tag to be limit to 25
2020-11-04 13:50:39 -06:00
mgabdev
8a1f2f2c47
Updated FetchLinkCardService to update card in shorter period
...
• Updated:
- FetchLinkCardService to update card in shorter period from 1week to 12hr
2020-11-04 13:47:27 -06:00
mgabdev
7e673d4e7f
Added link/PreviewCard search to search
...
• Added:
- link/PreviewCard search to search
2020-10-31 18:10:59 -05:00
mgabdev
6db1cf421b
Added cashtag support for statuses
...
• Added:
- cashtag support for statuses
Ref: e23931b255
2020-10-30 14:01:55 -05:00
mgabdev
9526d68f8f
TESTING Removed deliver_to_group in home feed
...
TESTING
• Removed:
- deliver_to_group in home feed in fan_out_on_write_service
2020-10-22 15:57:30 -05:00
mgabdev
41f48ea886
Added checks for status visiblity if group is private
...
• Added:
- checks for status visiblity if group is private
2020-09-14 11:12:25 -05:00
mgabdev
4a8cd0b585
Updates to groups sorting
...
• Updates to groups sorting
2020-08-08 13:08:48 -05:00
mgabdev
516b7852b8
Added search filter for isVerified accounts
...
• Added:
- search filter for isVerified accounts
• Todo:
- Implement in account search query
2020-08-06 23:05:02 -05:00
mgabdev
7d4ff8df63
Upated GroupController, Removed GroupQueryService
...
• Upated:
- GroupController
• Removed:
- GroupQueryService
2020-08-06 00:15:47 -05:00
mgabdev
043fc01cea
Added self-destructing/expiring statuses
...
• Added:
- self-destructing/expiring statuses for GabPRO members only
- ExpiringStatusWorker
- stopwatch icon
- expires_at redux values
- expires_at button in composer
- expires at selection popover
• Updated:
- Schedule status button to not show if expiring status active
2020-07-24 19:05:31 -05:00
mgabdev
13af58da7a
Added bookmarks
...
• Added:
- bookmarks for GabPRO members only
- migration for creation of StatusBookmarks
- all necessary routes, controllers
- redux for adding, removing, fetching and displaying bookmarks
- bookmark icon
- doorkeeper scopes
- backend and frontend support
Bookmarks behave like likes/favorites, except they aren't shared with other users and do not have an associated counter.
dfea7368c9
2020-07-24 18:48:31 -05:00
mgabdev
763466ab86
Updated SearchService to return groups for everyone
...
• Updated:
- SearchService to return groups for everyone even if not logged in
2020-07-24 18:00:29 -05:00
mgabdev
7aa7b66374
Updated PreviewCard, FetchLinkCardService, FetchOEmbedService
...
• Updated:
- PreviewCard, FetchLinkCardService, FetchOEmbedService to work better
2020-07-22 13:51:08 -05:00
mgabdev
ec495fb3ed
Removed local instance block on FetchLinkCardService
...
• Removed:
- local instance block on FetchLinkCardService
2020-07-22 00:24:27 -05:00
mgabdev
de834cd586
Updated Introduction/onboarding flow
...
• Updated:
- Introduction/onboarding flow
• Added:
- autoJoinGroup to default "Introduce Yourself" group in gab.com if you post the welcome post in introduction last slide
2020-07-14 22:31:54 -05:00
mgabdev
bc2eeee497
Added pro feed
...
• Added:
- pro feed
2020-07-01 21:40:00 -04:00
mgabdev
7ad7fe06bd
Removed public/community timeline for non-admins
...
• Removed:
- public/community timeline for non-admins
- links to the page
- web sockets for the page
2020-06-19 15:42:13 -04:00
mgabdev
f7e0528d3b
Merge branch 'feature/rich_text_editor' of https://code.gab.com/gab/social/gab-social into develop
2020-06-17 16:45:45 -04:00
mgabdev
b93ecc7095
Rich Text Editor (WIP) x4
2020-06-17 16:27:58 -04:00
mgabdev
69908f629a
Removed statuses, hashtags, groups from public search api
...
• Removed:
- statuses, hashtags, groups from public search api (if no user)
2020-06-12 21:04:20 -04:00
mgabdev
eb89d552ce
Fixed issue with Tags timeline
...
• Fixed:
- issue with Tags timeline and incorrect number of arguments due to removal of "local" attribute
2020-06-11 15:33:56 -04:00
mgabdev
f7a0b022d4
Update activity pub jobs
...
• Update:
- activity pub jobs to retry 0 and dead: true
• Remove:
- ActivityPub DeliveryWorker on account suspension
- Inbox, outbox, collections routes
2020-05-29 13:01:35 -04:00
mgabdev
ce69d939b7
Removed AdminMailer emails for reports and pending accounts
...
• Removed:
- AdminMailer emails for reports and pending accounts
2020-05-28 19:30:37 -04:00
mgabdev
da49e93656
Remove remote DistributionWorkers on new status, repost
...
• Remove:
- remote DistributionWorkers on new status, repost
2020-05-27 16:57:44 -04:00
mgabdev
427cd59996
Updated account search and suggestions to be local only
...
• Updated:
- account search and suggestions to be local only
2020-05-25 21:05:32 -04:00
mgabdev
196a906cec
Progress
2020-05-02 02:25:55 -04:00
mgabdev
fe9a89d68c
Revert
2020-05-01 12:46:31 -04:00
mgabdev
8e349c368c
Progress
2020-05-01 01:50:27 -04:00
mgabdev
03de4c4fea
Progress
2020-04-29 18:32:49 -04:00
mgabdev
fed036be08
Progress
2020-04-22 01:00:11 -04:00
mgabdev
0532890c0e
Removed featured tags
...
We don't use
2020-03-27 18:05:16 -04:00
mgabdev
81b2c009a1
Added groups to search results
2020-01-14 18:13:30 -05:00
admin
0d2c172365
Revert "auto-confirm users to compensate for lack of SMTP relay"
...
This reverts commit ee2efd0be3
2019-09-20 02:32:34 +00:00
mgabdev
b53ff5ac44
Added check if user isn't pro, don't allow scheduled statuses
2019-09-18 19:43:43 -04:00
Rob Colbert
5135622fe2
Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop
2019-09-18 13:19:24 -04:00
2458773093
20cce5fc39
show edit indicator on detail page
2019-09-18 19:20:52 +03:00
Rob Colbert
4de30bd8d0
Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop
2019-09-18 11:08:04 -04:00
2458773093
7219c9b5e6
service + seerializer completed
2019-09-17 17:22:02 +03:00
mgabdev
f21f2651d6
Added status.account_id to redis socket for statuscard stream
2019-08-28 16:41:49 -04:00
mgabdev
31d4660947
Added streaming of updated status from fetch_link_card_service
...
Sends updated status down after adding/updating/removing preview card.
2019-08-28 01:26:34 -04:00
mgabdev
32b04999b1
Removed head request in FetchLinkCardService
2019-08-26 21:57:11 -04:00
2458773093
39dc2b1287
allow existing images of the account for edits
2019-08-23 03:53:02 +03:00
2458773093
dd73e1b00e
edit status service
2019-08-23 01:07:54 +03:00
Rob Colbert
ee2efd0be3
auto-confirm users to compensate for lack of SMTP relay
2019-08-21 01:01:48 -04:00