Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ImgBot] Optimize images #5

Open
wants to merge 117 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
117 commits
Select commit Hold shift + click to select a range
20de8ee
Initial commit
Mar 3, 2020
eab3816
Created initial platform files
Mar 6, 2020
f0b62fe
Created GitHub workflow
Mar 6, 2020
6e69540
Modified workflow
Mar 6, 2020
16af113
Began work on channel manager
Mar 7, 2020
9785bf5
Resolved build exception
Mar 7, 2020
85d6ffa
Created basic styling, index pages
Mar 8, 2020
37141c9
Turned index pages into lists
Mar 8, 2020
34059da
Corrected styling bug
Mar 8, 2020
261593e
Began work on login page
Mar 13, 2020
a778384
Began work on login page UI
Mar 13, 2020
94354f3
Remove redirect on load of login page
Mar 13, 2020
b958079
Corrected improper JS token
Mar 13, 2020
e9832b5
Just ... I can't code well today.
Mar 13, 2020
5c29af4
Added authentication information
Mar 13, 2020
dc77971
Corrected lack of styling in index
Mar 13, 2020
5cb2b4e
Update include calls
Mar 14, 2020
b6489d0
Remove global permalink setting
Mar 14, 2020
4a93df8
Began work on channel creation
Mar 14, 2020
b72540c
Correct bug where JS code could not access HTML elements
Mar 14, 2020
171170c
Corrected faulty auth code
Mar 14, 2020
95e6a61
Moved auth details to proper context
Mar 14, 2020
34519da
Escape fetch request data
Mar 14, 2020
dbc7cac
Corrected access to auth JSON
Mar 14, 2020
b4cd9f4
Added scopes to login page
Mar 14, 2020
e5cc648
Forgot commas!
Mar 14, 2020
30a70b4
Also forgot braces ...
Mar 14, 2020
f7fb90e
Removed unused code
Mar 14, 2020
9c8de28
Log access token
Mar 14, 2020
318f4c1
Implemented profile pictures
Mar 14, 2020
b394c29
Fixed logging statement
Mar 14, 2020
aa0459c
Fixed it again!
Mar 14, 2020
7918724
Boy gee, I missed a token!
Mar 14, 2020
5de7ffe
Integrate pipedream workflow
Mar 14, 2020
f975184
Trying to resolve issue with HTTP request
Mar 14, 2020
101ae99
Fixing malformed string
Mar 14, 2020
3a72c44
We need to do some string escaping!
Mar 14, 2020
30c5a88
Corrected issue with channel creation workflow
Mar 14, 2020
064ecef
Fixed major workflow problem
Mar 14, 2020
edf856f
Whoa, we don't want WDHAN included!
Mar 14, 2020
dccb422
Investigating ...
Mar 14, 2020
bf91a70
Output all contents in workflow
Mar 14, 2020
6e989d5
Ensure workflow fails if data string is null
Mar 14, 2020
e2c2f60
Try some logging to investigate
Mar 14, 2020
b1a190c
Reintroduced displayName
Mar 14, 2020
7e270d2
Remove newline in workflow
Mar 14, 2020
dd52fae
Add create command to workflow
Mar 14, 2020
6bd7514
Resolved incorrect YAML in workflow
Mar 14, 2020
f796bb8
I put too many quotes
Mar 14, 2020
52c667d
Why is this so hard!?!?
Mar 14, 2020
fc9fcdf
Fixed path to WDHAN
Mar 14, 2020
4e50731
Hopefully this works
Mar 14, 2020
df17676
New pushing to repo from workflow
Mar 14, 2020
fdf03af
Why is the workflow failing?
Mar 14, 2020
7efb8dc
Maybe whitespace issues?
Mar 14, 2020
97f9f17
Completely new action
Mar 14, 2020
22d049d
Can I swear in my commit messages?
Mar 14, 2020
ea7def7
I'm calm
Mar 14, 2020
a534f06
WOOHOO!
Mar 14, 2020
76aafe8
Creating channel: Emil Sayahi
Mar 14, 2020
d93f9cf
Created manual publishing workflow
Mar 14, 2020
11ee61f
Maybe I have to escape the string?
Mar 14, 2020
4daa6b3
Wrong approach, apparently
Mar 14, 2020
7969896
Changed secret in workflow
Mar 14, 2020
ff4d861
Removed unused channels
Mar 14, 2020
3ede175
Creating channel: Emil Sayahi
Mar 14, 2020
f05c67c
Changed channel creation, added settings page
Mar 15, 2020
b6998ad
Added link to settings from index
Mar 15, 2020
a2040d6
Corrected improper accessing of uid
Mar 15, 2020
8d6172c
Removed useless logging statement
Mar 15, 2020
0c05c90
Corrected bug where username woud not display on settings page
Mar 15, 2020
aeca6ff
Created workflow for channel modification
Mar 15, 2020
f0a713f
Adjusted username to displayName instead of uid
Mar 15, 2020
127ec7e
Settings menu wouldn't show account name
Mar 15, 2020
24bdee8
Move Firebase scripts to bottom of pages
Mar 15, 2020
6e45f0d
auth.html would throw errors without certain HTML elements
Mar 15, 2020
acab5a7
Creating channel: 32737166
Mar 15, 2020
57d6c6f
Moved scripts on settings page to inc
Mar 15, 2020
769100a
Changed global permalink
Mar 15, 2020
4c188af
Removed unused documents
Mar 15, 2020
eae2757
Add navbar to multiple pages
Mar 15, 2020
bc2cc3a
Show account email on settings page
Mar 15, 2020
25652e0
Delay settings script until page is fully loaded
Mar 15, 2020
5053fe4
Changed API request from POST to GET
Mar 15, 2020
d2ddb81
Properly remove elements on settings page
Mar 15, 2020
4a9ec45
Delay script for 750ms
Mar 15, 2020
d6cdca5
Changed POST to GET
Mar 15, 2020
c117615
Put navbar in index
Mar 15, 2020
6445e62
Added channel description field to settings menu
Mar 15, 2020
17536ab
Add switch toggles to settings page
Mar 15, 2020
98fec82
Implemented logging out
Mar 15, 2020
d1056fd
Added logo
Mar 15, 2020
512fd92
Added branding files
Mar 15, 2020
11405b8
Update _config.json
Mar 15, 2020
6a5c990
Update _config.json
Mar 15, 2020
9a4cd7e
Update _config.json
Mar 15, 2020
7153ef9
Include directories for branding and fonts
Mar 15, 2020
4757af2
Move /logout to the correct directory
Mar 15, 2020
e4cd4dd
Removed 'posts' collection
Mar 15, 2020
3cde5a3
Included Firebase in logout page
Mar 15, 2020
441978c
Added title to logout page HTML
Mar 15, 2020
3989106
Log GitHub API response to console
Mar 15, 2020
99da04d
Added some functionality to settings page, created navbar
Mar 15, 2020
d28ddcf
Deleting channel: 32737166
Mar 15, 2020
1e69a21
Make navbar logo redirect to home
Mar 15, 2020
700966d
Creating channel: 32737166
Mar 15, 2020
155e3e7
Added GitHub repository documents
Mar 15, 2020
22ba3e3
Add warning to settings page
Mar 15, 2020
f8d800c
Moved CSS from HTML to main.css
Mar 15, 2020
80b23ee
Remove 'repo' scope for authentication
Mar 15, 2020
74726ff
Don't show user info on navbar if logged out
Mar 15, 2020
a36ae28
Creating channel: 9283018
Mar 15, 2020
c088ac6
Creating channel: 5004276
Mar 17, 2020
8a063be
Initial hyper:// rewrite files
Apr 29, 2020
fe6461a
Ignore Jekyll with GitHub Pages
Apr 29, 2020
1e9865a
Added blank subscriptions and discover pages
Apr 29, 2020
51d0d7e
[ImgBot] Optimize images
ImgBotApp Jan 8, 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
7 changes: 0 additions & 7 deletions README.md

This file was deleted.

8 changes: 0 additions & 8 deletions SECURITY.md

This file was deleted.

27 changes: 0 additions & 27 deletions _includes/navbar.js

This file was deleted.

Binary file modified branding/ascii/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/ascii/logo_big.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/android-chrome-384x384.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-114x114-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-120x120-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-144x144-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-152x152-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-180x180-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-72x72-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-76x76-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/apple-touch-icon-precomposed.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 0 additions & 12 deletions branding/icons/browserconfig.xml

This file was deleted.

Binary file modified branding/icons/mstile-144x144.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/mstile-150x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/mstile-310x150.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/icons/mstile-70x70.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
43 changes: 1 addition & 42 deletions branding/icons/safari-pinned-tab.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
54 changes: 0 additions & 54 deletions branding/icons/site.webmanifest

This file was deleted.

Binary file modified branding/letter/logo.png
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 branding/letter/logo.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified branding/regular/logo.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading