mgabdev
f806fddb5f
Removed promotions from initial_state
2020-11-09 13:26:34 -06:00
mgabdev
547cb39dee
Removed unused api_salmon_url in haml meta pages
...
• Removed:
- unused api_salmon_url in haml meta pages
2020-11-09 13:25:56 -06:00
mgabdev
b0e3d611f5
Removed unused code from initial_state and ReactController
...
• Removed:
- unused code from initial_state and ReactController
2020-11-09 12:14:42 -06:00
mgabdev
cafbbbf69f
Added updated_at to PreviewCardSerializer
...
• Added:
- updated_at to PreviewCardSerializer
2020-11-02 21:46:02 -06:00
mgabdev
7e673d4e7f
Added link/PreviewCard search to search
...
• Added:
- link/PreviewCard search to search
2020-10-31 18:10:59 -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
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
8f57514bc8
Fixed issue with group fetching, serializer for loading password
...
• Fixed:
- issue with group fetching, serializer for loading password for admin only
2020-09-17 18:21:58 -05:00
mgabdev
5cb35c7b31
Fixed issue with empty passwords for groups
...
• Fixed:
- issue with empty passwords for groups
2020-09-15 00:14:22 -05:00
mgabdev
345fc0bfb3
Added collapsable GroupInfoPanel description for long descriptions
...
• Added:
- collapsable GroupInfoPanel description for long descriptions
2020-09-14 19:53:33 -05:00
mgabdev
2933921d04
Fixed issue with group_serializer current_user exists
...
• Fixed:
- issue with group_serializer current_user exists
2020-09-14 17:18:16 -05:00
mgabdev
20ef23659c
Fixed error in group_serializer if no current_user defined
...
• Fixed:
- error in group_serializer if no current_user defined
2020-09-14 11:44:01 -05:00
mgabdev
4242f595df
Updated group_serializer to account for no current_user
...
• Updated:
- group_serializer to account for no current_user
2020-09-14 11:04:42 -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
eba6696ad5
Updated GroupSerializer for group_category
...
• Updated:
- GroupSerializer for group_category
2020-09-10 17:14:00 -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
ac9b9e8448
Added new role for moderator to Groups
...
• Added:
- new role for moderator to Groups
2020-09-02 18:06:38 -05:00
mgabdev
a5ae957ac5
Updated GroupInfoPanel to be markdown enabled, linkable
...
• Updated:
- GroupInfoPanel to be markdown enabled, linkable for users, hashtags, urls
2020-09-01 18:14:11 -05:00
mgabdev
ba840fd6b6
Updated GroupSerializer with new keys
...
• Updated:
- GroupSerializer with new keys
2020-08-06 00:09:53 -05:00
mgabdev
84429632ab
Added GroupCategoriesSerializer
...
• Added:
- GroupCategoriesSerializer
2020-08-05 23:18:21 -05:00
mgabdev
32c62955bf
Added has_quote to status_serializer and set in status.rb
...
• Added:
- has_quote to status_serializer and set in status.rb
2020-08-05 23:17:17 -05:00
mgabdev
043fc01cea
Added self-destructing/expiring statuses
...
• Added:
- self-destructing/expiring statuses for GabPRO members only
- ExpiringStatusWorker
- stopwatch icon
- expires_at redux values
- expires_at button in composer
- expires at selection popover
• Updated:
- Schedule status button to not show if expiring status active
2020-07-24 19:05:31 -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
3f434d6b7c
Added is_first_session/isFirstSession to initialState
...
• Added:
- is_first_session/isFirstSession to initialState
2020-07-14 18:44:06 -05:00
mgabdev
7410c4c6ab
Fixed issues with status formatting in rss, email
...
• Fixed:
- issues with status formatting in rss, email
2020-07-01 21:39:12 -04:00
mgabdev
b93ecc7095
Rich Text Editor (WIP) x4
2020-06-17 16:27:58 -04:00
mgabdev
861ae55aec
Rich Text Editor (WIP) x2
2020-06-16 19:44:30 -04:00
mgabdev
20a3221c4b
Rich Text Editor (WIP)
2020-06-12 12:01:54 -04:00
mgabdev
ac2bc9b9a3
Updated preview.jpg -> preview.png social card image thumbnail
...
• Updated:
- preview.jpg -> preview.png social card image thumbnail
2020-06-09 16:01:08 -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
663f46b166
Updated frontend notification filtering and configuration
...
• Updated:
- frontend notification filtering and configuration
• Added:
- lastReadNotificationId to initial_state
- minWidth20PX for responsive notification icon hiding on xs
• Removed:
- unused code
2020-05-21 15:37:40 -04:00
mgabdev
bb0182c1e1
pull
2020-05-11 23:34:18 -04:00
mgabdev
055b5a430f
progress
2020-05-03 01:22:49 -04:00
mgabdev
e9f01c0b16
Testing
2020-05-01 12:47:13 -04:00
mgabdev
8673eb8975
Progress
2020-04-30 00:34:50 -04:00
mgabdev
c3d0d8bde2
Progress
2020-04-28 01:33:58 -04:00
mgabdev
fed036be08
Progress
2020-04-22 01:00:11 -04:00
mgabdev
bb4fcdf32d
Progress
2020-04-07 21:06:59 -04:00
mgabdev
e485e2f955
Progress
2020-04-03 19:18:26 -04:00
mgabdev
80d41b8d94
Progress
2020-04-01 23:17:21 -04:00
mgabdev
0f01c1bc97
Progress
2020-03-24 23:08:43 -04:00
Alex Gleason
d78dd971c0
Fix unlike counter, fixes #107
2020-03-13 13:44:44 -05:00
Alex Gleason
316b5c8d0f
Merge remote-tracking branch 'upstream/develop' into feature/frontend_refactor
2020-03-10 16:24:43 -05:00
Alex Gleason
bccb9a6f9c
Display favorites count on profile, fixes #126
2020-03-10 15:26:34 -05:00
Alex Gleason
e039a535d5
Use uploaded avatar over legacy avatar when possible
2020-03-04 22:42:29 -06:00
Alex Gleason
28cc38ad6b
Fix federation of avatars and images with legacy gab:// URLs
2020-02-26 12:32:30 -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