1
0
Форкнуть 0
Граф коммитов

8 Коммитов

Автор SHA1 Сообщение Дата
J Wyman ∞ 9224b83777 build: update .gitignore
Add .\Symbols\* to the list for directories Git ought to ignore.

We'll use the new directory as a place to aggregate symbols prior to publishing them.
2018-05-03 14:56:28 -04:00
Mike Minns 90b8aedf1f Implement explicit support for authentication of repositories hosted at "bitbucket.org". It provides a Bitbucket branded UI with support for Basic Authentication credentials and those users who have activated 2FA on their account to continue to use HTTPS Git URLs.
2FA support is provided via Bitbucket's OAuth implementation, users are able to run the OAuth authorization process and the GCM can retrieve and store OAuth tokens and return them to Git in a format acceptable to Bitbucket.

Bitbucket authentication support is implemented as a peer of the existing Microsoft VSTS and GitHub implementations, in the Bitbucket.Authentication project. The implementation, as far as possible, mirrors that of the GitHub support. In an attempt to lay the ground work of support for other hosts in the future some shared GUI concepts have been pulled out into the GUI-Shared shared code project. However only the new Bitbucket implementation makes use of them, the GitHub implementation has NOT been refactored to use these shared components at this time.

Further information can be found in the BITBUCKET_README.md file within the repository.
2017-04-13 08:02:49 +01:00
XhmikosR a496ec3902 Add a script to run Coverity. 2017-01-17 20:11:21 +02:00
J Wyman 42db19bb5f Update + simplify .gitignore
The original .gitignore came from Visual Studio and included the world, which seems wholly unnecissary give the restricted scope of this project.
2016-08-04 14:52:15 -04:00
XhmikosR ba7996ac58 Tweak installer.
* Remove unneeded UninstallDelete section
* Add a check for the needed Inno Setup version
* Add an icon in the Uninstall entry
* Change button text to "Install" when we are about to do so
2016-03-22 09:45:56 +02:00
XhmikosR a037daa529 Update .gitignore to include more dirs. 2016-03-19 08:05:35 +02:00
J Wyman b191acb596 Fixed installer script
Cleaned up some code - minor stuff

Added a deploy folder for easier packaging (along with necissary ignore entry)
2015-07-21 15:29:47 -07:00
J Wyman b0b421ec4c initial check-in
includes .gitattributes and .gitignore

core project work is feature complete
2015-03-18 12:04:29 -07:00