1
0
Fork 0
Commit Graph

16034 Commits

Author SHA1 Message Date
Alan Plum 3b00e307ea Formatting. Fixed inline docs in controller. 2014-08-20 10:57:47 +02:00
Alan Plum 54615415c2 Removed redundant foxx auth doc stub. 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 38297b88cc Fixed sessions app relying on exports from static mount path. 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 7bfb6d5d3f Fixed activateSessions default app path. 2014-08-20 10:57:46 +02:00
Alan Plum a85bc09de4 Only prohibit unmounting system apps mounted at system paths. 2014-08-20 10:57:46 +02:00
Alan Plum af2b1c1ff6 Added bundled apps as system apps. 2014-08-20 10:57:46 +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
Alan Plum 0d653ca67a Implemented activateSessions. 2014-08-20 10:57:06 +02:00
Heiko Kernbach 727d8a3f17 fixed a document filter state bug 2014-08-20 10:52:18 +02:00
Jan Steemann 592ada1d36 Merge branch 'aql2' of https://github.com/triAGENS/ArangoDB into aql2
Conflicts:
	arangod/Aql/ExecutionNode.h
2014-08-19 18:58:32 +02:00
Jan Steemann 99ce138c12 fixed creation of subqueries from JSON input 2014-08-19 18:51:11 +02:00
James 86b4ad512e fixing merge problems from last. 2014-08-19 17:10:04 +02:00
Heiko Kernbach ed1942c8d0 improved way of importing and exporting aql queries 2014-08-19 17:08:27 +02:00
James 447282d0bd Merge branch 'aql2' of ssh://github.com/triAGENS/ArangoDB into aql2
Conflicts:
	arangod/Aql/Optimizer.cpp
	arangod/Aql/OptimizerRules.cpp
2014-08-19 17:00:16 +02:00
James c0ce6d361c AND working for IndexRangeNode. 2014-08-19 16:58:10 +02:00
Willi Goesgens f179c35f02 Follow changes in Replace & UpdateNode - they have inDoc/inKey/out Variable now.
Merge branch 'aql2' of github.com:triAGENS/ArangoDB into aql2

Conflicts:
	arangod/Aql/ExecutionPlan.cpp
2014-08-19 16:19:38 +02:00
Willi Goesgens 68af283cbe add ModificationOptions CPP-File 2014-08-19 16:11:54 +02:00
Jan Steemann 232cc163c2 renamed optimizer rule 2014-08-19 16:10:57 +02:00
Willi Goesgens 49126ea6c1 empty change 2014-08-19 16:10:38 +02:00
Willi Goesgens 1a6487ab14 Json de/serialization 2014-08-19 16:09:37 +02:00
Jan Steemann 70a4f49095 removed commented code 2014-08-19 16:09:10 +02:00
James 370892566f added new class to contain ranges, and take their intersections. 2014-08-19 15:53:17 +02:00
Jan Steemann 79e68e72e3 fixed removeUnnecessaryCalc 2014-08-19 15:46:04 +02:00
Heiko Kernbach 777decd050 scss-lint changes 2014-08-19 15:44:25 +02:00
Heiko Kernbach 4b7309892d scss-lint changes 2014-08-19 15:44:03 +02:00