Lucas Dohmen
|
a9e674b368
|
Merge pull request #1024 from triAGENS/repo-methods
Made Foxx.Repository methods behave more consistently (fixes #975)
|
2014-09-16 15:44:31 +02:00 |
Alan Plum
|
6f357edb67
|
Made Foxx.Repository methods behave more consistently. Fixes #975.
|
2014-09-16 14:05:20 +02:00 |
Lucas Dohmen
|
a2e56535f1
|
Merge pull request #1021 from triAGENS/easy-params
Allow passing joi params directly
|
2014-09-16 12:58:02 +02:00 |
Alan Plum
|
cd8af52859
|
Added documentation for ctrl.before interrupts.
|
2014-09-16 11:45:08 +02:00 |
Alan Plum
|
e04cfebfe2
|
Added tests and docs for param shorthand syntax, allow passing 'allowMultiple' via joi.meta, fixed joi.required/optional being ignored.
|
2014-09-16 11:33:35 +02:00 |
Lucas Dohmen
|
7abbb58ac2
|
Merge pull request #1023 from triAGENS/foxx-before-guard
Allow ctrl.before to prevent further processing of the request
|
2014-09-16 10:51:36 +02:00 |
scottashton
|
b12d7f99cd
|
added resolving from example strings to objects in GRAPH_NEIGHBORS
|
2014-09-16 10:36:56 +02:00 |
Alan Plum
|
cf3c219f22
|
Revert "Allow specifying "_" as collection prefix."
This reverts commit ebc5c1490d14471b04b8398b44a06896a9460ea8.
|
2014-09-16 10:27:08 +02:00 |
Alan Plum
|
6e3e5d47fc
|
Allow ctrl.before to prevent further processing of the request.
|
2014-09-16 00:17:46 +02:00 |
Alan Plum
|
b1a0098c03
|
Allow passing joi params directly.
|
2014-09-15 23:34:41 +02:00 |
Jan Steemann
|
7113480e98
|
changed return value of applicationContext.collectionName
Now, a valid collection name is always returned, even if the application name prefix contains invalid characters
|
2014-09-10 14:30:45 +02:00 |
scottashton
|
9a739ec403
|
fixed bug in floyd-warshall result generation
|
2014-09-10 11:47:35 +02:00 |
Jan Steemann
|
346a41a009
|
fixed reporting of "undefined" response code
|
2014-09-09 23:18:25 +02:00 |
Alan Plum
|
844621f070
|
Implemented Foxx.createQuery.
|
2014-09-09 17:02:21 +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
|
abe5de335b
|
Add support for "header" sessions.
|
2014-09-04 15:58:32 +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
|
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 |
Alan Plum
|
606da1e3e8
|
Removed jslint headers from server/client/common modules.
|
2014-09-02 22:14:56 +02:00 |
Alan Plum
|
3156a245f6
|
Stricter jshintrc.
|
2014-09-02 22:12:46 +02:00 |
Alan Plum
|
6a3386e55a
|
Fixed jshint headers.
|
2014-09-02 22:12:45 +02:00 |
Frank Celler
|
e7e9afd4a7
|
added around
|
2014-09-01 23:26:04 +02:00 |
Jan Steemann
|
d72354da66
|
issue #1003: added feature to use backslash escaping for CSV data in arangoimp
|
2014-08-28 21:03:58 +02:00 |
Jan Steemann
|
81c095105b
|
issue #1003
|
2014-08-28 10:32:32 +02:00 |
Jan Steemann
|
6721dd787c
|
fix typo in manual
|
2014-08-27 12:26:24 +02:00 |
Alan Plum
|
b977c3e605
|
Fixed destroySession docs.
|
2014-08-26 11:45:18 +02:00 |
Lucas Dohmen
|
8578042b73
|
Fixed the success callback for Queues
When an option was missing, the resulting String would have `, ,`
in the String to be evaluated which would result in a syntax error
|
2014-08-25 17:36:50 +02:00 |
Alan Plum
|
7f120194f4
|
Added "preprocess" to job type definitions.
|
2014-08-25 15:29:07 +02:00 |
Jan Steemann
|
1b3c8b88cf
|
jslint
|
2014-08-22 17:58:19 +02:00 |
Michael Hackstein
|
8232035989
|
Improved graph traversals by an order of magnitute
|
2014-08-22 17:01:02 +02:00 |
Alan Plum
|
83f47db07f
|
Pass worker result to success/failure handler instead of discarding it.
|
2014-08-22 13:16:45 +02:00 |
Alan Plum
|
30ee27d1c0
|
Fixed Foxx params with alternatives breaking API docs.
|
2014-08-20 17:01:33 +02:00 |
Alan Plum
|
501735c78b
|
Keep legacy users API backwards-compatible.
|
2014-08-20 14:19:08 +02:00 |
Alan Plum
|
369485b129
|
Replaced backticks with splats to follow doc styleguide.
|
2014-08-20 11:10:50 +02:00 |
Alan Plum
|
fefe0d0e6d
|
Replaced org/arangodb/users internals with users app compatible format.
|
2014-08-20 11:10:50 +02:00 |
Alan Plum
|
288c6d8d31
|
Allow specifying "_" as collection prefix.
|
2014-08-20 10:57:48 +02:00 |
Alan Plum
|
3b00e307ea
|
Formatting. Fixed inline docs in controller.
|
2014-08-20 10:57:47 +02:00 |
Alan Plum
|
3be0e11110
|
Simplified is-mounted-as-system-app check.
|
2014-08-20 10:57:47 +02:00 |
Alan Plum
|
cb3842b149
|
System apps now mount at _system instead of system.
|
2014-08-20 10:57:47 +02:00 |
Alan Plum
|
7bfb6d5d3f
|
Fixed activateSessions default app path.
|
2014-08-20 10:57:46 +02:00 |