Commit Graph

121 Commits

Author SHA1 Message Date
mgabdev
91b43f86fe Added messages, message to reserved usernames in settings.yml config
• Added:
- messages, message to reserved usernames in settings.yml config
2020-10-29 23:40:05 -05:00
mgabdev
f129d9c49b Added LinkTimeline and PreviewCard fetching by id
• Added:
- LinkTimeline and PreviewCard fetching by id
2020-10-29 18:46:54 -05:00
mgabdev
acc956777e Updated applications, development admin settings to be staff only
• Updated:
- applications, development admin settings to be staff only
2020-10-28 23:09:53 -05:00
mgabdev
2aaaeef967 Updated setting auto_play_gif to true by default
• Updated:
- setting auto_play_gif to true by default
2020-10-24 14:15:30 -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
9c0fc47777 Removed elastic_apm.yml config
• Removed:
- elastic_apm.yml config
2020-10-13 10:40:08 -05:00
mgabdev
f7fc626c3a Added elastic-apm gem and its config file
• Added:
- elastic-apm gem and its config file elastic_apm.yml
2020-10-13 10:09:18 -05:00
mgabdev
a4add61342 Added emails for new users who arent PRO
• Added:
- emails for new users who arent PRO
2020-09-18 22:49:15 -05:00
mgabdev
8fa3d4d0a9 Added emails for reminding past PRO members to upgrade again
• Added:
- emails for reminding past PRO members to upgrade again
2020-09-18 15:51:24 -05:00
mgabdev
12c9cf2083 Updated explore page functionality
• Updated:
- explore page functionality
2020-09-14 20:20:27 -05:00
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
3cb33c4656 Added groups/password route
• Added:
- groups/password route
2020-09-11 17:57:07 -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
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
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
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
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
5010b8ed41 Added "suggestions" to reserved usernames
• Added:
- "suggestions" to reserved usernames
2020-08-31 19:50:20 -05:00
mgabdev
991dd7a743 Added ExpiringProScheduler with email for expired GabPRO users
• Added:
- ExpiringProScheduler with email for expired GabPRO users
2020-08-31 19:50:02 -05:00
mgabdev
4b0375e51f Removed omniauth_callbacks route
• Removed:
- omniauth_callbacks route
2020-08-20 17:05:15 -05:00
mgabdev
7e47bb1d9c Removed prop-types global import, added to files directly
• Removed:
- prop-types global import, added to files directly
2020-08-17 15:59:29 -05:00
mgabdev
5a55f89dbe Removed connect global import, added to files directly
• Removed:
- connect global import, added to files directly
2020-08-17 15:39:25 -05:00
mgabdev
43e384554c Remove React, PureComponent global import, added those imports to files directly
• Remove:
- React, PureComponent global import and added those imports to files directly
2020-08-17 15:07:16 -05:00
mgabdev
f964950282 Removed react/home.html.haml
• Removed:
- react/home.html.haml
2020-08-06 23:10:22 -05:00
mgabdev
bffc202270 Updated routes to have root point to react
• Updated:
- routes to have root point to react
2020-08-06 00:20:28 -05:00
mgabdev
805e9a0471 Added GroupCollection timeline, redux, streaming, routes
• Added:
- GroupCollection timeline, redux, streaming, routes
2020-08-06 00:07:46 -05:00
mgabdev
c20f7adf6a Added GroupCategories API route and controller
• Added:
- GroupCategories API route and controller
2020-08-05 23:12:17 -05:00
mgabdev
7dd1e0cd0b Added group_categories creation page in admin panel
• Added:
- group_categories creation page in admin panel
2020-08-05 23:03:14 -05:00
mgabdev
13af58da7a Added bookmarks
• Added:
- bookmarks for GabPRO members only
- migration for creation of StatusBookmarks
- all necessary routes, controllers
- redux for adding, removing, fetching and displaying bookmarks
- bookmark icon
- doorkeeper scopes
- backend and frontend support

Bookmarks behave like likes/favorites, except they aren't shared with other users and do not have an associated counter.

dfea7368c9
2020-07-24 18:48:31 -05:00
mgabdev
43207e8b29 Added "bookmarks" to list of reserved usernames
• Added:
- "bookmarks" to list of reserved usernames
2020-07-24 17:59:48 -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
7ea07d4a2b Added shortcut locales errors
• Added:
- shortcut locales errors
2020-07-21 11:50:23 -05:00
mgabdev
77e7a23dab Updated group_in_home_feed setting to true by default
• Updated:
- group_in_home_feed setting to true by default
2020-07-14 17:40:29 -05:00
mgabdev
1211751018 Added "welcome" to list of reserved usernames in settings.yml
• Added:
- "welcome" to list of reserved usernames in settings.yml
2020-07-10 15:23:29 -05:00
mgabdev
185907d055 Removed about pages from haml, routes.rb
• Removed:
- about pages from haml, routes.rb
- about, dmca, investors, privacy policy, terms of service, terms of sale
2020-07-10 15:23:10 -05:00
mgabdev
bc2eeee497 Added pro feed
• Added:
- pro feed
2020-07-01 21:40:00 -04:00
mgabdev
095e646661 Added ShopPanel to home sidebar
• Added:
- ShopPanel to home sidebar
- DIssenter shop redux, api route/controller
2020-07-01 21:33:10 -04:00
mgabdev
429bb277e9 Updated reset_password_within expiration to 24 hours
• Updated:
- reset_password_within expiration to 24 hours
2020-06-18 15:13:41 -04:00
mgabdev
101cd19dce Removed "remote" routes
• Removed:
- "remote" routes
2020-06-15 16:45:04 -04:00
mgabdev
c2348ededf Updated invalid username error at registration
• Updated:
- invalid username error at registration
2020-06-15 16:38:04 -04:00
mgabdev
202dcfa767 Removed migration path, info, page
• Removed:
- account migration path, info, page
2020-06-09 14:22:27 -04:00
mgabdev
985e1458d5 Removed unused/old/pre-refactor settings
•Removed:
- unused/old/pre-refactor settings
2020-06-07 14:01:54 -04:00
mgabdev
250e6a4357 Removed "identity proofs" from frontend and api route
• Removed:
- "identity proofs" from frontend, settings
- "identity proofs" api route
2020-06-07 13:47:22 -04:00
mgabdev
f7a0b022d4 Update activity pub jobs
• Update:
- activity pub jobs to retry 0 and dead: true

• Remove:
- ActivityPub DeliveryWorker on account suspension
- Inbox, outbox, collections routes
2020-05-29 13:01:35 -04:00
mgabdev
1f9e33a80b Removed settings/import route
• Removed:
- settings/import route
2020-05-29 12:29:30 -04:00
mgabdev
0075824720 Updated tagline locales
• Updated:
- tagline locales: "A social network that champions free speech, individual liberty and the free flow of information online. All are welcome."
2020-05-26 21:14:23 -04:00
mgabdev
8d6d85f829 Update account, status meta tags
• Update:
- account, status meta tags
2020-05-26 20:12:19 -04:00
mgabdev
6f8416de68 Removed custom_css setting
• Removed:
- custom_css setting, controller, locales
2020-05-26 00:56:11 -04:00
mgabdev
3a08fa165e Added new reserved usernames to settings config
• Added:
- new reserved usernames to settings config

fixes: #24
2020-05-25 22:58:37 -04:00
mgabdev
ec499eb1b8 Updated .well-known routes
• Updated:
- .well-known routes
2020-05-25 21:04:40 -04:00