Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
75 commits
Select commit Hold shift + click to select a range
a7536f9
remove fakecommit
webdev03 Feb 20, 2022
ae17208
remove body selector (in svelte it is scoped)
webdev03 Feb 20, 2022
00efc2c
remove console log
webdev03 Feb 20, 2022
cecedd3
structure warnings
webdev03 Feb 20, 2022
2c51522
make search bar fill screen
webdev03 Feb 20, 2022
b802f49
remove google forms link
webdev03 Feb 20, 2022
b1c08ee
const everything
webdev03 Feb 20, 2022
ca17943
Add svelte-notifications package
jdev082 Feb 20, 2022
5e467e9
Remove svelte-notifications + Change package details
jdev082 Feb 20, 2022
3f07c3e
Merge branch 'main' into optimisations
webdev03 Feb 21, 2022
cfa2ff6
fix css (oops)
webdev03 Feb 21, 2022
b480765
Add analytics
jdev082 Feb 21, 2022
0e077c6
Update App.svelte
jdev082 Feb 21, 2022
6437f8d
Add analytics
jdev082 Feb 21, 2022
01e7556
Fix README newlines
jdev082 Feb 21, 2022
0f1c6f3
Create LICENSE
jdev082 Feb 24, 2022
246d832
fix name of document
webdev03 Feb 24, 2022
b03cdd3
Merge pull request #19 from webdev03/optimisations
jdev082 Feb 24, 2022
68346ea
add navbar
jdev082 Feb 25, 2022
dbd3e52
Merge into one script tag
jdev082 Feb 25, 2022
09af385
Customize navbar
jdev082 Feb 25, 2022
affced9
Add spacing between navbar and warnings
jdev082 Feb 25, 2022
6baced8
Give navbar transparent background
jdev082 Feb 25, 2022
d536109
Get data remotely from another URL
jdev082 Mar 4, 2022
ab5aaea
maybe?
jdev082 Mar 4, 2022
ce4a3a2
Update App.svelte
jdev082 Mar 4, 2022
3829078
Update App.svelte
jdev082 Mar 4, 2022
3e5bad3
Update App.svelte
jdev082 Mar 4, 2022
a037d04
Update App.svelte
jdev082 Mar 4, 2022
ef07166
Add Windows 11 insider preview
jdev082 Mar 4, 2022
536be10
better data updates
jdev082 Mar 5, 2022
9586046
Add files via upload
jdev082 Mar 8, 2022
07e6d16
Create loading.html
jdev082 Mar 8, 2022
dfb85a0
Rename index.html to page.html
jdev082 Mar 8, 2022
ba6ca72
Update and rename loading.html to index.html
jdev082 Mar 8, 2022
7ff677f
Update index.html
jdev082 Mar 8, 2022
5ca574b
fix osinfo
jdev082 Apr 9, 2022
8a7ebb6
Add submodule auto updates
jdev082 Apr 9, 2022
0099d86
Create autoerrcmnt.yml
jdev082 Apr 9, 2022
1b3fb3b
Delete autorelease.yml
jdev082 Apr 9, 2022
fd233f1
Update update-submodules.yml
jdev082 Apr 9, 2022
cd9955a
Update update-submodules.yml
jdev082 Apr 9, 2022
adeaa1a
Update update-submodules.yml
jdev082 Apr 9, 2022
0774dcc
Update update-submodules.yml
jdev082 Apr 9, 2022
5db8205
Submodules Updated
Apr 9, 2022
c863f5c
Update Data
jdev082 May 19, 2022
b103ef3
UI Refresh
jdev082 May 20, 2022
f8db95a
Update Data
jdev082 May 22, 2022
00fb1a3
Scripts
jdev082 May 22, 2022
d03a8f4
Error on invalid query
jdev082 May 22, 2022
2830f9c
Loading Screen
jdev082 May 22, 2022
d429238
Revert "Loading Screen"
jdev082 May 22, 2022
4573428
Fix search bug
jdev082 May 22, 2022
a6da501
Fixes
jdev082 May 22, 2022
960837f
Fixes
jdev082 May 22, 2022
bcc3da9
Blur effects for browsers that support it
jdev082 May 22, 2022
65ca3a2
Add background to icons
jdev082 May 23, 2022
d2af05d
Fixes
jdev082 May 23, 2022
df246ff
Fixes
jdev082 May 23, 2022
b1fbc05
Fixes
jdev082 May 23, 2022
01bd327
Better logos
jdev082 May 23, 2022
fb2d7f4
Update Submodules
jdev082 May 23, 2022
6e247fc
Update Submodules
jdev082 May 23, 2022
f695a61
Final icon fixes
jdev082 May 23, 2022
b490a8e
Final icon fixes
jdev082 May 23, 2022
5b4d382
Submodules Updated
May 23, 2022
61278b7
Submodules Updated
May 23, 2022
8a8614e
Merge branch 'main' of https://github.com/JaydenDev/OSInfo
jdev082 May 23, 2022
32d8442
Submodules Updated
May 23, 2022
b3ec30a
Merge branch 'main' of https://github.com/JaydenDev/OSInfo
jdev082 May 23, 2022
71fdbe3
Submodules Updated
May 23, 2022
46c7952
Merge branch 'main' of https://github.com/JaydenDev/OSInfo
jdev082 May 23, 2022
0345ecc
Submodules Updated
May 24, 2022
93ee6e7
Update Submodules
jdev082 May 23, 2022
32a40ed
Update Submodules
jdev082 May 24, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions .github/workflows/autoerrcmnt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PR Commenter
on:
pull_request:
jobs:
tfsec:
name: PR Commenter
runs-on: ubuntu-latest

steps:
- name: Clone repo
uses: actions/checkout@master

- name: tfsec
uses: tfsec/tfsec-pr-commenter-action@main
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
27 changes: 0 additions & 27 deletions .github/workflows/autorelease.yml

This file was deleted.

34 changes: 34 additions & 0 deletions .github/workflows/update-submodules.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
name: 'Update Submodules'
on:
workflow_dispatch:
schedule:
- cron: "*/1 * * * *"

jobs:
sync:
name: 'Update Submodules'
runs-on: ubuntu-latest

defaults:
run:
shell: bash

steps:
- name: Checkout
uses: actions/checkout@v2
with:
ref: ${{ github.head_ref }}
token: ${{ secrets.MY_TOKEN || github.token }}
submodules: true

- name: Git Sumbodule Update
run: |
git pull --recurse-submodules
git submodule update --remote --recursive

- name: Commit update
run: |
git config --global user.name 'Git bot'
git config --global user.email 'bot@noreply.github.com'
git remote set-url origin https://x-access-token:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git commit -am "Submodules Updated" && git push || echo "No changes to commit"
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "OSInfo-Data"]
path = OSInfo-Data
url = https://github.com/JaydenDev/OSInfo-Data
21 changes: 21 additions & 0 deletions LICENSE
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
MIT License

Copyright (c) 2022 JaydenDev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
1 change: 1 addition & 0 deletions OSInfo-Data
Submodule OSInfo-Data added at cb5202
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# OSInfo
The place to go for OS information
# Credits
@webdev03, Search UI and Functionality
@kccuber-scratch, Bug fixes, code maintainence, and quality fixes.
@webdev03, Search UI and Functionality \
@kccuber-scratch, Bug fixes, code maintainence, and quality fixes. \
1 change: 0 additions & 1 deletion fakecommit

This file was deleted.

Binary file added loading.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "svelte-app",
"name": "OSInfo",
"version": "1.0.0",
"private": true,
"scripts": {
Expand Down
68 changes: 2 additions & 66 deletions public/global.css
Original file line number Diff line number Diff line change
@@ -1,67 +1,3 @@
html, body {
position: relative;
width: 100%;
height: 100%;
background-color: #0D1117;
scrollbar-width: none;
-ms-overflow-style: none;
scroll-behavior: smooth;
}

body {
color: #000000;
margin: 0;
padding: 8px;
box-sizing: border-box;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

a {
color: rgb(0,100,200);
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:visited {
color: rgb(0,80,160);
}

label {
display: block;
}

input, button, select, textarea {
font-family: inherit;
font-size: inherit;
-webkit-padding: 0.4em 0;
padding: 0.4em;
margin: 0 0 0.5em 0;
box-sizing: border-box;
border: 1px solid #ccc;
border-radius: 2px;
}

input:disabled {
color: #ccc;
}

button {
color: #333;
background-color: #f4f4f4;
outline: none;
}

button:disabled {
color: #999;
}

button:not(:disabled):active {
background-color: #ddd;
}

button:focus {
border-color: #666;
}
height: 100vh;
}
3 changes: 2 additions & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,15 @@
<meta charset='utf-8'>
<meta name='viewport' content='width=device-width,initial-scale=1'>

<title>WinInfo</title>
<title>OSInfo</title>

<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/themes.css'>
<link rel='stylesheet' href='/build/bundle.css'>

<script defer src='/build/bundle.js'></script>
<script>if(!sessionStorage.getItem("_swa")&&document.referrer.indexOf(location.protocol+"//"+location.host)!== 0){fetch("https://counter.dev/track?"+new URLSearchParams({referrer:document.referrer,screen:screen.width+"x"+screen.height,user:"JaydenDev",utcoffset:"-6"}))};sessionStorage.setItem("_swa","1");</script>
</head>

<body>
Expand Down
1 change: 1 addition & 0 deletions public/logos/10.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/11.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/7.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/logos/apple.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
79 changes: 79 additions & 0 deletions public/logos/linux.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions public/logos/ubuntu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading