| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 2 | -9/+27 |
* | Replace some `gt-` classes with `tw-` (#29570) | silverwind | 2024-03-04 | 5 | -6/+6 |
* | Extend issue template yaml engine (#29274) | 6543 | 2024-03-04 | 5 | -6/+6 |
* | Fix incorrect redirection when creating a PR fails (#29537) | wxiaoguang | 2024-03-02 | 2 | -13/+3 |
* | Refactor the "attachments" sub-template data key to RenderedContent (#29517) | wxiaoguang | 2024-03-01 | 4 | -6/+6 |
* | Rename Str2html to SanitizeHTML and clarify its behavior (#29516) | wxiaoguang | 2024-03-01 | 1 | -1/+1 |
* | Refactor some Str2html code (#29397) | wxiaoguang | 2024-03-01 | 6 | -9/+9 |
* | Use tailwind instead of `gt-[wh]-` helper classes (#29423) | Lunny Xiao | 2024-02-27 | 1 | -1/+1 |
* | Include resource state events in Gitlab downloads (#29382) | Sebastian Brückner | 2024-02-26 | 2 | -40/+26 |
* | Remove incorrect and unnecessary Escape from templates (#29394) | wxiaoguang | 2024-02-25 | 8 | -37/+37 |
* | Refactor Safe modifier (#29392) | wxiaoguang | 2024-02-25 | 3 | -17/+17 |
* | Add attachment support for code review comments (#29220) | Jimmy Praet | 2024-02-25 | 1 | -0/+3 |
* | Remove RenderEmojiPlain from template helper (#29375) | wxiaoguang | 2024-02-24 | 1 | -4/+4 |
* | Properly migrate target branch change GitLab comment (#29340) | Sebastian Brückner | 2024-02-24 | 1 | -4/+15 |
* | Remove unnecessary "Str2html" modifier from templates (#29319) | wxiaoguang | 2024-02-22 | 2 | -2/+2 |
* | Remove unnecessary "Safe" modifier from templates (#29318) | wxiaoguang | 2024-02-22 | 14 | -82/+82 |
* | Properly migrate automatic merge GitLab comments (#27873) | Sebastian Brückner | 2024-02-22 | 2 | -6/+18 |
* | Do not show delete button when time tracker is disabled (#29257) | Zettat123 | 2024-02-20 | 1 | -1/+1 |
* | Disallow merge when required checked are missing (#29143) | Markus Amshove | 2024-02-19 | 1 | -0/+1 |
* | Use "Safe" modifier for manually constructed safe HTML strings in templates (... | wxiaoguang | 2024-02-18 | 2 | -3/+3 |
* | Fix can not select team reviewers when reviewers is empty (#29174) | yp05327 | 2024-02-15 | 1 | -2/+4 |
* | Refactor locale&string&template related code (#29165) | wxiaoguang | 2024-02-14 | 2 | -7/+7 |
* | Add merge style `fast-forward-only` (#28954) | Chris Copeland | 2024-02-12 | 2 | -1/+12 |
* | Rework spellchecking, add `lint-spell` (#29106) | silverwind | 2024-02-09 | 1 | -1/+1 |
* | Fix default avatar image size in PR diff page (#28971) | yp05327 | 2024-02-02 | 2 | -2/+2 |
* | Introduce htmx and use it to avoid full page load on `Subscribe` and `Follow`... | Yarden Shoham | 2024-01-30 | 2 | -13/+13 |
* | Don't reload timeline page when (un)resolving or replying conversation (#28654) | Jimmy Praet | 2024-01-24 | 2 | -133/+134 |
* | Revert adding htmx until we finaly decide to add it (#28879) | 6543 | 2024-01-21 | 2 | -14/+13 |
* | Don't do a full page load when clicking the subscribe button (#28871) | Yarden Shoham | 2024-01-20 | 2 | -13/+14 |
* | Fix links in issue card (#28806) | Denys Konovalov | 2024-01-15 | 1 | -3/+3 |
* | Add ability to see open and closed issues at the same time (#28757) | Gwyneth Morgan | 2024-01-15 | 1 | -2/+2 |
* | Rework markup link rendering (#26745) | KN4CK3R | 2024-01-15 | 1 | -1/+1 |
* | Add non-JS fallback for reaction tooltips (#28785) | Gwyneth Morgan | 2024-01-15 | 1 | -1/+3 |
* | Improve CSS helper naming (#28769) | wxiaoguang | 2024-01-12 | 1 | -1/+1 |
* | Refactor timeutil package (#28623) | wxiaoguang | 2023-12-28 | 1 | -1/+1 |
* | Refactor template empty checks (#28351) | KN4CK3R | 2023-12-04 | 2 | -2/+2 |
* | Fix rendering assignee changed comments without assignee (#27927) | Sebastian Brückner | 2023-11-07 | 1 | -24/+23 |
* | Remove "tabindex" from some form buttons (#27892) | Earl Warren | 2023-11-03 | 1 | -5/+5 |
* | Add `Hide/Show all checks` button to commit status check (#26284) | yp05327 | 2023-11-02 | 1 | -1/+8 |
* | Display issue task list on project cards (#27865) | KN4CK3R | 2023-11-02 | 1 | -0/+7 |
* | Allow pull requests Manually Merged option to be used by non-admins (#27780) | Brecht Van Lommel | 2023-10-30 | 1 | -3/+3 |
* | Improve pull request command line instructions (#27778) | Brecht Van Lommel | 2023-10-25 | 2 | -12/+38 |
* | Show total TrackedTime on issue/pull/milestone lists (#26672) | 6543 | 2023-10-19 | 3 | -0/+24 |
* | Fix required checkboxes in issue forms (#27592) | JakobDev | 2023-10-19 | 1 | -4/+7 |
* | Improve the list header in milestone page (#27302) | yp05327 | 2023-10-18 | 6 | -257/+245 |
* | Hide archived labels by default from the suggestions when assigning labels fo... | puni9869 | 2023-10-17 | 2 | -8/+10 |
* | Add anchor to review types (#26894) | Earl Warren | 2023-10-14 | 1 | -2/+2 |
* | Penultimate round of `db.DefaultContext` refactor (#27414) | JakobDev | 2023-10-11 | 2 | -2/+2 |
* | Remove max-width and add hide text overflow (#27359) | Kyle D | 2023-10-09 | 1 | -12/+12 |
* | Restore warning commit status (#27504) | silverwind | 2023-10-08 | 1 | -1/+1 |