travis-web/app/services
Piotr Sarnacki 5c0697ed85 Always authenticate ajax calls
Our mechanism for blacklisting IPs, which was developed as a protection
against a DDoS attach, sometimes classifies IPs as offenders
incorrectly. In order to temporary improve the situation of 403
responses from API we're now going to authenticate all of the ajax
calls, because authenticated calls are not blacklisted that easily.
2016-01-21 14:00:41 +01:00
..
ajax.js Always authenticate ajax calls 2016-01-21 14:00:41 +01:00
auth.js Allow to set an alternative endpoint for auth 2016-01-11 14:26:26 +01:00
flashes.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
polling.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
popup.js Fix status images popup 2016-01-18 13:14:28 +01:00
session-storage.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
storage.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00
store.js Fix jshint errors after conversion to JS 2016-01-04 13:15:15 +01:00