1
0
Fork 0
Commit Graph

197 Commits

Author SHA1 Message Date
Jan Steemann 857c69d5a6 added `--server.allow-method-override` startup option 2013-10-08 17:06:42 +02:00
Jan Steemann af4c2b7659 updated documentation 2013-10-01 17:36:09 +02:00
Jan Steemann 674468b768 updated documentation 2013-09-30 13:43:20 +02:00
Lucas Dohmen 2f4fa628ad Tiny adjustment to the Foxx Manager manual #560 2013-09-27 22:48:58 +02:00
Lucas Dohmen 9266e4da23 Foxx Manual: Overview 2013-09-27 22:33:50 +02:00
Lucas Dohmen ee2db4a67d Foxx: Clarification of Authentication #597 2013-09-27 22:09:16 +02:00
Lucas Dohmen e3d888b69b Foxx: Remove some confusing lines from the manual #560 2013-09-27 21:56:52 +02:00
Doerthe Luebbert b8f23c368a Info added on example apps 2013-09-27 12:26:15 +02:00
Doerthe Luebbert b08a169b4c replaced the meadow example by hello + param example 2013-09-27 11:39:22 +02:00
Jan Steemann 97afd329ff updated documentation 2013-09-24 18:22:38 +02:00
Jan Steemann 46895b4ec2 updated documentation 2013-09-24 15:40:37 +02:00
Jan Steemann c29e491d8b Merge pull request #594 from luebbert42/devel
switched the order of FoxxManager & Foxx for didactic reasons
2013-09-24 04:28:54 -07:00
Doerthe Luebbert 7ee0ec025c switched the order of FoxxManager & Foxx for didactic reasons 2013-09-24 10:29:57 +02:00
Jan Steemann cbd2ed60f4 issue #564: better automatic mimetype detection for assets
also added possibility to override automatic detection with hard-coded value from manifest
2013-09-23 23:26:11 +02:00
Doerthe Luebbert f327337da9 adapted example to structure similar to foxx-authentification app 2013-09-23 18:07:20 +02:00
Jan Steemann 8ced2fb364 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-23 17:49:34 +02:00
Jan Steemann 324d7fab03 documentation 2013-09-23 17:49:25 +02:00
Doerthe Luebbert a35af2687e wrong path fixed 2013-09-23 16:23:46 +02:00
Lucas Dohmen 6add03669b Foxx: Documentation of the new Model capabilities 2013-09-18 17:17:50 +02:00
Lucas Dohmen f5a177932e Foxx: bodyParam 2013-09-18 14:28:24 +02:00
Lucas Dohmen fba6c94671 Foxx Repository: replaceById 2013-09-17 14:19:06 +02:00
Lucas Dohmen 0b83a9a9b0 Repository: Replace 2013-09-16 17:25:40 +02:00
Jan Steemann 7caac08466 updated documentation 2013-09-11 17:25:45 +02:00
Lucas Dohmen cabbaeafaf Foxx Repository: Changed API 2013-09-10 10:47:13 +02:00
Lucas Dohmen 3d88b57687 Foxx: Removed Repository#all 2013-09-09 14:21:06 +02:00
Lucas Dohmen 545e896e23 Foxx: Repository#save 2013-09-09 14:07:13 +02:00
Lucas Dohmen 7a7d972069 Foxx: Added the same for onlyIf and onlyIfAuthenticated 2013-09-09 12:20:28 +02:00
Lucas Dohmen 5cab0ab025 Foxx: Controller-wide errorResponse 2013-09-09 12:08:10 +02:00
Lucas Dohmen ef6c905cc2 Foxx: Documentation Review 2013-09-09 09:47:23 +02:00
Jan Steemann 95e09941df fixed doxygen 2013-09-05 14:19:22 +02:00
Jan Steemann 369433f1e2 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel
Conflicts:
	arangosh/Benchmark/BenchmarkThread.h
	lib/SimpleHttpClient/SimpleHttpClient.cpp
2013-09-05 12:34:45 +02:00
Lucas Dohmen 4f283d39f4 Foxx: Controller#register 2013-09-04 18:06:52 +02:00
Jan Steemann 42660cbb5a Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-04 13:04:30 +02:00
Jan Steemann 897412b4de initial dropping of databases 2013-09-04 13:04:13 +02:00
Lucas Dohmen d9213af5ec Foxx: Manifest File apps -> controllers [BREAKING CHANGE]
Adjusted to the new vocabulary
2013-09-04 11:12:09 +02:00
Lucas Dohmen afef07b425 Foxx: Foxx.Application is now Foxx.Controller [BREAKING CHANGE]
The naming was confusing, because Foxx Application had two meanings.
Now we are using the terminology used in MVC frameworks.
2013-09-04 10:43:39 +02:00
Lucas Dohmen e0ff2d6266 Foxx: Documentation for the existing auth functionality 2013-09-03 16:18:10 +02:00
Jan Steemann 4e496b9dc5 migration from /_admin/html to /_admin/aardvark 2013-08-29 13:19:50 +02:00
Lucas Dohmen 92af89e7a1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-08-29 08:54:05 +02:00
Jan Steemann c85b3ade23 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-27 14:40:04 +02:00
Jan Steemann d30e407c4a only create new journal file when requested
make collection.rotate() publicly available
2013-08-27 14:39:28 +02:00
Lucas Dohmen cff54a4d0c Foxx: More manifest file information 2013-08-27 14:36:11 +02:00
Lucas Dohmen 142405c070 An Ode to Doxygen 2013-08-27 14:16:54 +02:00
Lucas Dohmen b23138dbae Foxx: Documentation Fixed, now let's implement this stuff 2013-08-27 12:55:16 +02:00
Lucas Dohmen bc1f68b2ff Foxx: First Step to fix Documentation 2013-08-27 12:55:16 +02:00
Jan Steemann e6d8687250 added AQL MINUS function 2013-08-26 22:25:30 +02:00
Jan Steemann 67ab601b43 updated docs 2013-08-21 12:40:05 +02:00
Jan Steemann 1dbe3e0cd8 updated docs 2013-08-21 12:30:05 +02:00
Jan Steemann 7ade1573c4 issue #586: added link to installation manual 2013-08-21 12:23:07 +02:00
Thomas Richter a731151c9d some format fixes 2013-08-12 10:53:18 +02:00