| Commit message (Expand) | Author | Age | Files | Lines |
* | add CLI command to register runner tokens (#23762) | techknowlogick | 2023-04-17 | 1 | -0/+27 |
* | Fix Org edit page bugs: renaming detection, maxlength (#24161) | wxiaoguang | 2023-04-17 | 1 | -3/+3 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 7 | -53/+86 |
* | Remove untranslatable `on_date` key (#24106) | Yarden Shoham | 2023-04-15 | 1 | -3/+17 |
* | Fix meilisearch not working when searching across multiple repositories (#24109) | Brecht Van Lommel | 2023-04-14 | 1 | -2/+4 |
* | Show friendly 500 error page to users and developers (#24110) | wxiaoguang | 2023-04-14 | 3 | -159/+242 |
* | Improve git log for debugging (#24095) | wxiaoguang | 2023-04-13 | 3 | -59/+48 |
* | Update redis library to support redis v7 (#24114) | techknowlogick | 2023-04-13 | 6 | -10/+6 |
* | Refactor cookie (#24107) | wxiaoguang | 2023-04-13 | 6 | -292/+105 |
* | Correct the access log format (#24085) | Gary Moon | 2023-04-13 | 2 | -2/+9 |
* | Fix mismatch between hook events and github event types (#24048) | Zettat123 | 2023-04-12 | 2 | -25/+362 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 29 | -928/+624 |
* | Prefer native parser for SSH public key parsing (#23798) | Leon Busch-George | 2023-04-11 | 1 | -2/+2 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 4 | -228/+9 |
* | Make label templates have consistent behavior and priority (#23749) | wxiaoguang | 2023-04-10 | 4 | -78/+120 |
* | Make bindata static build parse builtin templates correctly (#24003) | wxiaoguang | 2023-04-08 | 1 | -10/+11 |
* | Group template helper functions, remove `Printf`, improve template error mess... | wxiaoguang | 2023-04-08 | 6 | -258/+266 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 3 | -50/+58 |
* | Use Get/Set instead of Rename when Regenerate session id (#23975) | wxiaoguang | 2023-04-07 | 1 | -4/+9 |
* | Allow repo admins too to delete the repo (#23940) | yp05327 | 2023-04-07 | 1 | -2/+2 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 4 | -111/+95 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 6 | -138/+509 |
* | Do not crash when parsing an invalid workflow file (#23972) | Jason Song | 2023-04-07 | 1 | -0/+10 |
* | Ensure RSS icon is present on all repo tabs (#23904) | silverwind | 2023-04-07 | 1 | -0/+5 |
* | Clean template/helper.go (#23922) | wxiaoguang | 2023-04-07 | 1 | -73/+3 |
* | Remove `Repository.getFilesChanged` to fix Actions `paths` and `paths-ignore`... | ChristopherHX | 2023-04-07 | 2 | -9/+1 |
* | Use graceful editorconfig loader to reduce errors when loading malformed edit... | Yoan Blanc | 2023-04-06 | 1 | -11/+10 |
* | Improve permission check of packages (#23879) | yp05327 | 2023-04-06 | 1 | -18/+10 |
* | Add activity feeds API (#23494) | Zettat123 | 2023-04-04 | 1 | -0/+22 |
* | Fix `cases.Title` crash for concurrency (#23885) | wxiaoguang | 2023-04-03 | 1 | -8/+5 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 7 | -167/+43 |
* | Append `(comment)` when a link points at a comment rather than the whole issu... | Hester Gong | 2023-04-03 | 4 | -10/+50 |
* | Display image size for multiarch container images (#23821) | KN4CK3R | 2023-04-02 | 2 | -2/+8 |
* | Fix incorrect CORS failure detection logic (#23844) | wxiaoguang | 2023-03-31 | 1 | -5/+5 |
* | Clarify Gitea/Crowdin locale behaviors, add tests for LocaleStore, fix some s... | wxiaoguang | 2023-03-31 | 1 | -0/+54 |
* | Fix checks for `needs` in Actions (#23789) | Jason Song | 2023-03-30 | 1 | -14/+14 |
* | Add ONLY_SHOW_RELEVANT_REPOS back, fix explore page bug, make code more stric... | wxiaoguang | 2023-03-29 | 1 | -0/+3 |
* | Refactor internal API for git commands, use meaningful messages instead of "I... | wxiaoguang | 2023-03-29 | 9 | -421/+248 |
* | Add meilisearch support (#23136) | techknowlogick | 2023-03-28 | 3 | -1/+214 |
* | Implement Issue Config (#20956) | JakobDev | 2023-03-28 | 2 | -0/+130 |
* | Add API to manage issue dependencies (#17935) | qwerty287 | 2023-03-28 | 1 | -0/+8 |
* | Make minio package support legacy MD5 checksum (#23768) | wxiaoguang | 2023-03-28 | 3 | -14/+48 |
* | Use GitHub Actions compatible globbing for `branches`, `tag`, `path` filter (... | ChristopherHX | 2023-03-27 | 1 | -35/+107 |
* | Add git dashes separator to some "log" and "diff" commands (#23606) | wxiaoguang | 2023-03-26 | 1 | -3/+7 |
* | Use data-tooltip-content for tippy tooltip (#23649) | wxiaoguang | 2023-03-24 | 4 | -8/+8 |
* | Editor preview support for external renderers (#23333) | Brecht Van Lommel | 2023-03-24 | 3 | -7/+45 |
* | Check LFS/Packages settings in dump and doctor command (#23631) | Zettat123 | 2023-03-23 | 1 | -0/+9 |
* | Improve workflow event triggers (#23613) | Zettat123 | 2023-03-23 | 3 | -13/+155 |
* | Introduce path Clean/Join helper functions (#23495) | wxiaoguang | 2023-03-21 | 9 | -138/+249 |
* | Keep (add if not existing) xmlns attribute for generated SVG images (#23410) | wxiaoguang | 2023-03-21 | 1 | -0/+6 |