iceshrimp-legacy/CALCKEY.md

153 lines
6.8 KiB
Markdown
Raw Normal View History

2022-07-19 01:48:58 +02:00
# All the changes to Calckey from stock Misskey
2022-07-24 06:57:13 +02:00
## Planned
2022-07-19 18:41:38 +02:00
2022-12-07 05:47:10 +01:00
- Stucture
2022-12-12 03:00:39 +01:00
- [Sonic](https://crates.io/crates/sonic-server) support as an ElasticSearch alternative
- [DragonflyDB](https://dragonflydb.io/) support as a Redis alternative
- Optionally use [ScyllaDB](https://www.scylladb.com/open-source-nosql-database/) for storing notes
- Rewrite backend in Rust and [Axum](https://github.com/tokio-rs/axum)
2022-12-07 05:47:10 +01:00
- Function
2022-12-12 03:00:39 +01:00
- Federate with note edits
2022-12-12 04:24:12 +01:00
- Admin customizable max note length (100-8000)
2022-12-12 03:00:39 +01:00
- User "choices" (recommended users) like Mastodon and Soapbox
- Join Reason system like Mastodon/Pleroma
- Option to publicize instance blocks
- Backfill remote users
- Build flag to remove NSFW/AI stuff
- Timeline filters
- Filter notifications by user
- Non-nyaify cat mode
- Exclude self from antenna
2022-12-07 05:47:10 +01:00
- Form
2022-12-12 03:00:39 +01:00
- MFM button
- Personal notes for all accounts
- Fully revamp non-logged-in screen
- Classic mode make instance icon bring up new context menu
- [Rat mode?](https://stop.voring.me/notes/933fx97bmd)
2022-07-19 18:41:38 +02:00
2022-07-24 07:06:59 +02:00
## Work in progress
2022-07-24 06:57:13 +02:00
2022-12-09 23:42:43 +01:00
- Weblate project
2022-12-13 00:07:38 +01:00
- Customizable max note length
2022-12-06 22:17:00 +01:00
- Link verification
2022-08-19 23:24:30 +02:00
- Better Messaging UI
2022-11-19 10:17:31 +01:00
- Better API Documentation
2022-11-19 04:00:33 +01:00
- Remote follow button
2022-07-26 02:00:44 +02:00
- Admin custom CSS
2022-08-16 00:41:25 +02:00
- Add back time machine (jump to date)
2022-12-06 22:17:00 +01:00
- Improve accesibility
2022-07-24 06:57:13 +02:00
## Implemented
2022-07-19 01:48:58 +02:00
2022-11-07 00:01:42 +01:00
- A lot of general bugfixes
- pnpm instead of yarn
2022-08-08 06:29:55 +02:00
- Fix Dockerfile @hanna
2022-08-18 00:57:44 +02:00
- Upgrade packages with security vunrabilities
2022-07-19 05:42:31 +02:00
- Saner defaults
2022-12-12 02:53:09 +01:00
- Fediverse account migration
- Recommended instances timeline
2022-10-28 00:30:26 +02:00
- OCR image captioning
2022-08-20 08:43:39 +02:00
- Improve mobile UX
2022-09-09 21:24:51 +02:00
- Swipe through pages on mobile
2022-08-20 08:43:39 +02:00
- Redesigned mobile bottom nav bar
- Post button on TL
2022-07-19 05:42:31 +02:00
- Star as default reaction
2022-10-26 05:20:41 +02:00
- Like/star button
2022-07-24 04:54:13 +02:00
- Rosé Pine by default (+ non-themable elements made Rosé Pine)
- Better sidebar/navbar
2022-11-09 10:04:30 +01:00
- Better intro tutorial/onboarding
- Add back groups
2022-11-07 00:01:42 +01:00
- Integrate groups UI into chats UI
2022-07-27 18:46:35 +02:00
- MOTD (customizable by admins!)
2022-07-27 19:36:49 +02:00
- Custom randomized splash icons
2022-08-08 23:07:09 +02:00
- Self hosted, newly designed error images
- Illustrated by [Henki](https://www.youtube.com/c/Henkiwashere)!
- Licensed under the CC-BY-SA 4.0.
2022-07-27 06:03:37 +02:00
- Better timeline top bar
2022-08-17 08:58:21 +02:00
- Improved note style
- Make more of the post clickable like every other SNS
2022-08-17 09:31:20 +02:00
- No more details tag for reply attachments
- Better CW button
2022-07-24 04:10:05 +02:00
- Mark as read from notifications widget
2022-07-28 18:24:43 +02:00
- Less cluttered notification summary
2022-07-19 05:49:15 +02:00
- Better welcome screen (not logged in)
- vue-plyr as video/audio player
2022-07-20 05:17:51 +02:00
- Ability to turn off "Connection lost" message
2022-07-26 02:14:37 +02:00
- Raw instance info only for moderators
2022-07-28 05:58:00 +02:00
- New spinner animation
2022-07-24 04:45:27 +02:00
- Spinner instead of "Loading..."
2022-07-25 03:12:25 +02:00
- SearchX instead of Google
2022-08-23 08:45:18 +02:00
- Always signToActivityPubGet
2022-07-24 08:40:28 +02:00
- Spacing on group items
2022-07-27 19:07:52 +02:00
- Quotes have solid border
- Reply limit bug fixed
2022-07-28 04:28:19 +02:00
- Make showing the update popup optional
2022-08-28 06:45:06 +02:00
- Improve PWA manifest
2022-09-14 04:44:03 +02:00
- Fix incoming chat scrolling globally
- Update notifier
2022-09-21 22:11:34 +02:00
- Allow admins to set logo URL via admin settings
- Allow importing follows from Pixelfed
2022-11-07 04:18:27 +01:00
- Phosphor icons instead of FontAwesome
2022-11-07 05:21:03 +01:00
- Fully deprecate MkEmojiPickerWindow in favor of MkEmojiPickerDialog
2022-11-09 20:09:15 +01:00
- Link hover effect
2022-11-15 03:54:03 +01:00
- Replace all `$ts` with i18n
2022-11-15 03:53:38 +01:00
- AVIF support
2022-11-19 04:24:05 +01:00
- Page drafts
2022-11-19 08:27:40 +01:00
- Patron list
2022-11-30 03:15:18 +01:00
- Animations respect reduced motion
- Undo renote button inside original note
2022-12-06 22:17:00 +01:00
- Custom locales
- Obliteration of Ai-chan
2022-12-18 19:12:24 +01:00
- Switch to [Calckey.js](https://codeberg.org/calckey/calckey.js)
2022-12-18 02:55:34 +01:00
- Woozy mode 🥴
2023-01-04 03:09:16 +01:00
- Improve blocking instances
- Release notes
- New post style
- Admins set default reaction emoji
- Allows custom emoji
2023-01-13 05:40:33 +01:00
- Fix lint errors
- Use Rome instead of ESLint
2022-12-01 09:32:28 +01:00
- MissV: [fix Misskey Forkbomb](https://code.vtopia.live/Vtopia/MissV/commit/40b23c070bd4adbb3188c73546c6c625138fb3c1)
2022-07-28 04:28:19 +02:00
- [Make showing ads optional](https://github.com/misskey-dev/misskey/pull/8996)
2022-08-17 18:41:50 +02:00
- [Tapping avatar in mobile opens account modal](https://github.com/misskey-dev/misskey/pull/9056)
2022-07-24 04:06:08 +02:00
- [OAuth bearer token authentication](https://github.com/misskey-dev/misskey/pull/9021)
2022-07-24 04:03:38 +02:00
- [Styled Repair Tools](https://github.com/misskey-dev/misskey/pull/8956)
- [Option to make enter send message](https://github.com/misskey-dev/misskey/pull/8954)
- [Autocomplete in messaging](https://github.com/misskey-dev/misskey/pull/8955)
- [Profile background as banner](https://codeberg.org/Freeplay/Misskey-Tweaks/src/branch/main/snippets/profile-background.styl)
2022-08-05 03:16:30 +02:00
- [Star is generic like/favorite](https://github.com/JakeMBauer/Misskey-Extras/blob/master/patches/star-is-like.patch)
- 👍 also triggers generic like/favorite
2022-07-24 04:03:38 +02:00
- [Add additional background for acrylic popups if backdrop-filter is unsupported](https://github.com/misskey-dev/misskey/pull/8671)
- [Add parameters to MFM rotate](https://github.com/misskey-dev/misskey/pull/8549)
2022-07-26 00:20:22 +02:00
- Many changes from [Foundkey](https://akkoma.dev/FoundKeyGang/Foundkey)
2022-07-28 07:03:37 +02:00
- 0ece67b04c3f0365057624c1068808276ccab981: refactor pages/auth.form.vue to composition API
2022-07-26 00:20:22 +02:00
- 0ece67b04c3f0365057624c1068808276ccab981: refactor pages/auth.form.vue to composition API
- 4bc9610d8bf5af736b5e89e4782395705de45d7d: remove unnecessary joins
- 9ee609d70082f7a6dc119a5d83c0e7c5e1208676: enhance privacy of notes
- 0fec6e10477b1c1b95d9469fbaf4e249a3722f12: remove ms dependency
- 46fff77accbe8bf0fd3cc88170d67b997bf2bdc3: client uses new API for child notes depth
- c35372a20d22cddb75e93a0b407f2b652cd7faf0: pack children without detail
- aca724e0bfff3e58b4d273f3ee744e3f3aa9c39b: enable to fetch replies recursively
- 2fe64c11502fd8d89c126558cd715e095c83754e: Refactor components/page/page.textarea.vue to composition API
- 6d3181f9835955e5b79bde5484c74bd70e7f9535: Refactor components/page/page.text.vue to composition API
- b630cd7eacd695bb705e6748c87f38425ec4ed45: refactor: add NoteReactions.packMany
- 3fe351df6d4e21f7748c46adfa6ca165abd030c0: fix: catch errors from packing with detail
2022-07-26 00:22:19 +02:00
- 63591da33e233b2ed0ab331ae6bb3c9eff5020ae: refactor: colours in queue chart
2022-07-28 04:47:00 +02:00
- 0f6d94f1e7e1f58cfbf8d07e5f835f8de626842e: backend: improve mutes and blocks
2022-08-04 22:36:43 +02:00
- e2bf2715a6462ed377b033956d65260157f042ea: fix spelling error
- 09a7eabda137e77f81ab31f65d69329670693c8d: backend: fix lint "no-throw-literal"
- 4fbe2e065e75ed3e5b4dfdfd4be3baa03cc447c3: client: fix lint "quotes"
2022-08-04 22:50:05 +02:00
- 585e4f5c42cfafb6cdf7eb601ab435d6a4d85a96: fix textarea not updating properly
2022-08-04 22:51:03 +02:00
- 30d8bc9259cb6b72ed76d67b21dbb4cdceca8327: refactor: welcome.setup.vue to composition api
2022-08-04 22:53:57 +02:00
- 751921e24f37ed707fe44a40d88eebb1299efa35: make emoji picker case insensitive
- 298febeb9c9501e3e3df16982c08657d1da474e0: enhance: add re-collapsing to quoted notes
2022-08-23 08:55:46 +02:00
- b0fdedb264db87575063abed45e52ad71ce4a6af: fix lints in folder.vue
- 6fed87f85d132304eb84b0a59b84dce299a1822f: fix pagination.vue lints
2022-10-26 04:22:30 +02:00
- Tosti's security fixes
- 384e8c49b738f576ba8843296de6cebf01c1b247: server: allow to like own gallery posts
- 4c5aa9e53887cca5561fcec6ab0754e018f589a5: server: allow to like own pages
- 923c93da1228458dd65be47483c198a1a9191bcf: use await for notes.countBy
- ca90cedba0a0704b503c2778694230f5a7dfbace: server: reduce dead instance detection to 7 days
2022-12-06 09:23:18 +01:00
- e9ab42c10afb4e27516c2d2b5e3e06630efe9edd: Alt text in image viewer