Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-30 | Add offline mode support | bexnoss | |
2022-01-29 | Close after Launch setting | swirl | |
2022-01-28 | Update rpm spec to support OpenSuse and conform to Fedora guidelines | Jan200101 | |
2022-01-28 | Fix button being present in other pages | timoreo | |
2022-01-28 | Merge branch 'PolyMC:develop' into feature/download_mods | timoreo22 | |
2022-01-27 | Improve the About page | Joshua Goins | |
Improves #106. This more clearly marks the original MultiMC contributors, and now correctly hides the "Build Platform" if this is set as empty. The version label is now moved under the "PolyMC" title so it looks just a little bit better (and matches other applications). The copyright on the "About" page now correctly attributes the MultiMC contributors just like on the "License" page. | |||
2022-01-27 | Fix icons changing when exiting the settings window | Joshua Goins | |
2022-01-27 | Merge pull request #105 from Scrumplex/rss-begone | swirl | |
Remove news | |||
2022-01-27 | refactor: remove news feed | Sefa Eyeoglu | |
Closes #63 | |||
2022-01-26 | Merge pull request #67 from PolyMC/feature/no_paste_ee | swirl | |
Full replacement of paste.ee | |||
2022-01-26 | Validate Pastebin URL with regex | Lenny McLennington | |
2022-01-24 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2022-01-24 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-24 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-24 | NOISSUE in java checker, ignore invalid lines altogether | Petr Mrázek | |
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now. | |||
2022-01-24 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-24 | Changed modrinth author data to not be a list | timoreo | |
2022-01-24 | Fixed spacing | timoreo | |
2022-01-23 | Merge pull request #52 from oynqr/develop | swirl | |
Default to system locale language | |||
2022-01-23 | support paste.polymc.org | swirl | |
2022-01-22 | Fix error message | Stypox | |
The code is trying to get a string from a json object, and if that fails it should log "is not a string", not "is not a timestamp". | |||
2022-01-20 | feat(MSALogin): add open page & copy code button | Sefa Eyeoglu | |
Closes #55 | |||
2022-01-19 | PasteUpload: Trim whitespace from response body | Lenny McLennington | |
2022-01-19 | Reduce spaghettiness | timoreo | |
2022-01-19 | PasteUpload task changed to use 0x0.st's protocol | Lenny McLennington | |
- Modified PasteUpload task to upload the log file to 0x0.st and other services with the same protocol. - Modified Paste settings UI to allow the user to select a custom paste URL, simplified the settings page code. | |||
2022-01-18 | Various fixes | timoreo | |
2022-01-17 | Set default lang only if index received | Philipp David | |
2022-01-17 | Sort system locale to front of list | Philipp David | |
2022-01-17 | Update selected language automatically | Philipp David | |
2022-01-17 | Use isEmpty instead of 0 length check | Philipp David | |
2022-01-17 | Default to system locale language | Philipp David | |
2022-01-17 | Revert "Merge pull request #50 from bexnoss/offline-mode" | Lenny McLennington | |
This reverts commit b4f750e7db40352111417ea89a9f375ae8c746ab, reversing changes made to b19e3156154ba0dd232a3d165b1759c57e2858f2. | |||
2022-01-17 | Revert "Merge pull request #81 from bexnoss/fix-msa-account-refresh" | Lenny McLennington | |
This reverts commit 0bc8baf1172d6967cdb2993826e3469ecd9aab66, reversing changes made to 81fe41a038ee12ff2ee0200525b39e4ad650bec2. | |||
2022-01-16 | Fix MSA account refresh | bexnoss | |
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 | |||
2022-01-16 | NOISSUE log server response when failing to fetch profile | Petr Mrázek | |
2022-01-16 | NOISSUE correctly set http status code in auth reply | Petr Mrázek | |
2022-01-16 | NOISSUE in java checker, ignore invalid lines altogether | Petr Mrázek | |
Declaring them as errors is just causing problems because Java randomly prints garbage to STDOUT now. | |||
2022-01-16 | NOISSUE add some logging to profile fetching failures | Petr Mrázek | |
2022-01-16 | Added curseforge selection | timoreo | |
2022-01-15 | GH-4125 fix it better | Petr Mrázek | |
2022-01-15 | GH-4125 workaround for java printing garbage to stdout on bedrock linux | Petr Mrázek | |
2022-01-15 | Added smart file selection | timoreo | |
This might fail in a few special cases | |||
2022-01-15 | Added a no version message | timoreo | |
2022-01-15 | Filtering per mod loader & mc version | timoreo | |
2022-01-14 | Change method of shell script fix per suggestion | Thomas Sirack | |
The Launcher.in file is now modified rather than CMakeLists.txt | |||
2022-01-14 | pastebin URL app setting | swirl | |
2022-01-14 | preliminary stuff for paste.ee removal | swirl | |
2022-01-14 | Merge pull request #50 from bexnoss/offline-mode | swirl | |
Offline Mode Support | |||
2022-01-14 | Set maximum memory allocated to 4GB by default | swirl | |