mgabdev
fafd1ef658
Added pages and routes for Groups by tag and category
...
• Added:
- pages and routes for Groups by tag and category
2020-09-14 17:12:45 -05:00
mgabdev
cb30e0dcbf
Removed gab_trends action in news (for now, TESTING)
...
• Removed:
- gab_trends action in news (for now, TESTING)
2020-09-14 11:54:50 -05:00
mgabdev
036ef006ae
Added isCard for alt layout to Account component
...
• Added:
- isCard for alt layout to Account component
2020-09-14 11:47:46 -05:00
mgabdev
065922566e
Added visibility: private_group to StatusHeader info
...
• Added:
- visibility: private_group to StatusHeader info
2020-09-14 11:46:37 -05:00
mgabdev
9f4ffc9686
Added TimelineInjectionBase to StatusList every 18th slot in home_timeline
...
• Added:
- TimelineInjectionBase to StatusList every 18th slot in home_timeline
2020-09-14 11:45:52 -05:00
mgabdev
0de2aad117
Updated shop reducer items to be array not immutable list
...
• Updated:
- shop reducer items to be array not immutable list
2020-09-14 11:44:34 -05:00
mgabdev
20ef23659c
Fixed error in group_serializer if no current_user defined
...
• Fixed:
- error in group_serializer if no current_user defined
2020-09-14 11:44:01 -05:00
mgabdev
91a62bb3b5
Added timeline_injections in reducers/index.js
...
• Added:
- timeline_injections in reducers/index.js
2020-09-14 11:43:45 -05:00
mgabdev
cae708aa62
Added missing styles in global.css
...
• Added:
- missing styles in global.css
2020-09-14 11:42:43 -05:00
mgabdev
09b24f5ae0
Added max-width to ShopItem component
...
• Added:
- max-width to ShopItem component
2020-09-14 11:41:35 -05:00
mgabdev
421111f5f2
Added isAddable prop to GroupCollectionItem
...
• Added:
- isAddable prop to GroupCollectionItem
2020-09-14 11:41:10 -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
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
e1fb44af86
Added new visibility in Status: private_group
...
• Added:
- new visibility in Status: private_group
2020-09-14 11:05:05 -05:00
mgabdev
4242f595df
Updated group_serializer to account for no current_user
...
• Updated:
- group_serializer to account for no current_user
2020-09-14 11:04:42 -05:00
mgabdev
b124a5024c
Added Press, Assets pages in About section
...
• Added:
- Press, Assets pages in About section
2020-09-11 18:02:07 -05:00
mgabdev
3cb33c4656
Added groups/password route
...
• Added:
- groups/password route
2020-09-11 17:57:07 -05:00
mgabdev
b524baf35b
Added fillBrand style
...
• Added:
- fillBrand style
2020-09-11 17:55:34 -05:00
mgabdev
dc23cca222
Added color red to Text component
...
• Added:
- color red/error to Text component
2020-09-11 17:55:24 -05:00
mgabdev
b608453939
Added check in StatusCard for isVertical
...
• Added:
- check in StatusCard for isVertical to force vertical layout for card image and texts
2020-09-11 17:55:05 -05:00
mgabdev
188dc4e008
Removed updateOnProps in Status component
...
• Removed:
- updateOnProps in Status component
2020-09-11 17:54:09 -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
1baa123e25
Added includes for GroupCategory in GroupController set_group
...
• Added:
- includes for GroupCategory in GroupController set_group
2020-09-11 17:23:13 -05:00
mgabdev
8c4f4899e7
Updated functionality for group join requests approve, reject, leave
...
• Updated:
- functionality for group join requests approve, reject, leave
2020-09-11 17:22:33 -05:00
mgabdev
f8e9c99e17
Updated spelling in groups action GROUP_UNPIN_STATUS_FAIL
...
• Updated:
- spelling in groups action GROUP_UNPIN_STATUS_FAIL
2020-09-11 17:19:21 -05:00
mgabdev
0913d3677c
Added isDisabled prop to Input
...
• Added:
- isDisabled prop to Input
2020-09-11 17:11:54 -05:00
mgabdev
ed58ca4fe9
Added GroupActionButton component
...
• Added:
- GroupActionButton component for handling group + relationships for joining, requesting, leaving groups
• Updated:
- Components where group actions exist
2020-09-11 17:10:31 -05:00
mgabdev
fb8c705ebf
Updated redux gab_trends -> gab for our services
...
• Updated:
- redux gab_trends -> gab for our services
- TrendsPanel to use updated route
2020-09-10 17:21:39 -05:00
mgabdev
793f46253c
Added tooltips to info icons in GroupInfoPanel for isPrivate, isVisible
...
• Added:
- tooltips to info icons in GroupInfoPanel for isPrivate, isVisible
2020-09-10 17:18:13 -05:00
mgabdev
d61df6e2ae
Added GroupCategories page
...
• Added:
- GroupCategories page for selecting groups based on category
2020-09-10 17:15:35 -05:00
mgabdev
eba6696ad5
Updated GroupSerializer for group_category
...
• Updated:
- GroupSerializer for group_category
2020-09-10 17:14:00 -05:00
mgabdev
6e17b7c17b
Updated GroupCategory functionality with Groups
...
• Updated:
- GroupCategory functionality with Groups
2020-09-10 17:12:43 -05:00
mgabdev
217aab9faa
Added join requests to Groups
...
• Added:
- join requests to Groups
- redux actions, reducers
- controller and functionality for fetching join requests, accepting, rejecting join requests
2020-09-10 17:07:00 -05:00
mgabdev
a8056f80a2
Updated tags link in admin dashboard
...
• Updated:
- tags link in admin dashboard
2020-09-10 16:58:03 -05:00
mgabdev
d3355f8bd5
Added suggestions page Updated SuggestionsController with unlimited param
...
• Added:
- suggestions page in app
• Updated:
- SuggestionsController with unlimited param to show max 80 items
2020-09-10 16:21:20 -05:00
mgabdev
d1d6124ffc
Updated user_lists group_removed_accounts value
...
• Updated:
- user_lists group_removed_accounts value
2020-09-10 16:19:04 -05:00
mgabdev
d7169aa2e9
Updated all occurences of toot to gab in en_GB.yml
...
• Updated:
- all occurences of toot to gab in en_GB.yml
2020-09-10 16:18:23 -05:00
mgabdev
c4fdd36190
Updated group_removed_accounts redux value
...
• Updated:
- group_removed_accounts redux value
2020-09-10 15:24:38 -05:00
mgabdev
14927ac227
Updated spelling error on empty group message
...
• Updated:
- spelling error on empty group message
2020-09-10 15:22:48 -05:00
mgabdev
d030783089
Added GroupPinnedStatuses
...
• Added:
- GroupPinnedStatuses
- controllers for timeline, creation, deletion
- redux actions, reducers for creation, deletion
- timeline fetching in timelines action
- options to pin, unpin in status options popover for group admin
2020-09-10 15:07:01 -05:00
mgabdev
899fe425d4
Added Tooltip component to Button with tooltip prop
...
• Added:
- Tooltip component to Button with tooltip prop
2020-09-07 11:20:04 -05:00
mgabdev
3ef86098bf
Removed currently unused imports in async_components
...
• Removed:
- currently unused imports in async_components
2020-09-03 10:49:19 -05:00
mgabdev
36af0f952c
Removed currently unused imports in async_components
...
• Removed:
- currently unused imports in async_components
2020-09-03 10:47:04 -05:00
mgabdev
ac9b9e8448
Added new role for moderator to Groups
...
• Added:
- new role for moderator to Groups
2020-09-02 18:06:38 -05:00
mgabdev
cc224d7659
Added password field to Group model
...
• Added:
- password field to Group model
2020-09-02 17:56:16 -05:00
mgabdev
baee8d1141
Updated GroupCoverImage to have max 5MB
...
• Updated:
- GroupCoverImage to have max 5MB
2020-09-02 17:55:44 -05:00
mgabdev
1526fee5a1
Updated Select component to have circle radius
...
• Updated:
- Select component to have circle radius
2020-09-02 17:55:10 -05:00
mgabdev
b39d186727
Added htmlFor prop on Switch
...
• Added:
- htmlFor prop on Switch
2020-09-02 17:54:50 -05:00
mgabdev
8d07aa7564
Added isRequired opt to Input, Textarea
...
• Added:
- isRequired opt to Input, Textarea
2020-09-02 17:54:36 -05:00
mgabdev
9ca6b6a884
Added shortcut star buttons to GroupHeader, ProfileHeader
...
• Added:
- shortcut star buttons to GroupHeader, ProfileHeader
2020-09-02 17:53:57 -05:00