|
6161d6caaf
|
clean up code, use method instead of magic constant.
|
2017-11-15 14:17:55 +01:00 |
|
|
c5c42ca3bc
|
Show list of feedback messages for specific exercises
|
2017-11-08 22:31:01 +01:00 |
|
|
69250901a1
|
Fix typo
|
2017-11-08 21:24:46 +01:00 |
|
|
c4cf11f299
|
Refactor user redirect after submission
|
2017-11-08 15:39:04 +01:00 |
|
|
1551498358
|
Merge branch 'master' into user_exercise_feedback_backend
# Conflicts:
# app/views/application/_navigation.html.slim
|
2017-11-01 10:29:43 +01:00 |
|
|
539b2931c3
|
changed behaviour of user exercise feedback (max 20 is collected), added some constant for the integers used.
|
2017-10-25 10:38:27 +02:00 |
|
|
d162f78b67
|
Add filters to index page
|
2017-10-16 11:45:23 +02:00 |
|
|
12b9365e6e
|
Implement show action
|
2017-10-15 18:55:33 +02:00 |
|
|
d353dbaf5b
|
Implement index action. Repair destroy
|
2017-10-15 18:23:58 +02:00 |
|
|
9bebbe9a6c
|
Merge remote-tracking branch 'origin/master' into error-info
# Conflicts:
# app/controllers/concerns/submission_scoring.rb
# app/views/application/_navigation.html.slim
# config/locales/de.yml
# config/locales/en.yml
# db/schema.rb
|
2017-10-15 17:02:19 +02:00 |
|
|
577f157996
|
extracted number of interventions per exercise into own variable
|
2017-10-04 16:51:41 +02:00 |
|
|
f7e013ed89
|
allow only one intervention per user and exercise but 3 interventions per user and day
|
2017-10-04 16:47:25 +02:00 |
|
|
e52c9213a1
|
try to activate interpretation of carriage return
|
2017-10-04 16:42:42 +02:00 |
|
|
b078cddc68
|
enhance testrun output
|
2017-10-04 16:18:24 +02:00 |
|
|
85ee40f118
|
Merge pull request #130 from openHPI/exercise-collections-ui
Exercise Collections UI
|
2017-10-04 15:43:01 +02:00 |
|
|
e74c25746c
|
Implement new action
|
2017-10-04 12:40:37 +02:00 |
|
|
95a849e9f5
|
removed expected working time from show/create/index and database since we do not use it
|
2017-10-04 11:41:08 +02:00 |
|
|
7cb7146e7e
|
Implement update
|
2017-10-04 11:35:51 +02:00 |
|
|
93797a665d
|
Implement index page
|
2017-09-27 16:37:52 +02:00 |
|
|
44a3cabe98
|
Scaffold exercise collection routes
|
2017-09-27 16:08:56 +02:00 |
|
|
da4d54859c
|
save run outputs with cause requestComments with more content (5000 chars instead of 500). Always save full JSON content.
|
2017-09-21 17:21:13 +02:00 |
|
|
194984a620
|
add cause to testruns
trigger run and assess on request_for_comment
|
2017-09-21 17:21:10 +02:00 |
|
|
c323205036
|
Only send one email per user when subscription gets a new comment
|
2017-09-20 17:23:49 +02:00 |
|
|
be5b1df76a
|
Make subscriptions insert-only
|
2017-09-20 17:14:55 +02:00 |
|
|
28741854a6
|
Merge pull request #125 from openHPI/rework-comment-modal
Rework comment modal
|
2017-09-20 16:51:47 +02:00 |
|
|
8d1c846fae
|
changes to newrelic
|
2017-09-20 13:29:26 +02:00 |
|
|
8f372bab04
|
added total_entries attribute to fix pagination on more complicated query. Don't know why this is necessary. Fix was found by MGrundke
|
2017-09-15 14:52:35 +02:00 |
|
|
9ce29d211b
|
Cleanup of Intervention and Bonus Exercise Experiments
|
2017-09-14 16:53:59 +02:00 |
|
|
374f21592d
|
Don't send mail to original author if they subscribe to their own RFC
|
2017-09-13 14:41:09 +02:00 |
|
|
85928361cb
|
Add unsubscribe link to emails and cleanup user mailer
|
2017-09-13 14:37:10 +02:00 |
|
|
995c22ba8a
|
Fix json response status codes
|
2017-09-13 14:22:00 +02:00 |
|
|
cea2781417
|
Implement unsubscribe route to delete subscriptions
|
2017-09-13 11:57:34 +02:00 |
|
|
3f40a6f29c
|
Remove whitespace
|
2017-09-13 08:28:13 +02:00 |
|
|
6bf7aee948
|
Fix create parameter naming
|
2017-09-13 08:22:37 +02:00 |
|
|
b69bb9866f
|
Add controller logic for subscription#create
|
2017-09-13 07:56:02 +02:00 |
|
|
0557255d74
|
Fix attribute name
|
2017-09-13 07:55:33 +02:00 |
|
|
811fc72e1e
|
Add mailer for subscriptions
|
2017-09-13 07:07:06 +02:00 |
|
|
4baab7430c
|
push commenters to RFC model
|
2017-09-13 07:06:55 +02:00 |
|
|
f77c7410e1
|
Add subscription controller
|
2017-09-06 16:18:44 +02:00 |
|
|
b0bff8c573
|
Merge remote-tracking branch 'origin/master' into rework-comment-modal
|
2017-09-06 09:35:25 +02:00 |
|
|
0f65508951
|
Merge pull request #109 from openHPI/use_names_from_lti
restrict name to be set to lis_person_name_full (should be display na…
|
2017-08-28 16:25:26 +02:00 |
|
|
6aaa0f3bca
|
Remove code to delete all comments on one line and restore default delete route for comments
|
2017-08-25 18:15:02 +02:00 |
|
|
b64809c4b9
|
Return if comment can be edited by the current user
|
2017-08-24 11:47:50 +02:00 |
|
|
280b4dbe0c
|
Fix question mark bug
|
2017-08-23 15:37:48 +02:00 |
|
|
530e727d6e
|
Merge remote-tracking branch 'origin/master' into error-info
|
2017-08-23 14:51:53 +02:00 |
|
|
b90392f580
|
Merge pull request #124 from openHPI/rfc-enhancements
Rfc enhancements
|
2017-08-23 14:44:23 +02:00 |
|
|
f30b60657f
|
Get more comment information from the server
|
2017-08-17 13:56:28 +02:00 |
|
|
9e53fb4ea5
|
Fix query for RFC activity
|
2017-08-16 16:03:49 +02:00 |
|
|
06f11ae6f5
|
Fix RFC lists for RFCs without comments
|
2017-08-13 16:09:44 +02:00 |
|
|
726ef31ee7
|
Add new route to view all RFCs the user has commented on
|
2017-08-13 15:01:11 +02:00 |
|