summaryrefslogtreecommitdiff
path: root/gentoobrowse-api/unittests/testUsers.cpp
Commit message (Collapse)AuthorAge
* Reformat with new clang-formatDan Goodliffe2023-10-09
|
* Users service with rw/ro pools using new IceTray featuresgentoobrowse-api-0.12Dan Goodliffe2022-03-06
|
* Simple sanity checks on sign up dataDan Goodliffe2022-03-01
|
* Clear sent emails on fixture exitDan Goodliffe2022-03-01
|
* Don't require lots of casting to mock mail serverDan Goodliffe2022-03-01
| | | | Keep it in the test client
* Fix up all remaining tools warnings in non-generated codeDan Goodliffe2022-02-26
|
* Clang formatDan Goodliffe2020-12-15
|
* Switch to IceTray Cubes and MailsDan Goodliffe2019-06-09
|
* User pruninggentoobrowse-api-0.9.6Dan Goodliffe2018-03-04
| | | | Purge out unverified users after a period of time.
* Add a test user we never verifyDan Goodliffe2018-03-04
|
* Use Boost's GE tests, not > (the change to >= is deliberate)Dan Goodliffe2018-03-04
|
* Sign-upsDan Goodliffe2018-03-04
| | | | | | | Improves the handling of sign-up requests when an existing unverified user already exists and authentication for that user succeeds with the newly provided credentials. In this case, resend the verification email to the original address and return the original user model.
* Implement sending emails of news ebuilds and signup verificationDan Goodliffe2017-01-03
|
* Add fields/members/functions for storing a user's signup date and when they ↵Dan Goodliffe2017-01-03
| | | | last received a mailshot
* Add support for getting a user's tracked packagesDan Goodliffe2016-11-04
|
* Add all the expected methods to the user serviceDan Goodliffe2016-10-17
|
* Add basics of user serviceDan Goodliffe2016-10-04