Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-01-27 | Fix RPM build instructions | redstrate | |
2022-01-27 | Fix RPM spec referencing old desktop file | Joshua Goins | |
2022-01-27 | Fix Freedesktop icons | Joshua Goins | |
This fixes #51. The desktop file is now exactly the same as the window class, which is also now corrected to org.polymc.polymc. The file capitalization is also consistent with other Freedesktop files as well. | |||
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 | Merge pull request #96 from dada513/develop | swirl | |
rebase with upstream | |||
2022-01-24 | Merge pull request #99 from Jan200101/PR/rpm-opensuse | swirl | |
remove explicit dependencies, correct dependencies to work on OpenSuse | |||
2022-01-24 | remove explicit dependencies, correct dependencies to work on OpenSuse | Jan200101 | |
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 | Merge pull request #4447 from Stypox/patch-1 | Petr Mrázek | |
Fix error message | |||
2022-01-23 | Merge pull request #52 from oynqr/develop | swirl | |
Default to system locale language | |||
2022-01-23 | Merge pull request #88 from Scrumplex/launch-msa-login | swirl | |
Add open page & copy code button to MSA login dialog | |||
2022-01-23 | support paste.polymc.org | swirl | |
2022-01-23 | Merge pull request #95 from danielhuang/patch-1 | swirl | |
Add StartupWMClass to desktop file | |||
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-22 | Update org.polymc.PolyMC.desktop.in | Daniel Huang | |
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 | Merge pull request #87 from Scrumplex/themed-header-image | swirl | |
Header image's text color should follow GitHub theme | |||
2022-01-19 | fix(readme): header color should follow GH theme | Sefa Eyeoglu | |
As browser color scheme preference and GitHub theme can be different from each other, let's follow GitHub theme instead of browser preference. | |||
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 | Merge pull request #4428 from MandipJoshi/patch-1 | Petr Mrázek | |
Update README.md copyright date changed | |||
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 | Update README.md | MandipJoshi | |
2022-01-17 | Merge pull request #82 from PolyMC/revert-offline-mode | LennyMcLennington | |
Revert offline mode support (#81 and #50) | |||
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 | Merge pull request #81 from bexnoss/fix-msa-account-refresh | swirl | |
2022-01-16 | Fix MSA account refresh | bexnoss | |
2022-01-16 | Default to colored icons, update copyright | swirl | |
Closes: #74 | |||
2022-01-16 | Merge pull request #78 from bexnoss/readme-svg-header | swirl | |
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 | Replace PNG README header with SVG | bexnoss | |
Instead of GitHub specific MarkDown based theming this uses CSS in SVG. | |||
2022-01-15 | fix readme formatting | swirl | |
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 | Merge pull request #68 from GriffintheFolf/execname | swirl | |
Fix program executable name for shell script | |||
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 | Fix program executable name for shell script | Thomas Sirack | |