renovate[bot]
da6115cb12
fix(deps): update dependency @uiw/react-codemirror to v4.19.2
2022-12-13 17:19:33 +00:00
renovate[bot]
8044bf2f77
Bundle embedded web app
2022-12-13 12:55:48 +00:00
renovate[bot]
f2c5e5edfd
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.2
2022-12-13 12:52:54 +00:00
gabek
1f9c511ba6
Bundle embedded web app
2022-12-13 06:59:00 +00:00
Gabe Kangas
e64da8003c
More component selectors for CSS overrides for #2193
2022-12-12 22:54:52 -08:00
Gabe Kangas
6c169bc9b7
visible -> exist in browser tests
2022-12-12 22:54:51 -08:00
gabek
49b21dfcec
Bundle embedded web app
2022-12-13 03:15:37 +00:00
Gabe Kangas
660ea10dab
Change loading state. Closes #2248
2022-12-12 19:10:49 -08:00
gabek
b4fb6b77b9
Bundle embedded web app
2022-12-13 01:47:06 +00:00
Gabe Kangas
9ddc41b2fc
Fix broken Fediverse logo in admin. Closes #2380
2022-12-12 17:43:29 -08:00
Gabe Kangas
efdce41d53
Fix sidebar link title
2022-12-12 17:25:15 -08:00
gabek
503b010342
Bundle embedded web app
2022-12-13 01:08:31 +00:00
Gabe Kangas
2fdbb1e482
Support CSP nonce for webv2. Closes #2127
2022-12-12 17:04:00 -08:00
renovate[bot]
acc9cd39a5
Bundle embedded web app
2022-12-13 00:22:21 +00:00
renovate[bot]
2a67eb1daa
chore(deps): update dependency chromatic to v6.12.0
2022-12-12 21:00:35 +00:00
gabek
735db07846
Bundle embedded web app
2022-12-12 18:33:49 +00:00
Gabe Kangas
9317efc253
Fix story using the wrong prop name
2022-12-12 10:30:13 -08:00
Gabe Kangas
5b88ea8033
Move design badge
2022-12-12 09:40:03 -08:00
Gabe Kangas
2c2f07cc52
Add contribute.design badge
2022-12-12 09:38:41 -08:00
Gabe Kangas
1d248a144b
Move where emoji migration is fired to match the new emoji work
2022-12-12 08:58:00 -08:00
Gabe Kangas
d49f001688
Ignore lint warning until this can be refactored
2022-12-12 08:55:03 -08:00
gabek
96edfeaa1f
Bundle embedded web app
2022-12-12 16:43:53 +00:00
Philipp
dc54dfe363
Feature: emoji editor ( #2411 )
...
* Custom emoji editor: implement backend
This reuses the logo upload code
* Implement emoji edit admin interface
Again reuse base64 logic from the logo upload
* Allow toggling between uploaded and default emojis
* Add route that always serves uploaded emojis
This is needed for the admin emoji interface,
as otherwise the emojis will 404 if custom emojis are disabled
* Fix linter warnings
* Remove custom/uploaded emoji logic
* Reset timer after emoji deletion
* Setup: copy built-in emojis to emoji directory
2022-12-12 08:40:43 -08:00
gabek
592425bfc9
Bundle embedded web app
2022-12-12 14:54:55 +00:00
renovate[bot]
7b9e5b351c
chore(deps): lock file maintenance ( #2435 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 06:51:48 -08:00
renovate[bot]
b4d00fba7d
chore(deps): update peter-evans/create-or-update-comment digest to 69c3c2d
2022-12-12 11:09:39 +00:00
gabek
6351911458
Bundle embedded web app
2022-12-12 08:47:02 +00:00
renovate[bot]
48a0bce423
chore(deps): lock file maintenance
2022-12-12 08:45:22 +00:00
renovate[bot]
6e6cb187c4
chore(deps): update dependency sass to v1.56.2 ( #2432 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
2022-12-12 00:45:20 -08:00
renovate[bot]
ef7404eb81
chore(deps): lock file maintenance ( #2434 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-12 00:43:31 -08:00
Gabe Kangas
014cc756bc
Only run css selector identifier tests to run on desktop
2022-12-12 00:22:31 -08:00
Gabe Kangas
14e4ca9c28
Change tab identifier
2022-12-11 21:16:29 -08:00
gabek
0f9e246302
Bundle embedded web app
2022-12-12 05:11:45 +00:00
Gabe Kangas
c231fd3592
First pass at CSS identifiers + test to verify they are set. For #2193
2022-12-11 21:06:20 -08:00
renovate[bot]
487e076e85
chore(deps): update peter-evans/create-or-update-comment digest to 69c3c2d
2022-12-12 03:05:04 +00:00
renovate[bot]
7fe811c79a
Bundle embedded web app
2022-12-11 21:56:49 +00:00
renovate[bot]
d1e4142618
chore(deps): update dependency @types/node to v18.11.12
2022-12-11 19:43:18 +00:00
renovate[bot]
fd1d46bf9d
Bundle embedded web app
2022-12-11 11:23:15 +00:00
renovate[bot]
608f02b2b1
chore(deps): update typescript-eslint monorepo to v5.46.0
2022-12-11 09:45:39 +00:00
renovate[bot]
6ab36ff9bc
Bundle embedded web app
2022-12-11 07:59:23 +00:00
renovate[bot]
94bc68265c
chore(deps): update dependency typescript to v4.9.4
2022-12-11 05:52:27 +00:00
Meisam
a7080a1fc1
validate response of federation APIs ( #2408 )
...
* validate json responses
* update deps
* tmp disable header check
* log all the webfinger fails
refactor and filter more malformed requests
* don't set incorrect serverURL strings
* test failing through admin api
* fix server url in fedi tests
* check response.text
* validate json/xml response of all apis
test Content-Type of api response and cleanup
* improve logs
* fix rebase
* cleanup json parser in api tests
* mark the api tests performed by admin
* Separate check for reading and format of serverURL
* test /federation/user/ with wrong username in ci
2022-12-10 21:10:10 -08:00
gabek
81bc8cd1cf
Bundle embedded web app
2022-12-11 04:02:09 +00:00
renovate[bot]
22eb9f3309
fix(deps): update dependency slate-react to v0.87.0 ( #2427 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 19:59:19 -08:00
gabek
c679bef82b
Bundle embedded web app
2022-12-11 03:19:27 +00:00
renovate[bot]
1ea6356964
fix(deps): update dependency @uiw/codemirror-theme-bbedit to v4.19.1 ( #2428 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 19:16:38 -08:00
Gabe Kangas
9d540b30bc
Allow for retries of browser tests
2022-12-10 18:33:50 -08:00
gabek
9fd1e56d55
Bundle embedded web app
2022-12-11 02:01:13 +00:00
renovate[bot]
2507598c7f
chore(deps): update dependency prettier to v2.8.1 ( #2429 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2022-12-10 17:58:00 -08:00
renovate[bot]
1cb36da882
Bundle embedded web app
2022-12-10 17:11:36 +00:00