0
I Use This!
Inactive

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Aug 03, 2024 — Aug 03, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Used shared_ptr for critical sections. More... over 10 years ago
Modified to use the Bitbucket API Client package. More... over 10 years ago
Modified a test for PCH timestamps workaround. More... over 10 years ago
Upgraded the project to RAD Studio XE7 Update 1. More... over 10 years ago
Added new methos 'Execute' to 'TBitbucket'. More... about 11 years ago
Removed the 'OnLoginComplete' event from class 'TBitbucket'. More... about 11 years ago
Backed out changeset: 7564b0a85821. More... about 11 years ago
Added new event 'OnLoginStateChange' to class 'TBitbucket'. More... about 11 years ago
Rewrote 'OnLoginComplete' as 'OnLoginStateChange' and added code to change the 'Enabled' property of 'TabControl1'. More... about 11 years ago
Added a 'TGestureManager' component to the main form. More... about 11 years ago
Reset the HPP output path for Delphi units. More... about 11 years ago
Modified to send requests without authentication if not logged in. More... about 11 years ago
Renamed component 'Authenticator' to 'OAuth'. More... about 11 years ago
Renamed component 'UserRequest' to 'CurrentUserRequest'. More... about 11 years ago
Added the 'override' keywords for overriding methods. More... about 11 years ago
Used the new 'Log' function to make error reports. More... about 11 years ago
Modified REST error handling code. Removed the 'OnRequestAuthorization' event and added new property 'AuthorizationURL'. More... about 11 years ago
Enabled scoped enumerations for later use. More... about 11 years ago
Modified not to use 'boost::shared_ptr' if C++11. More... about 11 years ago
Modified 'GetUserIniFile' using class 'DelphiLock' and added calls to 'UpdateFile' for 'FUserIniFile'. More... about 11 years ago
Set the 'CallbackEndpoint' value. More... about 11 years ago
Removed an unused typedef. More... about 11 years ago
Added static methods for logging. More... about 11 years ago
Added property 'Authenticated' to class 'TBitbucket'. More... about 11 years ago
Replaced TBitbucketLoginState with a new nested type. More... about 11 years ago
Avoided 'make_shared' to cope with run-time errors. More... about 11 years ago
Renamed the C++Builder project. More... about 11 years ago
Modified to use the CurrentUserProfile property of TBitbucket. More... about 11 years ago
Added code to get the current user profile. More... about 11 years ago
Added interfaces for user profiles. More... about 11 years ago