lfapi

log

age author description
2 months ago bsw Replaced reserved token class by clazzdefault tip
6 months ago bsw Optimized joins in GET /supporter (use indexed fields only)
6 months ago bsw Member options must work on delegating member, not delegate member.
6 months ago bsw Added include_members and satisfied/informed output to GET /supporter
6 months ago bsw Added snapshot support to GET /supporter
6 months ago bsw Checks for boolean must use === instead of ==
6 months ago bsw member.activated is a timestamp not a boolean
6 months ago bsw Members must be activated not active to get a session
6 months ago bsw Finished missing change for member_active
6 months ago bsw Changed member_disabled to member_active
6 months ago bsw Added support for delegating interest
6 months ago bsw Added support for delegating population
6 months ago bsw Updated general params to API revision 141
6 months ago bsw Deactivated broken disabled member filter
6 months ago bsw Interest without snapshot only for members
6 months ago bsw Fixed syntax in GET /interest
6 months ago bsw Added todo
6 months ago bsw Added GET /population
6 months ago bsw Completed snapshot support for GET /interest, code formatting for GET /event
6 months ago bsw Removed already completed todo
6 months ago bsw Fixed typo in comment
6 months ago bsw Added charset to Content-type header.
6 months ago bsw Fixed wrong argument name in nodemailer.send_mail call.
6 months ago bsw Fixed wrong file name of sendmail binary (bin->sbin).
6 months ago bsw Fixed typo.
6 months ago bsw Added charset header to HTML output of registration page.
6 months ago bsw Do not set Content-Length for json responses. Needs to be fixed again.
6 months ago bsw Replaced mailer by nodemailer for sending emails.HG:' are removed.
6 months ago bsw Removed workaround not needed anymore with current node-postgres.
7 months ago bsw Added member_ttl, added 'latest' snapshot to interest.
7 months ago bsw Added issue order by state_time_left
8 months ago bsw 2 small bug fixes
8 months ago bsw Initial checkin