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
Thomas Schmidts
d3c9ae9553
Added cookbook folder for recipes
2014-09-09 12:52:00 +02:00
Alan Plum
01891b73c5
Removed lies about session cookies from app docs. Documented Session#getTTL.
2014-09-05 14:38:09 +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
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
Thomas Schmidts
e3141c0f3c
changed favicon of the documentation
2014-09-03 10:49:16 +02:00
Frank Celler
e7e9afd4a7
added around
2014-09-01 23:26:04 +02:00
Thomas Schmidts
a2024c5b49
deleted filed not used
2014-09-01 17:16:32 +02:00
Thomas Schmidts
20a0db11f3
Changed gitbook theme and updated it to new version
2014-09-01 16:37:47 +02:00
CoDEmanX
e22fa64bcf
Fix and unify asterisks, tested with GitBook.
...
Italic asterisks should be done by escaping the asterisk and wrapping it with html i-tag. It seems to be the only safe technique (3 asterisks to display 1 italic asterisk in a list works, unless followed by more markup for italic text; 1 escaped asterisk wrapped by i-tag works regardless of the rest of the line).
2014-08-29 18:19:45 +02:00
Thomas Schmidts
ae39782e81
removed mathjax from gitbook
2014-08-29 11:01:11 +02:00
Jan Steemann
13847d4d13
issue #1005 : updated documentation
2014-08-29 09:09:35 +02:00
Jan Steemann
7441d553cc
updated documentation
2014-08-29 09:02:06 +02:00
Thomas Schmidts
3362ac502f
Fixed wrong link
2014-08-29 01:55:12 +02:00
Thomas Schmidts
e707f003ce
Fixed small error in bot.py
2014-08-28 23:23:14 +02:00
Jan Steemann
61d6ebd9e6
Merge branch 'devel' of https://github.com/CoDEmanX/ArangoDB into CoDEmanX-devel
...
Conflicts:
Documentation/Books/Users/Aql/Advanced.mdpp
Documentation/Books/Users/Aql/Functions.mdpp
Documentation/Books/Users/Aql/GraphOperations.mdpp
Documentation/Books/Users/AqlExamples/Grouping.mdpp
2014-08-28 22:06:27 +02:00
Jan Steemann
b2c119fded
further documentation fixes, provided by @CoDEmanX
2014-08-28 21:54:37 +02:00
Jan Steemann
1c7c8fdd24
issue #1007 : fixed broken markup
2014-08-28 21:46:53 +02:00
CoDEmanX
d8363b3c43
Fix escaping of asterisks in AQL documentation.
...
Asterisks need to be escaped with backslashes, but if surrounded by square brackets, the brackets need to be escaped as well. Does not apply to parentheses it seems, but maybe other characters with special markdown meaning.
2014-08-28 21:33:34 +02:00
Jan Steemann
c9fa7dfbb3
updated documentation
2014-08-28 21:21:51 +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
07b02b21cf
updated manual
2014-08-28 10:35:55 +02:00
Jan Steemann
81c095105b
issue #1003
2014-08-28 10:32:32 +02:00
Jan Steemann
cdb4046e51
fixed documentation
2014-08-27 19:18:27 +02:00
Jan Steemann
59e59d748e
updated documentation
2014-08-27 18:57:11 +02:00
Alan Plum
9489a3cd50
Implemented session.getExpiry, session.hasExpired.
2014-08-27 10:29:44 +02:00
Thomas Schmidts
047ca992bb
changed the name of a link
2014-08-26 16:26:58 +02:00
Thomas Schmidts
6d09bb2ecd
added favicon to gitbook
2014-08-26 16:23:28 +02:00
Alan Plum
7f120194f4
Added "preprocess" to job type definitions.
2014-08-25 15:29:07 +02:00
Thomas Schmidts
63b24cc71e
Fixed some data in the gitbook theme
2014-08-25 11:54:11 +02:00
Jan Steemann
a952e89211
updated manual
2014-08-22 17:40:56 +02:00
Alan Plum
ea4f769c5f
Fixed user storage not reloading internal users db.
2014-08-21 11:06:35 +02:00
Jan Steemann
3564f1f1d1
fixed typos in manual
2014-08-20 22:21:44 +02:00
Alan Plum
a067104ace
Removed filthy lies in users app docs.
2014-08-20 15:25:57 +02:00
Alan Plum
c62715e460
Merge pull request #920 from triAGENS/foxx-app-sessions
...
Replace Foxx authentication with Foxx app-based (modular) authentication.
2014-08-20 15:19:01 +02:00
baslr
545df18f80
basir -> baslr
...
fixed my username :)
2014-08-20 14:36:42 +02:00
Alan Plum
6a89d78929
Removed oauth2 app from system apps.
2014-08-20 10:57:48 +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
cb19215d85
Documentation now reflects correct bundled app paths.
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
6d9313f532
Fixed documentation reference.
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
7ef8e7d9d4
Reformatted docs for consistency.
2014-08-20 10:57:09 +02:00
Alan Plum
96d1452c47
Wroteyou.
2014-08-20 10:57:09 +02:00
Alan Plum
4e7bb5f2a2
Consistency.
2014-08-20 10:57:09 +02:00
Alan Plum
7c17a98ade
Documented OAuth2 app.
2014-08-20 10:57:09 +02:00
Alan Plum
c4173ae192
Expanded example.
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
6dd8bf6a52
Documented simple auth app.
2014-08-20 10:57:08 +02:00
Alan Plum
a5302532fb
Documented session configs.
2014-08-20 10:57:08 +02:00
Alan Plum
ef03b60916
Formatting.
2014-08-20 10:57:08 +02:00
Alan Plum
b9edef489c
Documented users app.
2014-08-20 10:57:08 +02:00
Alan Plum
49e3cf9678
Fixed typo.
2014-08-20 10:57:08 +02:00
Alan Plum
5510f1bd14
Typo.
2014-08-20 10:57:08 +02:00
Alan Plum
83279e64c8
Cleaned up session docs to match style.
2014-08-20 10:57:08 +02:00
Alan Plum
779518baee
Subsections for model attributes.
2014-08-20 10:57:08 +02:00
Alan Plum
7f72d484dc
Removed 'Description' headers.
2014-08-20 10:57:07 +02:00
Alan Plum
5767abf7f2
Split lines.
2014-08-20 10:57:07 +02:00
Alan Plum
b36239dd25
Documented sessions app.
2014-08-20 10:57:07 +02:00
Alan Plum
e6c7206038
Added documentation stubs for auth.
2014-08-20 10:57:07 +02:00
Thomas Schmidts
4161a08371
Fixed spelling error
2014-08-14 15:20:08 +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
a77c51c527
Fixed small spelling error
2014-08-12 09:39:50 +02:00
Jan Steemann
099ec8db60
reallow attribute names starting with underscores
2014-08-07 15:52:58 +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
Thomas Schmidts
5d6c8a8971
changed width of summary block
2014-08-05 14:55:19 +02:00
Thomas Schmidts
baf6635627
Added missing methods to fs module. fix #978
2014-08-05 13:37:40 +02:00
Thomas Schmidts
bf8ea5de4b
Moved subsection troubleshooting from collections to arangodb shell
2014-08-05 10:32:45 +02:00
James
e4fb7bc3a7
Fixed some further language bugs in the doc.
2014-08-05 09:21:19 +02:00
Willi Goesgens
f8be000e1d
Fix typos and simplify & clarify some phrases in the documentation.
2014-08-04 16:53:00 +02:00
James
6dee76e389
more bugs in documentation language resolved.
2014-08-04 15:36:53 +02:00
James
49366060f8
more language bugs in first steps. JDM
2014-08-04 09:56:22 +02:00
James
77277a7aee
fixed some language bugs in first steps.
2014-08-04 09:45:01 +02:00
Frank Celler
e71a29b38b
Merge pull request #969 from Acconut/doc-transaction-fix
...
Fix keys when using cap constraint
2014-08-01 09:02:23 +02:00
Alan Plum
ac3c1d1a35
Fixed FormatMiddleware documentation. Fixes #971 .
2014-07-30 13:16:13 +02:00
Jan Steemann
9a368325d4
issue #970 : Incorrect transaction example
2014-07-29 08:52:26 +02:00
Acconut
34fec84a77
Fix keys when using cap constraint
2014-07-28 17:34:22 +02:00
Thomas Schmidts
059b83b1d2
Comments in .md will be deleted now
2014-07-23 17:06:32 +02:00
Thomas Schmidts
5ad39825d2
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-21 18:06:17 +02:00
Thomas Schmidts
2afd5cc356
Fixed some wrong references
2014-07-21 18:06:02 +02:00
Jan Steemann
fe71a8f26d
added startup option `--wal.suppress-shape-information`
2014-07-21 18:02:16 +02:00
Jan Steemann
ddf69e99a9
fixed tasks with offset 0.0
2014-07-21 14:22:39 +02:00
Michael Hackstein
0baafddf83
Improved introductional chapter to new graph module
2014-07-21 14:05:34 +02:00
Thomas Schmidts
59021c7724
Added pdf and ebook
2014-07-15 13:08:48 +02:00
Thomas Schmidts
8fe226517e
Renamed file
2014-07-15 10:44:00 +02:00
Thomas Schmidts
b63b7fd84f
Fixed problem with font-size in gitbook
2014-07-14 13:39:36 +02:00
Thomas Schmidts
2bf92e46be
Changed link in documentation to new features
2014-07-11 16:10:09 +02:00
Thomas Schmidts
ac4398ab7e
Changed Swagger for correct API look
2014-07-11 13:21:32 +02:00
Thomas Schmidts
e80b0d0c0a
Changed direction for user in swagger
2014-07-11 10:29:17 +02:00
Thomas Schmidts
de75804367
Chapters are color-coded in the documentation. Also bug fixed for Safari
2014-07-10 16:33:47 +02:00
Michael Hackstein
397b9789dd
Added first draft of new graph features 22
2014-07-10 11:02:00 +02:00
Thomas Schmidts
1be856675f
Added Error codes and meanings
2014-07-09 14:20:23 +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
Max Neunhoeffer
f1acaaf754
Merge branch 'devel' of ssh://github.com/triAGENS/ArangoDB into devel
2014-07-09 11:34:04 +02:00
Max Neunhoeffer
7633fdca9a
Fix a documentation section name.
2014-07-09 11:33:43 +02:00
Thomas Schmidts
efc845e8ad
Improved script
2014-07-09 10:46:18 +02:00
Michael Hackstein
3ec0b09ae3
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-07-08 17:30:48 +02:00
Michael Hackstein
23bf64a551
Fixed a wrong return code in gharial documentation
2014-07-08 17:30:43 +02:00
Michael Hackstein
1f795fec66
Improved gharial and general graph documentation. Gharial now documents waitForSync, keepNull and if-match
2014-07-08 17:18:15 +02:00
Thomas Schmidts
1847a29209
@PARAM and @PARAMS now will be used in function descriptions
2014-07-08 16:38:51 +02:00
Thomas Schmidts
c2fa9cb091
Erased useless @startDocuBlocks
2014-07-08 11:16:56 +02:00
Thomas Schmidts
c350170394
Fixed spelling errors and look of code
2014-07-08 10:49:24 +02:00
Thomas Schmidts
57cd57c55d
Fixed wrong @startDocuBlock in Documentation
2014-07-08 09:37:07 +02:00
Jan Steemann
c5ed5db65c
wrote new features and upgrading docs
2014-07-08 00:27:59 +02:00
Thomas Schmidts
19e750b35f
Fixed some small errors in @startDocuBlock
2014-07-07 16:58:26 +02:00
Thomas Schmidts
1a78807a67
Fixed a few @startDocuBlock errors
2014-07-07 16:15:50 +02:00
Thomas Schmidts
7f2126066d
Fixed small bug in bot.py
2014-07-07 13:31:28 +02:00
Thomas Schmidts
589d08f047
Added NewFeatures and Upgrading to new Version to documentation
2014-07-07 13:00:21 +02:00
Thomas Schmidts
e5e7a9a4f7
Fixed wrong @ref comments
2014-07-07 10:48:49 +02:00
Thomas Schmidts
a0f9c6afb9
Comments in markdown will be deleted before building the book. Also deleted missing @ref comments
2014-07-07 09:10:37 +02:00
Jan Steemann
752324db11
fixed broken documentation
2014-07-06 23:38:48 +02:00
Jan Steemann
a1ba43172e
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
2014-07-06 19:17:18 +02:00
Jan Steemann
2037f8c310
write-ahead log documentation
2014-07-06 19:17:11 +02:00
Thomas Schmidts
029a43ac6b
fixed small bug with comments
2014-07-06 18:56:48 +02:00
Jan Steemann
ddb26d76f8
wrote documentation for WAL
2014-07-06 18:31:41 +02:00
Jan Steemann
7b8122acb3
wrote WAL configuration documentation
2014-07-06 17:34:01 +02:00
Jan Steemann
5465340ad3
updated CHANGELOG
2014-07-06 16:21:16 +02:00
Jan Steemann
fcadb40af6
updated replication documentation
2014-07-06 15:59:52 +02:00
Jan Steemann
286d015bbc
updated replication manual
2014-07-06 15:25:36 +02:00
Jan Steemann
ea9382e0e6
updated AQL documentation
2014-07-06 13:05:20 +02:00
Jan Steemann
9e1abb4b99
added examples
2014-07-06 02:13:05 +02:00
Jan Steemann
f29be3e3d0
updated manual for HTTP general
2014-07-06 01:12:30 +02:00
Jan Steemann
37dbadc96a
unified spelling
2014-07-06 00:22:12 +02:00
Jan Steemann
0ab5732c4d
updated documentation
2014-07-06 00:21:55 +02:00
Jan Steemann
5d5b3d7009
added AQL documentation
2014-07-05 19:10:56 +02:00
Jan Steemann
393b12a034
data-modification AQL
2014-07-05 18:03:49 +02:00
Alan Plum
784feea881
Documented FoxxRepository indexes.
2014-07-04 17:35:45 +02:00
Alan Plum
f1d0124a0f
Added index-specific repository methods.
2014-07-04 17:08:34 +02:00
Jan Steemann
cf52748d39
updated docs
2014-07-04 13:53:24 +02:00
Thomas Schmidts
9cb34ae163
Fixed folding bug for firefox
2014-07-04 09:34:47 +02:00
Lucas Dohmen
53667e36ae
Remove those DS_Store files
2014-07-04 09:27:30 +02:00
Jan Steemann
73d37abb02
updated documentation
2014-07-03 23:40:26 +02:00