1
0
Fork 0
Commit Graph

8098 Commits

Author SHA1 Message Date
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 95e409763d Foxx: Upgrade Alpha Routes. Fixes #589 2013-09-04 10:24:46 +02:00
Frank Celler 65705428f1 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-09-03 21:35:49 +02:00
Frank Celler bde36da436 fixed collection prefix 2013-09-03 21:35:43 +02:00
Heiko Kernbach 12fdc3f711 css 2013-09-03 20:15:57 +02:00
Heiko Kernbach 2d953847af css db 2013-09-03 19:38:21 +02:00
Heiko Kernbach 316d8705cc Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-03 19:03:37 +02:00
Heiko Kernbach 885896a323 autoscaling graphs 2013-09-03 19:03:30 +02:00
Lucas Dohmen de3a9c2801 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2013-09-03 17:51:12 +02:00
Lucas Dohmen d33c3974fd Foxx: onlyIf simplified 2013-09-03 17:50:34 +02:00
Heiko Kernbach 106aa13f5f Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-03 16:19:48 +02:00
Heiko Kernbach abc5f87911 css 2013-09-03 16:19:39 +02:00
Lucas Dohmen e0ff2d6266 Foxx: Documentation for the existing auth functionality 2013-09-03 16:18:10 +02:00
Heiko Kernbach e662b810ac css dashboard 2013-09-03 15:19:23 +02:00
Heiko Kernbach 59860fd7dc design 2013-09-03 15:06:21 +02:00
Heiko Kernbach d2436a83f5 frontend design 2013-09-03 14:44:47 +02:00
Heiko Kernbach 5e881c3d54 fixed backbone document model, css changes 2013-09-03 13:42:06 +02:00
Heiko Kernbach 6db1d2d22c css chrome changes 2013-09-03 13:17:01 +02:00
Heiko Kernbach 17356558e3 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-03 13:03:43 +02:00
Heiko Kernbach 64fc89b243 css chrome changes 2013-09-03 13:03:31 +02:00
Heiko Kernbach c73246830f dashboard css changes 2013-09-03 12:15:05 +02:00
Lucas Dohmen b0fbdbbabf Admin Interface: Found the bug, smashed it
* A model and a collection were using the same name
* Don't know why it worked before
* Also updated Backbone and Underscore and removed the old versions
2013-09-03 12:11:22 +02:00
Lucas Dohmen f7899bed83 Foxx: Authentication – first version for feedback 2013-09-03 12:11:22 +02:00
Heiko Kernbach 49d2740354 +0.5px for edit icon 2013-09-03 11:18:14 +02:00
Heiko Kernbach f9c69fd542 css 2013-09-03 11:00:52 +02:00
Heiko Kernbach 6649213f48 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-09-03 10:59:27 +02:00
Jan Steemann 356482831c fix ambiguity bug 2013-09-02 15:56:12 +02:00
Jan Steemann 1af5aa6b45 block compaction & datafile removal while dumping 2013-08-30 17:25:09 +02:00
Jan Steemann 54dd63dd32 updated CHANGELOG 2013-08-30 09:47:35 +02:00
Jan Steemann 6c64a35895 restore client, unfinished 2013-08-30 01:14:21 +02:00
Jan Steemann 2c4ad55db1 don't call getenv in loop 2013-08-29 22:08:10 +02:00
Jan Steemann 4b36f1422c allow incremental dumping using tick-start and tick-end 2013-08-29 21:47:29 +02:00
Jan Steemann a42be561fd added includeSystem URL parameter 2013-08-29 21:15:47 +02:00
Jan Steemann 2556b0714f fixed issues reported by VS 2012 2013-08-29 16:43:56 +02:00
Jan Steemann 8ae67b32c8 increased wait time 2013-08-29 14:12:54 +02:00
Jan Steemann efcca7ab90 54 => 64 2013-08-29 13:53:20 +02:00
Jan Steemann 6a6aed1baa fixed make install for js/apps 2013-08-29 13:33:20 +02:00
Jan Steemann daccdea5c9 fixed tests 2013-08-29 13:28:54 +02:00
Jan Steemann ac69f8d662 fixed jslint warnings 2013-08-29 13:20:55 +02:00
Jan Steemann 4e496b9dc5 migration from /_admin/html to /_admin/aardvark 2013-08-29 13:19:50 +02:00
Jan Steemann 0aca109a89 removed html/admin, / now redirects to /_admin/aardvark by default 2013-08-29 12:59:56 +02:00
Jan Steemann a9f486a0b0 simplified version getting 2013-08-29 11:48:22 +02:00
Jan Steemann 64fda46f62 removed unused variable 2013-08-29 11:47:48 +02:00
Jan Steemann c54972fc89 Merge branch 'devel' of https://github.com/triAGENS/ArangoDB into devel 2013-08-29 11:46:49 +02:00
Jan Steemann e72c6ab20c fixed a memleak in /_api/replication/dump 2013-08-29 11:46:33 +02:00
Jan Steemann 3aab2d73c3 add wait time 2013-08-29 11:38:10 +02:00
Jan Steemann a590ba625a introduced Foxx::UnauthorizedError
assign auto-priority for before/after handlers
removed third parameter for before
2013-08-29 11:25:41 +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 eb2dee447c fixed test 2013-08-28 22:50:31 +02:00
Jan Steemann 860ed964c3 simplify build.h 2013-08-28 22:20:06 +02:00