| Commit message (Expand) | Author | Age | Files | Lines |
* | Add missing `X-Total-Count` and fix some related bugs (#17968) | qwerty287 | 2021-12-15 | 1 | -0/+14 |
* | Some repository refactors (#17950) | Lunny Xiao | 2021-12-12 | 1 | -2/+3 |
* | Move user related model into models/user (#17781) | Lunny Xiao | 2021-11-24 | 1 | -1/+2 |
* | Move login related structs and functions to models/login (#17093) | Lunny Xiao | 2021-09-24 | 1 | -3/+3 |
* | DBContext is just a Context (#17100) | zeripath | 2021-09-23 | 1 | -8/+8 |
* | Move db related basic functions to models/db (#17075) | Lunny Xiao | 2021-09-19 | 1 | -12/+17 |
* | Add `AbsoluteListOptions` (#17028) | KN4CK3R | 2021-09-14 | 1 | -1/+1 |
* | chore(models): rewrite code format. (#14754) | Bo-Yi Wu | 2021-03-14 | 1 | -1/+1 |
* | Add issue subscription check to API (#10967) | 6543 | 2020-04-21 | 1 | -0/+17 |
* | [BugFix] Avoid mailing explicit unwatched (#10475) | 6543 | 2020-02-27 | 1 | -3/+3 |
* | Code Refactor of IssueWatch related things (#10401) | 6543 | 2020-02-26 | 1 | -33/+7 |
* | FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449) | 6543 | 2020-02-24 | 1 | -4/+6 |
* | API add/generalize pagination (#9452) | SpaWn2KiLl | 2020-01-24 | 1 | -6/+10 |
* | Fix Issue Unsubscription (#9634) | 6543 | 2020-01-07 | 1 | -3/+6 |
* | Refactor Issues Subscription (#8738) | 6543 | 2019-11-20 | 1 | -0/+2 |
* | Rewrite delivery of issue and comment mails (#9009) | guillep2k | 2019-11-18 | 1 | -0/+12 |
* | Add API for Issue set Subscription (#8729) | 6543 | 2019-11-02 | 1 | -2/+31 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 1 | -7/+7 |
* | Update xorm to latest version and fix correct `user` table referencing in sql... | Lauris BH | 2018-07-20 | 1 | -1/+1 |
* | Fix not removed watches on unallowed repositories (#4201) | David Schneiderbauer | 2018-06-19 | 1 | -0/+12 |
* | Refactor struct's time to remove unnecessary memory usage (#3142) | Lunny Xiao | 2017-12-11 | 1 | -33/+7 |
* | Replace deprecated Id method with ID (#2655) | Ethan Koenig | 2017-10-05 | 1 | -1/+1 |
* | Prevent sending emails and notifications to inactive users (#2384) | David Schneiderbauer | 2017-09-16 | 1 | -1/+4 |
* | Code style fixes | Andrey Nering | 2017-04-01 | 1 | -2/+3 |
* | Use variables for times | Andrey Nering | 2017-03-30 | 1 | -6/+14 |
* | Add copyright headers | Andrey Nering | 2017-03-30 | 1 | -0/+4 |
* | Fix lint | Andrey Nering | 2017-03-29 | 1 | -0/+2 |
* | Add updated_unix column on issue_watch | Andrey Nering | 2017-03-29 | 1 | -1/+12 |
* | Consider issue_watchers while sending notifications | Andrey Nering | 2017-03-29 | 1 | -0/+10 |
* | Add watch button on issue | Andrey Nering | 2017-03-29 | 1 | -0/+40 |
* | Create issue_watch table | Andrey Nering | 2017-03-29 | 1 | -0/+20 |