50 コミット (81a0a031f5df3504564634e6050fbb2a45cd40c1)

作成者 SHA1 メッセージ 日付
  silverwind 74f0c84fa4
Enable more `revive` linter rules (#30608) 2ヶ月前
  Zettat123 0fe9f93eb4
Check the token's owner and repository when registering a runner (#30406) 2ヶ月前
  wxiaoguang a008486f5c
Refactor DeleteInactiveUsers, fix bug and add tests (#30206) 3ヶ月前
  Zettat123 136dd99e86
Skip email domain check when admins edit user emails (#29609) 3ヶ月前
  Lunny Xiao e2277d07ca
Move some asymkey functions to service layer (#28894) 3ヶ月前
  KN4CK3R c337ff0ec7
Add user blocking (#29028) 3ヶ月前
  KN4CK3R 688d4a1f71
Unify password changing and invalidate auth tokens (#27625) 4ヶ月前
  KN4CK3R f8b471ace1
Unify user update methods (#28733) 4ヶ月前
  yp05327 ce0225c1b8
Forbid removing the last admin user (#28337) 5ヶ月前
  Lunny Xiao 70c4aad8e1
Move more functions to db.Find (#28419) 5ヶ月前
  delvh 778ad795fd
Refactor deletion (#28610) 6ヶ月前
  Lunny Xiao df1e7d0067
Use db.Find instead of writing methods for every object (#28084) 7ヶ月前
  Earl Warren 59f9ef9fee
Remove action runners on user deletion (#27902) 7ヶ月前
  JakobDev 3dc0c962bf
Delete repos of org when purge delete user (#27273) 8ヶ月前
  Lunny Xiao 9852c92e9a
Remove unnecessary parameter (#27671) 8ヶ月前
  Lunny Xiao cddf245c12
Replace more db.DefaultContext (#27628) 8ヶ月前
  JakobDev ebe803e514
Penultimate round of `db.DefaultContext` refactor (#27414) 8ヶ月前
  JakobDev cc5df26680
Even more `db.DefaultContext` refactor (#27352) 9ヶ月前
  Lunny Xiao 673cf6af76
make writing main test easier (#27270) 9ヶ月前
  JakobDev 7047df36d4
Another round of `db.DefaultContext` refactor (#27103) 9ヶ月前
  JakobDev f91dbbba98
Next round of `db.DefaultContext` refactor (#27089) 9ヶ月前
  JakobDev 76659b1114
Reduce usage of `db.DefaultContext` (#27073) 9ヶ月前
  Lunny Xiao 4f32abaf94
move repository deletion to service layer (#26948) 9ヶ月前
  Earl Warren 7bde2bf809
add unit test for user renaming (#26261) 11ヶ月前
  hiifong 4628aa5251
fix incorrect repo url when changed the case of ownername (#25733) 11ヶ月前
  Lunny Xiao c59a057297
Refactor rename user and rename organization (#24052) 1年前
  wxiaoguang 82224c54e0
Improve avatar uploading / resizing / compressing, remove Fomantic card module (#24653) 1年前
  techknowlogick 03591f0f95
add user rename endpoint to admin api (#22789) 1年前
  Lunny Xiao bd820aa9c5
Add context cache as a request level cache (#22294) 1年前
  Lunny Xiao f2772b5920
Move delete user to service (#22478) 1年前
  Gusted 96797fed31
Unify hashing for avatar (#22289) 1年前
  flynnnnnnnnnn e81ccc406b
Implement FSFE REUSE for golang files (#21840) 1年前
  KN4CK3R 044c754ea5
Add `context.Context` to more methods (#21546) 1年前
  Lunny Xiao 34283a74e8
Allow detect whether it's in a database transaction for a context.Context (#21756) 1年前
  delvh 0ebb45cfe7
Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551) 1年前
  Lunny Xiao f860a6d2e4
Add system setting table with cache and also add cache supports for user setting (#18058) 1年前
  Lunny Xiao 86c85c19b6
Refactor AssertExistsAndLoadBean to use generics (#20797) 1年前
  Dhruv Manilawala 3df33799c1
Fix: Actor is required to get user repositories (#20443) 1年前
  zeripath bffa303020
Add option to purge users (#18064) 1年前
  Lunny Xiao fd7d83ace6
Move almost all functions' parameter db.Engine to context.Context (#19748) 2年前
  Lunny Xiao b8911fb456
Use a struct as test options (#19393) 2年前
  KN4CK3R 1d332342db
Add Package Registry (#16510) 2年前
  Lunny Xiao b06b9a056c
Move organization related structs into sub package (#18518) 2年前
  wxiaoguang 7a550b3af2
Use `ctx` instead of `db.DefaultContext` in some packages(routers/services/modules) (#19163) 2年前
  Lunny Xiao 3ca5dc7e32
Move keys to models/asymkey (#17917) 2年前
  Lunny Xiao 719bddcd76
Move repository model into models/repo (#17933) 2年前
  Lunny Xiao a666829a37
Move user related model into models/user (#17781) 2年前
  Lunny Xiao baed01f247
Remove unnecessary attributes of User struct (#17745) 2年前
  Lunny Xiao 7a03473159
Use a standalone struct name for Organization (#17632) 2年前
  KN4CK3R f34151bdb2
Move user/org deletion to services (#17673) 2年前