| Commit message (Expand) | Author | Age | Files | Lines |
* | Cleanup protected branches when deleting users & teams (#19158) | Norwin | 2022-03-22 | 1 | -0/+45 |
* | Move deletebeans into models/db (#18781) | Lunny Xiao | 2022-02-17 | 1 | -11/+1 |
* | Use conditions but not repo ids as query condition (#16839) | Lunny Xiao | 2021-12-29 | 1 | -104/+0 |
* | Simplify parameter types (#18006) | Gusted | 2021-12-20 | 1 | -2/+2 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -4/+4 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 1 | -4/+5 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 1 | -8/+9 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1356/+60 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 1 | -100/+18 |
* | Add user settings key/value DB table (#16834) | techknowlogick | 2021-11-22 | 1 | -0/+1 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 1 | -17/+21 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 1 | -17/+0 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 1 | -96/+14 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 1 | -8/+23 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 1 | -2/+2 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 1 | -5/+32 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 1 | -3/+4 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 1 | -25/+29 |
* | Move webhook into models/webhook/ (#17579) | Lunny Xiao | 2021-11-10 | 1 | -1/+1 |
* | Added GetUserByIDCtx. (#17602) | KN4CK3R | 2021-11-09 | 1 | -2/+7 |
* | Move unit into models/unit/ (#17576) | Lunny Xiao | 2021-11-09 | 1 | -6/+7 |
* | Update `User` model comments about permissions (#17583) | wxiaoguang | 2021-11-09 | 1 | -5/+12 |
* | Use provided database Engine (#17595) | Gusted | 2021-11-09 | 1 | -1/+1 |
* | Add user status filter to admin user management page (#16770) | wxiaoguang | 2021-10-12 | 1 | -9/+44 |
* | Fix broken Activities link in team dashboard (#17255) | Jimmy Praet | 2021-10-07 | 1 | -1/+1 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -17/+18 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -43/+43 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -56/+61 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -5/+5 |
* | Skip AllowedUserVisibilityModes validation on update user if it is an organis... | 6543 | 2021-09-08 | 1 | -2/+2 |
* | Use a common quote to instead of check database type (#16817) | Lunny Xiao | 2021-08-25 | 1 | -8/+1 |
* | [API] generalize list header (#16551) | 6543 | 2021-08-12 | 1 | -3/+5 |
* | Replace `list.List` with slices (#16311) | KN4CK3R | 2021-08-09 | 1 | -13/+6 |
* | Refactor: Move login out of models (#16199) | zeripath | 2021-07-24 | 1 | -334/+7 |
* | Retry rename on lock induced failures (#16435) | zeripath | 2021-07-15 | 1 | -2/+2 |
* | Fix various documentation, user-facing, and source comment typos (#16367) | luzpaz | 2021-07-08 | 1 | -2/+2 |
* | Reserve user/repo pattern for rss feature (#16323) | 6543 | 2021-07-01 | 1 | -1/+1 |
* | Make allowed Visiblity modes configurable for Users (#16271) | 6543 | 2021-06-27 | 1 | -22/+42 |
* | Add Visible modes function from Organisation to Users too (#16069) | Sergey Dryabzhinsky | 2021-06-26 | 1 | -14/+91 |
* | Remove User.GetOrganizations() (#14032) | 6543 | 2021-06-18 | 1 | -53/+0 |
* | Always store primary email address into email_address table and also the stat... | Lunny Xiao | 2021-06-08 | 1 | -12/+11 |
* | Unregister non-matching serviceworkers (#15834) | silverwind | 2021-05-12 | 1 | -1/+2 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 1 | -2/+1 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 1 | -1/+6 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 1 | -3/+3 |
* | Fix `admin user list` (#15358) | 6543 | 2021-04-09 | 1 | -2/+2 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 1 | -3/+0 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -5/+0 |
* | Ensure validation occurs on clone addresses too (#14994) | zeripath | 2021-03-15 | 1 | -1/+1 |