[Bps-public-commit] RT-Authen-Bitcard annotated tag, deployed, updated. deployed
Thomas Sibley
trs at bestpractical.com
Fri Apr 26 20:27:41 EDT 2013
The annotated tag, deployed has been updated
to 9488ccf1e93df4e50c042cc22cdda13b080318c6 (tag)
from 9f4482ba7f44fcd84a4511e19e3ae42f21607e5d (which is now obsolete)
tagging 6232108474269b7b31cee37d35d3aaaa2327d783 (commit)
tagged by Thomas Sibley
on Fri Apr 26 17:27:15 2013 -0700
- Log -----------------------------------------------------------------
deployed point on rt.cpan.org
Kevin Falcone (3):
ask noted that we need to make the username required info, otherwise
Push bitcard onto the ReferrerWhitelist
Prep for a 0.04_01 release
Kevin Riggle (27):
Created a directory for Bitcard authentication for RT
* Added the skeleton of RT::Authen::Bitcard
* Added metadata about which files to ignore
* Implements the basic idea needed for Bitcard auth
* Added actual Bitcard auth code
* Added user verification
* Now loads users based on the (Bitcard-verified, and therefore hopefully
* Added create-new-user functionality
* Fixed user-creation so it actually works (kinda)
* Made this extension provide supplemental auth, not primary auth.
* First pass at Bitcard logout
* Logout through Bitcard
* Removed hard-coded paths, added a $BitcardToken config option
* Added a link to the Bitcard account administration page
* Adds a "manage my account" link if you're logged in with credentials from
* Added a "Get a Bitcard account" link
* Regen'd with the latest Module::Install
RT-Ticket: 7277
* Updated manifest
* Added a MANIFEST.SKIP to RT::Authen::Bitcard
* Removed the .author dir, told SVN to ignore it in the future
* Added a MANIFEST.SKIP to RT::Authen::Bitcard
* Removed the .author dir, told SVN to ignore it in the future
* Added a debug message when $bc->verify() fails.
* Merged Robert and my changes
* Changed debug() to warn()
* Not sure how *that* got in there...
Robert Spier (2):
- add NewUser callback
bitcard ssl cert is on www.bitcard.org
Ruslan Zakirov (22):
use the same return URL for login and logout
workaround Authen::Bitcard's inabilty to deal with perl strings
update M::I and related
delete MANIFEST.SKIP as it's really not required these days
use everywhere the same return URL so we don't have to put multiple URLs for the same site
bump version
use register_url method instead of hardcoded string
handler method into lib/RT/Authen/Bitcard.pm, so we can get rid of duplications
use new method
use new method
use new method
use ->bitcard_url method instead of hardcoded value
flush the current session if user tries to login using bitcard
bump version
bump version for release to the CPAN
don't change session unless we are sure everything is fine
add a function for error reporting
don't try to use name on create if it's already in use
update M::I
use h3/p tags instead of input-row div
fix login/register links
refactor this whole module
Shawn Moore (3):
Update Module::Install
Add auto_install to the Makefile.PL
Update META.yml
Thomas Sibley (11):
Add dependency
* Fixed the Logout.html callbacks so they're called and only
* We want to create privileged users
More UI friendly link text. ("Click here" links are a huge pet peeve of mine.)
Update build toolchain
Add a standard .gitignore
Simplify the redirect to Bitcard's logout endpoint
Use RT 4 menuing for the "Manage Bitcard account" link
Start with a fresh session when successfully logging in a user
Requires RT 4
Merge branch 'rt4'
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list