mgabdev
21937d9e09
Added promotions to redux and added selector for setting promotions if not PRO
...
• Added:
- promotions to redux
- selector for setting promotions if not PRO
• Updated:
- StatusList, SidebarPanelGroup to use promotions from redux
2020-11-09 13:28:43 -06:00
mgabdev
a62de51b78
Removed unused api TrendsController from ruby
...
• Removed:
- unused api TrendsController from ruby
2020-11-09 12:33:28 -06:00
mgabdev
c0d3d1d6c4
Removed unused activitypub controllers from ruby
...
• Removed:
- unused activitypub controllers from ruby
2020-11-09 12:32:34 -06:00
mgabdev
d7cc2419a6
Removed unused DirectController for timelines from ruby
...
• Removed:
- unused DirectController for timelines from ruby
2020-11-09 12:31:24 -06:00
mgabdev
e5f68c3c55
Removed unused Instances api routes from ruby
...
• Removed:
- unused Instances api routes from ruby
2020-11-09 12:30:54 -06:00
mgabdev
cf7b554d69
Removed unused well_known routes from ruby
...
• Removed:
- unused well_known routes from ruby
2020-11-09 12:29:35 -06:00
mgabdev
bfd1e1ef9d
Removed unused GifsController
...
• Removed:
- unused GifsController
2020-11-09 12:15:57 -06:00
mgabdev
f175b640f0
Updated news, trends image url path in redux
...
• Updated:
- news, trends image url path in redux
2020-11-09 12:00:37 -06:00
mgabdev
6afa8b1f35
Added PopularLinks controller
...
• Added:
- PopularLinks controller to fetch popular links, most recent 2 gabs from `@gab`
• Todo:
- Clean up code, store results in redis for time
- Add top video/links
2020-11-06 23:24:16 -06: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
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
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
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
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
4b0375e51f
Removed omniauth_callbacks route
...
• Removed:
- omniauth_callbacks route
2020-08-20 17:05:15 -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
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
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
101cd19dce
Removed "remote" routes
...
• Removed:
- "remote" routes
2020-06-15 16:45: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
6f8416de68
Removed custom_css setting
...
• Removed:
- custom_css setting, controller, locales
2020-05-26 00:56:11 -04:00
mgabdev
ec499eb1b8
Updated .well-known routes
...
• Updated:
- .well-known routes
2020-05-25 21:04:40 -04:00
mgabdev
fed036be08
Progress
2020-04-22 01:00:11 -04:00
mgabdev
4d7aee59c9
Progress
2020-04-17 01:35:46 -04:00
mgabdev
e485e2f955
Progress
2020-04-03 19:18:26 -04:00
mgabdev
d79133c72d
Progress
2020-04-02 00:07:47 -04:00
mgabdev
0532890c0e
Removed featured tags
...
We don't use
2020-03-27 18:05:16 -04:00
Alex Gleason
8a7c7d8364
Let React controller precede Account controller
2020-02-26 13:36:24 -06:00
Alex Gleason
a63f3fefc0
Add username regex to routes to allow full handle user@server.tld
2020-02-21 14:35:12 -06:00
Alex Gleason
b3bdddf374
Route status URLs back through StatusesController
2020-02-21 14:22:55 -06:00
Alex Gleason
d3ee46c328
Route account URLs back through AccountsController
2020-02-21 14:21:00 -06:00
Alex Gleason
0aed68a7e3
Rename home#index to react#react
2020-02-21 14:16:43 -06:00
mgabdev
05d4c921a8
Added expenses to sidebar in app
2020-01-21 16:07:58 -05:00
mgabdev
7fb0b462e2
Fix notifications
...
https://gitlab.com/soapbox-pub/soapbox/merge_requests/120/diffs#diff-content-917c7fb80cf426cfae1e7baaa21b3d90ccb2b29c
2020-01-16 18:24:10 -05: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