0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Aug 08, 2024 — Aug 08, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #4 from timbaobjects/master More... about 13 years ago
added South to the install requirements in setup.py More... about 13 years ago
replaced hard-coded sender's email with Django's DEFAULT_FROM_EMAIL which can be overriden in the settings More... about 13 years ago
added the "updated" model field to track model updates (useful for tracking message delivery) More... about 13 years ago
added South for schema migrations and included initial migrations More... about 13 years ago
rev to 0.5.2 More... about 13 years ago
make password optional for alert endpoint More... about 13 years ago
remove requirement for a password to be set in order to send an alert More... about 13 years ago
rev to 0.5.1 which fixes csrf_exempt error More... about 13 years ago
fix up alert sending More... over 13 years ago
add alert endpoint for use by android relayers More... over 13 years ago
fix empty sms case More... over 13 years ago
oops, make sure we only relay on POSTs More... over 13 years ago
Merge branch 'master' of http://github.com/nyaruka/rapidsms-httprouter More... over 13 years ago
add relay log hook to send off a log from a POST to the server admin More... over 13 years ago
fix search on GET requests More... over 13 years ago
Merge branch 'master' of http://github.com/nyaruka/rapidsms-httprouter More... over 13 years ago
use REQUEST instead of POST and GET to allow more flexibility in pagination or requests More... over 13 years ago
bump version to 0.4.0 More... over 13 years ago
have the outbox honor the backend being asked for More... over 13 years ago
Resolve conflict with django 1.3 messages More... almost 14 years ago
mo better sql locking More... about 14 years ago
merge More... over 14 years ago
attempt at using SQL SELECT FOR UPDATE to deal with locking More... over 14 years ago
move commit back to original location, this one results in deadlocks.. doh More... over 14 years ago
add timeout to url open More... over 14 years ago
allow people to use a normal paginator in their router console template if they want More... over 14 years ago
fix what transxaction is committed so we don't double send More... over 14 years ago
Merge branch 'master' of http://github.com/nyaruka/rapidsms-httprouter More... over 14 years ago
add in ability to filter responses by number of text body More... over 14 years ago