Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Reorganize client shared modules | Chocobozzz | 2020-06-23 | 2 | -61/+0 |
| | |||||
* | Upgrade to rxjs 6 | Chocobozzz | 2018-05-16 | 1 | -20/+18 |
| | |||||
* | Fix http token interceptor | Chocobozzz | 2018-01-11 | 1 | -1/+1 |
| | |||||
* | Move to HttpClient and PrimeNG data table | Chocobozzz | 2017-09-14 | 3 | -94/+63 |
| | |||||
* | Use typescript standard and lint all files | Chocobozzz | 2017-06-16 | 2 | -42/+42 |
| | |||||
* | Client: check token valitidy at startup | Chocobozzz | 2017-03-04 | 3 | -123/+0 |
| | |||||
* | Client: add basic aot support | Chocobozzz | 2017-01-13 | 1 | -3/+5 |
| | |||||
* | First version with PostgreSQL | Chocobozzz | 2016-12-19 | 1 | -6/+3 |
| | |||||
* | Client: split in angular modules | Chocobozzz | 2016-11-21 | 3 | -215/+13 |
| | |||||
* | Client: fix handle refresh token | Chocobozzz | 2016-11-04 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' into webseed-merged | Chocobozzz | 2016-10-02 | 4 | -40/+106 |
|\ | |||||
| * | Client: add some explanations if we cannot retrieve client oauth | Chocobozzz | 2016-10-01 | 1 | -1/+4 |
| | | | | | | | | credentials | ||||
| * | Client: handle the case when the refreshing token step fails | Chocobozzz | 2016-10-01 | 2 | -9/+29 |
| | | |||||
| * | Client: centralize http res extraction in a service | Chocobozzz | 2016-08-23 | 1 | -13/+9 |
| | | |||||
| * | Client: add user management | Chocobozzz | 2016-08-09 | 3 | -21/+29 |
| | | |||||
| * | Client: implement password change | Chocobozzz | 2016-08-05 | 3 | -14/+52 |
| | | |||||
| * | Server: move clients in its own file | Chocobozzz | 2016-08-05 | 1 | -1/+1 |
| | | |||||
| * | Client: fix login state when logout | Chocobozzz | 2016-07-27 | 1 | -0/+2 |
| | | |||||
* | | Client: fix login state when logout | Chocobozzz | 2016-07-27 | 1 | -0/+2 |
|/ | |||||
* | Client: Auth services cleanup | Chocobozzz | 2016-07-20 | 2 | -14/+6 |
| | |||||
* | Client: Add authHttp service that authentificates the http request and | Chocobozzz | 2016-07-20 | 5 | -0/+360 |
optionally refresh the access token if needed |