Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | SONAR-20258 Add all missing package-info.java | Aurelien Poscia | 2023-08-25 | 6 | -0/+138 | |
| | ||||||
* | SONAR-20156 Create api/dismiss_message/dismiss endpoint | Nolwenn Cadic | 2023-08-24 | 1 | -5/+5 | |
| | ||||||
* | SONAR-20181 Support pageSize=0 | Aurelien Poscia | 2023-08-21 | 5 | -3/+157 | |
| | ||||||
* | SONAR-20181 implement sort-order in documentation | Aurelien Poscia | 2023-08-18 | 1 | -0/+24 | |
| | ||||||
* | SONAR-19965 Add ITs for UserService::deactivate. | Wojtek Wajerowicz | 2023-07-28 | 1 | -28/+296 | |
| | ||||||
* | SONAR-19969 Support apiv2 POST /users to create a user | Antoine Vigneau | 2023-07-28 | 4 | -6/+406 | |
| | ||||||
* | SONAR-19991 Don't depend on sonar-webserver-webapi in sonar-webserver-webapi-v2. | Wojtek Wajerowicz | 2023-07-28 | 25 | -0/+1725 | |
| | ||||||
* | SONAR-19964 GET /api/v2/users/:login endpoint | Wojtek Wajerowicz | 2023-07-27 | 2 | -9/+49 | |
| | ||||||
* | SONAR-19965 DELETE /api/v2/users/:login endpoint | Wojtek Wajerowicz | 2023-07-26 | 8 | -19/+560 | |
| | ||||||
* | SONAR-19963 Add GET /api/v2/users endpoint | Aurelien Poscia | 2023-07-26 | 10 | -0/+942 | |
| | ||||||
* | rename sonar-webserver-common to sonar-webserver-api | Sébastien Lesaint | 2019-08-14 | 149 | -8880/+0 | |
| | ||||||
* | clean up sonar-webserver content belonging to sonar-webserver-core | Sébastien Lesaint | 2019-08-14 | 6 | -0/+291 | |
| | ||||||
* | remove all other dependencies onto sonar-server | Sébastien Lesaint | 2019-08-14 | 15 | -0/+755 | |
| | | | | | | was causing funky dependency tree for tests (almost loop) dependency was sometimes added for transitive dependencies module was super large yet hardly a couple classes were used | |||||
* | remove dependency from sonar-webserver-webapi to sonar-server | Sébastien Lesaint | 2019-08-14 | 104 | -0/+6669 | |
| | ||||||
* | create webserver-auth and webserver-common from sonar-server | Sébastien Lesaint | 2019-08-14 | 25 | -0/+1165 | |
actual module names are sonar-webserver-auth and sonar-webserver-common |