summaryrefslogtreecommitdiffstats
path: root/services/user
Commit message (Expand)AuthorAgeFilesLines
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-142-0/+57
* Add context cache as a request level cache (#22294)Lunny Xiao2023-02-151-1/+1
* Move delete user to service (#22478)Lunny Xiao2023-02-132-1/+192
* Unify hashing for avatar (#22289)Gusted2023-01-021-6/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-272-4/+2
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-1/+1
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-14/+14
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-3/+3
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-161-4/+4
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-212-0/+21
* Add option to purge users (#18064)zeripath2022-07-142-9/+107
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+9
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-292-4/+6
* Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/mo...wxiaoguang2022-03-221-2/+2
* Move keys to models/asymkey (#17917)Lunny Xiao2021-12-101-5/+7
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-102-4/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-242-17/+18
* Remove unnecessary attributes of User struct (#17745)Lunny Xiao2021-11-221-0/+65
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-1/+1
* Move user/org deletion to services (#17673)KN4CK3R2021-11-192-0/+207