| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | fix: close file in the Upload func (#30262) | guangwu | 2024-04-03 | 1 | -2/+2 |
* | Refactor "dump" sub-command (#30240) | wxiaoguang | 2024-04-03 | 5 | -1/+306 |
* | Fixes #27605: inline math blocks can't be preceeded/followed by alphanumerica... | João Tiago | 2024-04-02 | 2 | -7/+31 |
* | Render embedded code preview by permlink in markdown (#30234) | wxiaoguang | 2024-04-02 | 9 | -15/+174 |
* | Refactor commit signature parser (#30228) | wxiaoguang | 2024-04-01 | 7 | -98/+134 |
* | Fix markdown color code detection (#30208) | wxiaoguang | 2024-03-31 | 2 | -3/+26 |
* | Do not allow different storage configurations to point to the same directory ... | wxiaoguang | 2024-03-31 | 7 | -15/+13 |
* | Include encoding in signature payload (#30174) | KN4CK3R | 2024-03-29 | 3 | -0/+75 |
* | Add setting to disable user features when user login type is not plain (#29615) | Jack Hay | 2024-03-29 | 1 | -4/+8 |
* | Add API for `Variables` (#29520) | sillyguodong | 2024-03-28 | 3 | -0/+51 |
* | Render code tags in commit messages (#30146) | silverwind | 2024-03-28 | 1 | -2/+2 |
* | Remember login for a month by default (#30150) | delvh | 2024-03-28 | 1 | -1/+1 |
* | Refactor markdown render (#30139) | wxiaoguang | 2024-03-28 | 8 | -257/+364 |
* | Fix bug for markdown rendering of blockquote (#30130) | Lunny Xiao | 2024-03-27 | 1 | -4/+10 |
* | Fix git grep search limit, add test (#30071) | wxiaoguang | 2024-03-25 | 2 | -1/+17 |
* | Use db.ListOptions directly instead of Paginator interface to make it easier ... | Lunny Xiao | 2024-03-24 | 6 | -16/+39 |
* | Support repo code search without setting up an indexer (#29998) | wxiaoguang | 2024-03-24 | 5 | -24/+177 |
* | Determine fuzziness of bleve indexer by keyword length (#29706) | 6543 | 2024-03-23 | 3 | -28/+22 |
* | 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 |