mgabdev
567894f614
Progress
2020-03-04 17:26:01 -05:00
mgabdev
143725b5bd
Progress
2020-03-03 23:59:11 -05:00
mgabdev
33952e424f
Progress
2020-03-03 22:45:16 -05: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
e37500c0cf
Progress
2020-02-19 18:57:07 -05:00
mgabdev
331ae0ca38
Edits for chat button
2020-02-04 21:25:33 -05:00
mgabdev
df346596cf
Progress
2020-02-04 10:50:18 -05:00
mgabdev
1cd851e02e
Progress
2020-02-03 13:24:24 -05:00
mgabdev
0a3c6cea89
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into feature/frontend_refactor
2020-01-28 11:29:26 -05:00
mgabdev
a2b5d72e08
Progress
2020-01-24 16:18:17 -05:00
mgabdev
3af35f4840
Updating css webpack integration
2020-01-23 11:35:36 -05: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
9228e82dc5
Updated sidekiq scheduled_statuses_scheduler frequency
2020-01-14 11:38:47 -05:00
Rob Colbert
4efa4f2c94
also allow openplatform.us to embed
2019-11-21 07:16:37 -05:00
Rob Colbert
5f19ac66ea
let *.gab.com <iframe> gab.com as needed for OAuth2 sequences
2019-11-21 07:00:20 -05:00
Rob Colbert
bb7b58675c
removed unsupported warnings option
2019-10-22 03:55:57 -04:00
admin
7a7f425bc7
Revert "compensate for lack of SMTP relay"
...
This reverts commit 4c3a602e11
2019-09-20 02:32:57 +00:00
mgabdev
f151ce9844
Updating upgrade url to go to pro.gab.com
2019-09-18 20:33:17 -04: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
deb9ed29bd
commit
2019-09-16 19:31:30 -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
c5cef96d5f
update route
2019-08-23 01:04:44 +03:00
Rob Colbert
4c3a602e11
compensate for lack of SMTP relay
2019-08-21 00:44:24 -04:00
mgabdev
a78a084be9
Removed quotes and <em> tag on only_allowed_for_pro
...
fixes : #66
2019-08-20 14:55:10 -04:00
mgabdev
2332aa16dd
Removed occurances elephant emoji from locales
2019-08-20 11:03:02 -04:00
mgabdev
2c9bcc0c2b
Added tags route to routes.rb and point to home#index
2019-08-17 01:20:36 -04:00
mgabdev
dcb05727ee
Updated routes.rb account and status routes
...
all are now pointed at home#index because its all within the react app and not the ssr haml pages
embeding statuses route still is pointed at statuses#embed as it is still a part of the ssr page
2019-08-17 01:20:18 -04:00
mgabdev
293c6502da
Added sass-resources-loader to css webpack rules
2019-08-13 12:14:57 -04:00
Alex Gleason
c3f36e9142
Actually fix remote profile loading
2019-08-01 19:22:20 -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
2458773093
43210360e9
group admin methods for essential management
2019-07-29 22:45:29 +03:00
mgabdev
2044648179
Added webpack.ProvidePlugin for most used imports
...
Removed imports of React, connect, PropTypes throughout
Removed the "React" in React.Component/PureComponent
2019-07-29 15:20:00 -04: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
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
2558251cc5
removed users controller
2019-07-16 21:53:56 +03:00
2458773093
826773ee79
admin tool for editing pro status of accounts
2019-07-16 00:51:05 +03:00
mgabdev
ca1984e499
Updated registration legal links
...
removed server rules, updated all localizations for "checkbox_agreement_html"
2019-07-12 15:30:08 -04:00
robcolbert
5443767b3f
adapt remote_ip determination for CF
2019-07-04 04:05:34 -04:00
robcolbert
80d47a33a4
adjust throttling
2019-07-04 03:55:50 -04:00
mgabdev
b4b7506cec
Updated /tags route to be after webapp in routes.rb
...
we render the /tags route from within the webapp, not the server render routes, so put it after the catch-all for the webapp
not deleting as functionality may still be required from that route throughout
2019-07-04 00:59:31 -04:00
mgabdev
1414f36ee4
Updated all legal links and texts
...
added dmca, sales
removed guidelines
2019-07-03 23:00:14 -04:00
robcolbert
94046e97d0
no service worker
2019-07-03 20:53:32 -04:00
robcolbert
fb49559d05
explicitly nav to /home #homehack
2019-07-03 19:29:54 -04:00
robcolbert
21bed9d36f
Merge branch 'develop' of https://code.gab.com/gab/social/gab-social into develop
2019-07-03 13:29:38 -04:00
robcolbert
1ef1a3881d
change all GitHub links to Gab's GitLab at code.gab.com
2019-07-03 13:26:13 -04:00
Dank Gabs
81604b2810
Full css source mapping enabled in development webpack config.
2019-07-02 13:38:23 -04:00
robcolbert
bd0b5afc92
Gab Social. All are welcome.
2019-07-02 03:10:25 -04:00