mgabdev
6fb9701f0d
Updated status.recent scope
...
• Updated:
- status.recent scope to use created_at not updated_at
2020-08-06 23:10:59 -05:00
mgabdev
7d4ff8df63
Upated GroupController, Removed GroupQueryService
...
• Upated:
- GroupController
• Removed:
- GroupQueryService
2020-08-06 00:15:47 -05:00
mgabdev
0c99ac60c0
Updated status model only_replies, without_replies to check reply boolean
...
• Updated:
- status model only_replies, without_replies to check reply boolean instead of in_reply_to_id because if a status is deleted then we don't want a comment to show as a normal status
2020-08-05 23:33:39 -05:00
mgabdev
32c62955bf
Added has_quote to status_serializer and set in status.rb
...
• Added:
- has_quote to status_serializer and set in status.rb
2020-08-05 23:17:17 -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
admin
b37597e178
Update status.rb
2020-07-10 14:29:51 +00:00
mgabdev
6d6f2b8562
Removed is_investor, is_donor from popular_accounts query in status.rb
...
• Removed:
- is_investor, is_donor from popular_accounts query in status.rb
2020-07-08 21:18:44 -05:00
mgabdev
2f2e1a13d0
Updated as_pro_timeline to check for 2 hours ago
...
• Updated:
- as_pro_timeline to check for 2 hours ago
2020-07-08 17:46:40 -05:00
mgabdev
5c36a30b69
Added new migrations for adding indexes
...
• Added:
- new migrations for adding indexes
2020-07-07 17:25:47 -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
b7e24f4245
Updated status.rb scopes and api public timline controller to be always local only
...
• Updated:
- status.rb scopes and api public timline controller to be always local only
2020-06-06 16:25:07 -04:00
mgabdev
6d330716cd
Updated as_public_timeline to be date restricted
...
Updated:
- as_public_timeline to be date restricted to only 30 minutes
2020-05-27 17:59:15 -04:00
mgabdev
4b5493eeda
Updated as_public_timeline to be date restricted
...
• Updated:
- as_public_timeline to be date restricted to only 1 day
2020-05-23 01:08:51 -04:00
mgabdev
cc50b4f8d1
revert f091e9a3d
2020-05-22 17:17:56 -04:00
mgabdev
f091e9a3d4
Updated as_public_timeline to be date restricted
...
• Updated:
- as_public_timeline to be date restricted to only 5 days
2020-05-22 12:46:47 -04:00
mgabdev
3bfbfbf3d8
Updated home_feed.rb as_home_timeline date restriction again
...
• Updated:
- home_feed.rb as_home_timeline date restriction again
2020-05-22 01:00:56 -04:00
mgabdev
72df048f84
Updated home_feed.rb as_home_timeline to be date restricted
...
• Updated:
- home_feed.rb as_home_timeline to be date restricted to only 45 days
2020-05-22 00:40:31 -04:00
mgabdev
78c8100768
Updated home_feed.rb as_home_timeline to include max_id
...
• Updated:
- home_feed.rb as_home_timeline to include max_id
- if no max_id (its the initial page load) then query only between now - 60 days
- else, dont add the date restraint
2020-05-21 23:48:05 -04:00
mgabdev
9f9b410207
Updated status.rb replies scopes to check in_reply_to_id
...
• Updated:
- status.rb replies scopes to check in_reply_to_id instead of reply
2020-05-19 13:35:17 -04:00
mgabdev
483f8fb888
Updated status.rb recent scope to reorder by updated_at
...
• Updated:
- status.rb recent scope to reorder by updated_at from id
2020-05-19 13:00:57 -04:00
mgabdev
bb0182c1e1
pull
2020-05-11 23:34:18 -04:00
mgabdev
8e349c368c
Progress
2020-05-01 01:50:27 -04:00
mgabdev
e2e7e8c0af
Progress
2020-04-23 02:13:29 -04:00
mgabdev
fed036be08
Progress
2020-04-22 01:00:11 -04:00
mgabdev
4d7aee59c9
Progress
2020-04-17 01:35:46 -04:00
2458773093
d1f7d17ef5
new revision model
2019-09-17 17:21:29 +03:00
Rob Colbert
1196ef362d
disable group posts in home feed
2019-08-28 02:21:42 -04:00
Rob Colbert
ad07cde21b
Merge branch 'feature/group-posts-in-timeline' of https://code.gab.com/gab/social/gab-social into develop
2019-08-20 19:31:58 -04:00
2458773093
3214ad5d50
regeneration and database feed generation updates for group posts in feeds
2019-08-20 02:54:26 +03:00
2458773093
1f0f96415e
group posts in feed db builder
2019-08-20 02:25:10 +03:00
2458773093
623fa7da80
quote notifs
2019-08-12 16:25:28 +03:00
Rob Colbert
c8ce87e4f9
migration
2019-08-07 15:53:28 -04:00
2458773093
318ab7beb6
status quote relations
2019-08-04 15:25:23 +03:00
2458773093
c311f6b9d0
group added to status serialization and old group_id usages changed
2019-07-26 21:08:51 +03:00
2458773093
6c9b5b4be2
remove unnecessary cache remove block
2019-07-22 05:46:35 +03:00
2458773093
bd3f453c0d
fix
2019-07-22 03:10:42 +03:00
2458773093
a6f09dc0c7
group unread count
2019-07-22 01:06:32 +03:00
robcolbert
bd0b5afc92
Gab Social. All are welcome.
2019-07-02 03:10:25 -04:00