1
0
Fork 0
Commit Graph

15345 Commits

Author SHA1 Message Date
Alan Plum cde5baf30b More realistic Foxx queries example. 2014-09-10 10:49:45 +02:00
Jan Steemann bb56982988 fixed copy&paste error 2014-09-09 23:32:58 +02:00
Jan Steemann 346a41a009 fixed reporting of "undefined" response code 2014-09-09 23:18:25 +02:00
Jan Steemann c89a3223f6 added missing newline 2014-09-09 22:40:13 +02:00
Jan Steemann 4522299ce8 fixed escaping of deletion button in AQL queries overview 2014-09-09 21:09:26 +02:00
Jan Steemann 11a490170d jslint 2014-09-09 20:38:18 +02:00
Jan Steemann 3bda3a1c0d fixed cursor positioning in collections search 2014-09-09 20:36:01 +02:00
Jan Steemann 80f7f61649 prevent XSS in user management views 2014-09-09 20:32:57 +02:00
Jan Steemann d86efb649b updated CHANGELOG 2014-09-09 20:18:38 +02:00
Jan Steemann 2f89193e6c prevent XSS in AQL editor 2014-09-09 20:18:13 +02:00
Jan Steemann 428865f3b5 issue #1014: WITHIN function returns wrong distance
added attribute setters for ShapedJson so document attributes can be updated

Conflicts:
	arangod/V8Server/v8-vocbase.cpp
2014-09-09 19:58:27 +02:00
Alan Plum 844621f070 Implemented Foxx.createQuery. 2014-09-09 17:02:21 +02:00
Alan Plum dfe193b1a4 Updated AQB. 2014-09-09 13:18:31 +02:00
Thomas Schmidts d3c9ae9553 Added cookbook folder for recipes 2014-09-09 12:52:00 +02:00
Alan Plum b0995dfdb7 Replaced PBKDF2_HMAC with PBKDF2_HMAC_SHA1 for OSX compat. 2014-09-08 14:32:40 +02:00
Jan Steemann 4fe43c5b49 added derived files 2014-09-08 10:59:07 +02:00
Alan Plum 6f9376e264 Fixed PBKDF2HMAC comment. 2014-09-05 16:35:27 +02:00
Alan Plum 469af580e5 Added PBKDF2-HMAC. 2014-09-05 16:23:37 +02:00
Alan Plum 01891b73c5 Removed lies about session cookies from app docs. Documented Session#getTTL. 2014-09-05 14:38:09 +02:00
Frank Celler 4ffec6e914 tried to silence rpmlint: remove empty files, remove unused scripts, fixed initgroups, fixed identical files, remove __DATE__
Conflicts:
	CHANGELOG
	Makefile.in
2014-09-05 09:28:21 +02:00
Alan Plum 6719e8326a Added support for sha384/sha512 in VOCBase. 2014-09-04 23:37:34 +02:00
Alan Plum 4c5f448aae Added tests for JWT HS384/HS512. 2014-09-04 23:23:25 +02:00
Alan Plum 4e3659c01a Added support for sha384, sha512. 2014-09-04 23:17:58 +02:00
Alan Plum e2c4a62ff7 Cleaned up FoxxController#activateSessions. 2014-09-04 22:30:39 +02:00
Alan Plum 99f9088830 Removed cookie logic from sessions app, simplified jwt logic. 2014-09-04 21:34:46 +02:00
Alan Plum 251e046929 Added req.cookie and res.cookie helper methods to Foxx. 2014-09-04 21:33:33 +02:00
Alan Plum 39ba358cd8 Added JWT support for session headers. 2014-09-04 18:51:06 +02:00
Alan Plum 7a43e3df14 Fixed failing session test. 2014-09-04 18:35:13 +02:00
scottashton db5a109b0a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-09-04 16:50:56 +02:00
scottashton ff8791f6fb fixed betweeness and bug in floyd warshall 2014-09-04 16:50:52 +02:00
Alan Plum 0a2ffb19ee Only lowercase session header when reading it. 2014-09-04 16:33:57 +02:00
Alan Plum e48fb8bfe8 Lowercase HTTP headers for maximum profit. 2014-09-04 16:04:19 +02:00
Alan Plum 166bdc9a46 Consistency. 2014-09-04 15:59:15 +02:00
Alan Plum 63e7c8132c Fixed stray unused "sid" property. 2014-09-04 15:58:32 +02:00
Alan Plum abe5de335b Add support for "header" sessions. 2014-09-04 15:58:32 +02:00
Alan Plum 2eb42db0d7 Session uid should be unambiguous. 2014-09-04 13:40:26 +02:00
Thomas Schmidts 0a0e0231ae corrected small spelling error 2014-09-03 15:19:37 +02:00
scottashton 581ffee899 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2014-09-03 13:48:41 +02:00
scottashton ccb1e58e9b vertex/edge examples now support a list od id strings 2014-09-03 13:48:36 +02:00
Alan Plum 37888a98ea Pass on null queries. 2014-09-03 11:39:02 +02:00
Alan Plum 33db483e7f Support AQB instances as query strings. 2014-09-03 11:36:55 +02:00
Alan Plum 8b1f955bb0 Added AQB to deps. 2014-09-03 11:27:37 +02:00
Alan Plum 46747e9ac4 Fixed console.log for non-objects. 2014-09-03 11:25:20 +02:00
Thomas Schmidts e3141c0f3c changed favicon of the documentation 2014-09-03 10:49:16 +02:00
Frank Celler 070326f4e2 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-09-03 10:32:30 +02:00
Frank Celler e764896cba fixed loading of modules and usage of strict 2014-09-03 10:32:21 +02:00
Alan Plum 9427deeaa6 Merge pull request #1002 from triAGENS/jshint
Switched jslint to jshint. Fixes #929
2014-09-03 09:50:44 +02:00
Alan Plum b384563d97 Linting: tutorial, changes. 2014-09-02 22:21:45 +02:00
Alan Plum e86c98dfe2 Enabled unused: true, ported aardvark jslint to jshint. 2014-09-02 22:18:18 +02:00
Alan Plum 7b24bdba8d Enabled strict: true. 2014-09-02 22:16:07 +02:00