| Commit message (Expand) | Author | Age | Files | Lines |
* | Add priority to protected branch (#32286) | 6543 | 2024-11-27 | 1 | -2/+5 |
* | Refactor template ctx and render utils (#32422) | wxiaoguang | 2024-11-05 | 4 | -28/+28 |
* | Refactor DateUtils and merge TimeSince (#32409) | wxiaoguang | 2024-11-04 | 6 | -7/+7 |
* | Replace DateTime with DateUtils (#32383) | wxiaoguang | 2024-11-02 | 2 | -3/+3 |
* | Make admins adhere to branch protection rules (#32248) | Tim | 2024-10-23 | 1 | -0/+7 |
* | Allow set branch protection in an empty repository (#32095) | Lunny Xiao | 2024-09-24 | 2 | -17/+13 |
* | Remove urls from translations (#31950) | Denys Konovalov | 2024-09-02 | 3 | -5/+5 |
* | Fixes for unreachable project issues when transfer repository from organizati... | Edip Emre Bodur | 2024-08-13 | 1 | -1/+2 |
* | Show lock owner instead of repo owner on LFS setting page (#31788) | Jason Song | 2024-08-11 | 1 | -3/+3 |
* | Move repository visibility to danger zone in the settings area (#31126) | Fábio Barkoski | 2024-08-11 | 1 | -14/+49 |
* | Allow force push to protected branches (#28086) | Henry Goodman | 2024-07-05 | 1 | -0/+63 |
* | use correct l10n string (#31487) | CyberFlame | 2024-06-25 | 1 | -1/+1 |
* | Refactor repo unit "disabled" check (#31389) | wxiaoguang | 2024-06-18 | 1 | -1/+1 |
* | Improve detecting empty files (#31332) | wxiaoguang | 2024-06-13 | 1 | -4/+2 |
* | code optimization (#31315) | Kerwin Bryant | 2024-06-11 | 1 | -3/+3 |
* | Remove jQuery `.text()` (#30506) | silverwind | 2024-06-10 | 1 | -4/+4 |
* | Replace `gt-word-break` with `tw-break-anywhere` (#31183) | silverwind | 2024-06-04 | 1 | -1/+1 |
* | Rename project board -> column to make the UI less confusing (#30170) | Lunny Xiao | 2024-05-27 | 1 | -1/+1 |
* | Prevent tab shifting, remove extra margin on fluid pages (#31090) | silverwind | 2024-05-27 | 1 | -4/+6 |
* | Fix "force private" logic (#31012) | wxiaoguang | 2024-05-20 | 1 | -2/+3 |
* | template: `label` fix correct input id (#30987) | Frank Villaro-Dixon | 2024-05-16 | 1 | -1/+1 |
* | Fix some UI problems (dropdown/container) (#30849) | wxiaoguang | 2024-05-06 | 1 | -1/+1 |
* | Rename CodeIndexerEnabled to IsRepoIndexerEnabled (#30762) | wxiaoguang | 2024-04-29 | 1 | -1/+1 |
* | Remove obsolete CSS text classes (#30576) | silverwind | 2024-04-22 | 2 | -3/+3 |
* | Add form field id generation, remove duplicated ids (#30546) | silverwind | 2024-04-18 | 1 | -10/+10 |
* | Fix border-radius on view, blame and code search (#30545) | silverwind | 2024-04-18 | 1 | -1/+1 |
* | Allow everyone to read or write a wiki by a repo unit setting (#30495) | wxiaoguang | 2024-04-17 | 1 | -7/+21 |
* | Refactor web routes (#30519) | wxiaoguang | 2024-04-17 | 2 | -37/+37 |
* | Remove fomantic button module (#30475) | silverwind | 2024-04-14 | 3 | -3/+3 |
* | Avoid losing token when updating mirror settings (#30429) | Jason Song | 2024-04-13 | 1 | -1/+1 |
* | Refactor file view & render (#30227) | wxiaoguang | 2024-04-01 | 1 | -6/+4 |
* | Migrate font-family to tailwind (#30118) | silverwind | 2024-03-28 | 2 | -3/+3 |
* | Migrate `gt-hidden` to `tw-hidden` (#30046) | silverwind | 2024-03-24 | 6 | -6/+6 |
* | Migrate margin and padding helpers to tailwind (#30043) | silverwind | 2024-03-24 | 6 | -23/+23 |
* | Replace all simple inline styles with tailwind (#30032) | silverwind | 2024-03-23 | 2 | -3/+3 |
* | Fix incorrect tailwind migration (#30007) | silverwind | 2024-03-22 | 3 | -3/+3 |
* | Replace 10 more gt- classes with tw- (#29945) | silverwind | 2024-03-22 | 7 | -14/+14 |
* | Fix various loading states, remove `.loading` class (#29920) | silverwind | 2024-03-21 | 1 | -1/+3 |
* | Migrate border and margin classes to Tailwind (#29828) | silverwind | 2024-03-18 | 1 | -3/+3 |
* | Unify search boxes (#29530) | Denys Konovalov | 2024-03-14 | 3 | -10/+10 |
* | Filter for default-branch selection (#29388) | Tim-Niclas Oelschläger | 2024-03-08 | 1 | -1/+1 |
* | Store webhook event in database (#29145) | oliverpool | 2024-03-07 | 1 | -1/+3 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 1 | -0/+4 |
* | Replace more `gt-` with `tw-`, update frontend docs (#29595) | silverwind | 2024-03-05 | 1 | -1/+1 |
* | Fix projects mode bugs (#29593) | Denys Konovalov | 2024-03-04 | 1 | -6/+6 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 1 | -1/+1 |
* | Replace some `gt-` classes with `tw-` (#29570) | silverwind | 2024-03-04 | 5 | -5/+5 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 1 | -1/+33 |
* | Rename Str2html to SanitizeHTML and clarify its behavior (#29516) | wxiaoguang | 2024-03-01 | 1 | -1/+1 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 1 | -1/+1 |