Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update xorm to latest version and fix correct `user` table referencing in ↵ | Lauris BH | 2018-07-20 | 1 | -1/+1 |
| | | | | sql (#4473) | ||||
* | 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 |
| | | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add | ||||
* | 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 |
| | | | | | | | | | | | | | | | | | | | | | | * Filter inactive users before sending emails or creating browser notifications Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix formatting issues Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * included requested changes Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * optimized database queries * rebasing new master and add tablenames for clarification in xorm queries * remove escaped quotationmarks using backticks Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> | ||||
* | 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 |