COMMITS
/ test/ng/httpSpec.js September 23, 2020
J
refactor(httpProvider): remove usages of whitelist and blacklist
Joey Perrott committed
J
refactor(sceDelegateProvider): remove usages of whitelist and blacklist
Joey Perrott committed
June 16, 2018
G
feat(*): implement more granular pending task tracking
George Kalpakas committed
July 9, 2016
G
feat($http): support sending XSRF token to whitelisted origins
Georgios Kalpakas committed
October 8, 2017
M
fix($http): set correct xhrStatus in response when using 'timeout'
Martin Staffa committed
August 28, 2017
P
fix(http): do not allow encoded callback params in jsonp requests
Peter Bacon Darwin committed
July 31, 2017
F
fix($httpParamSerializerJQLike): call functions as jQuery does
Frederik Prijck committed
July 27, 2017
C
fix($httpParamSerializer): ignore functions
Carl committed
June 29, 2017
February 21, 2017
F
feat($http): allow differentiation between XHR completion, error, abort, timeout
Frederik Prijck committed
May 7, 2017
L
fix(httpParamSerializerJQLike): Follow jQuery for `null` and `undefined`
Lucas Mirelmann committed
February 19, 2017
C
fix($http): throw more informative error on invalid JSON response
Chirag Bhatia committed
February 8, 2017
M
test($http): ensure json deserialization errors are forwarded to error handler
Martin Staffa committed
November 27, 2016
W
refactor($q): replace occurrences of `.when()` with `.resolve()`
Wesley Cho committed
October 28, 2016
J
docs(*): fix typos
Josh Soref committed
October 5, 2016
G
test(*): introduce the `toEqualMinErr()` custom Jasmine matcher
Georgios Kalpakas committed
September 19, 2016
G
feat($http): remove deprecated callback methods: `success()/error()`
Georgios Kalpakas committed
October 4, 2016
P
feat($http): JSONP callback must be specified by `jsonpCallbackParam` config
Peter Bacon Darwin committed
September 20, 2016
P
feat($http): JSONP requests now require a trusted resource URL
Peter Bacon Darwin committed
September 30, 2016
G
fix($q): treat thrown errors as regular rejections
Georgios Kalpakas committed
August 10, 2016
M
chore(eslint): enable `quotes: ["error", "single"]`
Michał Gołębiowski committed
July 28, 2016
S
feat(ngMock/$httpBackend): flush requests in any order
sarychev committed
July 20, 2016
M
chore(*): switch from JSHint/JSCS to ESLint
Michał Gołębiowski committed
July 14, 2016
G
fix($http): avoid `Possibly Unhandled Rejection` error when the request fails
Georgios Kalpakas committed
January 27, 2016
W
fix($http): properly increment/decrement `$browser.outstandingRequestCount`
William Bagayoko committed
April 14, 2016
G
fix($http): pass event object to `eventHandlers`/`uploadEventHandlers`
Georgios Kalpakas committed
April 4, 2016
P
feat($http): support handling additional XHR events
Peter Bacon Darwin committed
January 1, 2016
L
feat($q): report promises with non rejection callback
Lucas Mirelmann committed
March 13, 2016
L
chore(*): Upgrade to Jasmine 2.4
Lucas Mirelmann committed
March 6, 2016
M
refactor(*): use toBeUndefined consistently
mohamed amr committed
December 11, 2015
J
docs: fix typos throughout the codebase
Justas Brazauskas committed
December 3, 2015
U
fix($http): throw if url passed is not a string
Utsav Shah committed
September 30, 2015
G
fix($http): apply `transformResponse` even when `data` is empty
Georgios Kalpakas committed
September 12, 2015
L
refactor(*): use `isDefined` and `isUndefined` consistently
lucastetreault committed
September 7, 2015
P
test($http): remove use of deprecated `success` and `error` calls in tests
Peter Bacon Darwin committed
August 24, 2014
P
fix($http): propagate status -1 for timed out requests
Pawel Kozlowski committed
June 14, 2015
R
feat($httpProvider): add 'useLegacyPromiseExtensions' configuration
Rouven Weßling committed
July 21, 2015
L
fix(httpParamSerializerJQLike): Follow jQuery for index of arrays of objects
Lucas Galfaso committed
April 30, 2015
M
fix($http): do not modify the config object passed into $http short methods
Max Thyen committed
April 17, 2015
L
fix($httpParamSerializerJQLike): follow jQuery logic for nested params
Lucas Galfaso committed
April 3, 2015
P
docs($http): clarify side effects of transformRequest functions
Pawel Kozlowski committed
March 30, 2015
P
feat($http): support custom params serializers
Pawel Kozlowski committed
March 16, 2015
P
fix($http): throw error if `success` and `error` methods do not receive a function
Peter Bacon Darwin committed
March 2, 2015
S
refactor($browser): split cookie access into $$cookieReader and $$cookieWriter services
Shahar Talmi committed
February 20, 2015
P
fix($http): properly access request headers with mixed case
Pawel Kozlowski committed
January 2, 2015
P
feat($http): provide a config object as an argument to header functions
Pawel Kozlowski committed
December 31, 2014
P
test($http): remove unused inject() calls
Pawel Kozlowski committed
December 12, 2014
P
feat($http): pass response status code to data transform functions
Pawel Kozlowski committed
December 7, 2014
G
fix($http): only parse as JSON when opening/closing brackets match
Georgios Kalpakas committed
December 8, 2014
R
fix($http): don't convert FormData objects to JSON
Rouven Weßling committed