| Commit message (Expand) | Author | Age | Files | Lines |
* | Encrypt migration credentials at rest (#15895) | Norwin | 2021-05-31 | 3 | -1/+117 |
* | Double the avatar size factor (#15941) | silverwind | 2021-05-21 | 1 | -1/+1 |
* | Encrypt LDAP bind password in db with SECRET_KEY (#15547) | zeripath | 2021-05-20 | 1 | -1/+16 |
* | improve empty notice (#15890) | Lunny Xiao | 2021-05-16 | 1 | -0/+5 |
* | Restore PAM user autocreation functionality (#15825) | zeripath | 2021-05-13 | 1 | -1/+14 |
* | Unregister non-matching serviceworkers (#15834) | silverwind | 2021-05-12 | 1 | -1/+2 |
* | Tagger can be empty, as can Commit and Author - tolerate this (#15835) | zeripath | 2021-05-12 | 1 | -7/+25 |
* | Fix individual tests (addition to #15802) (#15818) | KN4CK3R | 2021-05-12 | 4 | -7/+29 |
* | don't record error when loading ref comment but ref comment id is zero (#15820) | Lunny Xiao | 2021-05-11 | 1 | -0/+3 |
* | Use single shared random string generation function (#15741) | silverwind | 2021-05-10 | 5 | -11/+10 |
* | Display conflict-free merge messages for pull requests (#15773) | Steven | 2021-05-08 | 2 | -2/+44 |
* | Fix setting version table in dump (#15753) | zeripath | 2021-05-07 | 2 | -2/+2 |
* | fix some ui bug about draft release (#15137) | a1012112796 | 2021-05-06 | 1 | -0/+12 |
* | Fix DB session cleanup (#15697) | zeripath | 2021-05-01 | 1 | -1/+1 |
* | add cron job to delete old actions from database (#15688) | a1012112796 | 2021-05-01 | 1 | -0/+10 |
* | Delete references if repository gets deleted (#15681) | KN4CK3R | 2021-04-30 | 1 | -17/+15 |
* | Fix orphaned objects deletion bug (#15657) | Lunny Xiao | 2021-04-30 | 2 | -3/+39 |
* | Unified link creation. (#15619) | KN4CK3R | 2021-04-30 | 1 | -1/+6 |
* | Delete protected branch if repository gets removed (#15658) | KN4CK3R | 2021-04-30 | 1 | -0/+1 |
* | add `/assets` as root dir of public files (#15219) | a1012112796 | 2021-04-28 | 4 | -18/+18 |
* | not update updated uinx for `git gc` (#15637) | a1012112796 | 2021-04-28 | 1 | -1/+1 |
* | Resolve panic on failed interface conversion in migration v156 (#15604) | techknowlogick | 2021-04-24 | 1 | -1/+1 |
* | Refactor renders (#15175) | Lunny Xiao | 2021-04-19 | 3 | -7/+17 |
* | Prevent migration 156 failure if tag commit missing (#15519) | zeripath | 2021-04-16 | 1 | -0/+11 |
* | Send size to /avatars if requested (#15459) | zeripath | 2021-04-17 | 2 | -3/+11 |
* | Performance improvement for list pull requests (#15447) | Lunny Xiao | 2021-04-15 | 1 | -0/+8 |
* | Disable Stars config option (#14653) | Kyle D | 2021-04-15 | 1 | -0/+6 |
* | Query the DB for the hash before inserting in to email_hash (#15457) | zeripath | 2021-04-15 | 1 | -0/+5 |
* | Ensure review dismissal only dismisses the correct review (#15477) | zeripath | 2021-04-15 | 2 | -8/+58 |
* | OAuth2 auto-register (#5123) | Martin Michaelis | 2021-04-14 | 2 | -0/+28 |
* | docs: migration start new section (#15462) | 6543 | 2021-04-14 | 1 | -0/+3 |
* | v172 migration adds created_unix field instead of expiry (#15458) | zeripath | 2021-04-13 | 1 | -3/+3 |
* | Fix delete nonexist oauth application 500 and prevent deadlock (#15384) | Lunny Xiao | 2021-04-10 | 2 | -1/+4 |
* | Always set the merge base used to merge the commit (#15352) | zeripath | 2021-04-10 | 1 | -1/+2 |
* | rsponse 404 when delete not exist email (#15383) | a1012112796 | 2021-04-10 | 2 | -5/+16 |
* | Fix `admin user list` (#15358) | 6543 | 2021-04-09 | 1 | -2/+2 |
* | Code Formats, Nits & Unused Func/Var deletions (#15286) | 6543 | 2021-04-09 | 7 | -44/+5 |
* | Add LFS Migration and Mirror (#14726) | KN4CK3R | 2021-04-08 | 5 | -47/+33 |
* | Add dashboard milestone search and repo milestone search by name (#14866) | Roger Luo | 2021-04-08 | 1 | -1/+65 |
* | Fix xorm log stack level (#15285) | Lunny Xiao | 2021-04-05 | 1 | -8/+10 |
* | Add size to Save function (#15264) | zeripath | 2021-04-03 | 1 | -1/+1 |
* | [refactor] mailer service (#15072) | 6543 | 2021-04-02 | 1 | -5/+0 |
* | Fix timezone bug when clicking heatmap (#15141) | mayswind | 2021-04-01 | 1 | -1/+1 |
* | Improve /api/v1/repos/issues/search by just getting repo ids (#15179) | zeripath | 2021-03-29 | 1 | -18/+68 |
* | Update repository size on cron gc task (#15177) | zeripath | 2021-03-28 | 1 | -5/+2 |
* | Add DefaultMergeStyle option to repository (#14789) | parnic | 2021-03-27 | 2 | -1/+11 |
* | Create Proper Migration Tests (#15116) | zeripath | 2021-03-24 | 16 | -12/+1007 |
* | Fix Migration 176 yet again (#15131) | zeripath | 2021-03-23 | 3 | -9/+10 |
* | Fix consistency check (#15120) | zeripath | 2021-03-23 | 1 | -1/+1 |
* | Fix the v176 migration (#15110) | zeripath | 2021-03-22 | 3 | -3/+3 |