Act
Act copied to clipboard
A Conference Toolkit (Git conversion of the Subversion repository)
Fixes a bug where unicode chars in the subject aren't properly encoded: Wide character in syswrite at /usr/local/lib/perl5/5.30.0/Net/Cmd.pm line 210.
Add a new feature that will rehash passwords with salt using EKS Blowfish when a user changes their password. It maintains backwards compatibility with current password digest and it supports...
Because the session ID currently is stored in the "users" table, one can not be logged on more than one conference on an Act instance. Although not a big issue,...
Hey @book, could you merge the PSGI branch by chance?
A continuation of the discussion started in [metacpan issues](https://github.com/metacpan/metacpan-api/issues/807#issuecomment-384907958) the subject being the non consent of attendee's data sharing between services. This file is a compilation of publicly available data....
Several small (and maybe dirty) fixes that let Act on PSGI work for http://yapcrussia.org/ conferences.
Witness: http://act.perl-workshop.ch/spw2017/user/11869 - the link to the Alpine Perl Workshop 2016 is missing `/` between the conference name and `user/` so results in a 404. Compare: http://act.perl-workshop.ch/spw2017/user/10652 - only the...
There are many 23 bit public key IDs that have collisions already, see http://evil32.com The key ID field should fit the full fingerprint or 64 bit IDs at least.
Reverts commit 0f91e321a04b3262657ca63dcfdf74e61bc82a4f Revert "apparently, one must check whether a checkbox is checked or not using .prop() and no longer with .attr(), since jQuery 1.6+" The commit was right, _but_...