Commit Graph

63 Commits

Author SHA1 Message Date
mgabdev
be38ed784c Added MIN_UNAUTHENTICATED_PAGES for pagination of group, explore timelines
• Added:
- MIN_UNAUTHENTICATED_PAGES for pagination of group, explore timelines
2021-01-13 22:49:00 -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
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
ee91809e8d Progress
Albums almost done, group, chat moderation, photo, video page updates
2020-12-21 13:25:05 -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
mgabdev
5a37a7090e Progress
accounts approved, video player testing, bookmark collections
2020-12-17 01:34:00 -05:00
mgabdev
04053c0e31 Progress, Deck done 2020-12-16 17:29:06 -05:00
mgabdev
8f94ffad9c Progress 2020-12-16 02:39:07 -05:00
mgabdev
75d52c841e Progress 2020-12-15 19:31:30 -05:00
mgabdev
bb7348fc61 Progess on Gab Deck
Progess on Gab Deck
2020-12-08 23:57:51 -05:00
mgabdev
998f00ae48 Progress on Gab Deck, Updates on Compose
• Progress on Gab Deck, Updates on Compose
2020-12-08 23:15:33 -05:00
mgabdev
6950f67520 Updates to Gab Deck
• Updates:
- to Gab Deck
2020-12-08 00:07:04 -05:00
mgabdev
f6a7422704 Progress on DMs responsiveness
Progress on DMs responsiveness
2020-12-03 22:27:09 -05:00
mgabdev
137a36b810 Progress with DMs
Progress with DMs
2020-12-03 17:13:11 -05:00
mgabdev
9a43c51085 Progress on dms, code cleanup
Progress on dms, code cleanup
2020-12-02 23:22:51 -05:00
mgabdev
b4e370d3d3 Commiting 2020-11-25 15:22:37 -06:00
mgabdev
fb612f60c8 Commiting 2020-11-15 12:48:32 -06:00
mgabdev
e84d7c957f Updated TRENDS_RSS_SOURCES in constants
• Updated:
- TRENDS_RSS_SOURCES in constants
2020-11-09 01:37:17 -06:00
mgabdev
1dee7ec25d Added TRENDS_RSS_SOURCES constant
• Added:
- TRENDS_RSS_SOURCES constant for rss feeds from trends.gab.com
2020-11-06 23:22:20 -06:00
mgabdev
3ac94fe610 Updated DEFAULT_THEME in constants to white
• Updated:
- DEFAULT_THEME in constants to white
2020-11-03 17:13:00 -06:00
mgabdev
e40f7e6765 Added new "white" theme
• Added:
- new "white" theme which makes navigation bar white and sets appropriate styles for children
2020-11-03 15:12:24 -06:00
mgabdev
a4a1cb19ce Added StatusSharePopover for sharing status
• Added:
- StatusSharePopover for sharing status
2020-10-24 14:17:21 -05:00
mgabdev
3c07e9d63b Added new security question to sign up, Added notification for unconfirmed emails
• Added:
- new security question to sign up
- notification for unconfirmed emails
- modal for describing issue with Gab emails
2020-10-16 16:25:37 -05:00
mgabdev
1d9b7bd28a Added ProgressInjection
• Added:
- ProgressInjection for monthly funding progress
2020-10-13 10:30:14 -05:00
mgabdev
d198695bdb Added Timeline Injections
• Added:
- Timeline Injections
- FeaturedGroupsInjection, GroupCategoriesInjection, ProUpgradeInjection, PWAInjection, ShopInjection, TimelineInjectionBase, TimelineInjectionLayout, TimelineInjectionRoot, UserSuggestionsInjection
- Constants
- Redux for timeline_injections
- settings for setting
- popover for dismissing and saving weight
2020-09-14 11:40:42 -05:00
mgabdev
6d85c76c8f Added ability to set password for groups
• Added:
- ability to set password for groups
- GroupPasswordModal
- checks for if has password
- rate limiting in rack_attack
2020-09-11 17:27:00 -05:00
mgabdev
3b722042c5 Removed unused constants
• Removed:
- unused constants
2020-08-18 19:39:48 -05:00
mgabdev
b2c69afdbd Added new sorting for "Hot" in GroupCollection, GroupTimeline
• Added:
- new sorting for "Hot" in GroupCollection, GroupTimeline
2020-08-10 22:16:08 -05:00
mgabdev
4c0d152511 Updated GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_ALL_TIME
• Updated:
- GROUP_TIMELINE_SORTING_TYPE_TOP_OPTION_ALL_TIME
2020-08-06 23:06:39 -05:00
mgabdev
ae930c908e Removed GroupRemovedAccountsModal, GroupMembersModal
• Removed:
- GroupRemovedAccountsModal, GroupMembersModal
2020-08-06 00:03:41 -05:00
mgabdev
c09ede9cf1 Added TOAST_TYPE's to constants
• Added:
- TOAST_TYPE's to constants
2020-08-05 23:25:53 -05:00
mgabdev
9b1a39e90b Added GroupTimelineSortOptionsPopover, GroupTimelineSortTopOptionsPopover compnents
• Added:
- GroupTimelineSortOptionsPopover, GroupTimelineSortTopOptionsPopover components
- redux for sorting
- intl for sorting
- constants
2020-08-05 22:59:12 -05:00
mgabdev
86ac15ce90 Added group sorting to GroupCollection
• Added:
- group sorting to GroupCollection
- constants for group sorting
- GroupListSortOptionsPopover
2020-07-24 21:41:05 -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
f92f75d747 Added shortcuts
• Added:
- shortcuts functionality
- shortcuts route, controller, model
- shortcut error message for "exists"
- shortcut redux
- EditShortcutsModal, constant
- links to sidebar, sidebar_xs
- options to add/remove group, account in GroupOptionsPopover, ProfileOptionsPopover
- shortcuts page, feature/list
2020-07-21 22:24:26 -05:00
mgabdev
23a32574a4 Removed test value for MIN_ACCOUNT_CREATED_AT_ONBOARDING
• Removed:
- test value for MIN_ACCOUNT_CREATED_AT_ONBOARDING
2020-07-14 23:06:54 -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
d9bd5c4fac Added GAB_COM_INTRODUCE_YOURSELF_GROUP_ID constant
• Added:
- GAB_COM_INTRODUCE_YOURSELF_GROUP_ID constant
2020-07-14 00:20:59 -05:00
mgabdev
ad4c6df155 Removed unused modals ActionsModal, LeavingGabModal
• Removed:
- unused modals ActionsModal, LeavingGabModal
2020-07-06 15:14:50 -05:00
mgabdev
5d52cd60b0 Added donation button to ProgressPanel
• Added:
- donation button to ProgressPanel
2020-07-01 21:38:10 -04:00
mgabdev
bf38b59089 Added constants for suggestions types
• Added:
- constants for suggestions types
2020-07-01 21:37:10 -04:00
mgabdev
218a55c848 Added ListAddUserModal
• Added:
- ListAddUserModal for adding an account to a list from profile page

• Todo:
- Add remove account from list modal
- Add instant notice of addition/removal
2020-06-15 22:38:56 -04:00
mgabdev
36b7dc71af Updated GroupMembers functionality
• Updated:
- GroupMembers functionality to include actions for admin to remove account and make account admin

• Added:
- GroupMemberOptionsPopover
2020-06-10 23:27:03 -04:00
mgabdev
24ad9b6ff4 Added VideoStatsPopover
• Added:
- VideoStatsPopover for displaying basic video meta information similar to youtube
2020-06-08 19:48:31 -04:00
mgabdev
66fc8269cc Added follow requests to notifications page
• Added:
- follow requests to notifications

• Updated:
- ui.js will mount to listen for path for follow_requests to set filter
- notification action expandNotifications to not request if filter is follow_request
- order of notification_filters
- AccountAuthorize
- FollowRequest page
2020-06-07 13:27:08 -04:00
mgabdev
7b4faf3bf5 Removed domain blocks
• Removed:
- domain blocks as we are not using any other domains than gab.com
2020-06-06 20:14:20 -04:00
mgabdev
260553b7e7 Added comment sorting
• Added:
- comment sorting to comments on status page
- new comment sorting options popover, web setting, constants
2020-05-27 01:15:10 -04:00
mgabdev
0364a4000b Added quote posting to status bar, Removed share from status bar
• Added:
- quote icon
- quote posting to status bar

• Removed:
- share from status bar (all share items now in status ellipsis menu)
- repost options popover
- share option popover
- unused code, constants
2020-05-27 01:13:46 -04:00
mgabdev
3c310c457b Updated notifications to set filter if view query is present on load
• Updated:
- notifications to set filter if view query is present on load
2020-05-21 18:03:35 -04:00