Commit Message Author Date Diff Refs
27a2216 Require data storage consent before signup Chip Black 2018-05-24 2 (+21/-0) master
b8a2cd6 Remove /unsubscribe from htaccess config Chip Black 2014-10-27 1 (+0/-1)
a943c26 Rearrange meta tags and add shortcut icons Chip Black 2015-04-27 2 (+14/-4)
b3ecb71 Fix scrolling on Winphone IE Chip Black 2015-04-11 1 (+4/-0)
120abb7 Changelog for 1.11 Chip Black 2015-03-05 1 (+45/-0) v1.11
3686c61 Make daily-digest work for more users than just me Chip Black 2015-03-04 1 (+6/-1) account-recovery
bbb9ded Add daily digest script Chip Black 2015-03-02 2 (+71/-1)
d67dd1b Fix ordering in perl subscription_list Chip Black 2015-03-02 1 (+1/-1)
4210d2d Make Account Center only usable when logged in Chip Black 2015-03-02 2 (+33/-15)
f1c5b25 Add forgot password UI Chip Black 2015-03-01 4 (+92/-2)
21ea25f Clarify email text Chip Black 2015-03-01 2 (+2/-2)
b955e0e Add mail-based account recovery Chip Black 2015-03-01 2 (+51/-3)
40104fc Add email verification UI Chip Black 2015-03-01 6 (+153/-1)
efce7ec Use more appropriate URL base64 encoding and colon separators Chip Black 2015-03-01 2 (+18/-15)
97cbb6c Add email status to backend Chip Black 2015-02-27 1 (+19/-0)
b152c3c Add email backend CGI Chip Black 2015-02-27 1 (+164/-0)
4ebc59f Add runtime configuration to perl lib Chip Black 2015-02-27 2 (+37/-0)
b9aab20 Remove debugging from recovery.cgi Chip Black 2015-02-27 1 (+0/-1)
848df2d Further refinements for account recovery Chip Black 2015-02-26 4 (+6/-10)
476c970 Add new account center and account recovery frontends Chip Black 2015-02-26 9 (+202/-78)
8955f58 Add auxilliary CGI for account recovery Chip Black 2015-02-26 1 (+122/-0)
657e966 Add auth counter to perl library Chip Black 2015-02-21 3 (+28/-1)
d2173f6 Add an auth "counter" function for tracking auth changes Chip Black 2015-02-21 2 (+26/-0)
53a889d Add BLERG_HOME to env vars Chip Black 2015-02-18 1 (+6/-1)
72efa38 Add authentication documentation for Blerg::Database Chip Black 2015-02-18 1 (+35/-0)
35f91ea Reorganize auxilliary CGIs Chip Black 2015-02-18 4 (+208/-211)
574667b Fix usage of constants in RSS CGI Chip Black 2014-10-26 1 (+1/-1) v1.10
39190ea Add changelog for 1.10 Chip Black 2014-10-26 1 (+51/-0)
6d8bbc2 Make API object propagate authentication failures Chip Black 2014-10-21 2 (+48/-6)
c28890f Remove autoconf system that I wasn't maintaining Chip Black 2014-10-21 6 (+2/-466)
5716eac Note that you can't use YAJL 2 Chip Black 2014-09-25 1 (+1/-1)
b2df9b0 Update docs for API changes Chip Black 2014-07-31 2 (+84/-46)
5b2b87e Expire auth cookie on logout Chip Black 2014-07-30 1 (+1/-0)
79fccce GET-ify client API Chip Black 2014-07-25 1 (+19/-47)
859f2b6 Update token timestamp on auth verification Chip Black 2014-07-25 1 (+4/-0)
22ea1c1 Add touch method to update stringring timestamp Chip Black 2014-07-25 2 (+16/-0)
2ed464c Normalize /subscribe to accept a parameter rather than having two endpoints Chip Black 2014-07-25 1 (+17/-23)
32321bf Make /status work with GET for non-changing requests Chip Black 2014-07-25 1 (+24/-24)
948ce5b Modify backend to use new auth cookie format Chip Black 2014-07-10 1 (+24/-29)
14aadc4 Additional sanity checks for parse_auth_cookie Chip Black 2014-07-10 1 (+5/-0)
a06b78f Add a function for parsing combined auth cookies Chip Black 2014-07-10 2 (+30/-1)
3e31380 Return the status of token removal in auth_logout Chip Black 2014-07-03 1 (+3/-2)
f0c9b09 Reorder libs in Makefile.PL so it will link properly Chip Black 2014-07-03 1 (+1/-1)
57bd597 Various cleanup Chip Black 2014-07-03 4 (+6/-4)
fa9730e Make auth use new stringring storage Chip Black 2014-07-03 2 (+35/-22)
c4159b6 Add -Wall for ultra-pedantry Chip Black 2014-07-03 1 (+1/-1)
d256c26 Cleanup and rename a lot of stringring stuff to make more sense Chip Black 2014-07-03 2 (+73/-71)
973130f Add stringring implementation Chip Black 2014-07-02 3 (+205/-1)
b8fe46e Fix a lot of dumb bugs in stringbucket Chip Black 2014-07-02 1 (+77/-15)
7361ed5 MAP_FAILED, not NULL! Chip Black 2014-07-01 1 (+1/-1)