- 36632e9 adding deprecation badge and notices by poorejc · 3 years, 8 months ago testing
- 40d93f7 Create XDATA-software.json by Stephen York · 8 years ago
- dcd9f44 Moving scotchArgs.R to STOUT REPO by poorejc · 8 years ago scotchStout
- 15382b2 Improved D3 task selection by Ubuntu · 8 years ago
- 142d78f Added D3 Histogram by Ubuntu · 8 years ago
- 11940b4 changing "status" URLs so they don't conflict with Kibana by Ubuntu · 8 years ago
- 3a829fd adding intake surveys to user JSON response by Ubuntu · 8 years ago
- 8c1ae0d Text update for Mechanical Turk by Ubuntu · 8 years ago
- 2d82c7b changing Elastic search field to must by Ubuntu · 8 years ago
- 20892e5 moving ALE_URL to secret.py by Ubuntu · 8 years ago
- 786cf3e Changing to Apache 2.0 by Ubuntu · 8 years ago
- 45663f9 changing to Apache 2.0 license by Ubuntu · 8 years ago
- 2173d54 adding SurveyMongo security libraries by Ubuntu · 8 years ago
- 416549c removing path printout by Ubuntu · 8 years ago
- f7b8a3b fixing dev/prod settings split by Ubuntu · 8 years ago
- f0035ec separating dev and prod settings by Ubuntu · 8 years ago
- d3fd049 separating production and development settings by Ubuntu · 8 years ago
- f2e67e1 adding a list of current python library requirements by Ubuntu · 8 years ago
- 36df395 switching to correct virtual environment by Ubuntu · 8 years ago
- fcf7f94 adding more sm update requests by Ubuntu · 8 years ago
- 2b9541e mTurk file by Ubuntu · 8 years ago
- 2416d42 adding mechanical turk, stout metadata by Ubuntu · 8 years ago
- 8439784 missed in last commit by Ubuntu · 8 years ago
- 8478e1b survey mongo integration by Ubuntu · 8 years ago
- 6b67eb5 fixing copyright notice to reference CSDL by York · 9 years ago
- a50f0b2 XDATA-455: adding default achievements into populate_db by York · 9 years ago
- 9abd103 XDATA-457 populate_db now reports duplicate data instead of throwing an exception by York · 9 years ago
- 4dbb916 We need the STOUT "Session ID" to be passed to User ALE, so adding a quick fix to make this happen for the "Begin Task" event. by Alex Ford · 9 years ago
- 7c88ac8 XDATA-452: removed deprecated activity logging code that is incompatible with latest version of User ALE (v3). Also fixed a bug where the User ALE singleton was falling out of scope when the iframe page was switched to the product. (task_launch.html is loaded into an iframe and is switched out, so code that must persist cannot be there.) by Alex Ford · 9 years ago
- 045531f XDATA-452: fixed a bug where we were trying to send the User ALE message before the User ALE singleton was ready. (Race condition.) by Alex Ford · 9 years ago
- e36853f XDATA-452: fixed a bug where the User ALE URL wasn't being passed through to the template. by Alex Ford · 9 years ago
- 89ef6f6 XDATA-452: removed stale references to logging.js file to reduce confusion. Fixed a bug where the User ALE worker JS file wasn't being referenced correctly. by Alex Ford · 9 years ago
- f028054 XDATA-452: added the libraries for User ALE connectivity, and instrumented the "begin task" button so that it would send that event to User ALE. by Alex Ford · 9 years ago
- de03bb9 Updated the text shown to users when they've completed all tasking. by Alex Ford · 9 years ago
- 2abe0e9 Fixed a bug where if the total tasks was computed as 0, a DivideByZero exception would be thrown. by Alex Ford · 9 years ago
- c160332 Fixed a bug where if the user didn't have achievements and the code to process them was called, but they didn't have a first or second task, an exception would throw. by Alex Ford · 9 years ago
- 6c2bd7f Fixed a bug where the first task wasn't closing correctly. by Alex Ford · 9 years ago
- b8e586e Switched the hardcoded default experiment from fandf to 2015_public_xdataonline. by Alex Ford · 9 years ago
- 37112ec XDATA-107 added several of the achievements to STOUT, though it's a bit of a "hack job" right now. The whole achievement concept needs to be thought out and designed properly before too much more is done. by Alex Ford · 9 years ago
- c349c68 updated instructions by Clay Gimenez · 9 years ago
- 8809d5a XDATA-455 fixing a bug where the reset from_email was not being set to something appropriate that the SMTP server would allow. by Alex Ford · 9 years ago
- 24e0fe7 XDATA-445 updated email address fields (hostname, port, etc.) and added a new convention to help standardize emails in the system via properties in the settings file. Now we should set and use the EMAIL_TO_* and EMAIL_FROM_* properties as much as possible. by Alex Ford · 9 years ago
- a272557 XDATA-450 adding Google Analytics tracking code to the main index.html template. by Alex Ford · 9 years ago
- cccd295 Switching over to the MySQL database for both development and production. This is necessary to avoid undetected database differences becoming problems during deployment. by Alex Ford · 9 years ago
- 4ce61d8 XDATA-449 fixing a bug that was introduced with the new user model; last_login is now required, so this must be set when new users are created. by Alex Ford · 9 years ago
- 1df6748 Updating the registration email message to include a link to the reset page. by Alex Ford · 9 years ago
- 2614ee3 XDATA-440 | adding the sites module to the INSTALLED_APPS list in settings.py and setting the initial SITE_ID to 1. by Alex Ford · 9 years ago
- 0a54362 Putting back the check for existing users. by Alex Ford · 9 years ago
- a5c0ae0 Fixed a bug in the production db where last_login must now have a value. by Alex Ford · 9 years ago
- b5473d8 XDATA-437 - addressing the re-registration error. Also improving some other stuff, like adding client-side form validation. by Alex Ford · 9 years ago
- 2829992 XDATA-438 - updating the registration email text. by Alex Ford · 9 years ago
- 41170b1 Merge branch 'testing' of https://github.com/draperlaboratory/stout into testing by Alex Ford · 9 years ago
- d998940 commented achievements by unknown · 9 years ago
- 2811fb1 more rebranding and text updates by unknown · 9 years ago
- f809adf Adding myself to the list of contributors! :) by Alex Ford · 9 years ago
- dcd68be Merge branch 'testing' of https://github.com/draperlaboratory/stout into testing by Alex Ford · 9 years ago
- 5f145ed XDATA-436 after merging in the 'rebranding' branch into the 'testing' branch, updated the styles used when listing the intake questionnaire on the task list. by Alex Ford · 9 years ago
- fe7fccc Merge branch 'rebranding' into testing by Alex Ford · 9 years ago
- bc1c9b2 XDATA-439 implementing EmailUser from module custom_user which satisfies the "username length" problem, but also properly implements using email as the "username" instead of having a separate user name field. by Alex Ford · 9 years ago
- 05324ef Removed debugging alert that shouldn't be in production. by Alex Ford · 9 years ago
- 9847e2f Fixing a bug where if a user doesn't have an experiment defined, the new code for intake introduces an out of bounds error when trying to list that user's tasks (which is of course, zero). by Alex Ford · 9 years ago
- 38c1b59 Adding default value for new intake field so that migrations can go smoother. by Alex Ford · 9 years ago
- 3e08edc XDATA-431 implementing the ability to set an intake questionnaire url, and have it displayed as a task item. This currently follows more of the instructions task items rather than the optask task item approach, so it's a little "hacky." by Alex Ford · 9 years ago
- a4cd75f Fixes XDATA-433, prevent excessive login attempts. by Alex Ford · 9 years ago
- 0407602 initial rebranding by unknown · 9 years ago rebranding
- 572d6b2 update registration to specific experiment by Dan Traviglia · 9 years ago
- 6b8353c updated with consent form and new experiment text" by Dan Traviglia · 9 years ago
- 25af16c updated settings with secret secret key by Dan Traviglia · 9 years ago
- 7a3f970 added developer portal back by Dan Traviglia · 9 years ago
- cc40eae disabled activity count retrieval from ALE endpoint by Dan Traviglia · 9 years ago
- 06913d4 update ALE endpoing in javascript by Dan Traviglia · 9 years ago
- 5cadffd added ALE endpoint to settings.py and referenced in op_tasks.views.py by Dan Traviglia · 9 years ago
- 47b6fea moved email authorization to allow registration emails by Dan Traviglia · 9 years ago
- 23ab7ff Merge branch 'security' into testing by Dan Traviglia · 9 years ago
- 1db2b60 delete conflicts from merge with achievements; mostly security stuff by Dan Traviglia · 9 years ago
- 6a793f4 Merge branch 'achievements' into testing by Dan Traviglia · 9 years ago
- 6a7e8e4 added authorization to all exp_portal and upload pages by Dan Traviglia · 9 years ago
- 18293f0 Merge branch 'dashboard' into testing by Dan Traviglia · 9 years ago
- 8aa5f4d - added authentication to developer page by Dan Traviglia · 9 years ago
- 1460cc3 - updated models with 255 length strings for url by Ubuntu · 9 years ago
- 38365e9 encryption functions and logging in views.py; AXES throttling prevention in settings.py by Ubuntu · 9 years ago
- 731b0a5 add authorization to tasks views in exp_portal by Dan Traviglia · 9 years ago
- 111bd6a updated achievements tests by Dan Traviglia · 9 years ago
- 3e371a0 add tests for achievements. achievements mostly functional by Dan Traviglia · 9 years ago
- c9eb476 Added row shading to dashboard tray even <li>s to increase reability of long lists. by Kyle Finley · 9 years ago
- 8772a13 Merge branch 'dashboard' into testing by Dan Traviglia · 9 years ago
- 63c238e update login required on uploads by Dan Traviglia · 9 years ago
- 51d2b9b Made a more thorough comment to django template code for poplulating metrics tool dropdown. Added overflow to metrics body for long lists. Added animation test for dropdown to ensure it's not displayed behind another exp row. by Kyle Finley · 9 years ago
- 2b0c190 login required added to multiple pages by Dan Traviglia · 9 years ago
- 111f4e1 Changed the variable names to select the correct master answer columns. by Kyle Finley · 9 years ago
- 4e95307 Updated the url and any instance of 'list' in the uploads module to 'expuploads'. by Kyle Finley · 9 years ago
- 9d26f54 update achievements by Dan Traviglia · 9 years ago
- 883641c Changed logic so that the D3 charts show up on initial load. Removed logic that refreshes only the chart view being changed. Commented out the Activity metric. by Kyle Finley · 9 years ago
- 7aaa165 Added /static/results/* to gitignore. Updated expPortal views.py to include all metrics (sans activity). Now also loading tool select dynamially. by Kyle Finley · 9 years ago
- 1c72fb1 pilot test achievements model by Dan Traviglia · 9 years ago
- 31f7758 Merge branch 'testing' of https://bitbucket.org/dtraviglia/stout into dashboard by Kyle Finley · 9 years ago
- 2373ff6 Added a js file for uploads module. Added ipython notebook code to views.py for the exp_portal module. by Kyle Finley · 9 years ago
- 75f52c1 merge with email branch (also includes some dashboard updates) by Dan Traviglia · 9 years ago
- 6b3976e Merge branch 'email' of https://bitbucket.org/dtraviglia/stout into email by Kyle Finley · 9 years ago
- 9df6fe1 Added if-else statements in email.py to display different status messages based on success or error in sending email. Updated the style of the send email button. Moved the status message div next to the submit button. by Kyle Finley · 9 years ago