summaryrefslogtreecommitdiff
path: root/src/server
AgeCommit message (Collapse)Author
2015-04-13rz_kernel: clear cache entries after delete, renameLV-426
2015-04-13rz_kernel: DBO_rzdoc__delete: make rzdoc assoc invalid, remove laterLV-426
2015-04-13rz_kernel: reorder: rzdoc__lookup_by_nameLV-426
2015-04-13revert 61a187b8: avoid extra API function, no need to change ↵LV-426
RZDoc_Exception__already_exists logging
2015-04-12server/rz_kernel: reduce heartbeat to 0.5 secondsAlon Levy
2015-04-12Revert "server/rz_kernel: switch to 0.5 second polling.."Alon Levy
This reverts commit 3e2452ad6480e726fee8fdf2e3817ef09b0ba34d.
2015-04-12rzdoc__list: rm unnecessary rzdoc paramLV-426
2015-04-12rz_mesh: improve loggingLV-426
2015-04-10server/rz_kernel: remove useless semicolonAlon Levy
2015-04-10server: implement doc renameAlon Levy
2015-04-10server/rz_kernel: switch to 0.5 second polling..Alon Levy
until an actual select/eventfd based solution is implemented
2015-04-10server tools: move to separate dir, rename, add helper rz.py to hide ugly ↵Alon Levy
import details
2015-04-10sanitize_input__rzdoc_name(): strip first...LV-426
2015-04-10sanitize_input__rzdoc_name(): handle empty requests, strip incoming rzdoc namesLV-426
2015-04-10server/db_controller: allow result to contain unicodeAlon Levy
2015-04-10rz_cli: fix fix for utf-8\ascii rzdoc namesAlon Levy
2015-04-10rz_cli: fix list-* with non ascii charsAlon Levy
2015-04-10rz_cli: make it guess etc directory for ease of useAlon Levy
2015-04-10rz_cli: add list-name/list-table for ease with merge-fileAlon Levy
2015-04-10rz_cli: bug fix for --merge-fileAlon Levy
2015-04-10rz_cli: drop debug printsAlon Levy
2015-04-10adding rz_cli tool - location to be changed (requires ant update as well)Alon Levy
2015-04-10rz_kernel: rzdoc__list: doesn't really need rzdoc but didn't want to change ↵Alon Levy
sig for lack of time
2015-04-10server/rz_kernel: rzdoc__create: avoid rethrowAlon Levy
Instead of raising and catching an exception by using the cache lookup extract a function to lookup in cache and then in db that just returns the result. Avoids an exception trace we log whenever there is an exception.
2015-04-10server/db_op: fix DBO_rzdoc__delete, labels are backticked, not quotedAlon Levy
2015-04-09resolve #439 with safe filter (|safe), avoid extra code in index.htmlLV-426
2015-04-09rz_kernel: miscLV-426
2015-04-09rz_mesh: miscLV-426
2015-04-09rz_mesh: decorator__ws_multicast(): return on reflective caller detection ↵LV-426
failure
2015-04-09wip: socketio_route_handler() non socketio client handlingLV-426
2015-04-09rz_mesh: misc: mv assert, doc, etcLV-426
2015-04-09rz_mesh: reader support: refactor ws_broadcast_to_all() -> ↵LV-426
ws_broadcast_to_rzdoc_readers()
2015-04-09rz_mesh: rzdoc_from_f_args_extractor() utilLV-426
2015-04-09RZ_WebSocket_Server: debugging: use RZ_WebSocketHandler, RZ_WebSocketHandlerLV-426
2015-04-09rz_api_websocket: on_diff_commit__xx: pass rzdoc via ctxLV-426
2015-04-09rz_api_websocket: ws reader subscription messages, ack & nakLV-426
2015-04-09rz_api: index(): return view even on exceptionLV-426
2015-04-09rz_api_rest: handle RZDoc_Exception__already_existsLV-426
2015-04-09rz_req_handling: miscLV-426
2015-04-09rz_kernel: add ThreadPoolExecutor, kernel_heartbeat() + concurrent.futures ↵LV-426
dependency
2015-04-09rz_kernel: rzdoc_reader_assoc_map, reader subscription managementLV-426
2015-04-09rz_kernel: host rzdoc lookup cacheLV-426
2015-04-09rz_kernel: apply deco__exception_log to all public functions, rm recurring ↵LV-426
exception handling
2015-04-09rz_kernel: RZDoc_Reader_AssociationLV-426
2015-04-09rz_kernel: rzdoc__create: raise RZDoc_Exception__already_existsLV-426
2015-04-09rz_kernel: RZDoc_Exception__already_existsLV-426
2015-04-09RZDoc: __eq__, __hash__, __str__LV-426
2015-04-06fix for "AssertionError: View function mapping is overwriting..."LV-426
2015-04-05Removing erroneous "import rp|garbash
2015-04-05rest__logout: redirect on GET, invalidate cookie on GET/POSTLV-426