Nanne Baars
6b7678fb1d
Remove old files
2020-03-10 08:03:48 +01:00
René Zubcevic
a8118a14cd
add support for status 403 feedback from e.g. ModSecurity/CRS
2020-02-28 23:06:42 +01:00
Nanne Baars
edd6b7d7cf
Reset lesson bug ( #741 )
...
* Remove old code from UI
* Remove old code
* Remove old functions
* Remove unnecessary divs
* Remove logging to console
* Clear lesson messages (checkmark, output text etc) when lesson resets
2020-01-05 20:22:50 +01:00
Nanne Baars
dda6f674a3
Last assignment for JWT tokens finished
2018-05-23 14:28:19 +02:00
Jason
91d9db5f80
work-arounds, fixes for page initialization and some clean-up
2018-05-23 13:35:51 +02:00
pjhggns
6a5ca43e7e
Strip out slash-escaped JSON sequence received in client.
...
The server will slash-escape some JSON related characters before sending. Need to strip them out before using, on the client side.
2018-05-02 22:21:22 +02:00
Nanne Baars
e422da4c64
Polling for lesson updates (updates the menu and page navigation)
2018-04-27 18:50:13 +02:00
Nanne Baars
157b982394
successFunction and failureFunction were selected by using the main form (so the succesFunction of the first assignment was used for the next assignment) not the currentForm we determined in onFormSubmit() function.
2017-11-17 07:06:56 +01:00
Jason White
0cb4faf15f
refactor to support cleaner scoping && success and failure callbacks
2017-07-18 17:39:58 -04:00
Jason White
2e4e4ea716
including restart lesson fix for lesson overview
2017-07-03 12:37:15 -04:00
Jason White
daaf361dd2
Lesson Overview updates
2017-07-03 12:14:01 -04:00
Nanne Baars
52a48df70c
XXE successfully completed message was no longer shown, fixed it by using form POST together with customjs functions.
...
Introduced callback functionality which you can specify after the posting in order to be able to load the comments list again.
2017-06-12 15:08:55 +02:00
Jason White
118079233d
hints view fix. still a redundant call issue, but logging separately
2017-05-10 13:08:27 +01:00
Jason White
9bc219e931
numbering on pagination
2017-04-15 11:37:43 +02:00
Jason White
e3d281a5f6
refactor of pagination controls
2017-04-15 11:37:43 +02:00
Jason White
7f532f0ffc
XSS lesson updates
2017-02-17 13:05:54 -05:00
Jason White
af8f8c27a6
moving controls to top of content
2017-02-16 14:56:08 -05:00
Nanne Baars
ee5a12d205
Provide Server-side service to support UI localization #265 ( #322 )
...
merging
2017-01-31 11:52:33 -05:00
Jason White
ac16342c17
#315 Adding UI handling and corresponding expected elements for html files for decoration. Inlucdes minor refactor
2017-01-25 17:46:31 +01:00
Nanne Baars
0779f7a3d0
Hints per lesson ( #314 )
...
Squashing and merging ...
* Each assigment should have the options to have its own set of hints #278
* Updating lessons due to changes from #278
* Enable i18n client side #312
* IDOR move hints to assignment and enable i18n #312
2017-01-24 09:34:06 -05:00
Jason White
f8b39d7d8c
#303 Clear current form on successful submission
2017-01-10 15:23:43 -05:00
Jason White
3274ff7a93
properly scoping data submiission in onFormSubmit
2017-01-10 15:23:43 -05:00
Jason White
2688c8ee77
removing debug statement
2017-01-09 14:04:48 -05:00
Nanne Baars
9c03b6f63b
#276 Automatic lesson summary page
...
- Basic overview of all the assignments needed to be solved in a lesson
- Clicking on a link will jump to the correct page with the assignment
- Lesson completed also updates lesson overview immediately
2016-12-28 10:14:34 +01:00
Jason White
35055eeb3c
#296 updates href according to to page nav
2016-12-22 15:08:33 -05:00
Mario Zupan
feb38eef8c
Issue #160 : Provide Async Error Handling
...
Added Toast notification for unexpected errors
On 401 and 403 Errors, user is redirected to login
2016-12-02 13:37:25 +01:00
Jason White
0aa9c29256
adding direct to page navigation route
2016-11-23 09:32:06 -05:00
Jason White
5c800f6f2b
cleaning up some
2016-11-17 08:35:35 -05:00
Jason White
d11635f9da
lesson pagination fixes mainly, some other fixes included & clean up
2016-11-17 08:06:06 -05:00
Jason White
02bd7e1299
double-feedback fix on single page
2016-11-16 18:03:46 -05:00
misfir3
ec2fc5a77c
Fixing hide/show of next/prev buttons
2016-11-15 21:01:16 -05:00
Nanne Baars
5babe19f2b
Fixed issue with lesson tracking
2016-11-15 09:28:39 +01:00
Jason White
22a76624e6
Pagination fixes, lesson completion update
2016-10-12 14:02:18 -04:00
Jason White
217d87e523
support for custom js functions on data submission and some other UI enhancements
2016-10-12 11:28:53 -04:00
Jason White
807e343603
Fixing individual form submits
2016-10-12 10:51:19 -04:00
Jason White
b67bc85ad6
Feedback/output integration ... currently requires html div's in lesson template
2016-10-11 13:51:20 -04:00
Jason White
38081b874a
ajaxifcation and pagination updated
2016-10-11 10:36:18 -04:00
Jason White
7d2f1f0a3a
temp fix
2016-10-11 09:20:39 -04:00
Jason White
95526b5100
paging mod, binding actions/callback per form within lesson
2016-09-22 23:41:02 -04:00
Jason White
1fff86fa2d
additional paging work
2016-08-30 12:17:13 -04:00
Jason White
9f10fd7c57
Initial client side pagination
2016-08-30 12:17:13 -04:00
Jason White
ac433305a9
intial rendering of first page/tab/section of content on load
2016-08-30 12:17:13 -04:00
Nanne Baars
61d5116d44
Intermediate result for calling multiple lesson endpoints
2016-08-18 21:15:12 +02:00
Nanne Baars
c0ab7b7d1c
Getting the attack verification to work
2016-08-08 19:38:24 +02:00
Jason White
a8ac2d7a0c
moving attack form to modal/overlay ... initial cut
2016-06-29 10:39:54 +02:00
Jason White
0aa94a71e5
initial support for separation of content from attack in UI
2016-06-28 16:20:40 +02:00
Nanne Baars
ecc8cb391b
First attempt to remove JSP and move to Thymeleaf and update to Spring Boot. The Thymeleaf templates can be loaded as snippets which makes it more easy to move away from ECS and create normal HTML pages for a lesson.
2016-04-09 14:06:03 +02:00