| Commit message (Expand) | Author | Age | Files | Lines |
* | Rework markup link rendering (#26745) (#28803) | KN4CK3R | 2024-01-16 | 3 | -45/+149 |
* | Show description as tooltip instead of title for labels (#28754) (#28766) | Giteabot | 2024-01-12 | 1 | -2/+2 |
* | Fix label render containing invalid HTML (#27752) (#27762) | Giteabot | 2023-10-24 | 1 | -1/+1 |
* | Improve feed icons and feed merge text color (#27498) (#27716) | Giteabot | 2023-10-21 | 1 | -10/+14 |
* | More `db.DefaultContext` refactor (#27265) (#27347) | Giteabot | 2023-09-29 | 1 | -5/+5 |
* | Replace `util.SliceXxx` with `slices.Xxx` (#26958) | CaiCandong | 2023-09-07 | 1 | -3/+3 |
* | Refactor `og:description` to limit the max length (#26876) | wxiaoguang | 2023-09-03 | 1 | -0/+5 |
* | Render code blocks in repo description (#26830) | silverwind | 2023-08-31 | 1 | -3/+2 |
* | Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804) | KN4CK3R | 2023-08-30 | 1 | -5/+5 |
* | Remove avatarHTML from template helpers (#26598) | wxiaoguang | 2023-08-21 | 1 | -1/+0 |
* | Use template context function for avatar rendering (#26385) | wxiaoguang | 2023-08-10 | 2 | -19/+24 |
* | Refactor "editorconfig" (#26391) | wxiaoguang | 2023-08-08 | 1 | -17/+6 |
* | Remove unnecessary template helper DisableGravatar (#26386) | wxiaoguang | 2023-08-08 | 1 | -5/+0 |
* | Remove unnecessary template helper repoAvatar (#26387) | wxiaoguang | 2023-08-08 | 2 | -12/+0 |
* | Start using template context function (#26254) | wxiaoguang | 2023-08-08 | 2 | -5/+9 |
* | Replace `interface{}` with `any` (#25686) | silverwind | 2023-07-04 | 5 | -10/+10 |
* | Fix missing commit message body when the message has leading newlines (#25418) | Jason Song | 2023-06-21 | 2 | -3/+59 |
* | Remove the service worker (#25010) | silverwind | 2023-05-31 | 1 | -3/+0 |
* | Remove meta tags `theme-color` and `default-theme` (#24960) | silverwind | 2023-05-28 | 1 | -3/+0 |
* | Improve RunMode / dev mode (#24886) | wxiaoguang | 2023-05-25 | 2 | -11/+25 |
* | Add gitea manager reload-templates command (#24843) | Brecht Van Lommel | 2023-05-22 | 1 | -3/+9 |
* | Rewrite logger system (#24726) | wxiaoguang | 2023-05-21 | 1 | -1/+1 |
* | Modify luminance calculation and extract related functions into single files ... | Hester Gong | 2023-05-10 | 1 | -29/+28 |
* | Simplify template helper functions (#24570) | wxiaoguang | 2023-05-07 | 2 | -14/+0 |
* | Improve template system and panic recovery (#24461) | wxiaoguang | 2023-05-04 | 1 | -31/+0 |
* | Use globally shared HTMLRender (#24436) | wxiaoguang | 2023-04-30 | 3 | -26/+28 |
* | Improve template helper (#24417) | wxiaoguang | 2023-04-29 | 6 | -549/+608 |
* | Make repo size style matches others (commits/branches/tags) (#24408) | wxiaoguang | 2023-04-28 | 1 | -0/+4 |
* | Remove unnecessary helper function `DateFmtLong` (#24343) | Yarden Shoham | 2023-04-26 | 1 | -3/+0 |
* | Allow using localized absolute date times within phrases with place holders a... | Yarden Shoham | 2023-04-23 | 1 | -0/+1 |
* | Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270) | wxiaoguang | 2023-04-22 | 2 | -3/+2 |
* | Update go tool dependencies, restructure lint targets (#24239) | silverwind | 2023-04-22 | 1 | -1/+1 |
* | Improve template helper functions: string/slice (#24266) | wxiaoguang | 2023-04-22 | 5 | -31/+96 |
* | Add `DumpVar` helper function to help debugging templates (#24262) | wxiaoguang | 2023-04-22 | 2 | -0/+75 |
* | Make HTML template functions support context (#24056) | wxiaoguang | 2023-04-20 | 3 | -13/+348 |
* | Improve Wiki TOC (#24137) | wxiaoguang | 2023-04-17 | 1 | -7/+0 |
* | Refactor locale number (#24134) | wxiaoguang | 2023-04-17 | 1 | -7/+0 |
* | Show friendly 500 error page to users and developers (#24110) | wxiaoguang | 2023-04-14 | 2 | -125/+232 |
* | Use a general approach to access custom/static/builtin assets (#24022) | wxiaoguang | 2023-04-12 | 5 | -337/+56 |
* | Use auto-updating, natively hoverable, localized time elements (#23988) | Yarden Shoham | 2023-04-11 | 1 | -1/+1 |
* | 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 | 4 | -252/+260 |
* | Drop "unrolled/render" package (#23965) | wxiaoguang | 2023-04-08 | 1 | -46/+56 |
* | Merge template functions "dict/Dict/mergeinto" (#23932) | wxiaoguang | 2023-04-07 | 3 | -87/+95 |
* | Use a general Eval function for expressions in templates. (#23927) | wxiaoguang | 2023-04-07 | 3 | -39/+456 |
* | Clean template/helper.go (#23922) | wxiaoguang | 2023-04-07 | 1 | -73/+3 |
* | Introduce GiteaLocaleNumber custom element to handle number localization on p... | wxiaoguang | 2023-04-03 | 1 | -75/+18 |
* | Improve template error reporting (#23396) | zeripath | 2023-03-20 | 1 | -18/+25 |
* | Allow both fullname and username search when `DEFAULT_SHOW_FULL_NAME` is true... | Hester Gong | 2023-03-16 | 1 | -0/+3 |
* | Scoped label display and documentation tweaks (#23430) | Brecht Van Lommel | 2023-03-13 | 1 | -3/+1 |