0
I Use This!
Inactive

Commits : Listings

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