Jan Steemann
|
d92057dd03
|
the great rename: array => object, list => array
|
2014-12-18 22:33:23 +01:00 |
Patrick Huber
|
d0eb69fc73
|
expose the any() method from the collection on the repository too
|
2014-12-10 14:19:06 +01:00 |
Thomas Schmidts
|
9e4e8cb099
|
Fixed 1141. Added note to the documentation about headers in FoxxController.mdpp
|
2014-12-08 17:04:59 +01:00 |
Patrick Huber
|
21a3a7cae4
|
copypaste error
|
2014-12-05 18:12:24 +01:00 |
Patrick Huber
|
7635d31066
|
it seems it's uppercase 'var Foxx' everywhere else, ran into this coming from Foxx/README.html and copying just the usersRepo line
|
2014-12-05 18:12:24 +01:00 |
Patrick Huber
|
55655ada3b
|
typos
|
2014-12-05 18:12:24 +01:00 |
Patrick Huber
|
7868ad1e02
|
link to aye-aye and other apps mentioned in the text
|
2014-12-05 18:12:24 +01:00 |
Frank Celler
|
3e430276d6
|
Merge pull request #1145 from triAGENS/positional-query-args
Support positional arguments in Foxx queries
|
2014-12-03 14:48:39 +01:00 |
Thomas Schmidts
|
ac4597b802
|
Fixed #1150. Added Queries to the Summary
|
2014-12-03 14:45:09 +01:00 |
Alan Plum
|
7a4076da8f
|
Also accept `false` instead of an empty array.
|
2014-12-03 10:56:28 +01:00 |
Alan Plum
|
382747add9
|
Added example with no query params.
|
2014-12-03 10:49:16 +01:00 |
Alan Plum
|
741bf1e4d5
|
Support positional arguments in Foxx queries.
|
2014-12-02 18:29:25 +01:00 |
Alan Plum
|
fdc4c1e810
|
Rename Repository#modelPrototype to avoid confusion. Added Repository#modelSchema.
|
2014-12-02 13:37:06 +01:00 |
Patrick Huber
|
46aeb0f54d
|
fix errors pointed out by @pluma
|
2014-12-02 11:43:02 +01:00 |
Patrick Huber
|
000797eba7
|
show how to use arguments for directly created queries in the repository and how to use the transform mechanism
|
2014-12-02 08:38:33 +01:00 |
Patrick Huber
|
340031db9d
|
the chapter 'Foxx Queries' doesn't exist
|
2014-12-02 08:20:07 +01:00 |
Hugo Sarti
|
94a20843b7
|
Doc update
|
2014-11-18 11:44:00 -03:00 |
Hugo Sarti
|
901f1ed938
|
Updated documentation
|
2014-11-17 13:35:54 -03:00 |
Jan Steemann
|
edae662eb4
|
added res.send() and res.sendFile()
|
2014-10-15 17:33:10 +02:00 |
Alan Plum
|
54e5333590
|
Provided examples for ctrl.allRoutes.
|
2014-09-16 11:45:08 +02:00 |
Alan Plum
|
cde5baf30b
|
More realistic Foxx queries example.
|
2014-09-10 10:49:45 +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
|
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
|
abe5de335b
|
Add support for "header" sessions.
|
2014-09-04 15:58:32 +02:00 |
Frank Celler
|
e7e9afd4a7
|
added around
|
2014-09-01 23:26:04 +02:00 |
Alan Plum
|
7f120194f4
|
Added "preprocess" to job type definitions.
|
2014-08-25 15:29:07 +02:00 |
Jan Steemann
|
3564f1f1d1
|
fixed typos in manual
|
2014-08-20 22:21:44 +02:00 |
Alan Plum
|
54615415c2
|
Removed redundant foxx auth doc stub.
|
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
|
5767a12bcd
|
Documentation for sessions reflects correct sessions app path.
|
2014-08-20 10:57:47 +02:00 |
Alan Plum
|
66068924e1
|
Added stub documentation for FoxxAuthentication.
|
2014-08-20 10:57:46 +02:00 |
Alan Plum
|
c3a6c8cce2
|
activateAuthentication -> activateSessions.
Moved new functionality to new names to allow re-enabling legacy functionality.
|
2014-08-20 10:57:09 +02:00 |
Alan Plum
|
b3ecb4f2b3
|
Documented default 'after' handler for Foxx Auth logout.
|
2014-08-20 10:57:09 +02:00 |
Alan Plum
|
63e8a43273
|
Documented Foxx auth.
|
2014-08-20 10:57:09 +02:00 |
Alan Plum
|
da36a1d42e
|
Added support for job type schemas.
|
2014-08-13 15:37:44 +02:00 |
Alan Plum
|
1913a7b231
|
Extracted worker, manager modules from queue. Implemented backOff, delayUntil, success/failure callbacks, push(maxFailures).
|
2014-08-12 19:02:46 +02:00 |
Alan Plum
|
359073aad1
|
Added intro.
|
2014-08-12 19:02:46 +02:00 |
Alan Plum
|
300ebaf53e
|
Add chapter on Foxx Job Queues.
|
2014-08-12 19:02:45 +02:00 |
Thomas Schmidts
|
7b3baba2e9
|
Added glossary to the documentation. Also linked the glossary keywords to the documentation
|
2014-08-05 15:49:21 +02:00 |
Alan Plum
|
ac3c1d1a35
|
Fixed FormatMiddleware documentation. Fixes #971.
|
2014-07-30 13:16:13 +02:00 |
Thomas Schmidts
|
2afd5cc356
|
Fixed some wrong references
|
2014-07-21 18:06:02 +02:00 |
Alan Plum
|
a06a1bcb29
|
Fixed typo.
|
2014-07-09 12:00:35 +02:00 |
Alan Plum
|
2711ee88e4
|
Adjusted Foxx Model docs to use joi instead of legacy schema.
|
2014-07-09 12:00:35 +02:00 |
Alan Plum
|
34de2d00d3
|
Added documentation for errors and isValid.
|
2014-07-09 12:00:35 +02:00 |