| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Use db.ListOptionsAll instead of db.ListOptions{ListAll: true} (#29995) | Lunny Xiao | 2024-03-22 | 2 | -35/+17 |
* | Refactor markdown attention render (#29984) | wxiaoguang | 2024-03-22 | 5 | -65/+145 |
* | Fix some pending problems (#29985) | wxiaoguang | 2024-03-22 | 4 | -10/+8 |
* | Refactor external URL detection (#29973) | wxiaoguang | 2024-03-22 | 2 | -3/+10 |
* | Refactor StringsToInt64s (#29967) | wxiaoguang | 2024-03-21 | 2 | -8/+12 |
* | Performance improvements for pull request list page (#29900) | Lunny Xiao | 2024-03-21 | 1 | -1/+10 |
* | Refactor URL detection (#29960) | wxiaoguang | 2024-03-21 | 2 | -29/+82 |
* | Fix loadOneBranch panic (#29938) | wxiaoguang | 2024-03-20 | 1 | -1/+1 |
* | Show Actions post step when it's running (#29926) | Jason Song | 2024-03-20 | 2 | -2/+46 |
* | Fix missing error check of bufio.Scanner (#29882) | coldWater | 2024-03-19 | 3 | -0/+14 |
* | Remove unused error in graceful manager (#29871) | Nanguan Lin | 2024-03-18 | 2 | -12/+4 |
* | Meilisearch double quote on "match" query (#29740) | 6543 | 2024-03-16 | 2 | -70/+37 |
* | Refactor markdown attention render (#29833) | wxiaoguang | 2024-03-16 | 3 | -32/+12 |
* | Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) | 6543 | 2024-03-16 | 6 | -35/+53 |
* | Remove the `time-since` class (#29826) | Yarden Shoham | 2024-03-15 | 2 | -2/+4 |
* | Refactor graceful manager, fix misused WaitGroup (#29738) | coldWater | 2024-03-15 | 4 | -51/+55 |
* | Add `<overflow-menu>`, rename webcomponents (#29400) | silverwind | 2024-03-15 | 2 | -6/+6 |
* | Support GITEA_I_AM_BEING_UNSAFE_RUNNING_AS_ROOT env (#29788) | Jason Song | 2024-03-14 | 1 | -0/+3 |
* | Fix lint-swagger warning (#29787) | sillyguodong | 2024-03-14 | 1 | -7/+0 |
* | Refactor markup/csv: don't read all to memory (#29760) | coldWater | 2024-03-14 | 2 | -12/+55 |
* | Add test for webhook (#29755) | wxiaoguang | 2024-03-14 | 1 | -0/+9 |
* | Improve QueryEscape helper function (#29768) | wxiaoguang | 2024-03-13 | 1 | -1/+5 |
* | Use relative links for commits, mentions, and issues in markdown (#29427) | KN4CK3R | 2024-03-13 | 6 | -22/+34 |
* | Refactor to use optional.Option for issue index search option (#29739) | 6543 | 2024-03-13 | 9 | -187/+140 |
* | Refactor label.IsArchived() (#29750) | 6543 | 2024-03-13 | 1 | -2/+1 |
* | Fix date rendering by adding `<gitea-absolute-date>` (#29725) | silverwind | 2024-03-12 | 2 | -14/+16 |
* | Highlight archived labels (#29680) | 6543 | 2024-03-12 | 1 | -9/+20 |
* | Some performance optimization on dashboard and issues page (#29010) | Lunny Xiao | 2024-03-12 | 1 | -0/+9 |
* | Lazy load object format with command line and don't do it in OpenRepository (... | Lunny Xiao | 2024-03-12 | 15 | -31/+72 |
* | remove repetitive words (#29695) | pengqiseven | 2024-03-11 | 1 | -1/+1 |
* | Fix inconsistent rendering of block mathematical expressions (#29677) | yp05327 | 2024-03-11 | 1 | -1/+2 |
* | Use repo object format name instead of detecting from git repository (#29702) | Lunny Xiao | 2024-03-10 | 1 | -8/+4 |
* | fix: rendering internal file links in org (#29669) | Ankit R Gadiya | 2024-03-10 | 2 | -4/+38 |
* | Update allowed attachment types (#29688) | silverwind | 2024-03-09 | 1 | -2/+2 |
* | Patch in exact search for meilisearch (#29671) | 6543 | 2024-03-09 | 11 | -27/+178 |
* | Don't use `<br />` in alert block (#29650) | Yarden Shoham | 2024-03-08 | 1 | -8/+5 |
* | Fix incorrect rendering csv file when file size is larger than UI.CSV.MaxFile... | yp05327 | 2024-03-08 | 1 | -2/+4 |
* | Move get/set default branch from git package to gitrepo package to hide repop... | Lunny Xiao | 2024-03-08 | 2 | -9/+19 |
* | Avoid unexpected panic in graceful manager (#29629) | wxiaoguang | 2024-03-06 | 2 | -2/+18 |
* | Fix wrong line number in code search result (#29260) | yp05327 | 2024-03-06 | 1 | -19/+31 |
* | Make wiki default branch name changable (#29603) | wxiaoguang | 2024-03-06 | 2 | -4/+4 |
* | Improve natural sort (#29611) | wxiaoguang | 2024-03-05 | 2 | -78/+12 |
* | Remove unnecessary SanitizeHTML from code (#29575) | wxiaoguang | 2024-03-04 | 2 | -9/+2 |
* | Add user blocking (#29028) | KN4CK3R | 2024-03-04 | 2 | -1/+9 |
* | Allow options to disable user ssh keys configuration from the interface on ap... | Lunny Xiao | 2024-03-04 | 1 | -0/+1 |
* | Enable/disable owner and repo projects independently (#28805) | Denys Konovalov | 2024-03-04 | 2 | -0/+9 |
* | Add an trailing slash to dashboard links (#29555) | wxiaoguang | 2024-03-04 | 2 | -2/+4 |
* | Extend issue template yaml engine (#29274) | 6543 | 2024-03-04 | 4 | -29/+192 |
* | Breaking summary for template refactoring (#29395) | wxiaoguang | 2024-03-03 | 1 | -14/+14 |
* | Fix incorrect cookie path for AppSubURL (#29534) | wxiaoguang | 2024-03-03 | 1 | -2/+5 |