Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

modrinth/code

supersaiyansubtlety opened an issue on modrinth/code
[Feature Request] Follow mods for updates
It would be useful to be able to "follow" mods (possibly connected to favoriting from modrinth/labrinth#128). The purpose of following would be so you could see a list of updates to mods you foll...
gbl opened an issue on modrinth/code
Sorting mods alphabetically
There should be an option to sort mods/search results alphabetically. Example: https://modrinth.com/mods?q=Giselb lists all my mods, but as there are so many of them, it's still hard to find the on...
kvverti opened an issue on modrinth/code
Project description cannot be edited
When editing a project description, the updated description is never saved. Navigating to the page again results in the old description being shown. OS: Ubuntu 20.04 Browser: Firefox 84.0.2 64-bit
kvverti opened an issue on modrinth/code
Remove all of my data from Modrinth
I would like all information on Modrinth associated with my GitHub account removed, including user preferences and project pages.
auxves opened an issue on modrinth/code
Only unauthorized team members can upload files to a version
Attempting to upload files as the owner of my mod results in the following error: `Authentication Error: You don't have permission to upload files to this version!` I'm pretty confident that ...
Ladvace opened an issue on modrinth/code
How to get the mod download url
In the api response I can see just the main page and the github page url, is there a way to get the url to download the jar file?
Ladvace opened an issue on modrinth/code
Version Get not working
I have tried calling `https://api.modrinth.com/api/v1/mod/{mod_id}/version/{version_id}` with one of the **version id** taken from the response `https://api.modrinth.com/api/v1/mod/{mod_id}/versio...
S-N00B-1 opened an issue on modrinth/code
Drafting Issue
Unable to save mod as draft. Upon pressing save draft button the following error is displayed: "Database Error: Error while interacting with the database"
Geometrically opened an issue on modrinth/code
Reports
**Is your feature request related to a problem? Please describe.** Currently, malicious content uploaded to Modrinth cannot be flagged or reported to moderators to investigate. This poses a huge p...
Geometrically opened an issue on modrinth/code
Dependencies
**Is your feature request related to a problem? Please describe.** Currently, dependencies are not able to specified within the API. This poses a problem for users who need to know the dependencie...
Ladvace opened an issue on modrinth/code
Cannot get a specific version of a a mod
**Describe the bug** I'm calling `https://api.modrinth.com/api/v1/version/${MOD_VERSION_ID}` but I get error 404, it used to work but Idk why it's not working anymore.
triphora opened an issue on modrinth/code
Bulk download mods
**Is your feature request related to a problem? Please describe.** Downloading 50+ individual mods and updating them all every so often is quite time-consuming. **Describe the solution you'd like*...
Madis0 opened an issue on modrinth/code
Installation location
**Is your feature request related to a problem? Please describe.** I suggest having a per-file required setting that specifies whether the file is usable on the client, server or both. This would ...
timelady-victorious opened an issue on modrinth/code
Client Side Only / Server Side Only Catoragries
**Is your feature request related to a problem? Please describe.** I would like to be able to filter by client side only (or server-side only) **Describe the solution you'd like** Adding clien...
Madis0 opened an issue on modrinth/code
Mod page won't load for "Fabric Book Dupe" mod
**Describe the bug** This mod: https://modrinth.com/mod/kekdupe will not open and instead shows a 404 error. **To Reproduce** Steps to reproduce the behavior: 1. Open Modrinth homepage 2. Cl...
TheOnlyTails opened an issue on modrinth/code
Displaying unique downloads of a mod
**Is your feature request related to a problem? Please describe.** When looking at the downloads of my mod, I always want to know if someone downloaded my mod multiple times, or if it's actually p...
ramidzkh opened an issue on modrinth/code
Validation of uploaded archives
Modders may accidentally publish broken jars to Modrinth. A solution to this problem would be a way for mod jars to be warned or rejected if they contain possibly broken files. I was thinking of a ...
timelady-victorious opened an issue on modrinth/code
Modpack Support
**Is your feature request related to a problem? Please describe.** Curseforge modpack creation is really terrible, so I would like an alternative **Describe the solution you'd like** The abili...
ariesclark opened an issue on modrinth/code
Usernames are case sensitive?
https://api.modrinth.com/api/v1/user/LambdAurora // 202 OK https://api.modrinth.com/api/v1/user/lambdaurora // 404 NOT FOUND Not sure if this is intended behavior, as logically two people shoul...
BasiqueEvangelist opened an issue on modrinth/code
Slug can be set to other mod's id
**Describe the bug** A mod's slug can be set to another mod's id, causing links to the former to show the page of the latter. This includes links in search and in the dashboard (excluding the link...
PotatoPresident opened an issue on modrinth/code
Blank Version Names
**Describe the bug** Versions can be created with just spaces for the title and are then editable **To Reproduce** 1. Go to a version page you have access to 2. Create a new version 3. Put a...
Micalobia opened an issue on modrinth/code
Duplicate "fabric" and "forge" category names
**Describe the bug** When using the API to query a mod, the `categories` section will duplicate `fabric` and/or `forge` any number of times **To Reproduce** Steps to reproduce the behavior: 1...
IotaBread opened an issue on modrinth/code
Can't modify jar files of versions
As the title says, I can't make primary or delete any jar from the version of my mod. If I press 'Make primary' button, the progress bar of the top loads fully and disappears, but no there is no ch...
Ampflower opened an issue on modrinth/code
Downloads will prefer javadoc on mods with javadoc and sources uploaded.
**Describe the bug** The primary download button prefers the javadoc over the regular mod. I'm not sure if it is because the developer set it as the primary jar, but given that three jars are p...
brawaru opened an issue on modrinth/code
Issues with current mod pack format (v1)
There are multiple issues with the current mod pack format that make it difficult to implement and introduce certain safety issues. More precisely, this is about handing the files. ## Issues ...
LemmaEOF opened an issue on modrinth/code
Suggestion: Multiple Featured Versions
One of the biggest problems with CurseForge in regards to multiplatform mods is that you can only have the forge *or* fabric version featured on the release channel at a time. Modrinth has this iss...
sentry-io[bot] opened an issue on modrinth/code
Bio is not checked for maximum length before inserting into database
Sentry Issue: [LABRINTH-H](https://sentry.io/share/issue/7b8cee8c502e41159410959e87840b7a/) Results in an incredibly unhelpful error described in sentry.
spaceclouds42 opened an issue on modrinth/code
Slugs don't work for part of the API
**Describe the bug** When trying to access the version data for a mod, using the slug returns an error: "Invalid character '-' in base62 encoding" **To Reproduce** Steps to reproduce the behav...
Geometrically opened an issue on modrinth/code
Project Types
**Describe the solution you'd like** Project Types are an essential feature of modding sites. Project types create different forms of projects, such as mods. modpacks, resourcepacks, and worlds.
Load more