summaryrefslogtreecommitdiffstats
path: root/models/action_test.go
Commit message (Expand)AuthorAgeFilesLines
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Restricted users (#6274)Manush Dodunekov2020-01-131-20/+20
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-100/+0
* Move UpdateIssuesCommit from models to repofiles (#9276)Lunny Xiao2019-12-071-205/+0
* Fix permission checks for close/reopen from commit (#8875)guillep2k2019-11-151-2/+2
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-48/+0
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-53/+0
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-52/+1
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-261-1/+1
* feat: highlight issue references with : (#8101)Rinat2019-09-051-0/+1
* Add file status on API (#7671)Lunny Xiao2019-08-211-27/+54
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-301-114/+0
* Fix regex for issues in commit messages (#7444)mrsdizzie2019-07-141-0/+19
* Allow colon between fixing word and issue (#7207)zeripath2019-06-151-0/+26
* Improve issue reference on commit (#6694)mrsdizzie2019-05-011-0/+70
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-0/+34
* Don't close issues via commits on non-default branch. (#5622)Harshit Bansal2019-01-041-1/+28
* fix: Add feed for organization (#3594)Bo-Yi Wu2018-03-031-0/+1
* Remove IsOwner, NumTeams from OrgUser (#3269)Ethan Koenig2018-01-081-1/+1
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-031-0/+30
* Unit tests for wiki routers (#3022)Ethan Koenig2017-11-301-1/+1
* Use identicon image for default gravatar. (#2767)harry2017-10-231-2/+2
* Replace deprecated Id method with ID (#2655)Ethan Koenig2017-10-051-2/+2
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-41/+103
* Fix tests code to prevent some runtime errors (#2381)Morlinest2017-08-281-21/+25
* Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)Lauris BH2017-07-121-1/+1
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-0/+3
* Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-12/+33
* Fix activity feed (#1779)Ethan Koenig2017-05-261-48/+44
* Consistency checks for action unit tests (#1079)Ethan Koenig2017-02-281-3/+16
* Less boilerplate in models/ unit tests (#725)Ethan Koenig2017-01-251-32/+16
* Unit tests for models/action (#619)Ethan Koenig2017-01-091-0/+340