Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-23 | Merge pull request #52 from oynqr/develop | swirl | |
Default to system locale language | |||
2022-01-23 | support paste.polymc.org | swirl | |
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 | 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-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-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-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 | |
2022-01-14 | Reword offline mode disclaimer | bexnoss | |
2022-01-14 | Add offline mode disclaimer | bexnoss | |
2022-01-12 | Remove unnecessary semicolon | bexnoss | |
2022-01-12 | Remove unnecessary license header | bexnoss | |
2022-01-12 | Add offline mode support | bexnoss | |
2022-01-12 | Add offline mode UI | bexnoss | |
2022-01-11 | Introduce POLYMC_JAVA_PATHS env | Mustafa Çalışkan | |
2022-01-11 | Sort java versions from current to oldest | Mustafa Çalışkan | |
2022-01-10 | More rebranding | swirl | |
Closes: #39 Mostly done with rebranding now. We just need to translate some services to PolyMC. | |||
2022-01-09 | add logo to different styles | swirl | |
Also fixed genicons to automate this. | |||
2022-01-09 | remove patreon stuff | swirl | |
Closes: #22 Update to 1.0.5 Remove "Forking/Redistribution" tab in About (why is it even there?) Metainfo now corresponds to version add discord Completely removed Patreon. | |||
2022-01-09 | Update branding: New Logo (#30) | Ezekiel Smith | |
New logo Co-authored-by: swirl <swurl@swurl.xyz> | |||
2022-01-06 | New pixel Ouroboros logo by @karolinaabb | swirl | |
2022-01-03 | fix icon and version | swirl | |
Closes: #16 Fixed the icon so Qt renders it properly, and actually renders it properly in the About page. Also, scaled it up a bit Changed launcher.svg icon to temporary Ouroboros logo fixed genicons again Fix version to 1.0.3 (making tag rn) Install the PolyMC icon properly. | |||
2021-12-31 | Rebranding logo | swirl | |
add temporary Ouroboros logo, thanks Lenny for vectorizing change logo file names Desktop file now includes proper exec using the app binary name fix genicons for use with libicns | |||
2021-12-31 | Merge remote-tracking branch 'upstream/develop' into upstream_update | dada513 | |
2021-12-31 | NOISSUE fix build and change how NetJob is used | Petr Mrázek | |
Feed it network upfront... | |||
2021-12-31 | NOISSUE fix some OS ifdefs | Petr Mrázek | |
2021-12-30 | NOISSUE proper fix for missing profile + demo mode | Petr Mrázek | |
2021-12-30 | Merge pull request #4345 from graemeg/freebsd-support | Petr Mrázek | |
Adds FreeBSD support to MultiMC |