summaryrefslogtreecommitdiffstats
path: root/models/user_heatmap.go
Commit message (Expand)AuthorAgeFilesLines
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-72/+0
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Fix heatmap activity (#15252)siddweiker2021-06-251-7/+4
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+2
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+10
* rework heatmap permissions (#14080)Norwin2020-12-221-16/+20
* Add hide activity option (#11353)l-jonas2020-06-051-0/+5
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-241-4/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+4
* Only count users own actions for heatmap contributions (#5647)Julian2019-01-061-3/+13
* Fixing MSSQL timestamp type (#5511)Christopher2018-12-111-1/+1
* Fixed heatmap not working in mssql (#5248)kolaente2018-11-011-2/+4
* fix compatibility heatmap with mysql 8 (#5232)Stanislav2018-10-311-1/+1
* Fix JSON result of empty array (#5154)Antoine GIRARD2018-10-241-3/+4
* User action heatmap (#5131)kolaente2018-10-231-0/+40