Commit graph

3331 commits

Author SHA1 Message Date
Laura Hausmann
0261a666f1
[backend] Resync migrations with TypeORM
It appears people have been writing manual migrations for a while now, often containing errors that create duplicate or unused indicies, unique constraints on primary key columns, and so on. This commit resolves these, so migrations can be autogenerated again from now on.
2023-10-14 15:23:35 +02:00
Laura Hausmann
0dc2d5efa0
[mastodon-client] Actually display early errors in the OAuth process 2023-10-14 14:47:14 +02:00
Laura Hausmann
2c0a006af6
[mastodon-client] Fix double-urlencoded redirect URLs
This fixes login in elk.zone
2023-10-14 14:41:49 +02:00
Laura Hausmann
1c2b914164
[mastodon-client] Switch from MiAuth to OAuth 2023-10-14 00:19:10 +02:00
Laura Hausmann
f14b3cec97
[backend] Automatically generate vapid/web-push keys
Co-authored-by: Johann150 (563f3672a9)
2023-10-13 19:23:36 +02:00
Laura Hausmann
b335fda4b0
[client] Fix user autocomplete not disappearing 2023-10-13 16:42:04 +02:00
Laura Hausmann
bab61d2a32
[client] Fix mention autocomplete 2023-10-12 22:38:32 +02:00
Aylam
8eff42a3e0
Remove text shadow from post header 2023-10-08 14:05:32 +02:00
Laura Hausmann
1cb935f483
[client] Reduce shadows for iceshrimp-light 2023-10-07 17:48:39 +02:00
Laura Hausmann
3d320c0895
[mastodon-client] Fix urlencoded redirect_uris 2023-10-06 23:35:07 +02:00
Laura Hausmann
d39a3f2f66
[client] Fix default theme missing shadows 2023-10-05 16:10:27 +02:00
Laura Hausmann
0719d9abbc
[client] Clean up note edits 2023-10-04 22:01:14 +02:00
Laura Hausmann
412aa96c95
Remove jarring touch animation for navbar buttons on mobile 2023-10-04 21:53:36 +02:00
AntoineD
48d5595639
Enhanced mobile post btn 2023-10-04 21:53:36 +02:00
AntoineD
17e9ee0217
Enhanced mobile navbar 2023-10-04 21:53:32 +02:00
Aylam
919fcd8730
Remove Calendar widget by default 2023-10-04 15:00:40 +02:00
Laura Hausmann
f608247be4
[client] Fix control panel indicator 2023-10-04 03:15:37 +02:00
Laura Hausmann
27a088a6a1
[client] Improved update checker 2023-10-04 03:15:37 +02:00
Laura Hausmann
11ba55e42f
Overhauled default themes with new brand colors 2023-10-04 02:04:31 +02:00
Laura Hausmann
28259129e8
Add new logos & asset generation script 2023-10-04 02:04:30 +02:00
Jeder
1e8c3c89da
Remove "Welcome back" 2023-09-28 16:43:25 +02:00
AntoineÐ
259f82f251 Enhanced «About Iceshrimp» Icon #246 2023-09-25 20:14:40 +02:00
Aylam
4a3f6afef6
Replace or remove theme 'X' vars 2023-09-24 16:21:55 +02:00
Aylam
dd9a7b7cff
Add new themes and use them by default 2023-09-13 21:39:36 +02:00
Laura Hausmann
9b4e67f064
Fix MkUpdate translations 2023-09-13 19:28:12 +02:00
Jeder
917114dfa8 Change text color only of active navbar element 2023-09-13 13:53:20 +02:00
Laura Hausmann
b97c4511d9
Make MFM search engine a config option, switch default engine to DuckDuckGo, replaces #207 2023-09-12 15:37:46 +02:00
Natty
90eabd4816
Fix follow requests pagination bug
https://astolfo.social/notes/9jeibgm1wyfk9oha
2023-09-10 13:10:53 +02:00
Laura Hausmann
84867f1c13
Finish up support for local split domain configurations 2023-09-06 19:13:57 +02:00
Aylam
0f14568c37 Improve navbar 2023-09-06 06:27:13 +02:00
Jeder
3c0de95e41
Remove underline from "More" menu 2023-09-04 15:09:10 +02:00
Jeder
fb4848f960
Change color of the hovered navbar element, remove underline on all navbar elements 2023-09-04 15:09:10 +02:00
Jeder
bfc452658a Change item alignment 2023-09-04 10:27:36 +02:00
Jeder
1cdbddff9b Fix mobile account picker misalignment 2023-09-04 10:27:36 +02:00
Laura Hausmann
5d1a61cb95
[mastodon-client] Correctly implement multiple callback URIs for OAuth, resolves #150 2023-09-03 03:07:08 +02:00
Laura Hausmann
de3c75689e
Fix 'always expand CWs' option not applying on timeline views, resolves #179 2023-09-03 00:00:42 +02:00
Laura Hausmann
206e81da10
Add option to always expand CWs, resolves #137 2023-09-02 22:52:39 +02:00
Laura Hausmann
50d09a4c66
Switch to emoji status images (related: #42) 2023-08-31 01:20:46 +02:00
Laura Hausmann
17630facd8
Fix note conversation ws/streaming updates, resolves #164 2023-08-30 23:02:00 +02:00
Laura Hausmann
dad82682e8
Add antenna timeline explanation 2023-08-30 18:11:50 +02:00
Laura Hausmann
0952a37e86
Use build:debug and custom build environment docker image for CI 2023-08-30 17:59:16 +02:00
Laura Hausmann
66ab00a174
[client] Set config.host to instance domain instead of address.host 2023-08-30 16:23:46 +02:00
Laura Hausmann
9139cba602
Fix performance regression on page load regarding blur effect settings, resolves #156 2023-08-30 14:45:20 +02:00
Laura Hausmann
bae16e5eda
Also remove glitchy transition from .post:hover on smaller viewports 2023-08-28 21:38:20 +02:00
Aylam
1577ab6293
Don't force blur off on mobile 2023-08-28 20:06:58 +02:00
Aylam
8fda8aee4e
Disable blur by default 2023-08-28 20:06:58 +02:00
Laura Hausmann
d80164723a
Remove load more buttons on note view, resolves #139 2023-08-28 20:03:21 +02:00
Jeder
d976fb0329
Fix margin issues 2023-08-28 20:00:30 +02:00
Jeder
afa27d4811 Change position of "Expand all CWs" button 2023-08-28 16:46:03 +02:00
Aylam
6fc8415b00 Unify useBlurEffect and useBlurEffectForModal 2023-08-26 10:01:04 +03:00