Jai A
e9851a8e23
Metadata state management
2021-12-15 22:24:08 -07:00
Geometrically
104afe1bb1
Merge pull request #6 from enderger/feature/modpack-export-zip
...
Fix modpacks, compile to zip
2021-12-14 21:08:08 -07:00
Danielle Hutzley
5dabfb4ea0
Fix modpacks, compile to zip
2021-12-14 17:23:33 -08: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
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
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
Jai A
359e81083e
Finish launching modded versions of Minecraft
2021-11-10 21:52:55 -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
Emma
f4636fdca2
Direct people to docs for contributing ( #306 )
...
[no ci]
2021-10-02 14:29:33 -07:00
Jai A
b0214cfcf8
Modify theseus to more permissive license
2021-09-30 21:44:20 -07:00
Mysterious_Dev
4108d7827a
Issues Forms ( #304 )
...
* Issues Forms
* Fix mistake
* Delete title
2021-09-11 19:26:15 -07:00
apersomany
5ccd40f530
Fixed minor issues ( #291 )
...
* Fixed xss sanitizer config for checkboxes
* Fixed typo in version navigation tree href
* Fixed navigation tabs' margins with pure css
* Prettier
For some weird reason my prettier config seems to be different
Co-authored-by: Redblueflame <contact@redblueflame.com >
2021-08-23 14:39:03 +02:00
venashial
8798340d48
Allow Youtube through iframes + using image syntax in markdown ( #294 )
...
* Allow iframes in markdown from acceptable sources
* Remove Discord from allowed sources
* Make youtube regex more specific
* Fix prettier not wanting new line for regex
* Extend image syntax to autodetect youtube links
* Fix image rendering to support normal images
2021-08-23 14:34:04 +02:00
Emma
e8d2959350
Add follow count & user ID to user page ( #253 )
...
* Add follows & user ID to user page
Closes #192
* Why did package lock change?
* Change name follows -> followers
2021-08-23 14:31:44 +02:00
Geometrically
45b9ac6c8e
Create README.md
2021-07-22 18:59:33 -07:00
venashial
f1d838de6b
Homepage styling improvements ( #285 )
...
* Add border radius to video + example code colors
* Change color + allow overflow scroll
2021-07-17 17:37:40 -07:00
Emma
ec92a4cd34
Fix a bug introduced in #278 ("submit for approval" always being present) ( #283 )
...
This fixes a bug where the "Submit for approval" button was always present no matter the project status. These things are finnicky.
2021-07-14 12:10:01 -07:00
Geometrically
b3b9788d37
License clarification on modrinth branding ( #282 )
...
* License clarification on modrinth branding
* Add favicon
2021-07-11 14:42:05 -07:00
venashial
67739e8e39
Correctly handle "" as custom license URL ( #271 )
...
* Fix `mod.license.url` check
* Fixes modrinth/knossos#267
2021-07-11 09:06:06 -07:00
Emma
be3ed7d380
Improve MIME type detection ( fixes #279 ) ( #281 )
...
* Specify which application file types are allowed
* Attempt two
* attempt 3
* Update version edit too
good thing these commits will be squashed!
* Fix warnings
2021-07-11 09:05:21 -07:00
Jai A
54cd2f873c
Add error handling
2021-07-09 20:05:04 -07:00
Jai A
a0e35ad853
Proof of concept of launching Minecraft from Rust
2021-07-04 22:46:56 -07:00
venashial
9b4d58cfe8
Add mod title to mod page meta description ( #277 )
2021-07-02 10:04:49 -07:00
venashial
fb6a8d999c
Mod search fixes ( #249 )
...
* Remove all uses of `process.env.domain`
* Revert "Remove all uses of `process.env.domain`"
This reverts commit 5af9b83091f395d3a0f954cf6776494c1cfe7a04.
* Increase minimum amount of pages for pagination
Fixes modrinth/knossos#231
* Detect mod search query removal
Fixes modrinth/knossos#240
* Increase margin on project card categories mobile
Fixes modrinth/knossos#230
2021-07-02 10:04:08 -07:00
venashial
b2f6a06a1f
Wrap mod icon and title in link ( #273 )
...
* Wrap mod icon and title in link
* Fixes #218
2021-07-02 10:02:55 -07:00
venashial
f7da32702f
Allow users to login from search page when it is rendered serverside ( #272 )
...
* Change `this.$route.fullPath` → `this.$route.path`
* Closes modrinth/knossos#256
2021-07-02 10:02:15 -07:00
Emma
219d2246fa
Add project guidelines to Terms page ( #275 )
...
* Add project guidelines to Terms page
This adds the project guidelines as outlined [here](https://discord.com/channels/734077874708938864/734077874708938867/806556531491471368 ).
NOTE: I've made a few tweaks in wording to accommodate this format, so this is not an exact copy.
* Move rules to its own page
2021-07-02 10:01:24 -07:00
Emma
979b5eb89c
Fix a bug & add improvements to a couple moderation aspects ( #278 )
...
This PR fixes reports on the moderation dashboard going to `/dashboard/mod/_id` instead of to `/mod/_id`.
It also allows the ability for moderators to unlist mods in the queue from the frontend instead of having to do it via the backend.

Unlisted mods should have the ability to resubmit for approval, so I've also changed "Submit for Review" to "Submit for approval", allowing unlisted mods to do that as well.

2021-07-02 09:58:29 -07:00
Jai A
93418edbe7
Downloading launcher files
2021-06-29 22:32:52 -07:00
venashial
a58811b1bf
Fix notifications not being able to be dismissed ( #270 )
...
* Change undefined check to null check
* Make notification index and action index more clear
Fixes #178
2021-06-21 21:32:17 +02:00
venashial
be0e18d4b0
Markdown styling fixes ( #268 )
...
* Add table color variables (+ prettier fixes)
* Add details and table styling to .markdown-body
2021-06-21 21:06:11 +02:00
macbrayne
fea6f0ce81
fix #237 by alphabetically sorting the licenses ( #266 )
2021-06-19 21:17:41 +02:00
Johan Novak
5859ac7a58
General UI Improvement (again) ( #255 )
...
* Add and fix some stuff
* Add warning when leaving to `mod/create`
* Fix mods/create not working
2021-06-17 22:03:12 -07:00
venashial
566833da6e
Fix first notification not performing action ( #262 )
...
* Change IF statement to accept 0
* Get rid of console.log()
2021-06-10 13:44:26 -07:00
Redblueflame
d174602cc0
Add indexing meta value depending on the status of the mod. ( #261 )
2021-06-10 07:17:03 -07:00
Emma
46bc04f69f
Adjust quite a bit of wording ( #252 )
...
* Adjust quite a bit of wording
Also converts many title case things to sentence case (fixes #238 )
* Change advised to recommended
* Oops, I missed a page
* That page too
* Missed a spot
2021-06-05 20:34:43 -07:00
venashial
bb8fd5500d
Remove all uses of process.env.domain ( #247 )
...
* Remove all uses of `process.env.domain`
* Remove broken link on logout on revoke token page
2021-05-28 22:39:35 -07:00
Geometrically
d0df105dda
Move auth domain to public runtime config ( #246 )
...
* Allow specifying a custom auth URL
* Readd default
* Move Host URL to top
* wat
* Move auth domain to public runtime config
2021-05-28 21:32:06 -07:00
Geometrically
a061fb5421
Allow specifying a custom auth URL ( #245 )
...
* Allow specifying a custom auth URL
* Readd default
* Move Host URL to top
* wat
2021-05-28 13:57:13 -07:00
Redblueflame
fd17e5a4c0
Add retrying logic for ethical ads, add variable for the API url ( #244 )
2021-05-28 13:20:22 -07:00
Geometrically
cd8bc7a7a1
Fix base URL conflicting with default axios ones ( #243 )
2021-05-28 12:43:44 -07:00
Geometrically
e22a586a41
Allow Base URL to be set by environment variable ( #242 )
...
* Switch site to use axios base url
* Fix team invites
* Fix find/replace setting the wrong thing
* Fix analytics being blocking, small issues
* Allow base url to be set by env variable
2021-05-28 12:26:05 -07:00
Geometrically
5017c5a5f1
Use base URL for axios ( #241 )
...
* Switch site to use axios base url
* Fix team invites
* Fix find/replace setting the wrong thing
* Fix analytics being blocking, small issues
2021-05-28 10:19:13 -07:00
venashial
03cbab5267
Checkboxes: use v-model value prop instead of "checked" prop ( #227 )
...
* Use v-model value prop instead of "checked" prop
* Scope CSS & Rename component
* Mod settings: Update prop & make Owner check all
2021-05-27 21:00:44 -07:00