1
I Use This!
Activity Not Available

Commits : Listings

Analyzed over 1 year ago. based on code collected over 1 year ago.
Jun 28, 2023 — Jun 28, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved everything from packages "repository" and "service" to package "services" for consistency. More... about 13 years ago
Moved everything from packages "repository" and "service" to package "services" for consistency. More... about 13 years ago
Cleaned up file repository implementations based on discussion in Programming in Scala. More... about 13 years ago
Example client to elasticsearch as a play plugin. More... about 13 years ago
Refactored rabbitmq code as a play plugin. More... about 13 years ago
Capture exception when rabbitmq not available and print out error. This lets us run the webapp without having a rabbitmq server running. More... about 13 years ago
RabbitMQ example for submitting extraction to the eventbus. There is still an issue with an actor not releasing at shutdown. This also fixes a problem with GridFS by using the casbah JodaGridFS wrapper. More... about 13 years ago
Added Joda time conversions required by Casbah. More... about 13 years ago
Login and signup using securesocial. More... about 13 years ago
Upload form span full width. More... about 13 years ago
Cleaned up file upload page. More... about 13 years ago
Interface clean up including our own twitter bootstrap input view. More... about 13 years ago
Routes order matters. More... about 13 years ago
Routes cleanup. More... about 13 years ago
Moved search action to standalone search controller. More... about 13 years ago
Moved login code to authentication cotroller. More... about 13 years ago
Moved files endpoints to standalone controller. More... about 13 years ago
Moved users actions to standalone Users controller. More... about 13 years ago
Merge branch 'master' of https://[email protected]/stash/scm/MED/medici-play.git More... about 13 years ago
Search results place holder page. More... about 13 years ago
Search results place holder page. More... about 13 years ago
Cleaned up the main menu and added a placeholder page for search. More... about 13 years ago
Styled file listing page. More... about 13 years ago
Styled file page. More... about 13 years ago
Properly keep track of the filename both at upload and at download. More... about 13 years ago
Renamed to medici-play for now. More... about 13 years ago
Added a few more directories to gitignore. More... about 13 years ago
On-disk and in-mongo-gridfs file storage using dependency injection via the cake pattern. More... about 13 years ago
Removed extra field from upload form and added a simple login page as an example of form handling. More... about 13 years ago
Added file download button. More... about 13 years ago