aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base/tool.go
Commit message (Expand)AuthorAgeFilesLines
* Refactor "string truncate" (#32984)wxiaoguang2024-12-261-23/+2
* Refactor template & test related code (#32938)wxiaoguang2024-12-221-49/+0
* Refactor sidebar assignee&milestone&project selectors (#32465)wxiaoguang2024-11-111-0/+3
* fix OIDC introspection authentication (#31632)Shivaram Lingamneni2024-07-231-6/+3
* Refactor sha1 and time-limited code (#31023)wxiaoguang2024-05-201-45/+40
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-211-5/+8
* Use `crypto/sha256` (#29386)KN4CK3R2024-02-251-1/+1
* Use general token signing secret (#29205)wxiaoguang2024-02-181-1/+1
* Refactor some legacy code and remove unused code (#28622)wxiaoguang2023-12-281-30/+0
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-2/+2
* Update octicons and use `octicon-file-directory-symlink` (#25453)silverwind2023-06-221-1/+1
* Use a general Eval function for expressions in templates. (#23927)wxiaoguang2023-04-071-49/+0
* Introduce GiteaLocaleNumber custom element to handle number localization on p...wxiaoguang2023-04-031-7/+0
* Use minio/sha256-simd for accelerated SHA256 (#23052)zeripath2023-02-221-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Fix typos (#21947)KN4CK3R2022-11-271-1/+1
* Add generic set type (#21408)KN4CK3R2022-10-121-9/+0
* Prettify number of issues (#17760)Gusted2022-06-121-3/+4
* Update JS dependencies (#19281)silverwind2022-04-011-1/+1
* format with gofumpt (#18184)65432022-01-201-1/+1
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Add Image Diff for SVG files (#14867)KN4CK3R2021-06-051-68/+0
* fix truncate utf8 string (#15828)yan2021-05-131-4/+5
* Add some Unit-Tests (#14500)65432021-01-281-1/+1
* Kd/fix allow svg doctype (#14344)Kyle D2021-01-151-2/+2
* Display SVG files as images instead of text (#14101)Jonathan Tran2021-01-121-5/+44
* migrate from com.* to alternatives (#14103)65432020-12-251-5/+4
* Fix panic in BasicAuthDecode (#14046)silverwind2020-12-171-0/+6
* Direct avatar rendering (#13649)silverwind2020-12-031-89/+0
* Use a simple format for the big number on ui (#12822)赵智超2020-09-161-0/+24
* Update Octicons to v10 (#12240)silverwind2020-07-171-1/+1
* make avatar lookup occur at image request (#10540)zeripath2020-03-271-5/+26
* Remove Unused Functions (#10516)65432020-03-021-14/+0
* Add Octicon SVG spritemap (#10107)John Olheiser2020-02-111-1/+1
* Show download count info in release list (#10124)Lauris BH2020-02-031-33/+8
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-151/+0
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-151-49/+0
* Add golangci (#6418)kolaente2019-06-121-19/+9
* refactor: append, build variable and type switch (#4940)Bo-Yi Wu2019-05-281-16/+16
* Hash App token (#6724)techknowlogick2019-05-041-0/+8
* UI: Detect and restore encoding and BOM in content (#6727)zeripath2019-04-261-0/+12
* Fixes 4762 - Content API for Creating, Updating, Deleting Files (#6314)Richard Mahn2019-04-171-0/+25
* Better logging (#6038) (#6095)zeripath2019-04-021-3/+3
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+2
* Serve audio files using HTML5 audio tag (#5221)Jonas Bröms2018-10-301-0/+5
* Use type switch (#5122)Oleg Kovalov2018-10-191-16/+16
* Detect charset and convert non UTF-8 files for display (#4950)Lauris BH2018-09-291-1/+16
* Symlink icons (#1416) (#3826)Tris Forster2018-05-011-0/+23
* Implements generator cli for secrets (#3531)Codruț Constantin Gușoi2018-02-181-29/+0