Commit Graph

717 Commits

Author SHA1 Message Date
ff6b04c051 Check for existence of submissions before accessing them 2020-11-24 01:37:12 +01:00
319dc9d4db Check for first non-null exercise for permission 2020-11-23 23:36:34 +01:00
3d7bddcad1 Adjust RegEx for RfC show 2020-11-21 00:50:59 +01:00
6795a05944 Fix search for users with deleted consumer 2020-11-18 23:17:55 +01:00
9fcb178839 Check for null in RfC RegEx 2020-11-17 21:46:42 +01:00
4999918e51 Check for study group before checking permission 2020-11-12 16:00:24 +01:00
ce3d9b488d Hotfix: Hide linter run for RfCs 2020-11-01 22:39:29 +01:00
75a2929b39 Hotfix: Hide linter run for RfCs 2020-11-01 22:35:10 +01:00
78f42628be Fix submission view if exercise is deleted 2020-10-28 16:31:33 +01:00
87308f72a4 Allow access to RfCs based on migrated exercises 2020-10-28 13:57:47 +01:00
5d7d8a7f68 Replace window.location with the full URL to prevent passing query parameters
* Example before:
location + '/mark_as_solved'
/request_for_comments/30885?locale=de/mark_as_solved

Now: //localhost:3333/request_for_comments/30885/mark_as_solved

Note: https or http will be added automatically by browsers
2020-10-28 13:41:41 +01:00
4cb34a611d Allow empty string values to be matched 2020-10-28 01:15:33 +01:00
a47ce7d069 Add Raven context to RfC show 2020-10-27 23:47:13 +01:00
a9008d2a26 Improve numbering format for tips 2020-10-25 17:24:25 +01:00
c2feaca046 Update styling for Tips to make them less annoying 2020-10-20 13:50:29 +02:00
9ddeb91c41 Remove leftovers from PR #117; exercise feedback on RfC show 2020-10-20 12:15:45 +02:00
ca9467bf3c Merge branch 'linter_toggle'
# Conflicts:
#	config/locales/de.yml
2020-10-15 18:33:19 +02:00
59e13d432d Hide linter runs from RfCs 2020-10-15 18:23:14 +02:00
a49c01645b Move tips to left sidebar and set width = 25% 2020-10-15 17:40:48 +02:00
799e37f9ae Add new style for linter and allow 0 points 2020-10-15 16:22:37 +02:00
be3ec82bd4 Add new file role teacher_defined_linter 2020-10-15 00:43:57 +02:00
23a045c630 [Cosmetic] Add newline to end of file 2020-10-14 14:34:27 +02:00
2678d9ecdf Add admin UI to assign tips to exercises 2020-10-14 14:34:27 +02:00
ca778e4d9a Disable JS-Sentry in development 2020-10-14 14:34:27 +02:00
e550828c58 Add backend for tips and enable markdown support 2020-10-14 14:34:26 +02:00
dce5998a2a Fix styling for multiple, nested cards 2020-10-14 14:34:26 +02:00
edd8e3bb35 Store events for tip expanding and collapsing 2020-10-14 14:34:26 +02:00
8f8a4f3cca Show tips when implementing an exercise 2020-10-14 14:34:26 +02:00
046d3c638a Add show for internal user from index 2020-10-06 10:23:43 +02:00
afafe0c218 Adjust teacher permissions:
* Hide non-public exercises and proxy exercises
* Hide average working time value on statistic page
* Add hint about filter to submission page for teachers
* Hide display name from feedback page
2020-09-07 19:04:34 +02:00
6a192761b0 Fix help modal for execution environments 2020-07-16 18:04:18 +02:00
a77a5ff76d Fix deadline bug for admins and teachers 2020-05-20 12:34:18 +02:00
75b0767677 Fix feedback page 2020-05-12 18:36:37 +02:00
1ec345d47d Fix deadline information on exercise statistics 2020-05-12 17:51:06 +02:00
8c9a1390d4 Make UserExerciseFeedback look nice again 2020-05-12 17:51:06 +02:00
26b9edabb4 Add deadline information to submission page and some minor bugfixes 2020-05-08 15:07:02 +02:00
413ec9f956 Show up to three submissions for teachers and add overview to table 2020-05-08 11:36:27 +02:00
914eeb6035 Add submission deadline to exercises and allow teachers to view their submissions 2020-05-07 21:23:27 +02:00
4c571c4fb2 Add missing locales and fix access to public pages 2020-05-06 11:27:09 +02:00
256d1033b2 Fix page title for students 2020-05-05 22:42:28 +02:00
854d1dd032 Improve form filter style 2020-05-05 16:52:29 +02:00
921eb1a464 Add title to CodeOcean pages 2020-05-05 16:52:29 +02:00
dec557da55 Readd collapse for editing an exercise 2020-05-05 16:52:29 +02:00
d07b4f436e Add more actions to show exercise 2020-05-05 16:52:28 +02:00
d4a3c78b95 Show release information on Admin dashboard (will work in production as well) 2020-05-05 16:52:28 +02:00
8e8404dffa Add search for external users 2020-05-05 16:52:28 +02:00
72498e21b1 Show email for external users 2020-05-05 16:52:28 +02:00
3756e4b6dd Fix specs by using global variable current_user 2020-05-04 18:13:16 +02:00
25ec422242 Improve score shown when reloading page 2020-05-04 17:43:54 +02:00
2b326b4ff7 Apply various updates and add reminder for collapse 2020-05-04 16:46:12 +02:00