Commit Graph

1934 Commits

Author SHA1 Message Date
Rob Colbert
90ad01d133 gabctl accounts delete|suspend separated
`gabctl accounts suspend` does not remove user (can be undone).
`gabctl accounts delete` does remove user (cannot be undone).
2019-07-23 19:38:15 -04:00
mgabdev
a272a640b8 revert 713deb81
fixes: #61
2019-07-23 16:24:04 -04:00
mgabdev
db065b3c0b Updated account action notification email checkbox
false/off by default to not alert user via email
2019-07-23 15:12:43 -04:00
Rob Colbert
040f7c5106 removed 2019-07-23 11:31:08 -04:00
Rob Colbert
fe7290c628 vim added to Docker build 2019-07-23 11:13:56 -04:00
Alex Gleason
e0c6516fd3
Add local development setup to README 2019-07-23 07:51:09 -04:00
mgabdev
f604b18f0f Merge branch 'styling/groups-styling-updates' of https://code.gab.com/gab/social/gab-social into develop 2019-07-23 00:39:23 -04:00
mgabdev
f5f166a985 Removed unused display_name_badge
unused now that we have component specific badges
2019-07-23 00:22:36 -04:00
mgabdev
757fde8798 Added user badges and "member since"
added ProBadge, InvestorBadge, DonorBadge components, css
removed "PRO" from appending in display_name
fixes: #50
2019-07-23 00:21:46 -04:00
Dank Gabs
15f4427bb9 Merge branch 'develop' into styling/groups-styling-updates 2019-07-22 23:23:40 -04:00
Dank Gabs
48b66e4352 Adjustments made to the standard form text input and textarea for both themes. 2019-07-22 23:22:42 -04:00
mgabdev
b61596b1a7 Added confirmation to compose modal on close if has text
Added to modal_root if modal type is compose
Added to compose_modal
Fixes: #51
2019-07-22 23:10:05 -04:00
mgabdev
efd441d0ba Added onCancel function prop to confirmation_modal
Added an optional function to call on confirmation modal
2019-07-22 23:02:14 -04:00
mgabdev
8aeeaa7244 Added type to modal_root base 2019-07-22 23:01:12 -04:00
Dank Gabs
bdedac71f1 Fixed border radius. 2019-07-22 22:36:54 -04:00
Dank Gabs
47a18f6024 Adjustments to the create group form to match mockup specs.
Strip out css for form input from component css file.
Created global form input css.
Padding adjustments.
2019-07-22 22:35:46 -04:00
Dank Gabs
97ad49c617 Added container standards to the inline composer block.
Some css cleanup.
2019-07-22 21:40:19 -04:00
Dank Gabs
fceb5dccb0 Added gab container standards css to the center column.
The center columns still need a lot of work to bring to spec with the mockups.
This is just one small step closer.
2019-07-22 21:37:45 -04:00
Dank Gabs
f7ca5f28df Adjust bottom margin of group cards to match mockup specs. 2019-07-22 21:10:11 -04:00
Dank Gabs
9752de6a3e Added the forgotten commit from the last merge request.
The gab-container-standards mixin contains all standard container common properties (background color, corner radius, anything else shared across the board).
2019-07-22 21:08:29 -04:00
Dank Gabs
deaa6b41c2 A little bit of cleanup. 2019-07-22 21:05:50 -04:00
Rob Colbert
b40199f878 Merge branch 'styling/new-groups-icon' into 'develop'
New Groups icon and adjustments to tabs bar css.

See merge request gab/social/gab-social!18
2019-07-23 00:04:36 +00:00
Dank Gabs
3f59aab944 New Groups icon and adjustments to tabs bar css.
Tweaked all the positioning of everything so it's precise in zoomed in screenshots against the mockups.
2019-07-22 17:43:11 -04:00
Rob Colbert
38c08355e6 Merge branch 'fix/avatar-cover-update-issue' into 'develop'
avatar/header serializer issue for accounts with imported data from legacy fixed

See merge request gab/social/gab-social!17
2019-07-22 21:14:29 +00:00
Rob Colbert
4abdf8404e Merge branch 'vagrant-fix' into 'develop'
Upgrade Vagrant Node.js to 10.x, fixes #56

Closes #56

See merge request gab/social/gab-social!16
2019-07-22 21:13:46 +00:00
2458773093
0015e2c585 avatar/header serializer issue for accounts with imported data from legacy fixed 2019-07-23 00:10:41 +03:00
Andrew Torba
7f05f4d47c Merge branch 'group-css' into 'develop'
Fix alignment of group cards

See merge request gab/social/gab-social!15
2019-07-22 20:45:15 +00:00
Alex Gleason
45c14ae5c3
Upgrade Vagrant Node.js to 10.x, fixes #56 2019-07-22 16:27:20 -04:00
Alex Gleason
1c8fb11b43
Ignore Vagrant .log files 2019-07-22 16:27:03 -04:00
mgabdev
1054e0c51b Updated list_timeline to check for new list id on to reload new list
added check in componentWillReceiveProps for new params.id for updating list
fixes: #53
2019-07-22 16:02:48 -04:00
mgabdev
efb3ac7ac3 Added unauthorized modal on detail status action buttons
fixes: #52
added isRequired propType on onOpenUnauthorizedModal on normal status
2019-07-22 15:39:45 -04:00
Alex Gleason
83763d5ec8
Fix alignment of group cards 2019-07-22 15:21:14 -04:00
mgabdev
606a6c7f12 Removed hard limit on PotentialFriendshipTracker.get
the default is now set at: 10
DEFAULT_ACCOUNTS_LIMIT=40, we dont want 40
2019-07-22 00:13:44 -04:00
mgabdev
6ca001bc67 Updated PotentialFriendshipTracker max to 10
from 20
2019-07-22 00:11:00 -04:00
mgabdev
ef3f9a801e Updated GroupSidebarPanel locations, keys
added/updated keys to layout array to remove "missing key" error in ui/index
updated location of group sidebar panel to always be above wtf panel
2019-07-22 00:10:45 -04:00
mgabdev
0216aa973c Updated groups sidebar title
Capitalized the title
2019-07-22 00:09:30 -04:00
Rob Colbert
c344219057 Merge branch 'groups-updates' of https://code.gab.com/gab/social/gab-social into develop 2019-07-21 23:50:19 -04:00
Rob Colbert
b1e6b63d1f migration 2019-07-21 23:50:09 -04:00
mgabdev
7c64900f49 Updated theming for group background colors 2019-07-21 23:46:38 -04:00
Rob Colbert
46bec5710f Merge branch 'groups-updates' of https://code.gab.com/gab/social/gab-social into develop 2019-07-21 23:08:31 -04:00
Rob Colbert
daee22dcbb Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop 2019-07-21 22:56:50 -04:00
Rob Colbert
1337bc5768 cleanup 2019-07-21 22:56:34 -04:00
Rob Colbert
6b43c2ee76 Merge branch 'styling/patch-colors-for-groups-updates' into 'groups-updates'
Updates for the Groups styling

See merge request gab/social/gab-social!14
2019-07-22 02:55:26 +00:00
2458773093
6c9b5b4be2 remove unnecessary cache remove block 2019-07-22 05:46:35 +03:00
2458773093
708e7bfcee group relationship remove caching 2019-07-22 05:46:09 +03:00
2458773093
aefe5a44f3 show group sidebar panel across the site 2019-07-22 05:12:59 +03:00
2458773093
3a59b29fdd typo 2019-07-22 04:52:12 +03:00
2458773093
ff03e6a55f home feed group toggle 2019-07-22 04:50:09 +03:00
2458773093
bf2d54201b group member count optimization 2019-07-22 03:46:00 +03:00
2458773093
bd3f453c0d fix 2019-07-22 03:10:42 +03:00