aboutsummaryrefslogtreecommitdiffstats
path: root/modules/templates
Commit message (Expand)AuthorAgeFilesLines
* Support for grouping RPMs using paths (#26984)Exploding Dragon2024-01-121-0/+5
* Show description as tooltip instead of title for labels (#28754)delvh2024-01-121-2/+2
* Render PyPi long description as document (#28272)Earl Warren2023-12-051-0/+1
* Upgrade to golangci-lint@v1.55.0 (#27756)silverwind2023-10-241-2/+1
* Fix label render containing invalid HTML (#27752)Earl Warren2023-10-231-1/+1
* Improve feed icons and feed merge text color (#27498)silverwind2023-10-071-10/+14
* Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419)silverwind2023-10-061-2/+6
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-5/+5
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-3/+3
* Refactor `og:description` to limit the max length (#26876)wxiaoguang2023-09-031-0/+5
* Render code blocks in repo description (#26830)silverwind2023-08-311-3/+2
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-301-5/+5
* Remove avatarHTML from template helpers (#26598)wxiaoguang2023-08-211-1/+0
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-102-19/+24
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-17/+6
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-5/+0
* Remove unnecessary template helper repoAvatar (#26387)wxiaoguang2023-08-082-12/+0
* Start using template context function (#26254)wxiaoguang2023-08-082-5/+9
* Replace `interface{}` with `any` (#25686)silverwind2023-07-045-10/+10
* Fix missing commit message body when the message has leading newlines (#25418)Jason Song2023-06-212-3/+59
* Remove the service worker (#25010)silverwind2023-05-311-3/+0
* Remove meta tags `theme-color` and `default-theme` (#24960)silverwind2023-05-281-3/+0
* Improve RunMode / dev mode (#24886)wxiaoguang2023-05-252-11/+25
* Add gitea manager reload-templates command (#24843)Brecht Van Lommel2023-05-221-3/+9
* Rewrite logger system (#24726)wxiaoguang2023-05-211-1/+1
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-101-29/+28
* Simplify template helper functions (#24570)wxiaoguang2023-05-072-14/+0
* Improve template system and panic recovery (#24461)wxiaoguang2023-05-041-31/+0
* Use globally shared HTMLRender (#24436)wxiaoguang2023-04-303-26/+28
* Improve template helper (#24417)wxiaoguang2023-04-296-549/+608
* Make repo size style matches others (commits/branches/tags) (#24408)wxiaoguang2023-04-281-0/+4
* Remove unnecessary helper function `DateFmtLong` (#24343)Yarden Shoham2023-04-261-3/+0
* Allow using localized absolute date times within phrases with place holders a...Yarden Shoham2023-04-231-0/+1
* Refactor `setting.Other` and remove unused `SHOW_FOOTER_BRANDING` (#24270)wxiaoguang2023-04-222-3/+2
* Update go tool dependencies, restructure lint targets (#24239)silverwind2023-04-221-1/+1
* Improve template helper functions: string/slice (#24266)wxiaoguang2023-04-225-31/+96
* Add `DumpVar` helper function to help debugging templates (#24262)wxiaoguang2023-04-222-0/+75
* Make HTML template functions support context (#24056)wxiaoguang2023-04-203-13/+348
* Improve Wiki TOC (#24137)wxiaoguang2023-04-171-7/+0
* Refactor locale number (#24134)wxiaoguang2023-04-171-7/+0
* Show friendly 500 error page to users and developers (#24110)wxiaoguang2023-04-142-125/+232
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-125-337/+56
* Use auto-updating, natively hoverable, localized time elements (#23988)Yarden Shoham2023-04-111-1/+1
* Make bindata static build parse builtin templates correctly (#24003)wxiaoguang2023-04-081-10/+11
* Group template helper functions, remove `Printf`, improve template error mess...wxiaoguang2023-04-084-252/+260
* Drop "unrolled/render" package (#23965)wxiaoguang2023-04-081-46/+56
* Merge template functions "dict/Dict/mergeinto" (#23932)wxiaoguang2023-04-073-87/+95
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-073-39/+456
* Clean template/helper.go (#23922)wxiaoguang2023-04-071-73/+3
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-031-75/+18