Commit Graph

153 Commits

Author SHA1 Message Date
mgabdev 76981e56c5 Updated search result limit
Removed search from client side, increased from 20 to 100 in search_controller.rb
2020-01-14 18:12:04 -05:00
admin fc372311f4 undo auto-confirm new account 2019-09-20 02:27:52 +00:00
mgabdev 67821442da Added settings page for deleting scheduled statuses 2019-09-18 20:33:03 -04:00
Rob Colbert 4de30bd8d0 Merge branch 'feature/revision-history' of https://code.gab.com/gab/social/gab-social into develop 2019-09-18 11:08:04 -04:00
2458773093 498630f20f revision history ui 2019-09-17 18:23:51 +03:00
mgabdev 6b4969dbdd Updated media attachment on create to always include account param 2019-09-17 01:13:02 -04:00
Rob Colbert e856e2a136 Merge branch 'feature/promoted-gabs' of https://code.gab.com/gab/social/gab-social into develop 2019-09-03 18:38:37 -04:00
2458773093 d853beebb7 admin for promotions 2019-09-04 01:29:46 +03:00
mgabdev 30c30c696a Added password reset via admin panel 2019-08-28 16:13:56 -04:00
2458773093 6752b9f936 update method for statuses 2019-08-23 01:05:53 +03:00
Rob Colbert cd3a4b20fb auto-confirm new users to compensate for lack of SMTP relay service 2019-08-21 02:15:05 -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
mgabdev d3501953f4 Added check for account variable exists in home_controller meta function 2019-08-18 00:11:41 -04:00
mgabdev d084b8d5f9 Updated route matches in home_controller
Added in set_data_for_meta too
2019-08-18 00:09:25 -04:00
mgabdev 5750786d1a Removed bang operator from account, tag finders in home_controller
If account or tag does not exist, it tosses an error. without bang it ignores if doesn't exist.
2019-08-17 12:16:15 -04:00
mgabdev 5b27b6b646 Updated home_controller.rb to check for meta data for accounts, statuses, tags
if route is account/profile page, status page or tags page, set data to send to application.html.haml to render meta tag content
2019-08-17 01:22:27 -04:00
Rob Colbert f7118a39df group accounts improvements 2019-08-11 14:40:44 +03:00
Rob Colbert b9f9ae2231 Merge branch 'remote-profile-fix' into 'develop'
Actually fix remote profile loading

See merge request gab/social/gab-social!30
2019-08-05 04:51:57 +00:00
Rob Colbert aed10a5a3b Merge branch 'feature/quoting-statuses' into 'develop'
Feature/quoting statuses

See merge request gab/social/gab-social!36
2019-08-04 21:46:10 +00:00
2458773093 8bc76713a9 use feed manager to filter posts in group feeds 2019-08-04 21:58:17 +03:00
2458773093 6b583577f4 quote support to status creation 2019-08-04 15:26:35 +03:00
Alex Gleason c3f36e9142
Actually fix remote profile loading 2019-08-01 19:22:20 -04:00
2458773093 3fa8eb1bac Added restriction to group policy. Create link hidden for non-pro. 2019-08-01 19:46:17 +03:00
Rob Colbert 8c837a0c36 quick fix for processing of username@domain.:format 2019-08-01 11:04:15 -04:00
Rob Colbert fa574e4ec3 Merge branch 'feature/emails-from-gabcom-notification-option' into 'develop'
New option to notificaion preferences for emails from gab.com for...

See merge request gab/social/gab-social!26
2019-08-01 12:48:33 +00:00
Alex Gleason 82ba2a7d5f
Properly load remote profiles 2019-08-01 00:10:28 -04:00
2458773093 c832fb6cbc New option to notificaion preferences for emails from gab.com for announcements and other information 2019-08-01 01:16:22 +03:00
mgabdev 8331e38567 Updated feature group limit to 50 2019-07-30 10:03:12 -04:00
2458773093 43210360e9 group admin methods for essential management 2019-07-29 22:45:29 +03: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
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
2458773093 ff03e6a55f home feed group toggle 2019-07-22 04:50:09 +03:00
2458773093 06e1c47ff4 group sidebar panel improvements 2019-07-22 02:45:14 +03:00
2458773093 a6f09dc0c7 group unread count 2019-07-22 01:06:32 +03:00
2458773093 04b219355c Merge branch 'develop' into groups-updates
* develop:
  Updated status component to use properStatus when going to status page
  Added floating action button to ui/index
  Removed floating action button from columns area
  Fix issue with notification badge number not showing on mobile
  Updated scrollable_list to use documentElement for (primary/only) scrolling functionality
  Added onScroll props to status_list
  Added timeline scrollTop action, added to status_list_container, scrollable_list
  Removed unnecessary scrollContainer in status, account_gallery
  Added missing isLoading prop to ScrollableList
  Updated scrollable_list intersectionObserverWrapper
  Updated floatingActionButton to only show if someone is logged in
  Updated timeline_queue_button_header
  Removed focus of compose/cw after submit or spoiler change
  Removed set height of 100% on body
  Removed unused redirect after compose submit
  Patch Fix for hidden poll choices and results on light theme.
  Updated notification badge number formatter
  Fixed status/repost functionality to show status if owned by given username
  admin tool for editing pro status of accounts
2019-07-18 23:02:16 +03:00
2458773093 7b2d3aa281 removed accounts ui + preparation for more group admin tools 2019-07-16 22:57:35 +03:00
2458773093 b9641b41e7 fix admin tab query 2019-07-16 21:58:29 +03:00
2458773093 2558251cc5 removed users controller 2019-07-16 21:53:56 +03:00
2458773093 c56a8914f3 Merge remote-tracking branch 'origin/styling/add-groups-link' into groups-updates
* origin/styling/add-groups-link: (31 commits)
  Comment out the "groups" button until ready to reveal.
  Changed the method of adding main navigation icons. Created a png sprite sized @2x based on largest usage (for retina). This will fix some rendering issues caused by using svg images. It will allow adding depth and more color / shading if we choose later.
  intents fix
  federation fix
  two more federation fixes
  Removed unused imports
  Removed unused PublicTimeline component
  Updated CommunityTimeline to add option for "all federated" content
  Removed unused import in unauthorized_modal
  Updated registration legal links
  Updated compose_form to account for if compose modal open
  Added empty message to pinned statuses page
  Updated nextProps withReplies for account timeline
  Added empty message to account_gallery media page
  Updated timeline/notification dequeue to be in componentDidMount
  Added TimelineQueueButtonHeader to status_list
  Added queue functionality status_list_container for status timelines
  Updated all Redis.current.publish, PushUpdateWorker.perform_async to work again
  Added timeline dequeue functionality to onSubmitCompose action
  Added redux functionality for queueing/dequeueing timelines
  ...
2019-07-16 14:29:38 +03:00
2458773093 826773ee79 admin tool for editing pro status of accounts 2019-07-16 00:51:05 +03:00
2458773093 fd0d9fc261 without replies for group feeds 2019-07-15 17:13:51 +03:00
2458773093 1fabd28498 New groups 2019-07-15 16:47:05 +03:00
Rob Colbert 6226cc1dfd intents fix 2019-07-14 03:22:15 -04:00
robcolbert d4bc274d11 add check to make sure a change is submitted for display name 2019-07-08 06:16:14 -04:00
mgabdev 4354c6ec99 Removed ability to change display name if account is verified
if account is verified, display name input in settings is not visible
if attempting to change the display name by other means, an error is return and you are redirected
2019-07-04 02:01:50 -04:00
mgabdev f849321b07 Updated favourited_by_accounts_controller to return empty object
Removed ability to view accounts that favorited a status
2019-07-04 00:10:24 -04:00
mgabdev 1414f36ee4 Updated all legal links and texts
added dmca, sales
removed guidelines
2019-07-03 23:00:14 -04:00
robcolbert 60c1ae1b30 revert 2019-07-03 20:26:40 -04:00
robcolbert 85e181d447 change /home => / 2019-07-03 20:25:05 -04:00
robcolbert 54fe77650d remove downloads#source supporting gab-social.zip src download from pre-launch 2019-07-03 19:28:44 -04:00
robcolbert c93755cff2 remove weekly logins report from activity controller 2019-07-03 15:49:58 -04:00
robcolbert bd0b5afc92 Gab Social. All are welcome. 2019-07-02 03:10:25 -04:00