- 01 Mar, 2021 8 commits
-
-
Mentally Ill t Criminal Demon authored
Main changes: - Change all mentions of https://code.gab.com/gab/social/gab-social to https://code.gab.com/gab/gab-open-source
-
admin authored
Improve home feed query See merge request gab/social/gab-social!68
-
rubic0n authored
-
rubic0n authored
-
Developer authored
• Removed: - account search_for in Account.rb model
-
Developer authored
Fix preview card search See merge request gab/social/gab-social!67
-
Developer authored
• Fixed: - issue with Notification status url 'to' value
-
Fosco Marotto authored
-
- 28 Feb, 2021 2 commits
-
-
rubic0n authored
- 26 Feb, 2021 3 commits
-
-
Developer authored
• Removed: - GroupsController search by tag, category
-
Developer authored
• Updated: - reports page to be more mobile friendly • Added: - Helper for account elements in AccountModerationNotesHelper
-
Developer authored
• Updated: - all instances of request.remote_ip to use new ip headers
-
- 25 Feb, 2021 6 commits
-
-
Developer authored
• Updated: - NotificationsPage to reset to 'all' every time page loads
-
Developer authored
• Fixed: - issue with MediaModal causing page to scroll to top on open The code in this removal was used to enable a back-btn to close the media modal. But unintended scrolling is more important than a third option to close a dialog. (Click X, press escape)
-
Developer authored
• Updated: - Notification timestamp to link to status/mention/comment
-
Developer authored
• Add: - missing uri attribute in StatusSerializer
-
Fosco Marotto authored
-
Fosco Marotto authored
-
- 23 Feb, 2021 3 commits
- 21 Feb, 2021 2 commits
-
-
admin authored
-
Fosco Marotto authored
This reverts commit e5ea8fb4.
-
- 20 Feb, 2021 7 commits
-
-
Free Speech Forever authored
Feature/username search case See merge request gab/social/gab-social!65
-
azuregc7 authored
-
-
Developer authored
• Removed: - unused AppsController, apps routes
-
Developer authored
• Updated: - BaseController to return false if doorkeeper_token nil for superapp
-
Developer authored
• Updated: - ConfirmationsController to set new email after confirmation to unconfirmed email only
-
Fosco Marotto authored
-
- 19 Feb, 2021 9 commits
-
-
Developer authored
• Added: - created date to reports page for each report in admind moderation dashboard
-
Developer authored
• Updated: - SuspendAccountService to resolve outstanding reports on suspend
-
Developer authored
• Removed: - validation on spam_field for int in Account model
-
Developer authored
• Updated: - elapsed registration_form_time to 5 seconds
-
Developer authored
• Fixed: - issue with account.rb for spam_flag to include nil by default Was causing failure to account sign up where new values are nil and the validation failed because it expected 0,1,2 values.
-
Fosco Marotto authored
-
Developer authored
• Added: - check in PostStatusService for limited posting functionality to users with unconfirmed emails - users with unconfirmed emails can not post mentions that are not a reply - users with unconfirmed emails can not post to a group that is not the introduce yourself group
-
Developer authored
• Added: - new spam_flag to Accounts, replacing is_flagged_as_spam - null/0: no spam, 1: spam, 2: safe from spam • Updated: - Comment, Status to reflect changes • Todo: - Fully remove is_flagged_as_spam - Update SortingQueryBuilder
-
Developer authored
• Added: - new follow limit for unconfirmed accounts to 10
-