Jan Steemann
cf6fcb2fc1
linted python files, regenerated derived files
2014-10-29 23:56:20 +01:00
Thomas Schmidts
aa5d74c32d
Its now possible to build pdf, epub and mobi again
2014-10-29 17:36:21 +01:00
Thomas Schmidts
e43725c56c
Error Codes will be shown correctly in the documentation
2014-10-28 11:50:34 +01:00
Thomas Schmidts
90c8b5a226
Updated Gitbook for the cookbook
2014-10-27 09:26:54 +01:00
Jan Steemann
1dcba89cb5
issue #1062 : Docs: typo in 14.2 Example data
2014-10-24 23:47:36 +02:00
Thomas Schmidts
d79ff5d74d
Fixed broken links
2014-10-24 17:49:01 +02:00
Michael Hackstein
bedec7a435
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
2014-10-22 10:53:43 +02:00
Thomas Schmidts
0cfd90e02c
AQl Graph functions are not deprecated
2014-10-22 10:52:37 +02:00
Michael Hackstein
b8b1ca99e6
Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel
...
Conflicts:
Documentation/Books/Users/Aql/Functions.mdpp
2014-10-22 10:42:38 +02:00
Michael Hackstein
0b201719a2
Dedeprecated Graph AQL functions. They are still valid as they follow a different concept of graphs and connot be converted on the fly to the new graph module in general
2014-10-22 10:37:59 +02:00
Thomas Schmidts
07957bb85d
Split the aql functions chapter into various subchapters for better overview
2014-10-21 16:40:19 +02:00
Thomas Schmidts
c1d47c701a
Some small gitbook fixes
2014-10-21 11:29:29 +02:00
James
0c96f73858
fixed some typos in the doc.
2014-10-21 09:28:30 +01:00
Jan Steemann
c438ca5d93
made CSS slightly smaller
2014-10-17 10:58:43 +02:00
James
80b9808646
refixed typo: a user is correct.
2014-10-17 08:38:21 +01:00
Thomas Schmidts
fa19cb5d42
Fixed spelling error
2014-10-16 18:09:25 +02:00
Thomas Schmidts
334e11cfa6
Fixed error with wrong syntax in some codes
2014-10-15 18:04:24 +02:00
Jan Steemann
edae662eb4
added res.send() and res.sendFile()
2014-10-15 17:33:10 +02:00
Jan Steemann
c946a1536a
documentation for fs
2014-10-15 14:01:15 +02:00
Thomas Schmidts
79f851fab5
Fix #1047 . The header is now fixed and scrolls with the rest of the text
2014-10-14 17:52:01 +02:00
Thomas Schmidts
12b3562f53
Fixed #1050 . Now its possible to clear the search in the documentation
2014-10-14 16:13:03 +02:00
Jan Steemann
31ebe14ea6
issue #1042
2014-10-10 14:24:22 +02:00
Jan Steemann
8294e54f32
faster import
2014-10-08 17:01:45 +02:00
Jan Steemann
6633f193ec
fixed documentation
2014-10-08 15:14:52 +02:00
Jan Steemann
162e0b3f71
issue #1031 : updated documentation for date functions
2014-10-02 09:37:03 +02:00
Thomas Schmidts
2e151f7ab0
Added type definition to db._create documentation
2014-09-26 11:53:44 +02:00
Jan Steemann
1c71d69683
Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into devel
2014-09-24 09:25:04 +02:00
Thomas Schmidts
fd2c22c435
Added readme for creating the documentation and changed printout of the makefile
2014-09-23 13:38:56 +02:00
Jan Steemann
92f87c19ce
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-09-22 23:51:16 +02:00
Thomas Schmidts
e99a12c339
Fixed error in Documentation and changed visualization of deprecated chapters
2014-09-22 17:44:52 +02:00
Jan Steemann
e5e2cfe4da
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-09-17 11:50:42 +02:00
Jan Steemann
d3f4f05df1
issue #1020
2014-09-17 11:42:01 +02:00
Jan Steemann
5c820cea34
Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into aql2
...
Conflicts:
arangod/V8Server/v8-vocbase.cpp
2014-09-16 16:33:47 +02:00
Alan Plum
54e5333590
Provided examples for ctrl.allRoutes.
2014-09-16 11:45:08 +02:00
Jan Steemann
481a16fd7a
removed bitarray indexes
2014-09-15 14:19:38 +02:00
Jan Steemann
34d2913002
added NOT IN operator, added keywords NOT, AND, OR
2014-09-14 01:34:58 +02:00
Thomas Schmidts
cf17693356
Added style for deprecated documentation
2014-09-11 15:40:20 +02:00
Michael Hackstein
9b62c7367b
Deprecated _directedRelation and _undirectedRelation in general-graphs. Created _relation in general-graphs creating a _directedRelation. Handling undirected relations is now given to the user / api-implementor as arangodb itself does not offer any direction constrains which caused some confusion
2014-09-10 15:50:22 +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
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
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