Eric Amodio
68ab8fc56e
Fixes #1818 : adds reauthentication support
2年前
Eric Amodio
946bfd8ba3
Fixes display states for worktrees welcome view
2年前
Eric Amodio
ef55c8d728
Adds better error handling for validation
2年前
Eric Amodio
70eee1dc9b
Adds GitKraken subscriptions support
For upcoming premium features
3年前
Eric Amodio
e175082192
Add basic virtual repository support (wip)
2年前
Eric Amodio
9c2df377d3
Removes use strict as not needed for ES modules
2年前
Eric Amodio
11da2efc97
Adds better provider error handling
2年前
Eric Amodio
8ae14669fb
Adds better provider (GitHub) error handling
2年前
Eric Amodio
ae490b6889
Continues progress on web-enabled build
Consolidates to node-fetch 2.6.7 as Octokit requires v2
2年前
Eric Amodio
c8e52ba8d9
Adds optional updateContext to git providers
Avoids re-export from git provider service
2年前
Eric Amodio
b083eaca58
Splits Git errors from others
2年前
Eric Amodio
1d93f9cdbd
Reorganizes git models/parsers/formatters imports
Reorganizes local git support to exclude from web
Swaps sha1 usages to md5 to avoid needing sha1 on the web (md5 is required by Gravatar)
Avoids crypto-browserfy and imports md5.js directly
Uses platform crypto for random nonce strings
2年前
Eric Amodio
b062e960b6
Refactors core git service into a provider model
This is to ultimately will support virtual repositories (without git)
3年前