Commit graph

2381 commits

Author SHA1 Message Date
Alex Gleason
d922c37891
FederationRestrictions: display a list of hosts with restrictions 2021-07-25 14:50:22 -05:00
Alex Gleason
b833284d86 Merge branch 'scheduled-post-whitespace-fix' into 'develop'
ScheduledStatuses: whitespace fix

Closes #703

See merge request soapbox-pub/soapbox-fe!639
2021-07-23 03:17:03 +00:00
Alex Gleason
b462c21d5b
ScheduledStatuses: whitespace fix 2021-07-22 22:15:59 -05:00
Alex Gleason
d411365601 Merge branch 'sw-bromite' into 'develop'
sw.js: Exclude index.html so Bromite Browser doesn't crash

Closes #704

See merge request soapbox-pub/soapbox-fe!638
2021-07-23 02:41:53 +00:00
Alex Gleason
856a04aa76
sw.js: Exclude index.html so Bromite Browser doesn't crash 2021-07-22 21:29:01 -05:00
Alex Gleason
67048f8ada Merge branch 'push-subscriptions-actions' into 'develop'
PushSubscriptions: create actions

See merge request soapbox-pub/soapbox-fe!636
2021-07-22 02:35:36 +00:00
Alex Gleason
26c4981740
PushSubscriptions: create actions 2021-07-21 21:04:28 -05:00
Alex Gleason
2b0a9d3671 Merge branch 'webpack-sw-improvements' into 'develop'
Webpack SW improvements

See merge request soapbox-pub/soapbox-fe!635
2021-07-21 22:15:17 +00:00
Alex Gleason
655d5393a3
Webpack: output to 'static-test' for tests 2021-07-21 16:43:41 -05:00
Alex Gleason
f061954fdb
Webpack: switch build directory to 'static' instead of 'static/packs', fix sw.js 2021-07-21 16:13:24 -05:00
Alex Gleason
969653eaa4
Temporarily disable push notifications code (it doesn't work) 2021-07-21 12:35:40 -05:00
Alex Gleason
b22f20a390 Merge branch 'accessible-emoji-picker' into 'develop'
Keyboard-accessible emoji picker

See merge request soapbox-pub/soapbox-fe!634
2021-07-21 16:41:26 +00:00
c5dfd6c7d7 Update snapshot
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-21 16:34:50 +02:00
a2cd7764b7 Lint styles
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-21 14:07:22 +02:00
5ee92b47ce Keyboard-accessible emoji picker
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-21 13:58:22 +02:00
Alex Gleason
196b55f6d1 Merge branch 'fix-699' into 'develop'
SoapboxConfig: fix "left side" text (right side)

Closes #699

See merge request soapbox-pub/soapbox-fe!633
2021-07-21 02:08:50 +00:00
Alex Gleason
b7520e6c6a
SoapboxConfig: fix "left side" text (right side) 2021-07-20 21:07:02 -05:00
Alex Gleason
912bb129be Merge branch 'remove-indexeddb-reads' into 'develop'
Remove unused IndexedDB reads

See merge request soapbox-pub/soapbox-fe!624
2021-07-20 20:26:51 +00:00
Alex Gleason
09d7ec3161
Remove unused IndexedDB reads
https://github.com/mastodon/mastodon/pull/14730
2021-07-20 15:05:58 -05:00
Alex Gleason
76a556cdeb Merge branch 'styles-accessibility' into 'develop'
Minor accessibility improvements

See merge request soapbox-pub/soapbox-fe!578
2021-07-20 18:41:38 +00:00
Alex Gleason
b3f0d7a3ba Merge branch 'language-pl-2' into 'develop'
Update Polish translation, make some strings translatable

See merge request soapbox-pub/soapbox-fe!629
2021-07-20 16:28:22 +00:00
8cf8937bc9 Update snapshots
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-20 11:51:49 +02:00
Alex Gleason
10715d91ea Merge branch 'federation-restrictions' into 'develop'
Display federation restrictions on remote timelines

See merge request soapbox-pub/soapbox-fe!632
2021-07-19 23:01:32 +00:00
Alex Gleason
f4ba9b9b2e
Display federation restrictions on remote timelines 2021-07-19 17:25:36 -05:00
Alex Gleason
62de87363a Merge branch 'use-description-limit' into 'develop'
Use media description limits from Pleroma

See merge request soapbox-pub/soapbox-fe!631
2021-07-19 21:32:17 +00:00
0e59139902 Use Mastodon defaults for initial state
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-19 23:15:42 +02:00
bedc9ef3fa Use description limits from Pleroma
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-19 23:14:31 +02:00
Alex Gleason
5e83cbe38a Merge branch 'dev-proxy-favicon' into 'develop'
Webpack: proxy `favicon.png` to the backend in devServer

See merge request soapbox-pub/soapbox-fe!630
2021-07-19 18:35:18 +00:00
Alex Gleason
8d9f3b561f
Webpack: proxy favicon.png to the backend in devServer 2021-07-19 13:14:19 -05:00
9a5419002a Update Polish translation, make some strings translatable
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-19 17:28:28 +02:00
690da99d75 remove emoji selector related changes
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-18 14:02:15 +02:00
13092271de wip accessible emoji picker
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
2021-07-18 12:53:17 +02:00
Alex Gleason
567c4ce093 Merge branch 'fix/settings-checkbox' into 'develop'
Fix settings checkboxes

See merge request soapbox-pub/soapbox-fe!627
2021-07-16 23:52:24 +00:00
Alex Gleason
e978c1ca3b Merge branch 'profile-hover-staff-badges-fix' into 'develop'
ProfileHoverCard: fix redundant staff badges

Closes #690

See merge request soapbox-pub/soapbox-fe!622
2021-07-15 16:57:29 +00:00
Alex Gleason
de24322372 Merge branch 'mark-sensitive-fix' into 'develop'
Statuses: refactor visibility of moderator actions

Closes #689

See merge request soapbox-pub/soapbox-fe!621
2021-07-15 16:42:37 +00:00
Alex Gleason
402748f71f
ProfileHoverCard: fix redundant staff badges 2021-07-15 11:37:30 -05:00
Alex Gleason
58c142306d
Rename occurrences of self variable to ownAccount 2021-07-15 11:25:32 -05:00
Alex Gleason
ffbdfb5712
Statuses: refactor visibility of moderator actions 2021-07-15 11:20:15 -05:00
Alex Gleason
72b295da59 Merge branch 'move-notifications-streaming-fix' into 'develop'
Notifications: import target account during streaming event for Move notification

Closes #692

See merge request soapbox-pub/soapbox-fe!620
2021-07-15 16:15:36 +00:00
Alex Gleason
c5fa16f581
Notifications: import target account during streaming event for Move notification 2021-07-15 10:58:43 -05:00
Alex Gleason
a973cfbd60 Merge branch 'accounts-compact-dates' into 'develop'
UserIndex: display dates on accounts in a more compact way

See merge request soapbox-pub/soapbox-fe!619
2021-07-14 21:43:21 +00:00
Alex Gleason
a368ddfee8
UserIndex: display dates on accounts in a more compact way 2021-07-14 16:27:14 -05:00
Alex Gleason
76b05f738a Merge branch 'admin-recent-users' into 'develop'
Admin: display latest accounts in dashboard

See merge request soapbox-pub/soapbox-fe!618
2021-07-14 19:12:42 +00:00
Alex Gleason
e2bc0b55a4
Fix lint 2021-07-14 13:56:44 -05:00
Alex Gleason
2ff2060354
LatestAccountsPanel: add backwards compatibility with unsorted AdminAPI endpoint 2021-07-14 13:45:36 -05:00
Alex Gleason
4ca3d68bf6
LatestAccountsPanel: fix expand count 2021-07-14 13:21:23 -05:00
Alex Gleason
12939e3354
LatestAccountsPanel: add expand button, use compact display of accounts 2021-07-14 13:17:21 -05:00
Alex Gleason
5f3b33cce7
Merge remote-tracking branch 'origin/develop' into admin-recent-users 2021-07-14 12:28:36 -05:00
Alex Gleason
b2ebdbcf80
Admin: display latest accounts in dashboard 2021-07-14 12:27:51 -05:00
Alex Gleason
6109937035 Merge branch 'admin-users-date' into 'develop'
UserIndex: display account joined date when available

See merge request soapbox-pub/soapbox-fe!617
2021-07-14 15:40:30 +00:00