summaryrefslogtreecommitdiffstats
path: root/models/action.go
Commit message (Expand)AuthorAgeFilesLines
* feat: highlight issue references with : (#8101)Rinat2019-09-051-1/+1
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Add file status on API (#7671)Lunny Xiao2019-08-211-3/+16
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-4/+4
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-301-195/+3
* SetDefaultBranch on pushing to empty repository (#7610)zeripath2019-07-301-0/+11
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-231-4/+4
* Fix regex for issues in commit messages (#7444)mrsdizzie2019-07-141-1/+2
* Fix mirror sync not automatically sending webhook requests (#7366)Drew2019-07-061-0/+5
* Fix error log when loading issues caused by a xorm bug (#7271)Lunny Xiao2019-06-231-1/+1
* Allow colon between fixing word and issue (#7207)zeripath2019-06-151-1/+1
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* Escape the commit message on issues update and title in telegram hook (#6901)zeripath2019-05-101-1/+2
* Show full name if DefaultShowFullName setting activated (#6710)Wim2019-05-081-0/+16
* Improve issue reference on commit (#6694)mrsdizzie2019-05-011-9/+85
* Better logging (#6038) (#6095)zeripath2019-04-021-10/+10
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-1/+1
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-091-1/+1
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-1/+2
* Automatically clear stopwatch on merging a PR (#4327)Lanre Adelowo2019-02-051-2/+14
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-171-4/+4
* Don't close issues via commits on non-default branch. (#5622)Harshit Bansal2019-01-041-39/+35
* Improve performance of dashboard (#4977)Lunny Xiao2018-12-131-13/+53
* Fix bug when repo remained bare if multiple branches pushed (#4923)SagePtr2018-09-131-2/+4
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-061-0/+68
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+4
* Implemented hover text showing user FullName (#4261)Guido Diepen2018-07-051-0/+6
* Add more webhooks support and refactor webhook templates directory (#3929)Lunny Xiao2018-05-161-0/+20
* Set default branchname on first push (#3715)Bwko2018-03-251-1/+5
* refactor: reduce sql query in retrieveFeeds (#3547)Bo-Yi Wu2018-02-211-1/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-10/+5
* Fix ref parsing in commit messages (#3067)Ethan Koenig2017-12-031-70/+57
* Use RelAvatarLink() in GetActAvatar() (#2800)cstyles2017-10-311-1/+1
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-7/+3
* Complete push webhooks (#2530)David Schneiderbauer2017-09-211-16/+41
* Use named ActionType constants in template helper (#2545)Ethan Koenig2017-09-201-3/+2
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-7/+1
* fix duplicated feed (#2370)Lunny Xiao2017-08-281-8/+1
* Add more test for login links and fix a bug on action retrieve (#2361)Lunny Xiao2017-08-231-1/+1
* Fix SQL condition bug in GetFeeds(..) (#2360)Ethan Koenig2017-08-231-4/+5
* Add collaborative repositories to the dashboard (#2205)Bwko2017-08-231-12/+18
* Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150)Lauris BH2017-07-121-3/+3
* Fix "Dashboard shows deleted comments" (#1995)Jonas Franz2017-06-251-0/+40
* Fix bug in Action.loadRepo() (#1959)Ethan Koenig2017-06-141-1/+1
* Merge pull request #1829 from ethantkoenig/no_branchesAndrey Nering2017-06-121-1/+1
|\
| * Commitless repos should be bareEthan Koenig2017-05-281-1/+1
* | Fix user profile activity feed (#1848)Ethan Koenig2017-06-021-22/+28
|/
* Fix invalid reference in feeds template (#1820)Ethan Koenig2017-05-271-0/+6
* Fix activity feed (#1779)Ethan Koenig2017-05-261-61/+83
* Fix "Error: No issue number specified" when pushing (#1393)agrn2017-03-311-2/+2