2298 Commits

Author SHA1 Message Date
Geometrically
9e9d6e45b4
Set pack format content type (#269) 2021-12-14 21:07:43 -07:00
Danielle Hutzley
5dabfb4ea0 Fix modpacks, compile to zip 2021-12-14 17:23:33 -08:00
Geometrically
6752457ad8
Pack format changes (#268) 2021-12-14 18:08:53 -07:00
Jai A
3b85095f28
Rename modrinth index json 2021-12-14 17:35:01 -07:00
Geometrically
301686a710
Merge pull request #5 from enderger/feature/modpack-creation
Add modpack creation
2021-12-14 16:40:38 -07:00
Danielle Hutzley
c8c69b4425 Add mod URL download support 2021-12-14 08:00:06 -08:00
Geometrically
ddcb5cd4d3
Fix game version ordering, fix deleting versions with deps not working (#265) 2021-12-09 18:12:21 -07:00
Daniel Hutzley
fc076c2e54 Add modpack creation and compilation 2021-12-05 12:20:59 -08:00
Daniel Hutzley
5ffddd6c8a Added modpack creation and file adding 2021-12-05 10:41:56 -08:00
Daniel Hutzley
fe3581756f Complete refactor of modpacks, add modpack serialization 2021-12-01 21:06:31 -08:00
Geometrically
a54b2db81b
Fix gallery creation validation and validators returning incorrect er… (#263)
* Fix gallery creation validation and validators returning incorrect errors

* Remove docker image

* Add URL validation for pack files

* Remove unneeded dependencies
2021-11-30 20:07:23 -07:00
Geometrically
6740124364
Fix search returning incorrect ownership information (#261) 2021-11-24 13:20:25 -07:00
Geometrically
067a51338f
Merge pull request #2 from enderger/feature/modpack-support
Add modpack support
2021-11-21 16:00:02 -07:00
Daniel Hutzley
52ed070b5b Add tests and example for modpack support 2021-11-20 12:03:03 -08:00
Daniel Hutzley
a204df5e11 First draft of modpack module 2021-11-20 12:02:46 -08:00
Geometrically
157731e4f8
Remove package lists to preserve space (#260) 2021-11-14 17:49:55 -07:00
Geometrically
2dd1496ef4
Fix HTTPS requests not working in the image (#259) 2021-11-14 16:27:33 -07:00
Geometrically
d1e4e72693
Switch docker image OS (#258) 2021-11-14 14:36:01 -07:00
Geometrically
77e8143290
Fix transferring ownership (#256) 2021-11-13 16:35:21 -07:00
Geometrically
7f791d4919
Move validators to seperate thread, other fixes (#253)
* Move validators to seperate thread, other fixes

* Update rust version in Dockerfile

* Fix notifs not working

* Fix pack validator not enforcing files
2021-11-13 15:46:08 -07:00
Jai A
359e81083e
Finish launching modded versions of Minecraft 2021-11-10 21:52:55 -07:00
Jai A
d7e0468776
Fix library URL being set incorrectly 2021-11-10 18:40:12 -07:00
Jai A
f6c611bbba
Add classpath variable for libraries 2021-11-10 17:34:53 -07:00
Jai A
0990ac4fc1
Add forge data to main version info 2021-11-08 20:17:20 -07:00
Jai A
e91f8f693b
Add local libs to modrinth maven and other fixes 2021-11-07 18:42:33 -07:00
Jai A
2a7dbda133
Bump version + Fix partial version and full version argument joining 2021-11-03 17:49:58 -07:00
Jai A
793e542312
Bump version 2021-11-02 21:44:59 -07:00
Jai A
240269eb25
Fix lib not parsing maven file extensions 2021-11-02 21:44:31 -07:00
Jai A
c744dc8cc3
Bump library version 2021-11-02 20:25:55 -07:00
Jai A
d596bdb454
Fix import errors 2021-11-02 20:24:51 -07:00
Jai A
bec54b4283
Fix action title 2021-11-02 20:20:55 -07:00
Jai A
061b88f5b5
Fix docker action again 2021-11-02 20:19:43 -07:00
Jai A
8704eff632
Fix docker action 2021-11-02 20:17:12 -07:00
Jai A
fb16f25b07
Fixes in forge universal lib + other things 2021-11-02 19:59:10 -07:00
Jai A
e8057a5c8a Fix incorrect docker registry 2021-10-24 16:22:02 -07:00
Geometrically
3c5edb6171
Delete clippy.yml~ 2021-10-24 16:18:17 -07:00
Jai A
e36a191240
Fix incorrect file names (again) 2021-10-24 16:16:49 -07:00
Jai A
ecdfd65f50
Fix incorrect file names 2021-10-24 16:16:23 -07:00
Jai A
4294081abb
Add GitHub actions again 2021-10-24 16:13:04 -07:00
Jai A
5218543c58
Add GitHub Actions 2021-10-24 16:10:38 -07:00
Jai A
d8332a27e5
Finish newer forge versions 2021-10-24 14:25:24 -07:00
Jai A
673658dfd2
Simplify mod loader manifests, start work on new forge profiles 2021-10-19 23:08:44 -07:00
Jai A
6528d3d7da
Legacy Forge Support (forgot to git add) 2021-10-17 23:23:27 -07:00
Jai A
16af479b83
Legacy Forge Support 2021-10-17 23:22:23 -07:00
Leo Chen
13187de97d
Rustic cleanups, dedups and making the code less hard to read in general (#251)
* typos :help_me:

* (part 1/?) massive cleanup to make the code more Rust-ic and cut down heap allocations.

* (part 2/?) massive cleanup to make the code more Rust-ic and cut down heap allocations.

* (part 3/?) cut down some pretty major heap allocations here - more Bytes and BytesMuts, less Vec<u8>s

also I don't really understand why you need to `to_vec` when you don't really use it again afterwards

* (part 4/?) deduplicate error handling in backblaze logic

* (part 5/?) fixes, cleanups, refactors, and reformatting

* (part 6/?) cleanups and refactors

* remove loads of `as_str` in types that already are `Display`

* Revert "remove loads of `as_str` in types that already are `Display`"

This reverts commit 4f974310cfb167ceba03001d81388db4f0fbb509.

* reformat and move routes util to the util module

* use streams

* Run prepare + formatting issues

Co-authored-by: Jai A <jaiagr+gpg@pm.me>
Co-authored-by: Geometrically <18202329+Geometrically@users.noreply.github.com>
2021-10-11 20:26:59 -07:00
Jai A
32850f6770
Fabric support 2021-10-09 14:04:45 -07:00
Jai A
4a7f4bde4a
Working mirroring of minecraft metadata 2021-10-05 22:52:17 -07:00
venashial
c518f373df
Makes mod editing only send changed data (#286)
* Add getDifferences lib

* Only send mod diff to backend for changes

* Disable fields when lacking permissions
2021-10-02 16:47:59 -07:00
Kir_Antipov
0010119440
Maven repo should return primary file by default (#252)
* Maven repo should return primary file by default

* Added fallback for versions that don't have a primary file
2021-10-02 16:10:16 -07:00
Emma
f4636fdca2
Direct people to docs for contributing (#306)
[no ci]
2021-10-02 14:29:33 -07:00