Commit Graph

1955 Commits

Author SHA1 Message Date
Fosco Marotto
818a9910c1 [database.yml] Use makara in development too 2020-12-27 01:59:24 -05:00
Fosco Marotto
2b3c571422 [stick to master] Re-enable stick to master for media attachments, enable stick to master for user sessions 2020-12-27 01:57:18 -05:00
mgabdev
dc1d5f6df2 Updated GroupsPanel, ListsPanel header button titles
• Updated:
- GroupsPanel, ListsPanel header button titles "All" -> "Show all"
2020-12-26 15:28:09 -05:00
mgabdev
edacb610dc Updated FileInput to have default background color
• Updated:
- FileInput to have default background color
2020-12-26 15:27:16 -05:00
mgabdev
3eeb0d5b95 Fixed issue with manifest.json route
• Fixed:
- issue with manifest.json route, now returning hardcoded json successfully
2020-12-26 15:25:39 -05:00
mgabdev
ecc36b4670 Removed all unused styles in global.css
Removed:
- all unused styles in global.css
2020-12-25 23:11:57 -05:00
mgabdev
91c1b769c3 Fixed issues with ExploreController, SortingQueryBuilder
• Fixed:
- issues with ExploreController when no account exists
- SortingQueryBuilder with correct status_stat path
2020-12-24 13:41:00 -05:00
mgabdev
620f50752f Updated SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline
• Updated:
- SortingQueryBuilder for ExploreTimeline, GroupCollectionTimeline, GroupTimeline

• TODO
- Test on a lot of data to ensure no repeats
- Test reducers/timeline updates to appending and concating non status.id sorted results
2020-12-24 13:34:14 -05:00
mgabdev
7dd71a06ca Updated StatusSharePopover -> SharePopover, Added group, account share
• Updated:
- StatusSharePopover -> SharePopover

• Added:
- group, account share
- group url in routes.rb
- group url in GroupSerializer.rb
- share buttons in ProfileOptionsPopover, GroupOptionsPopover
2020-12-24 13:27:55 -05:00
mgabdev
0ceccce04a Fixed issue with groups timeline composer sticking to group when leaving page
• Fixed:
- issue with groups timeline composer sticking to group when leaving page
2020-12-24 13:18:54 -05:00
mgabdev
47dbe64df1 Updated ReactController to process account_show from routes.rb
• Updated:
- ReactController to process account_show from routes.rb
2020-12-24 13:18:19 -05:00
mgabdev
2c51a177f1 Added back btn to ProTimeline ProPage
• Added:
- back btn to ProTimeline ProPage
2020-12-24 01:19:20 -05:00
mgabdev
aa88fc16c9 Fixed issue with showing status meta in html head/title tags
• Fixed:
- issue with showing status meta in html head/title tags
2020-12-23 17:38:18 -05:00
mgabdev
19a9435203 Fixed issue in Composer, AutosuggestTextbox with textbox height pushing down media
• Fixed:
- issue in Composer, AutosuggestTextbox with textbox height pushing down media
2020-12-23 17:36:15 -05:00
mgabdev
6ffa52dbd9 Added total member count to Group Members page title
• Added:
- total member count to Group Members page title
2020-12-23 16:55:42 -05:00
mgabdev
a4aff4fef9 Updated Composer styles to hide scrollbars and fit heights
• Updated:
- Composer styles to hide scrollbars and fit heights
2020-12-23 16:37:36 -05:00
mgabdev
75c6cd9fc2 Updated PostStatusService to allow group comments without joining group
• Updated:
- PostStatusService to allow group comments without joining group
2020-12-23 15:00:30 -05:00
mgabdev
6c60d83c9c Updated noScrollbar styles
• Updated:
- noScrollbar styles in global.css
2020-12-23 14:48:18 -05:00
mgabdev
27103b174f Removed ability for non admin/mods to view GroupRemovedAccounts page
• Removed:
- ability for non admin/mods to view GroupRemovedAccounts page
2020-12-23 14:47:58 -05:00
mgabdev
bdfa42d421 Fixed issue with blocking not working
• Fixed:
- issue with blocking not working
2020-12-23 01:13:12 -05:00
mgabdev
88638cc262 Removed autofollow_inviter in BootstrapTimelineService
• Removed:
- autofollow_inviter in BootstrapTimelineService
2020-12-23 00:42:36 -05:00
mgabdev
5b40f62498 Fixed issue with status url not resolving to host
• Fixed:
- issue with status url not resolving to host
- fixes issue with status copy url in share menu
2020-12-23 00:10:34 -05:00
mgabdev
e197f2091f Fixed issue with status reposts, quote posts not showing group name after the dot
• Fixed:
- issue with status reposts, quote posts not showing groups name after the dot
2020-12-22 23:53:54 -05:00
mgabdev
70893b7e4c Fixed issue with timeline, accounts being fetched with undefined/null id
• Fixed:
- issue with timeline, accounts being fetched with undefined/null id
2020-12-22 23:52:59 -05:00
mgabdev
7142375c0b Updated Statuses to open in modal dialog when in Gab Deck
• Updated:
- Statuses to open in modal dialog when in Gab Deck instead of going out of Gab Deck to normal status page
2020-12-22 23:49:51 -05:00
mgabdev
0e860dd563 Updated styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container
• Updated:
- styles in ChatBlocks, ChatMutes, ChatRequests to not overflow container so now it scrolls
2020-12-22 23:48:37 -05:00
mgabdev
0e7a336e5c Updated AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
• Updated:
- AccountTimeline, GroupTimeline to not include pinned posts in Gab Deck
2020-12-22 23:48:01 -05:00
mgabdev
aa750565f0 Fixed issue with Gab Deck reordering and deleting columns not working
• Fixed:
- issue with Gab Deck reordering and deleting columns not working because of unsaved settings reducer
2020-12-22 23:47:10 -05:00
mgabdev
0a4c31d39e Fixed issue with poll vote counts not showing
• Fixed:
- issue with poll vote counts not showing by not including !hide_totals? in poll.rb
2020-12-22 23:46:43 -05:00
mgabdev
4f5d0f1b96 Fixed issue where follow button was not showing on profiles
• Fixed:
- issue where follow button was not showing on profiles because relationships were not imported after fetching timelines
2020-12-22 23:43:31 -05:00
mgabdev
a0a701058f Fixed issue in causing group editing to not work
• Fixed:
- issue in causing group editing to not work
2020-12-22 23:42:27 -05:00
mgabdev
c37a5822fc Updated results to only be visible if requester has sent chat message
• Updated:
- results in RequestedConversationsController to only be visible if requester has sent chat message for count and index routes
2020-12-22 23:41:59 -05:00
mgabdev
0bf305019a Fixes
Fixes
2020-12-22 16:15:19 -05:00
mgabdev
73ee16b943 Fixes for deployment
Fixes for deployment
2020-12-22 15:47:02 -05:00
admin
d3e36b36f9 Update .ruby-version 2020-12-22 20:14:28 +00:00
admin
fb0b654e11 Update 20201203213108_add_unread_count_to_chat_conversation_accounts_not_null.rb 2020-12-22 20:07:30 +00:00
mgabdev
4e1e29571b Progress on chat 2020-12-22 14:19:38 -05:00
mgabdev
7a62adea3e Progress on chat conversation search, scrolling 2020-12-22 13:38:52 -05:00
mgabdev
15df66b234 Added href option to actions in SidebarLayout 2020-12-22 12:52:20 -05:00
mgabdev
06de0c88f3 Progress 2020-12-22 12:49:40 -05:00
mgabdev
34f6a1ab5b Progress
new MediaAttachment video style :playable for mp4 to make videojs work with multiple files, hiding albums, hiding bookmark collections. may need tweaks on mediaattachment for mov and other formats : todo :
2020-12-22 12:11:22 -05:00
mgabdev
6fbea0a59e Progress on little important things
removing .mov for now until we can figure out solution with videojs, added model to track username changes, got chat creation flow down, progress on bookmark collections, albums, filtering blocks/mutes from group, explore, collection timelines
2020-12-22 01:36:38 -05:00
mgabdev
2bbb5be505 Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/removing_ruby_junk 2020-12-21 18:38:35 -05:00
mgabdev
67d94858dc Progress
hashtag in top of tag feed, scroll to comment, chat blocking, muting, filtering
2020-12-21 18:30:46 -05:00
mgabdev
abbcdc21d9 Added links for tv.gab.com in NavigationBar
• Added:
- links for tv.gab.com in NavigationBar
2020-12-21 15:35:50 -05:00
mgabdev
ee91809e8d Progress
Albums almost done, group, chat moderation, photo, video page updates
2020-12-21 13:25:05 -05:00
mgabdev
a2ffbadedb Progress on new composer
Updated composer to work with comments, groups, timelines, comments in groups, etc.
2020-12-20 20:37:53 -05:00
mgabdev
1a8ecc672c Progress on group account search
Added group member search, group removed account, album add styles
2020-12-20 19:28:32 -05:00
mgabdev
67eb9d5890 Progress
Report modal style fix, chat updates, statusserializer revert, display name truncation
2020-12-20 12:27:24 -05:00
mgabdev
7ec426e3d8 Progress on DMs
Progress on DMs
2020-12-19 01:33:33 -05:00