0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Mar 18, 2025 — Mar 18, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Merge pull request #3 from drand/master More... over 13 years ago
Added unit tests for 403 changes to make sure that the incorrect accesses result in a 403 status. Ran the unit tests to ensure that the code is still functioning correctly. More... over 13 years ago
Fix problem with root going to index.html. The user is now directed to the patient index. The user is now shown a useful error page in dev mode if they are not logged in or a 403 if they are in production mode. More... over 13 years ago
Fix problem with root going to index.html. The user is now directed to the patient index. The user is now shown a useful error page in dev mode if they are not logged in or a 403 if they are in production mode. More... over 13 years ago
Providing the ability to easily create an email with a link to the patient More... over 13 years ago
Adding install instructions More... over 13 years ago
Moving attachments out of the public directory so that we can restrict access to them. More... over 13 years ago
Now responding appropriately when requesting things that users aren't supposed to see. More... over 13 years ago
Switching from SQLite to MySQL More... almost 14 years ago
Checking for duplicate emails More... almost 14 years ago
Pulling the repeated authorized user list HTML out into a shared partial More... almost 14 years ago
Added the ability to remove authorized users More... almost 14 years ago
Implemented the ability to add an authorized user. Refactored out some common code for documents and authorized users. More... almost 14 years ago
Added a missing require More... almost 14 years ago
Restricting access to patient data to authorized users at the controller layer More... almost 14 years ago
Adding the ability to restrict access to patients to the model layer More... almost 14 years ago
Adding a test for the application_helper More... almost 14 years ago
Updating the README with information about the gateway More... almost 14 years ago
Picking up the authorized user through HTTP headers More... almost 14 years ago
Updating the document creation test to match the new application flow More... almost 14 years ago
Improving application appearance and flow More... almost 14 years ago
Now supports file uploading More... almost 14 years ago
Adding carrierwave so that we can start to support file upload More... almost 14 years ago
Adding a model to represent documents for a patient More... almost 14 years ago
Cosmetic changes to the list page for patients More... almost 14 years ago
Adding in Twitter Bootstrap for look and feel More... almost 14 years ago
Switching the notification address for CI More... almost 14 years ago
Adding the license More... almost 14 years ago
Getting Travis to run the migrations before the test suite More... almost 14 years ago
Minor doc change to trigger the Travis build More... almost 14 years ago