- 27 Apr, 2012 7 commits
-
-
Łukasz Nowak authored
OAuth-2 is used as fallback authentication method in case of not having X509 key/certificate.
-
Łukasz Nowak authored
Do not create additional request endpoint, as requesting is like creation, so reuse POST verb on instance endpoint.
-
Łukasz Nowak authored
Also as rename can be used to garbage collect instance avoid DELETE.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
PUT can inform that nothing happens. OPTIONS is required by web-browser embedded JavaScript calls in order to allow for CORS.
-
Łukasz Nowak authored
Accept is used in order to require response type from server, Content-Type is about data which are going to be send. Each time request body is sent, client HAVE to set content type.
-
Łukasz Nowak authored
Client might want to do anything with it, so append responso to such.
-
- 26 Apr, 2012 2 commits
-
-
Łukasz Nowak authored
Provide request-access-token web section, with forced authorisation (see: 454f340583055d59ba3385786d16a851636e45c4 in erp5 repository) which allow to grant or deny token which arrived from remote web site. Depend on erp5_bearer_token in order to reuse common logic.
-
Łukasz Nowak authored
-
- 25 Apr, 2012 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
They shall have maximum one related predecessor.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 24 Apr, 2012 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
requestSoftwareInstance requires much less arguments.
-
Łukasz Nowak authored
-
- 23 Apr, 2012 14 commits
-
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Łukasz Nowak authored
Expose tool which is capable to reply to low level HTTP requests (like POST, DELETE, PUT).
-
Łukasz Nowak authored
Caller uses catalog to call method, avoid trusting it.
-
Romain Courteaud authored
-
Romain Courteaud authored
This replace the previous root_state property defined on Hosting Subscription.
-
Romain Courteaud authored
Stay consistent with current API
-
Romain Courteaud authored
-
Romain Courteaud authored
This simplify retrieval of this information (and so, reduce system load).
-
Romain Courteaud authored
Do not set any default value anymore. This should ease compatibility issue (less maintainance).
-
Romain Courteaud authored
-
Romain Courteaud authored
-
- 19 Apr, 2012 2 commits
-
-
Łukasz Nowak authored
Generally allow customer to repay payment. The work was based on: * Start date do not have to be set during building. * Allow to reuse existing ID and allow PayZen to inform user, that transaction is already registered. * Do not create too many ids. * Drop not needed logging. * Be as precise as invoice's currency. * Consider all planned or confirmed transactions and take actions based on transaction status.
-
Łukasz Nowak authored
-
- 18 Apr, 2012 7 commits
-
-
Łukasz Nowak authored
-
Romain Courteaud authored
-
Romain Courteaud authored
Do not kill the client browser. Sleep is bad, but better than destroying all components.
-
Romain Courteaud authored
-
Romain Courteaud authored
-
Romain Courteaud authored
It is only used in vifib_web
-
Romain Courteaud authored
-