Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Suffix external auth username on conflict | Chocobozzz | 2022-08-03 | 1 | -5/+4 |
| | |||||
* | Fix lint | Chocobozzz | 2022-07-13 | 1 | -1/+1 |
| | |||||
* | Upgrade oauth2-server | Chocobozzz | 2022-06-28 | 2 | -5/+4 |
| | |||||
* | Refactor user build and express file middlewares | Chocobozzz | 2022-03-04 | 1 | -13/+7 |
| | |||||
* | Fix broken dep | Chocobozzz | 2022-02-09 | 1 | -1/+2 |
| | |||||
* | Add log on user plugin auth conflict | Chocobozzz | 2022-02-09 | 1 | -1/+8 |
| | |||||
* | Fix build | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Move test functions outside extra-utils | Chocobozzz | 2021-12-17 | 1 | -1/+1 |
| | |||||
* | Use different p2p policy for embeds and webapp | Chocobozzz | 2021-12-16 | 1 | -1/+1 |
| | |||||
* | Add ability for admins to set default p2p policy | Chocobozzz | 2021-12-16 | 1 | -0/+1 |
| | |||||
* | chore(refactor): remove shared folder dependencies to the server | lutangar | 2021-12-16 | 1 | -1/+2 |
| | | | | | | | | | | | Many files from the `shared` folder were importing files from the `server` folder. When attempting to use Typescript project references to describe dependencies, it highlighted a circular dependency beetween `shared` <-> `server`. The Typescript project forbid such usages. Using project references greatly improve performance by rebuilding only the updated project and not all source files. > see https://www.typescriptlang.org/docs/handbook/project-references.html | ||||
* | esModuleInterop to true | Chocobozzz | 2021-08-27 | 3 | -3/+3 |
| | |||||
* | Remove useless async | Chocobozzz | 2021-08-26 | 1 | -1/+1 |
| | |||||
* | Cleanup models directory organization | Chocobozzz | 2021-05-11 | 1 | -2/+2 |
| | |||||
* | Fix external on logout hook | Chocobozzz | 2021-03-24 | 1 | -2/+8 |
| | |||||
* | Refactor auth flow | Chocobozzz | 2021-03-24 | 4 | -0/+696 |
Reimplement some node-oauth2-server methods to remove hacky code needed by our external login workflow |