Alex Gleason
|
368066af2f
|
Add MAU to dashboard
|
2021-04-22 20:23:54 -05:00 |
|
Alex Gleason
|
bbd4aa4f8b
|
Merge branch 'error-boundary' into 'develop'
Improve error boundary styles, provide way to clear browser data
See merge request soapbox-pub/soapbox-fe!482
|
2021-04-22 19:13:00 +00:00 |
|
Alex Gleason
|
ffa8fda6d5
|
Improve error boundary styles, provide way to clear browser data
|
2021-04-22 13:57:47 -05:00 |
|
Alex Gleason
|
55cc390ab9
|
Merge branch 'tombstone' into 'develop'
Display tombstone in place of deleted post, #138
See merge request soapbox-pub/soapbox-fe!481
|
2021-04-21 23:43:18 +00:00 |
|
Alex Gleason
|
4e7d7ac378
|
startsWith('tombstone-') --> endsWith('-tombstone')
|
2021-04-21 18:28:43 -05:00 |
|
Alex Gleason
|
cc6d2599cb
|
Wholistic context import (builds tree from anywhere in the thread)
|
2021-04-21 18:14:20 -05:00 |
|
Alex Gleason
|
cc278f7ca6
|
Contexts: more refactoring
|
2021-04-21 17:35:01 -05:00 |
|
Alex Gleason
|
b2fa82dcd0
|
Contexts: refactor importStatus
|
2021-04-21 16:40:32 -05:00 |
|
Alex Gleason
|
dfcf0e191f
|
Tombstone: improve styling
|
2021-04-21 15:46:28 -05:00 |
|
Alex Gleason
|
d186aefeec
|
"no longer available" --> "unavailable"
|
2021-04-21 15:37:30 -05:00 |
|
Alex Gleason
|
8cdb0581d3
|
Tombstone: work for descendants, too
|
2021-04-21 15:25:18 -05:00 |
|
Alex Gleason
|
217fbea7a3
|
Tombstone: fix context tests
|
2021-04-21 15:03:00 -05:00 |
|
Alex Gleason
|
87029e8abf
|
Display tombstone in place of deleted post, #138
|
2021-04-21 14:47:39 -05:00 |
|
Alex Gleason
|
19f01ba709
|
Update changelog
|
2021-04-18 13:05:41 -05:00 |
|
Alex Gleason
|
8bebe283b0
|
Bump version v1.2.3
|
2021-04-18 13:00:34 -05:00 |
|
Alex Gleason
|
6cc98f0943
|
Merge branch 'fix-register-redirect' into 'develop'
Redirect after signing up, fixes #620
Closes #620
See merge request soapbox-pub/soapbox-fe!480
|
2021-04-18 17:57:13 +00:00 |
|
Alex Gleason
|
ccac733e48
|
Redirect after signing up, fixes #620
|
2021-04-18 12:41:51 -05:00 |
|
Alex Gleason
|
5cfd8106dd
|
Resizer: set type explicitly
|
2021-04-17 20:35:46 -05:00 |
|
Alex Gleason
|
78f9807b22
|
Merge branch 'resize-blob' into 'develop'
Fix .blob extension in uploaded files
Closes #617
See merge request soapbox-pub/soapbox-fe!479
|
2021-04-17 23:10:20 +00:00 |
|
Alex Gleason
|
1e8dc0a029
|
Convert resized blobs to files before upload, fixes #617 !477
|
2021-04-17 17:52:10 -05:00 |
|
Alex Gleason
|
f725433cfe
|
Switch to soapbox-pub/emoji-mart repo
|
2021-04-17 15:13:18 -05:00 |
|
Alex Gleason
|
e5934670d1
|
Merge branch 'emoji-require' into 'develop'
Bundle emojis with package.json, fixes #423
Closes #423
See merge request soapbox-pub/soapbox-fe!478
|
2021-04-17 19:54:25 +00:00 |
|
Alex Gleason
|
a36394c47f
|
Pin emoji-datasource@4.0.4
https://github.com/tootsuite/mastodon/pull/7746#issue-192999215
|
2021-04-17 14:28:51 -05:00 |
|
Alex Gleason
|
ba062a0c7d
|
Include sheet_10.png in build
|
2021-04-17 14:21:12 -05:00 |
|
Alex Gleason
|
651e45b96d
|
Package emojis as a dependency of twemoji
|
2021-04-17 13:30:22 -05:00 |
|
Alex Gleason
|
01de35d5f4
|
Improve .gitignore of /static directory
|
2021-04-17 13:08:59 -05:00 |
|
Alex Gleason
|
82ed60e14f
|
Merge branch 'fix-mismatched-auth-users' into 'develop'
Delete mismatched auth users, fixes #613
Closes #613
See merge request soapbox-pub/soapbox-fe!475
|
2021-04-13 17:22:43 +00:00 |
|
Alex Gleason
|
4ee302b63a
|
Delete mismatched auth users, fixes #613
|
2021-04-13 12:03:46 -05:00 |
|
Alex Gleason
|
c1bc756a8b
|
Bump version 1.2.2
|
2021-04-13 10:47:59 -05:00 |
|
Alex Gleason
|
ee96684ecf
|
Update changelog
|
2021-04-13 10:47:08 -05:00 |
|
Alex Gleason
|
03f8f11bb1
|
Run yarn manage:translations
|
2021-04-13 10:43:40 -05:00 |
|
Alex Gleason
|
504c89efed
|
Merge branch 'fix/poll-contrast' into 'develop'
Fix poll leading bar contrast, fixes #614
Closes #614
See merge request soapbox-pub/soapbox-fe!474
|
2021-04-11 05:53:04 +00:00 |
|
Sean King
|
cf11e1b0e1
|
Improve the styling contrast for chart better
|
2021-04-10 23:25:22 -06:00 |
|
Sean King
|
e0e3e9cc9e
|
Fix poll leading bar contrast
|
2021-04-10 19:20:13 -06:00 |
|
Alex Gleason
|
dd417c19da
|
Merge branch 'verify_credentials-loop' into 'develop'
Stop verify_credentials infinite loop, partial fix for #613
Closes #613
See merge request soapbox-pub/soapbox-fe!473
|
2021-04-10 23:22:37 +00:00 |
|
Alex Gleason
|
7a19861ac6
|
Stop verify_credentials infinite loop, partial fix for #613
|
2021-04-10 18:09:05 -05:00 |
|
Alex Gleason
|
205926f34b
|
Merge branch 'auth-fixes' into 'develop'
Handle invalid sessionUser. Don't store invalid sessionUser.
See merge request soapbox-pub/soapbox-fe!472
|
2021-04-10 22:47:30 +00:00 |
|
Alex Gleason
|
8ee095cc63
|
FQN label phrasing
|
2021-04-10 17:39:33 -05:00 |
|
Alex Gleason
|
070a7d410d
|
Handle invalid sessionUser. Don't store invalid sessionUser.
|
2021-04-10 17:15:52 -05:00 |
|
Alex Gleason
|
0b87296c15
|
Merge branch 'account-fqn' into 'develop'
Make FQN for local accounts configurable
See merge request soapbox-pub/soapbox-fe!471
|
2021-04-10 21:34:05 +00:00 |
|
Alex Gleason
|
6050991934
|
SoapboxConfig: make displayFqn configurable
|
2021-04-10 16:21:10 -05:00 |
|
Alex Gleason
|
e03f551676
|
acctFull --> getAcct throughout the UI, make it stateful
|
2021-04-10 14:13:07 -05:00 |
|
Alex Gleason
|
4b5d22f172
|
Refactor account FQN with Pleroma BE field
|
2021-04-10 13:10:44 -05:00 |
|
Alex Gleason
|
d33c68a8a5
|
Merge branch 'mkljczk-develop-patch-63504' into 'develop'
Update Polish translation
See merge request soapbox-pub/soapbox-fe!470
|
2021-04-10 16:49:55 +00:00 |
|
marcin mikołajczak
|
fd4806bd6e
|
Update Polish translation
|
2021-04-10 16:37:54 +00:00 |
|
Alex Gleason
|
fa57f188c0
|
Merge branch 'fix-emoji-react-streaming' into 'develop'
Fix emoji reacts not streaming correctly
See merge request soapbox-pub/soapbox-fe!469
|
2021-04-09 20:02:44 +00:00 |
|
Alex Gleason
|
340d0579b5
|
Fix emoji reacts not streaming correctly
|
2021-04-09 14:48:29 -05:00 |
|
Alex Gleason
|
abbe5d1d1f
|
Bump version 1.2.1
|
2021-04-06 12:19:15 -05:00 |
|
Alex Gleason
|
1fef983805
|
Merge branch 'login-redirect-fix' into 'develop'
Redirect user away from /auth/sign_in after success, fixes #612
Closes #612
See merge request soapbox-pub/soapbox-fe!468
|
2021-04-06 17:12:36 +00:00 |
|
Alex Gleason
|
7567f7bd45
|
Redirect user away from /auth/sign_in after success
|
2021-04-06 11:58:14 -05:00 |
|