1
0
Fork 0
Commit Graph

2384 Commits

Author SHA1 Message Date
Heiko Kernbach e12d027273 fixed non valid javascript code, aaardvark is now using internal base64 decode function 2014-10-09 18:40:13 +02:00
Jan Steemann 71c41c9017 added style for collection status "loading" 2014-10-09 17:12:24 +02:00
Heiko Kernbach 637b1582b2 fixed unuseful format of data for request chart in the dashboard (frontend) 2014-10-09 14:50:09 +02:00
Willi Goesgens e433a2831e Add a new wrapper which does fork + waitpid in one js call, so we're closer to the flame and less eventually miss something. 2014-10-08 16:48:30 +02:00
Jan Steemann ff80fafba5 fixed cached lookups of collections on the server, which may have caused spurious problems after collection rename operations 2014-10-08 14:59:02 +02:00
Jan Steemann 7c78bd1d61 added derived file 2014-09-29 14:41:33 +02:00
Max Neunhoeffer 046d4f524d Implement getSome for RemoteBlock. 2014-09-26 16:19:25 +02:00
Max Neunhoeffer cf5e1be91e Version version of HTTP API done. 2014-09-24 16:17:18 +02:00
Max Neunhoeffer 1f74a64b58 Implement POST for HTTP API for queries. 2014-09-23 16:51:03 +02:00
Jan Steemann c0a9d189c5 better error messages if mkdir fails 2014-09-18 17:48:05 +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 c145ede1a2 Don't use applicationContext.collection for system apps. 2014-09-15 23:31:05 +02:00
Jan Steemann 481a16fd7a removed bitarray indexes 2014-09-15 14:19:38 +02:00
Jan Steemann 4e6f6f2cbd finalized move to cxx 2014-09-14 00:06:00 +02:00
Jan Steemann 3487d7c9ba added derived file 2014-09-10 15:56:02 +02:00
Michael Hackstein 03cf0d69fb Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-09-10 15:50:28 +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
Jan Steemann 7d74347590 issue #1016: AQL editor bug 2014-09-10 13:39:10 +02:00
Michael Hackstein d6d16f0643 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-09-10 13:19:27 +02:00
Jan Steemann bb56982988 fixed copy&paste error 2014-09-09 23:32:58 +02:00
Jan Steemann 4522299ce8 fixed escaping of deletion button in AQL queries overview 2014-09-09 21:09:26 +02:00
Jan Steemann 11a490170d jslint 2014-09-09 20:38:18 +02:00
Jan Steemann 3bda3a1c0d fixed cursor positioning in collections search 2014-09-09 20:36:01 +02:00
Jan Steemann 80f7f61649 prevent XSS in user management views 2014-09-09 20:32:57 +02:00
Jan Steemann 2f89193e6c prevent XSS in AQL editor 2014-09-09 20:18:13 +02:00
Michael Hackstein 7c940d4d44 Merge branch 'devel' of github.com:triAGENS/ArangoDB into devel 2014-09-09 12:53:36 +02:00
Michael Hackstein 449936b99e Added a more precise information returned from gharial for collections 2014-09-09 12:53:31 +02:00
Alan Plum b0995dfdb7 Replaced PBKDF2_HMAC with PBKDF2_HMAC_SHA1 for OSX compat. 2014-09-08 14:32:40 +02:00
Jan Steemann 4fe43c5b49 added derived files 2014-09-08 10:59:07 +02:00
Alan Plum 469af580e5 Added PBKDF2-HMAC. 2014-09-05 16:23:37 +02:00
Frank Celler 4ffec6e914 tried to silence rpmlint: remove empty files, remove unused scripts, fixed initgroups, fixed identical files, remove __DATE__
Conflicts:
	CHANGELOG
	Makefile.in
2014-09-05 09:28:21 +02:00
Alan Plum 99f9088830 Removed cookie logic from sessions app, simplified jwt logic. 2014-09-04 21:34:46 +02:00
Alan Plum 63e7c8132c Fixed stray unused "sid" property. 2014-09-04 15:58:32 +02:00
Alan Plum 2eb42db0d7 Session uid should be unambiguous. 2014-09-04 13:40:26 +02:00
Alan Plum e86c98dfe2 Enabled unused: true, ported aardvark jslint to jshint. 2014-09-02 22:18:18 +02:00
Alan Plum 71155440e6 Removed jslint headers from system apps. 2014-09-02 22:14:57 +02:00
Alan Plum bff47e558b Removed jslint headers from actions. 2014-09-02 22:14:56 +02:00
Alan Plum 3156a245f6 Stricter jshintrc. 2014-09-02 22:12:46 +02:00
Alan Plum 6a3386e55a Fixed jshint headers. 2014-09-02 22:12:45 +02:00
Jan Steemann 574b3f3d18 added ArangoShell tutorial 2014-08-30 19:46:20 +02:00
Jan Steemann b558899367 added derived files 2014-08-27 18:57:26 +02:00
Jan Steemann 794b909e8b issue #999: clear old result when submitting new query 2014-08-27 11:14:46 +02:00
Jan Steemann 4568c094c9 issue #1000: AQL Editor: Autofocus textarea 2014-08-27 10:58:01 +02:00
Alan Plum 9489a3cd50 Implemented session.getExpiry, session.hasExpired. 2014-08-27 10:29:44 +02:00
Heiko Kernbach 7c035ad49a document export bugfix, added filters to doc export function 2014-08-26 16:45:56 +02:00
Heiko Kernbach 0f215c7f71 css changes 2014-08-26 16:13:14 +02:00
Alan Plum de9a1c6efc Replaced sessions collection upgrade task. 2014-08-25 10:17:31 +02:00
Heiko Kernbach 1218d3b35b added export feature for documents and for query results 2014-08-22 16:54:53 +02:00
Heiko Kernbach 9fb9aa2cf1 added possibility to move selected documents to another collection 2014-08-22 15:06:07 +02:00
Heiko Kernbach 2472622b7c docs view bugfix 2014-08-22 11:40:31 +02:00