[haiku-depot-web] [haiku-depot-web-app] 2 new revisions pushed by haiku.li...@xxxxxxxxx on 2014-07-28 19:42 GMT

  • From: haiku-depot-web-app@xxxxxxxxxxxxxx
  • To: haiku-depot-web@xxxxxxxxxxxxx
  • Date: Mon, 28 Jul 2014 19:42:41 +0000

master moved from 61975821316a to b3f38449c04d

2 new revisions:

Revision: 8aec12c40693
Author:   Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:     Mon Jul 28 11:10:55 2014 UTC
Log:      + small documentation change
http://code.google.com/p/haiku-depot-web-app/source/detail?r=8aec12c40693

Revision: b3f38449c04d
Author:   Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:     Mon Jul 28 19:42:23 2014 UTC
Log:      + version fix for MomentJS
http://code.google.com/p/haiku-depot-web-app/source/detail?r=b3f38449c04d

==============================================================================
Revision: 8aec12c40693
Author:   Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:     Mon Jul 28 11:10:55 2014 UTC
Log:      + small documentation change

http://code.google.com/p/haiku-depot-web-app/source/detail?r=8aec12c40693

Modified:
 /haikudepotserver-docs/src/main/latex/docs/docs.tex
 /haikudepotserver-docs/src/main/latex/docs/part-security.tex

=======================================
--- /haikudepotserver-docs/src/main/latex/docs/docs.tex Sun Jul 27 10:42:54 2014 UTC +++ /haikudepotserver-docs/src/main/latex/docs/docs.tex Mon Jul 28 11:10:55 2014 UTC
@@ -12,6 +12,8 @@

 \font\srccode = cmtt10
 \font\example = cmss9
+
+\definecolor{orange}{RGB}{255,128,0}

 \textwidth = 6.5 in
 \textheight = 9 in
=======================================
--- /haikudepotserver-docs/src/main/latex/docs/part-security.tex Mon Jul 28 10:34:56 2014 UTC +++ /haikudepotserver-docs/src/main/latex/docs/part-security.tex Mon Jul 28 11:10:55 2014 UTC
@@ -37,6 +37,9 @@

Certain HTTP requests may be authenticated using a URL query parameter. This approach only applies when the URL path has a prefix ``{\tt /secured/}'' and when the URL is employed with the HTTP ``GET'' method. The query parameter key is ``{\tt hdsbtok}'' and the value is a {\it json web token} as described above.

+\fcolorbox{orange}{white}{\parbox{\textwidth}{\color{orange} Be aware that use of this technique is likely result in the token being visible in the user's browser history. The token is subject to expiry, but may be able to be utilized for some period after it has been employed in this way.}}
+
+
 \subsection{Authorization}

A user's ability to undertake some action is controlled by the authorization system. In a given context, a user and a permission will be considered. The enumeration {\tt Permission} contains a list of the permissions that are enforced by the application. Each permission is either with respect to the currently authenticated user or some target object. Examples of some permissions and the type of target objects that they apply to are;

==============================================================================
Revision: b3f38449c04d
Author:   Andrew Lindesay <apl@xxxxxxxxxxxxxx>
Date:     Mon Jul 28 19:42:23 2014 UTC
Log:      + version fix for MomentJS

http://code.google.com/p/haiku-depot-web-app/source/detail?r=b3f38449c04d

Modified:
 /haikudepotserver-parent/pom.xml

=======================================
--- /haikudepotserver-parent/pom.xml    Mon Jul 28 09:04:02 2014 UTC
+++ /haikudepotserver-parent/pom.xml    Mon Jul 28 19:42:23 2014 UTC
@@ -25,7 +25,7 @@
<web-underscorejs.versionextension>-3</web-underscorejs.versionextension>

         <web-momentjs.versionbase>2.7.0</web-momentjs.versionbase>
-        <web-momentjs.versionextension>-2</web-momentjs.versionextension>
+        <web-momentjs.versionextension></web-momentjs.versionextension>

         <nimbus-jose-jwt.version>2.26</nimbus-jose-jwt.version>


Other related posts:

  • » [haiku-depot-web] [haiku-depot-web-app] 2 new revisions pushed by haiku.li...@xxxxxxxxx on 2014-07-28 19:42 GMT - haiku-depot-web-app