aboutsummaryrefslogtreecommitdiffstats
path: root/modules/options
Commit message (Expand)AuthorAgeFilesLines
* Use a general approach to access custom/static/builtin assets (#24022)wxiaoguang2023-04-124-264/+19
* Introduce path Clean/Join helper functions (#23495)wxiaoguang2023-03-213-85/+69
* Use CleanPath instead of path.Clean (#23371)Lunny Xiao2023-03-081-5/+5
* Reduce duplicate and useless code in options (#23369)Jason Song2023-03-084-152/+68
* Clean Path in Options (#23006)JakobDev2023-03-082-8/+8
* Add loading yaml label template files (#22976)Lauris BH2023-03-021-0/+44
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-275-10/+5
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-4/+4
* Fix and improve incorrect error messages (#21342)delvh2022-10-061-5/+4
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-283-1/+65
* Remove legacy `+build:` constraint (#19582)wxiaoguang2022-05-023-3/+0
* format with gofumpt (#18184)65432022-01-202-18/+6
* Remove golang vendored directory (#18277)techknowlogick2022-01-141-1/+1
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-222-7/+8
* Add bundle download for repository (#14538)John Olheiser2021-08-243-5/+8
* Add StatDir and replace com.StatDir (#14099)Lunny Xiao2020-12-222-7/+3
* Handle and propagate errors when checking if paths are Dirs, Files or Exist (...zeripath2020-11-272-7/+34
* Rename scripts to build and add revive command as a new build tool command (#...Lunny Xiao2020-04-031-1/+1
* Implement "embedded" command to extract static resources (#9982)guillep2k2020-02-021-0/+31
* Implement basic app.ini and path checks to doctor cmd (#10064)guillep2k2020-01-302-0/+10
* Generate Bindata iff TAGS="bindata" and not up-to-date (#10004)zeripath2020-01-273-25/+9
* Use gitea forked macaron (#7933)Tamal Saha2019-08-232-2/+4
* remove unnecessary fmt on generate bindata (#7706)Lunny Xiao2019-08-011-1/+0
* Use vfsgen instead of go-bindata (#7080)Lunny Xiao2019-06-033-5/+50
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-152-2/+2
* Add default values for settings (#455)Lunny Xiao2016-12-232-0/+10
* Bindata is optional and over-writable on restart (#354)Thomas Boerger2016-12-223-0/+229