Commit graph

152 commits

Author SHA1 Message Date
3261ca879f
chore: tweak pull-to-refresh thresholds 2023-11-30 04:43:26 +09:00
Fairy-Phy
b980171c0b
feat: pull-to-refresh
Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
Co-authored-by: u1-liquid <17376330+u1-liquid@users.noreply.github.com>
Co-authored-by: naskya <m@naskya.net>
2023-11-30 04:32:33 +09:00
osamu
cefb6847ac
fix: sound effects stop music playback in iOS
This also improves the overall sound performance (including Android PWA)

Co-authored-by: naskya <m@naskya.net>
2023-11-27 20:32:48 +09:00
9fcd3e496f
Firefish v1.0.5-dev22 2023-11-27 19:32:26 +09:00
7dfc52b681
chore: unsafe linting 2023-11-27 18:17:53 +09:00
1b517b584a
chore: reflect upstream status 2023-11-27 05:25:23 +09:00
7e23a6d32d
feat: add search filter "from: me" 2023-11-21 02:18:41 +09:00
70558f1aa9
chore: remove unused dependencies 2023-11-18 19:26:14 +09:00
dbe4fd335e
refactor (minor): remove unneeded file and make code more readable 2023-11-18 15:00:16 +09:00
14d32d420f
fix: show local-only posts in timelines in real time 2023-11-18 10:52:28 +09:00
b98707c37b
Firefish v1.0.5-dev21 2023-11-17 06:01:31 +09:00
c3dc2db3eb
chore: update dependencies 2023-11-16 00:03:32 +09:00
957473adb2
chore: remove "index posts" button from the control panel 2023-11-15 23:41:31 +09:00
8b8a498c54
chore: rename default emoji mod permission from 'none' to 'unauthorized' considering name collision in Rust 2023-11-11 10:03:45 +09:00
nakkaa
198bfe4d37
fix: add missing entry in manifest.json so that PWA can use it 2023-11-11 10:00:28 +09:00
4ebceb0c7e
chore: format 2023-11-11 09:04:36 +09:00
8802c36c62
dev: move repository url 2023-11-09 21:25:55 +09:00
6424b685e9
feat: ability to pin custom pages to the help menu 2023-11-09 21:18:14 +09:00
8efda2d8e8
fix: add missing dependency 2023-11-06 21:19:37 +09:00
15e646c8b1
chore: lint 2023-11-06 21:11:39 +09:00
082cd3ac1d
fix: (try to) make AiScript work
Co-authored-by: syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: Sayamame-beans <61457993+Sayamame-beans@users.noreply.github.com>
2023-11-06 21:08:32 +09:00
f5cee3856d
chore: upgrade backend dependencies (except for AiScript ans @swc/core) 2023-11-06 11:14:36 +09:00
0e022b6a99
chore: upgrade client dependencies (except for aiscript) 2023-11-06 10:41:54 +09:00
712fab5b45
chore: remove deprecated dependencies 2023-11-06 10:25:54 +09:00
e30d1cf695
dev: gitignore lockfile 2023-11-06 10:19:50 +09:00
Ibuki Sugiyama
3ce8c47c0b
fix: increase emoji picker search results (close #13)
Co-authored-by: naskya <m@naskya.net>
2023-11-05 21:02:47 +09:00
22284e0fda
chore: remove text art in HTML comments 2023-11-04 02:22:54 +09:00
f6d534d754
fix: following check in check-hit-antenna 2023-10-30 20:07:30 +09:00
65817a540f
chore: remove unnecessary whitespace 2023-10-30 19:21:02 +09:00
Johann150
645047b7cf
feat: add "posts with file attached" page to client
Co-authored-by: Mia Herkt <mia@0x0.st>
2023-10-29 20:32:25 +09:00
minneyar
89bef89d84
fix: use "iconClass" instead of "icon" in MkDialog; remove "null" in input field 2023-10-29 20:19:39 +09:00
c98debc569
Firefish v1.0.5-dev20 2023-10-29 20:09:26 +09:00
28ecb4aa11
chore: remove unused dependencies 2023-10-29 19:10:31 +09:00
6609daace4
fix: check isIndexable in built-in post search 2023-10-29 18:27:38 +09:00
8b5507abcc
chore: disable vibrations by default 2023-10-29 00:54:23 +09:00
624f31ffaf
feat: use PGroonga for full-text search
Co-authored-by: tamaina <tamaina@hotmail.co.jp>
2023-10-28 20:19:25 +09:00
182882f61d
chore: require credentials for post search 2023-10-28 01:08:17 +09:00
ThatOneCalculator
8356a9c62b
fix: MkDialog/MkWaitingDialog icons 2023-10-22 16:25:30 +09:00
ff9caeebcc
fix: localOnly icon isn't showing 2023-10-22 06:47:58 +09:00
65212d6731
chore: change some default settings 2023-10-21 14:26:17 +09:00
0f5b30d9ef
fix: search MFM isn't working 2023-10-21 08:58:27 +09:00
6b9e360c34
fix: define icon in visitor/header.vue 2023-10-19 14:49:40 +09:00
ffaccde714
fix: null error in renote button 2023-10-19 14:48:53 +09:00
9a415f9826
fix: properly bypass word mute check if signed out 2023-10-19 14:39:41 +09:00
797218b863
chore: minor refactor on version comparison 2023-10-19 14:27:25 +09:00
be83fa27ac
Firefish v1.0.5-dev19 2023-10-19 08:49:03 +09:00
bb9aef8f57
hotfix: workaround for yet another broken imports 2023-10-18 02:52:36 +09:00
5d577e280e
fix: prevent unison-reload on make-private 2023-10-18 02:34:35 +09:00
da9b2747e1
hotfix: imports in MkFolder is also broken 2023-10-17 13:13:13 +09:00
a0bbaa7fb7
feat: allow admins to migrate accounts 2023-10-17 04:54:31 +09:00