summaryrefslogtreecommitdiffstats
path: root/modules/templates/helper.go
Commit message (Expand)AuthorAgeFilesLines
* Add Package Registry (#16510)KN4CK3R2022-03-301-1/+11
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-1/+2
* Prevent start panic due to missing DotEscape functionAndrew Thornton2022-03-231-0/+1
* Try to prevent autolinking of displaynames by email readers (#19169)zeripath2022-03-231-0/+5
* Fix display time of milestones (#18753)René Schaar2022-02-161-2/+2
* format with gofumpt (#18184)65432022-01-201-7/+9
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-9/+15
* Unify and simplify TrN for i18n (#18141)wxiaoguang2022-01-021-64/+0
* Simplify parameter types (#18006)Gusted2021-12-201-2/+2
* Make AvatarRenderedSizeFactor configurable and set it to 3 (#17951)silverwind2021-12-161-4/+4
* Add Option to synchronize Admin & Restricted states from OIDC/OAuth2 along wi...zeripath2021-12-141-0/+1
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-2/+3
* Removed SizeFmt. (#17890)KN4CK3R2021-12-031-1/+0
* Make Requests Processes and create process hierarchy. Associate OpenRepositor...zeripath2021-11-301-1/+1
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-1/+2
* Fix visibility of org avatars (#17789)qwerty2872021-11-241-7/+13
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-12/+9
* Add QueryEscape to general funcmap (#17526)zeripath2021-11-021-0/+1
* fix email with + when active (#17518)Lunny Xiao2021-11-021-0/+1
* Add user status filter to admin user management page (#16770)wxiaoguang2021-10-121-2/+3
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-6/+7
* Switch migration icon to svg (#15954)silverwind2021-09-181-3/+3
* Add missing icon set for `ActionRenameRepo` (#16972)a10121127962021-09-061-1/+1
* Report the correct number of pushes on the feeds (#16811)zeripath2021-08-251-0/+5
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-29/+0
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-5/+2
* Make Mermaid.js limit configurable (#16519)zeripath2021-07-241-0/+3
* Add custom emoji support (#16004)65432021-06-291-0/+3
* Add push to remote mirror repository (#15157)KN4CK3R2021-06-141-6/+28
* Fix incorrect asset URL (#15805)silverwind2021-05-091-1/+1
* Rename StaticUrlPrefix to AssetUrlPrefix (#15779)silverwind2021-05-081-1/+1
* add `/assets` as root dir of public files (#15219)a10121127962021-04-281-1/+1
* Refactor renders (#15175)Lunny Xiao2021-04-191-6/+23
* Prevent incorrect HTML escaping in swagger.json (#14957)zeripath2021-03-111-0/+6
* Fix a couple of issues with a feeds (#14897)zeripath2021-03-061-0/+4
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+5
* stopwatch notif: check if timetracking is enabled (#14750)Norwin2021-02-201-0/+3
* Added option to disable webhooks (#13176)Paweł Bogusławski2021-02-111-0/+3
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+2
* Prevent adding nil label to .AddedLabels or .RemovedLabels (#14623)zeripath2021-02-101-0/+4
* Improve label and text wrapping (#14113)silverwind2020-12-291-1/+1
* chore: use octicon-mirror for feeds display (#13928)Gary Wang2020-12-101-1/+1
* Fix avatar template error on repo collaborator page (#13924)silverwind2020-12-101-4/+12
* Fix action avatar loading (#13909)silverwind2020-12-091-5/+12
* Fix frontpage avatars (#13853)silverwind2020-12-091-9/+11
* Repo avatar fixes (#13891)silverwind2020-12-071-13/+16
* Direct avatar rendering (#13649)silverwind2020-12-031-7/+60
* Clickable links in pull request (and issue) titles (#13695)Jimmy Praet2020-12-031-0/+11
* Fix label styles affecting shabox (#13734)silverwind2020-11-281-5/+4
* Issue and Pulls lists rework (#13594)silverwind2020-11-251-17/+13