Compare commits

...

8 commits

Author SHA1 Message Date
13b6dc5e2d update README.md
Some checks are pending
/ test-build (push) Waiting to run
2024-06-18 00:49:39 -06:00
ff1eea6c3b update version 2024-06-18 00:48:35 -06:00
86633506f7 update .gitignore 2024-06-18 00:45:36 -06:00
ed290d74d7 fix pinLimit config 2024-06-18 00:44:41 -06:00
023b5897d4 fix status image config 2024-06-18 00:43:45 -06:00
02daa6b02a Fix find another server link 2024-06-18 00:38:13 -06:00
733fd1892a more todo 2024-06-18 00:32:33 -06:00
93a9a10c8a todo list 2024-06-18 00:30:26 -06:00
6 changed files with 30 additions and 4 deletions

View file

@ -175,13 +175,13 @@ reservedUsernames: [
# cleanHeaders: false
# Status code images
#images:
images:
info: '/static-assets/badges/info.png'
notFound: '/static-assets/badges/not-found.png'
error: '/static-assets/badges/error.png'
# Pinned Post Limit
pinLimit: 5
pinLimit: 5
# Search engine (MFM)
#searchEngine: 'https://duckduckgo.com/?q='

3
.gitignore vendored
View file

@ -1,3 +1,6 @@
# LimePot
run.sh
# Visual Studio Code
/.vscode
!/.vscode/extensions.json

View file

@ -13,6 +13,7 @@
- Configuarble pinned post limit
- Menhera error images
- Post button now says "Beep" instead of "Post"
- Fix "Find Another Server" link
- IceShrimp Bite!
- Withdrawal Patches
- silence-email

22
TODO.md Normal file
View file

@ -0,0 +1,22 @@
# TODO
## Things I want to change or add
- [ ] Achievements
- [ ] Allow admins to install optional themes instance-wide
- [ ] Misskey v14-like roles
- [ ] Implement any new MFM that has been added since the fork.
- [ ] UI elements can be round (as in Misskey) or square-ish
- [ ] federated listenbrainz
- [ ] admin moderation notes (on user profiles)
- [ ] user memos (on user profiles)
- [ ] Make error message images configurable in Control Panel
- [ ] Approval based signups
- [ ] Control Panel based reserved username list
- [ ] FediBlock reasons
- [ ] Allow admins to set instance-wide default sounds
- [ ] settings/privacy "Add 're:' at the beginning of comment in reply to a post with a CW" from FireFish
- [ ] settings/general "Update timelines automatically" from FireFish
- [ ] settings/general "Show server information by clicking the server ticker on a post" from FireFish
- [ ] settings/general "Show a warning if you attempt to post files without a description" from FireFish
- [ ] settings/general "Get assets from CDN" from FireFish
- [ ] Robot-Mode, much like cat-mode but, Robot antenna, and beeps and boops
- [X] When not signed-in, approvals off, try to signup, "Find another server" leads to dead link

View file

@ -1,6 +1,6 @@
{
"name": "iceshrimp",
"version": "2023.12.7-jormungandr-bite.5",
"version": "2023.12.7-jormungandr-bite.0.5.1",
"repository": {
"type": "git",
"url": "https://iceshrimp.dev/iceshrimp/iceshrimp.git"

View file

@ -1,7 +1,7 @@
<template>
<div v-if="instance.disableRegistration" style="margin-bottom: 1rem">
<p>{{ i18n.ts.signupsDisabled }}</p>
<a href="https://iceshrimp.dev/join">
<a href="https://fedidb.org/software/iceshrimp">
<MkButton rounded gradate
>{{ i18n.ts.findOtherInstance }}
</MkButton>