712 Commits

Author SHA1 Message Date
nbaars
8ae120404f Changed the layout of the lesson. The congratulation sentence is now displayed in "red". See WEB-46 2014-09-06 22:23:22 +02:00
Jason White
91029ed3a6 reworked cookies/params and modified button layout some 2014-09-04 20:02:23 -04:00
lawson89
2a87ee669c pull in changes from Ali 2014-09-03 21:58:10 -04:00
Jason White
05cdeda1ba minor changes from this AM 2014-09-03 21:21:45 -04:00
Alison Loney
b18d320bd1 WEB-32, WEB-12, WEB-17, WEB-14
Added about, contact, login buttons to top right header. Added lesson
buttons above lesson.
Added ‘heads-up’ display for hints, params etc in a right sidebar in
main body.
2014-09-03 13:07:28 -04:00
Jason White
19e3eff325 added view portion of cookies, to be updated per new mock-up 2014-09-03 08:02:22 -04:00
Jason White
50f936f395 basic params working from cookie/params button. 2014-09-01 23:40:14 -04:00
Jason White
d35f5e0348 Cleanup, class added to handle lesson info. Updates for plan,source and solution. Started work on cookies and params, not functioning quite yet 2014-09-01 22:30:46 -04:00
Jason White
d414d1a5e4 basic updates to UI, some js clean-up (moving some literals into goatConstants) 2014-08-30 21:33:20 -04:00
rlawson
1c72097c24 make source render in pre tag 2014-08-27 22:09:17 -04:00
lawson89@gmail.com
5cf9b4752a show lesson solution 2014-08-27 21:59:29 -04:00
Jason White
ff76644664 moving buttons down off the header area, styles to be updated more later 2014-08-26 21:29:45 -04:00
lawson89@gmail.com
37aed7ffe1 show lesson solution 2014-08-26 08:03:08 -04:00
Jason White
5f378a7520 js file reorganization, basic name spacing 2014-08-25 21:02:31 -04:00
lawson89
53b6c16fb6 wire up show source service to button 2014-08-25 09:47:57 -04:00
Jason White
48c31458aa text of lesson title (no styling yet), place holder buttons for top functions laid in 2014-08-25 06:20:07 -04:00
Richard Lawson
eaad78099d Merge pull request #5 from dcowden/next
Dynamic Source code display fix
2014-08-24 14:18:31 -04:00
Dave
705f52f9dc fixed source code display 2014-08-24 14:10:30 -04:00
Dave
71afd2ac07 Merge remote-tracking branch 'upstream/next' into next 2014-08-24 14:01:23 -04:00
Richard Lawson
9c862c729c Merge pull request #4 from dcowden/next
Add dynamic display of source code, updated README
2014-08-24 13:59:53 -04:00
Dave
3453db1cf0 Merge remote-tracking branch 'upstream/next' into next 2014-08-24 13:56:57 -04:00
rlawson
5b30efed71 fix source service so line numbers are not appended, out js code viewer will take care of that 2014-08-24 13:49:54 -04:00
rlawson
243d88b6d1 fix missing sources, pom was not copying source into WEB-INF/classes
some cleanup and better logging while I was in there
2014-08-24 13:46:02 -04:00
Dave
5a85e26b21 removed editor script for now 2014-08-24 13:41:06 -04:00
Dave
5511dee571 removed editor script for now 2014-08-24 13:40:50 -04:00
Dave
cdf4c11f02 added interactive view of source code for each lesson.
added ACE editor, to prepare for a nice source code editor later on
2014-08-24 13:39:10 -04:00
Dave
0c28f06d63 added interactive view of source code for each lesson.
added ACE editor, to prettyfy the source also
2014-08-24 13:25:41 -04:00
Dave
b1efd7a81b updated webgoat homepage 2014-08-24 12:51:15 -04:00
Dave
dc69bb5cce update more links in README.txt 2014-08-24 11:47:59 -04:00
Dave
ccb8771cb7 updated download link to latest self-executing war file 2014-08-24 11:36:58 -04:00
Dave
8ab1e2cf52 added place holder for live lesson source view 2014-08-24 10:46:10 -04:00
Jason White
3aa6cb044b removing Home/about/contact from left menu rendering/constants file 2014-08-24 09:04:07 -04:00
Jason White
be2a2f13c5 adding UI utility js file, bootstrap library for angular use 2014-08-24 08:28:33 -04:00
Jason White
8177a6276a Initial commit for separate menus 2014-08-24 07:10:44 -04:00
mayhew64
064c0e8066 Merge pull request #2 from dcowden/next
Self-contained, multi-platform executable package.
Tested on Mac.  Works
2014-08-23 15:37:09 -04:00
Dave
8c82cca080 remove old definitions for non-standard layout 2014-08-23 13:28:02 -04:00
Dave
eb18b67160 modified instructions for new self-exec jar file.
removed old ant build file
2014-08-23 13:23:58 -04:00
Dave
a387d06a34 Refactored files to Maven standard Layout
Added plugin to produce executable jar. Now it is easy to run webgoat on all platforms.
2014-08-23 13:07:10 -04:00
lawson89
5b2a849322 add logging and cleanup for course loading
detect is session is setup correctly when hitting start.mvcand if not redirect to login
2014-08-22 11:41:12 -04:00
lawson89
9b453edde5 removed tiles dependency
added better error handling for problems when loading webgoat properties
2014-08-21 20:50:52 -04:00
lawson89
2d7679cdda fix various session issues and cleanup
main change is to force spring security to always send user to welcome.mvc after login which gets their session setup properly before redirecting to start.mvc
2014-08-21 09:05:12 -04:00
Bruce Mayhew
9bdedd0eff WEB-21 - Changed user configuration section for spring security 2014-08-20 09:13:07 -04:00
lawson89@gmail.com
b7520324e0 render lesson stages in menu 2014-08-19 09:03:07 -04:00
Jason White
f2406eff52 Updated lesson content function, genral clean up of js 2014-08-19 06:49:30 -04:00
lawson89
e26dcf84a9 pull in application to fix navigation toggling and tooltips 2014-08-18 20:47:55 -04:00
lawson89
f3092a2344 render lesson content using jquery 2014-08-18 13:18:42 -04:00
lawson89
30f3c3a95f clean up logging
get link pointer showing up correctly on submenu items (href was left off)
2014-08-17 10:26:15 -04:00
lawson89
cfb4ebb2b6 get submenus showing up and animation working 2014-08-17 10:19:51 -04:00
lawson89
83b4c50b89 webgoat session was being stored under inconsistent keys in session
fixed by using constant names SESSION on WebSession
2014-08-14 08:33:56 -04:00
lawson89
354826e645 fix session timeout issue
removed tiles
various small cleanups
added session service to aid in debugging session issues
2014-08-13 11:20:59 -04:00