summaryrefslogtreecommitdiff
path: root/src/client/rz_api_backend.js
AgeCommit message (Collapse)Author
2015-08-09client/view/graph_view: silence debug printAlon Levy
2015-07-23client/rz_api_backend: use rz_core.rzdoc__current__get_name (fix FIXME)Alon Levy
2015-07-23client/rz_api_backend: add missing semicolons (Aptana Studio 3 - probably ↵Alon Levy
also jshint)
2015-07-06REST api: moving /load endpoints to /api/rzdoc/fetchLV-426
2015-07-06REST api: moving /graph endpoints to /api/rzdoc/LV-426
2015-06-04add copyright and license headers for GNU AGPL v3Alon Levy
2015-05-22rz_api_backend.js: rzdoc_searchLV-426
2015-05-18rz_api_backend.js: propagate xhr, text_status, err_thrownLV-426
2015-04-30REST api: /graph/clone -> /api/rzdoc/cloneLV-426
2015-04-30add '/api' prefix to REST api calls, help differentiate from end-user HTTP pathsLV-426
2015-04-25client: drop rz_server_{host,port}, use document.locationAlon Levy
Since the client can be hidden from the server via multiple layers, be they load balancers, proxies or iptable rules, it is simpler to not have the server aware of those layers and have to inform the client of them, instead use information the client already has.
2015-04-14rz_api_backend.js: miscLV-426
2015-04-09rz_api_backend.js: fix misplaced quote in log messageLV-426
2015-04-09rz_api_backend.js: better error loggingLV-426
2015-04-01rz_api_backend: misc: log with console.dir(), import util moduleLV-426
2015-04-01rz_api_backend: rzdoc_create(), rzdoc_list()LV-426
2015-04-01rz_api_backend: ajax_rs(): use xhr.responseJSON.error as error msgLV-426
2015-04-01rz_api_backend: rz_clone -> rzdoc_cloneLV-426
2015-04-01rz_api_backend: expect ajax errors to be server with non 200 HTTP statusLV-426
2015-04-01rz_api_backend: inject rzdoc_name into common ajax request contextLV-426
2015-03-01client/rz_api_backend: shorten ajax_success print to one lineAlon Levy
2015-02-11rz_api_backend: improve rz_server_url construction readabilityLV-426
2015-02-09rz_config: embed in index, remove as moduleAlon Levy
Still missing: remove host/port, let client use same as url it was served on. remove other flags no longer relevant. better mapping of server config to avoid double work?
2015-01-02misc changes: newline at end of file, etc.LV-426
2014-12-29commit_diff__vis() boilerplateLV-426
2014-12-22client/rz_api_backend: report errors from rhizi, not just ajax errorsAlon Levy
2014-12-22client/rz_api_backend: fix use of undefined variable on ajax error pathAlon Levy
2014-12-16moving files around after repository mergerAlon Levy