summaryrefslogtreecommitdiff
path: root/src/client/rz_api_backend.js
AgeCommit message (Collapse)Author
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