| Commit message (Expand) | Author | Age | Files | Lines |
* | Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi... | zeripath | 2021-12-14 | 1 | -32/+6 |
* | Prevent deadlock in create issue (#17970) | zeripath | 2021-12-13 | 3 | -5/+11 |
* | Improve behavior of "Fork" button (#17288) | qwerty287 | 2021-12-13 | 1 | -0/+30 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 38 | -1308/+1091 |
* | Prevent services/mailer/mailer_test.go tests from deleteing data directory (#... | zeripath | 2021-12-10 | 2 | -6/+17 |
* | Move keys to models/asymkey (#17917) | Lunny Xiao | 2021-12-10 | 28 | -900/+412 |
* | Move repository model into models/repo (#17933) | Lunny Xiao | 2021-12-10 | 91 | -1924/+2012 |
* | Fix a panic in NotifyCreateIssueComment (caused by string truncation) (#17928) | wxiaoguang | 2021-12-09 | 1 | -1/+0 |
* | Support sorting for project board issuses (#17152) | Anbraten | 2021-12-08 | 5 | -24/+49 |
* | Refactor install page (db type) (#17919) | wxiaoguang | 2021-12-07 | 1 | -2/+1 |
* | Move repo archiver to models/repo (#17913) | Lunny Xiao | 2021-12-06 | 4 | -119/+115 |
* | Use fmt.Sprintf correctly (#17886) | delvh | 2021-12-02 | 1 | -1/+1 |
* | Check if column exist before rename if exist, just return with no error (#17870) | Lunny Xiao | 2021-12-02 | 1 | -0/+24 |
* | Refactor various strings (#17784) | mscherer | 2021-12-02 | 2 | -3/+5 |
* | fix 500 error while use a reserved name in org rename (#17878) | a1012112796 | 2021-12-02 | 1 | -6/+0 |
* | Improve install code to avoid low-level mistakes. (#17779) | wxiaoguang | 2021-12-01 | 6 | -59/+109 |
* | Move more model into models/user (#17826) | Lunny Xiao | 2021-11-28 | 12 | -562/+509 |
* | Move accessmode into models/perm (#17828) | Lunny Xiao | 2021-11-28 | 20 | -169/+198 |
* | Fix database inconsistent when admin change user email (#17549) | Lunny Xiao | 2021-11-25 | 2 | -9/+38 |
* | Allow forks to org if you can create repos (#17783) | qwerty287 | 2021-11-25 | 1 | -1/+1 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 93 | -2467/+2642 |
* | Add `PULL_LIMIT` and `PUSH_LIMIT` to cron.update_mirror task (#17568) | zeripath | 2021-11-22 | 2 | -0/+2 |
* | Harden authorized keys a bit more (#17772) | mscherer | 2021-11-22 | 1 | -1/+1 |
* | More pleasantly handle broken or missing git repositories (#17747) | zeripath | 2021-11-22 | 1 | -0/+6 |
* | Remove unnecessary attributes of User struct (#17745) | Lunny Xiao | 2021-11-22 | 10 | -366/+90 |
* | Support pagination of organizations on user settings pages (#16083) | Lunny Xiao | 2021-11-22 | 2 | -21/+61 |
* | Improvements to content history (#17746) | Jimmy Praet | 2021-11-22 | 3 | -14/+38 |
* | Add user settings key/value DB table (#16834) | techknowlogick | 2021-11-22 | 6 | -1/+196 |
* | Remove NewSession method from db.Engine interface (#17577) | Lunny Xiao | 2021-11-21 | 44 | -570/+550 |
* | Fix close issue but time watcher still running (#17643) | Lunny Xiao | 2021-11-21 | 1 | -67/+120 |
* | Use `hostmatcher` to replace `matchlist`, improve security (#17605) | wxiaoguang | 2021-11-20 | 1 | -4/+0 |
* | Move attachment into models/repo/ (#17650) | Lunny Xiao | 2021-11-19 | 25 | -368/+420 |
* | Use a standalone struct name for Organization (#17632) | Lunny Xiao | 2021-11-19 | 10 | -166/+245 |
* | Added comment for changing issue ref (#17672) | Gusted | 2021-11-19 | 2 | -1/+21 |
* | Fix bug when project board get open issue number (#17703) | Lunny Xiao | 2021-11-19 | 1 | -1/+3 |
* | Move user/org deletion to services (#17673) | KN4CK3R | 2021-11-19 | 10 | -286/+54 |
* | Fix possible panic (#17694) | Gusted | 2021-11-18 | 1 | -5/+4 |
* | Prevent NPE due to missing repo in regression in #17551 (#17697) | zeripath | 2021-11-18 | 1 | -2/+14 |
* | Move user functions into user.go (#17659) | Lunny Xiao | 2021-11-18 | 6 | -45/+69 |
* | Remove unnecessary variable assignments (#17695) | Gusted | 2021-11-18 | 3 | -5/+4 |
* | A better go code formatter, and now `make fmt` can run in Windows (#17684) | wxiaoguang | 2021-11-17 | 41 | -12/+44 |
* | Move user follow and openid into models/user/ (#17613) | Lunny Xiao | 2021-11-17 | 10 | -122/+127 |
* | Multiple Escaping Improvements (#17551) | zeripath | 2021-11-16 | 10 | -35/+43 |
* | Move migrations into services and base into modules/migration (#17663) | Lunny Xiao | 2021-11-16 | 1 | -1/+1 |
* | Decouple unit test, remove intermediate `unittestbridge` package (#17662) | wxiaoguang | 2021-11-16 | 50 | -1044/+1057 |
* | Fix offBy1 errors (#17606) | Gusted | 2021-11-14 | 1 | -1/+8 |
* | Decouple unit test code from business code (#17623) | wxiaoguang | 2021-11-12 | 70 | -648/+791 |
* | unbind the CheckConsistency for some structs so that they can be moved to sub... | Lunny Xiao | 2021-11-12 | 1 | -20/+33 |
* | Move EmailAddress & UserRedirect into models/user/ (#17607) | Lunny Xiao | 2021-11-11 | 16 | -592/+652 |
* | Refactor commentTags functionality (#17558) | Gusted | 2021-11-11 | 2 | -9/+35 |