This repository has been archived by the owner on Feb 24, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - added login panel - added session - added session checking - added logout - highlight OP in comments (#19) - show root comments on default (#21) - increase timeout for axios request (#22) - added timeout setting - added username to logout - added user page - added collections to landing page - added basic collection - added media warning - changed background color to default
- Loading branch information
Showing
18 changed files
with
704 additions
and
131 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
"name": "reddit-viewer", | ||
"displayName": "Reddit Viewer", | ||
"description": "Browse Reddit in code style", | ||
"version": "1.3.4", | ||
"version": "1.4.0", | ||
"publisher": "ekarbe", | ||
"author": "Eike Christian Karbe <[email protected]>", | ||
"engines": { | ||
|
@@ -94,6 +94,18 @@ | |
"type": "boolean", | ||
"default": true, | ||
"description": "Set if the landing page should be loaded on activation or the default subreddit should be loaded" | ||
}, | ||
"redditviewer.requestTimeout": { | ||
"type": "integer", | ||
"default": 10000, | ||
"minimum": 1000, | ||
"maximum": 60000, | ||
"description": "Set the timeout for requests in ms" | ||
}, | ||
"redditviewer.userManagement": { | ||
"type": "boolean", | ||
"default": true, | ||
"description": "Set if the user management should be active. Deactivating this will disable login and all user related actions" | ||
} | ||
} | ||
} | ||
|
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.