Ecosyste.ms: Timeline

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

modrinth/code

ariesclark opened an issue on modrinth/code
endpoints returning nothing should return 204 instead of 200
for example; mod editing returns 200 on success, but without any body. either it should return the newly edited mod with 200, or nothing as 204. https://github.com/modrinth/labrinth/blob/15c56d...
ariesclark opened an issue on modrinth/code
Bulk get routes only accept IDs, not usernames/slugs/etc.
https://api.modrinth.com/v2/users?ids=[%22triphora%22] doesn't work, is there a way to fetch an array of users by their username?
timelady-victorious opened an issue on modrinth/code
Downloads in the API can appear to have spaces.
**Describe the bug** Filenames can have spaces in them on rare occasions, leading to any program accesing the API to crash. The real download also states a space, but ofcourse %20 is there in real...
timelady-victorious opened an issue on modrinth/code
Wiki: Mention that limit is limited to 100, or unlimit.
**Is your feature request related to a problem? Please describe.** While making [Kilt](https://github.com/Jefaxe/Kilt) (my little project), i strubbled upon the fact that `limit` in the API is max...
ghost opened an issue on modrinth/code
Make license list part of repository / add more licenses
**Is your feature request related to a problem? Please describe.** I wanted to add a mod, but the GPL (not LGPL) license is not in the list. I now selected "Custom", but this makes it less search...
triphora opened an issue on modrinth/code
Slug validation does not check special characters
**Describe the bug** Title. Should throw an error if it contains one of the special characters `!#$&'()*+,/:;=?@[]`. Or maybe it should just be limited to alphanumeric, dashes, and underscores anyw...
triphora opened an issue on modrinth/code
Not-responded-to project invites are still exposed in API
**Describe the bug** You can still see in a user's mods list, projects that they have been invited to but have not yet accepted. **To Reproduce** Steps to reproduce the behavior: 1. Invite pe...
triphora opened an issue on modrinth/code
Expansion on project status
**Is your feature request related to a problem? Please describe.** Some projects get abandoned, or the project owner gets busy, something along those lines, we've all heard the story. This would s...
triphora opened an issue on modrinth/code
Dynamic links for mods (outside of just issues, source, etc.)
**Is your feature request related to a problem? Please describe.** There are cases in which "Source", "Issues", "Discord", "Wiki", and donation links aren't enough. **Describe the solution you'...
triphora opened an issue on modrinth/code
Usernames do not need to be unique
**Describe the bug** Usernames are not checked if unique or not **To Reproduce** Steps to reproduce the behavior: 1. Set username to one that's already taken, for example, Geometrically 2. !...
ariesclark opened an issue on modrinth/code
bet
calloatti opened an issue on modrinth/code
/api/v1/version_file/<hash here>?algorithm=<sha1/sha512> is case sensitive
**Describe the bug** /api/v1/version_file/<hash here>?algorithm=<sha1/sha512> requires that the hash be lowercase, and it fails when the hash is uppercase- **To Reproduce** This works: ...
hypherionmc opened an issue on modrinth/code
Ordering of Versions in API results
**Is your feature request related to a problem? Please describe.** Current it appears as if the version id's returned by the API is in a random order instead of from Old-New or New-Old. **Descr...
triphora opened an issue on modrinth/code
Deleted versions still influence `updated:`
**Describe the bug** In my testing for `#205` over on Knossos, I found that the `updated` field of projects is not changed upon deletion of a version. **To Reproduce** Steps to reproduce the b...
calloatti opened an issue on modrinth/code
multiple hashes request
**Is your feature request related to a problem? Please describe.** Third party updaters could use a method to request data for all the files in a mods folder, and get back data on available update...
triphora opened an issue on modrinth/code
Mod icon of any size/shape is accepted
**Describe the bug** The 100x100 minimum square requirements do not actually take effect. I used this image: ![image](https://i.imgur.com/NbrQZHD.png) which is 126x76. **To Reproduce** Step...
triphora opened an issue on modrinth/code
`username_unique` is only triggered if case matches
**Describe the bug** https://cdn.discordapp.com/attachments/745980892735864953/848823879023067176/2021-05-31_03.21.43.webm **To Reproduce** Steps to reproduce the behavior: 1. Set username to...
lmg4497 opened an issue on modrinth/code
Make delete featured versions button
I can't delete featured versions
venashial opened an issue on modrinth/code
Add project_type to search API facets
**Is your feature request related to a problem? Please describe.** Making the frontend search work with Modpacks and future project types. **Describe the solution you'd like** - [ ] Allow usin...
venashial opened an issue on modrinth/code
`v2/tag/loader` does not return supported project types
**Describe the bug** The `v2/tag/loader` does not return any supported project types. **To Reproduce** Steps to reproduce the behavior: 1. Go to [https://staging-api.modrinth.com/v2/tag/loade...
Siphalor opened an issue on modrinth/code
Invalid game versions get reported counter intuitively
**Describe the bug** If one tries to perform an version upload with illegal characters in a game version, the server will only vaguely refer to the game version as `category/version`. This caus...
Mysterious-Dev opened an issue on modrinth/code
Add a way to delete all of notifications
It's maybe a good idea to add a way to clear all notification for user (for after that add a clear notifications button on frontend) with Auth of course.
shap-po opened an issue on modrinth/code
"Base62 decoding overflowed" while trying to get version list
I was trying to make API call for this url: "https://api.modrinth.com/api/v1/mod/{slug}/version", and I got an error: "Base62 decoding overflowed", while when I use `mod_id` instead of it's `slug` ...
edwloef opened an issue on modrinth/code
Notifications can't be dismissed
Issue: When I try to dismiss a notification of a mod being updated, the loading bar goes to the end of the screen and just stops. Upon reload the notification is still there. Steps to reproduce...
EnnuiL opened an issue on modrinth/code
Allow for ownership to be transferred between two people
**Is your feature request related to a problem? Please describe.** Yes. Earlier this month, I've decided to change to a new name and avatar since I didn't identify with the previous ones anymore, ...
axelrindle opened an issue on modrinth/code
Create an API route for generating stylish badges
**Is your feature request related to a problem? Please describe.** Projects like [Shields.io](https://shields.io/) or [way2muchnoise/CurseForgeBadge](https://github.com/way2muchnoise/CurseForgeBad...
quat1024 opened an issue on modrinth/code
Allow files for disparate Minecraft versions to share the same version number
(Opening this on the backend repo since I'm pretty sure it's more relevant here than on knossos) **Is your feature request related to a problem? Please describe.** I'm releasing and maintaining...
charliemikels opened an issue on modrinth/code
Error in Version List Wiki entry.
Currently, the API Wiki says [Version List](https://github.com/modrinth/labrinth/wiki/API-Documentation#version-list) (GET `/api/v1/mod/{mod_id}/version`) responds with "An array of version ids for...
rantuhin opened an issue on modrinth/code
API for getting a list of all the user's mods
I would like to get all the user mods as it is done in the user profile. I think it would be nice to add a new endpoint to the API or a field to the user object: `/api/v1/user/jellysquid3/mods` o...
SirEdvin opened an issue on modrinth/code
Dependency definition for version should support version ranges
I am trying to add some of my mods correctly to modrinth, but there is no easy way to define mod dependency optional or not. For example, with forge mod definition I can define optional and req...
Load more