summaryrefslogtreecommitdiffstats
path: root/models/issue_stopwatch.go
Commit message (Expand)AuthorAgeFilesLines
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-293/+0
* Only return valid stopwatches (#19863)zeripath2022-06-021-1/+1
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-10/+5
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+32
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-7/+7
* Fix display time of milestones (#18753)René Schaar2022-02-161-31/+3
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-8/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* Fix close issue but time watcher still running (#17643)Lunny Xiao2021-11-211-67/+120
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-19/+20
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-2/+2
* DBContext is just a Context (#17100)zeripath2021-09-231-6/+6
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-8/+13
* Add `AbsoluteListOptions` (#17028)KN4CK3R2021-09-141-1/+1
* [API] generalize list header (#16551)65432021-08-121-0/+5
* Fix session bugs (#16552)65432021-07-261-15/+45
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+2
* Add UI to delete tracked times (#14100)Norwin2021-02-191-0/+1
* Display current stopwatch in navbar (#14122)Norwin2021-01-211-0/+10
* Refactor: move Commit To APIFormat Code & Lot of StopWatch related things (#1...65432020-09-181-65/+3
* implemet Cache for Stopwatches.APIFormat() (#12730)65432020-09-051-4/+31
* additional data for type StopWatch in swagger api (#12458)Jochen Peters2020-09-051-2/+8
* When starting new stopwatch stop previous if it is still running (#10533)bobemoe2020-07-121-0/+15
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+8
* [API] extend StopWatch (#9196)65432019-12-111-0/+39
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-5/+5
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-0/+8
* Shows total tracked time in issue and milestone list (#3341)Jonas Franz2018-04-291-2/+3
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-18/+7
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-9/+3
* Feature: Timetracking (#2211)Jonas Franz2017-09-121-0/+170