summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Expand)Author
2015-04-01follow rzdoc_xx var naming conventionLV-426
2015-04-01DB_op: wip: DBO_rzdoc__new, DBO_rzdoc__openLV-426
2015-04-01DB_op misc: log neo4j issue with parameter maps, importsLV-426
2015-04-01DB_op: follow q_arr naming conventionLV-426
2015-04-01DB_op: parenthesis wrap node references in queries (current parser constraint)LV-426
2015-04-01DB_Driver, DB_Op: statement -> query renameLV-426
2015-04-01DB_Driver_Embedded: nop unimplemented exec_statement_set()LV-426
2015-04-01model/model.py: RZDoc model objectLV-426
2015-04-01RZ_Kernel: apply QT_Node_Filter__Doc_ID_Label transformation based on doc_id ...LV-426
2015-04-01DB_op: rename statement_set -> query_setLV-426
2015-04-01DB_op: function reorderingLV-426
2015-04-01Query_Struct_Type - could probably use some cleanupLV-426
2015-04-01DB_Query, DB_row, DB_op, DB_composed_op iteration code, add explicit DB_op.it...LV-426
2015-04-01DB_Query: __repr__(): include query structLV-426
2015-04-01neo4j_cypher: host DB_Query code, DB_row, DB_result_setLV-426
2015-04-01neo4j_cypher: introducte Query_Transformation, QT_Node_Filter__Doc_ID_LabelLV-426
2015-04-01neo4j_cypher: rm code moved to neo4j_cypher_parserLV-426
2015-04-01meta label schemaLV-426
2015-04-01neo4j_cypher: update after kw list migration to neo4j_cypher_parserLV-426
2015-04-01extract parser code into neo4j_cypher_parser.pyLV-426
2015-04-01DBO_diff_commit__attr: rm suffix space, rename paramsLV-426
2015-03-22server/neo4j_util: actually neo4j supports any char as the first char includi...Alon Levy
2015-03-22server/neo4j_util: neo4j also supports underscore as first letter of a labelAlon Levy
2015-03-22server: more cascade exception loggingAlon Levy
2015-03-22server: support non ascii chars in link namesAlon Levy
2015-03-16server/db_driver: note on exception reraise related logging being fixed in py...Alon Levy
2015-03-15server/db_driver: reraising exception loses stack, so log first part before r...Alon Levy
2015-03-15wip: cypher parserLV-426
2015-03-15log warning on query result set limit hitLV-426
2015-03-15server/db_op: raise limit to results in a single query to 16384Alon Levy
2015-03-15server/rz_feedback: clearer fix for utf-8 feedback problemAlon Levy
2015-03-15server/rz_server: add time and level to logsAlon Levy
2015-03-15server/rz_mail: allow feedback comment to be utf-8Alon Levy
2015-03-15server/rz_mail: use bytearray for feedback, fixes #379Alon Levy
2015-03-12wip upload/blobAlon Levy
2015-03-11wip: cypher parserLV-426
2015-03-04wip: cypher language parserLV-426
2015-03-01server/rz_user_db: add matching user_rm_role plus valid_role, admin & user on...Alon Levy
2015-03-01rz_api: index: set correct role_setAlon Levy
2015-03-01add a fixed role_set to the client, to be replaced with one coming from the c...Alon Levy
2015-02-25fix pw reset subject lineLV-426
2015-02-24rz_server.py: add pw-reset to 'no-login' setLV-426
2015-02-24rz_server.py: partial config opt docLV-426
2015-02-23rz_user_db: update_user_password()LV-426
2015-02-23rz_user.py: rest__pw_reset()LV-426
2015-02-23rz_user.py: util codeLV-426
2015-02-23rz_user.py: User_Pw_Reset_Request classLV-426
2015-02-23rest__login(): fix handling of multiple return values by lookup_user__by_emai...LV-426
2015-02-23generate_email_confirmation_key(): rename as generate_security_token, make av...LV-426
2015-02-17server: oops, remove exception for testingAlon Levy