Kainoa Kanter
|
6d1965ce94
|
feat: ✨ indexable User property
|
2023-09-04 02:34:04 +00:00 |
|
Kainoa Kanter
|
12ff93baea
|
refactor: ♻️ Migrate auth.vue to composition API
|
2023-09-03 21:18:38 +00:00 |
|
Kainoa Kanter
|
820d5f77dc
|
Merge branch 'feat/translations' into 'develop'
language for post translation & translate button
See merge request firefish/firefish!10588
Co-authored-by: naskya <m@naskya.net>
|
2023-09-03 20:50:15 +00:00 |
|
naskya
|
ba3bf35167
|
language for post translation & translate button
|
2023-09-03 20:50:15 +00:00 |
|
Laura Hausmann
|
738502f051
|
[mastodon-client] Correctly implement multiple callback URIs for OAuth, resolves #150
|
2023-09-03 13:48:51 -07:00 |
|
ThatOneCalculator
|
45c5fa73ff
|
fix: 💄 Announcement padding/margins
|
2023-09-02 09:57:38 -07:00 |
|
ThatOneCalculator
|
5d06aa5f13
|
chore: 🚨 lint
|
2023-09-01 16:27:33 -07:00 |
|
naskya
|
c0f31fcb8f
|
chore, refactor: remove unused, fix some type errors (client/src/pages)
|
2023-09-01 23:16:23 +00:00 |
|
ThatOneCalculator
|
031170c56a
|
chore: 🎨 format
|
2023-08-26 16:30:30 -07:00 |
|
naskya
|
799fcd3c73
|
more intuitive option order
|
2023-08-21 13:20:27 +00:00 |
|
ThatOneCalculator
|
5e89b269a4
|
fix: 🐛 double comma
|
2023-08-11 17:51:35 -07:00 |
|
ThatOneCalculator
|
1f7ddc9d7c
|
refactor: ♻️ No Vue Reactivity
Performed with https://github.com/edison1105/drop-reactivity-transform , Reactivity Transform was an experimental feature and has now been deprecated.
|
2023-08-11 17:44:46 -07:00 |
|
ThatOneCalculator
|
5a92b90da1
|
chore: 🎨 format
|
2023-08-10 13:32:19 -07:00 |
|
ThatOneCalculator
|
cb424e37f5
|
fix: 🚸 make importing emoji packs clearer
|
2023-08-10 13:04:16 -07:00 |
|
ThatOneCalculator
|
73dcf4f8fa
|
chore: 🎨 format
|
2023-08-08 18:03:21 -07:00 |
|
ThatOneCalculator
|
b5e7fe766a
|
fix: 💄 properly style announcement content, add seperator
|
2023-08-02 18:04:22 -07:00 |
|
ThatOneCalculator
|
f10c3859a6
|
fix
|
2023-08-01 21:41:39 -07:00 |
|
ThatOneCalculator
|
5d16e1398e
|
fix: 👥 naskya is fullstack
|
2023-08-01 21:29:00 -07:00 |
|
ThatOneCalculator
|
8c980a3a3c
|
fix: 🐛 properly display caption
|
2023-08-01 21:28:09 -07:00 |
|
ThatOneCalculator
|
6f426ee9e6
|
fix: 🐛 ref loading for patrons/sponsors in about-firefish
|
2023-08-01 21:16:53 -07:00 |
|
ThatOneCalculator
|
5444d4fcc7
|
fix: 👥 use correct tag for ac
|
2023-08-01 21:05:52 -07:00 |
|
ThatOneCalculator
|
00726f260f
|
refactor: 👥 Add original Misskey contributors
|
2023-08-01 21:03:31 -07:00 |
|
ThatOneCalculator
|
f3ca0a6683
|
fix: 🚸 cw re below keep cw button
|
2023-07-31 20:32:38 -07:00 |
|
naskya
|
055bec56c7
|
feat: add "re:" at the beginning of CW reply comment (close #52)
|
2023-07-31 20:21:20 -07:00 |
|
ThatOneCalculator
|
723af93f08
|
fix: 💄 gap between selects
|
2023-07-31 20:05:02 -07:00 |
|
tamania
|
2818b5b634
|
fix: 🐛 tapping Okay on reaction will make it update immediately
|
2023-07-31 18:23:03 -07:00 |
|
ThatOneCalculator
|
d76b4f2321
|
fix: 🐛 rel=me verification with multiple rels besides me
Closes #10595
|
2023-07-30 13:30:25 -07:00 |
|
ThatOneCalculator
|
9c9f466cc3
|
fix: 💄 increase space between for search page slides
users leaked over
|
2023-07-29 22:39:06 -07:00 |
|
ThatOneCalculator
|
d3ccf7e7f9
|
chore: 🎨 format
|
2023-07-29 22:31:03 -07:00 |
|
ThatOneCalculator
|
0d72fc19b0
|
perf: ⚡ featured posts query limit
|
2023-07-29 22:17:29 -07:00 |
|
ThatOneCalculator
|
59a625469f
|
fix: 🐛 hide delete 2fa/passkeys buttons if user is not local
|
2023-07-29 22:12:12 -07:00 |
|
Tom Funken
|
54879c0282
|
Change admin & mod icon to crown & gavel
|
2023-07-30 00:50:23 +00:00 |
|
ThatOneCalculator
|
62f89bfd56
|
fix: 💄 padding, text for mod buttons
|
2023-07-28 20:44:12 -07:00 |
|
ThatOneCalculator
|
f973b1986f
|
feat: 🔒 allow admins to reset users' 2FA and passkeys
ref: https://frfsh.plus.st/notes/9hqswpwiwjaihcgo
|
2023-07-28 17:57:32 -07:00 |
|
Kainoa Kanter
|
614830f866
|
Merge branch 'fix/photoswipe-animation' into 'develop'
[PR]: Fix image zoom animation on Photoswipe opening
See merge request firefish/firefish!10521
|
2023-07-28 18:27:41 +00:00 |
|
yumeko
|
d93df43a12
|
Merge branch firefish:develop into enhance/add-s3pathstyle-description
|
2023-07-28 08:21:27 +00:00 |
|
ThatOneCalculator
|
aea03321ad
|
fix: ⚡ ref patrons
|
2023-07-26 21:36:13 -07:00 |
|
ThatOneCalculator
|
0345001db5
|
set icon
|
2023-07-26 00:35:11 -07:00 |
|
ThatOneCalculator
|
accbb55be0
|
fix: 🥚 animation
|
2023-07-26 00:15:12 -07:00 |
|
ThatOneCalculator
|
97d395ce2a
|
chore: 🎨 format
|
2023-07-25 23:46:43 -07:00 |
|
ThatOneCalculator
|
4968d1ecb3
|
fix: 🥚 animation
|
2023-07-25 23:44:41 -07:00 |
|
Laura Hausmann
|
56bf7a0ffb
|
Fix cpu/memory stats widget
|
2023-07-25 21:23:21 -07:00 |
|
ThatOneCalculator
|
ba192b11d9
|
fix: ✏️ fix newly discovered users header icon
Typo: rocke-launch -> rocket-launch
|
2023-07-25 20:20:38 -07:00 |
|
ThatOneCalculator
|
27efb62a8b
|
fix: 💄 remove border radius on welcome icon
|
2023-07-25 19:35:34 -07:00 |
|
ThatOneCalculator
|
07b9948d68
|
fix: 🥚 woozy mode behavior
|
2023-07-25 19:22:06 -07:00 |
|
ThatOneCalculator
|
5dcdb8d365
|
fix: 💄 don't round corners on status images/server icon
ref: https://akko.unix.dog/notice/AY45yUgIC29eKVC59k
|
2023-07-25 18:40:01 -07:00 |
|
ThatOneCalculator
|
03910d7173
|
refactor: 🚸 only ask for reload on apply button
|
2023-07-25 18:26:55 -07:00 |
|
Kainoa Kanter
|
df3d8a91b9
|
feat: ✨ draggable navbar items in settings
Co-authored-by: Syuilo <syuilotan@yahoo.co.jp>
Co-authored-by: moshibar <moshibar@mailo.com>
|
2023-07-26 01:15:20 +00:00 |
|
ThatOneCalculator
|
2e727e94e7
|
Merge remote-tracking branch 'weblate/develop' into develop
|
2023-07-24 21:14:47 -07:00 |
|
ThatOneCalculator
|
c996e88710
|
style: 💄 don't show activity if narrow (cleaner)
|
2023-07-24 17:10:27 -07:00 |
|