Skip to content
Success

Changes

Summary

  1. added build method to youtube packets superclass (commit: 2adf691) (details)
  2. added header and footer (commit: fade3cb) (details)
  3. added oauth2 verification to php (commit: 8600f74) (details)
  4. added oauth2 flow for youtube channel (commit: 8dce449) (details)
Commit 2adf6916d51f6efdd25401b4ef1dec42978f25fe by BerndiVader
added build method to youtube packets superclass
(commit: 2adf691)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/LivestreamInfo.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/packets/Packet.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/LivestreamsById.java (diff)
The file was addedfooter.php
The file was modifieddownload.php (diff)
The file was addedheader.php
Commit 8600f74ba164eaa0058bcc2b5db128da39c55423 by BerndiVader
added oauth2 verification to php
(commit: 8600f74)
The file was modifiedClasses.php (diff)
The file was addedoauth.php
Commit 8dce4495f933bd64c5f748cfd8df941bb61e5fe7 by BerndiVader
added oauth2 flow for youtube channel
(commit: 8dce449)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/Schedule.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/discord/command/commands/Current.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/ConfigData.java (diff)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/OAuth2.java
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/mysql/DatabaseConnection.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/youtube/Youtube.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/console/command/commands/Current.java (diff)
The file was modifiedsrc/main/java/com/gmail/berndivader/streamserver/config/Config.java (diff)
The file was addedsrc/main/java/com/gmail/berndivader/streamserver/mysql/VerifyOAuth2.java