summaryrefslogtreecommitdiffstats
path: root/models/action.go
Commit message (Expand)AuthorAgeFilesLines
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-2/+3
* RSS/Atom support for Repos (#19055)65432022-03-131-3/+4
* RSS/Atom support for Orgs (#17714)65432022-03-101-40/+54
* Prevent hang in git cat-file if repository is not a valid repository and othe...zeripath2021-12-161-0/+16
* Some repository refactors (#17950)Lunny Xiao2021-12-121-0/+125
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-17/+20
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-18/+19
* Use a standalone struct name for Organization (#17632)Lunny Xiao2021-11-191-2/+2
* Multiple Escaping Improvements (#17551)zeripath2021-11-161-4/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-3/+3
* Fix problem when database id is not increment as expected (#17124)Lunny Xiao2021-09-221-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-4/+9
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-25/+26
* add cron job to delete old actions from database (#15688)a10121127962021-05-011-0/+10
* Fix timezone bug when clicking heatmap (#15141)mayswind2021-04-011-1/+1
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-3/+3
* Heatmap days clickable (#13935)gordon--2021-02-201-6/+19
* Add dismiss review feature (#12674)a10121127962021-02-111-25/+26
* Team dashboards (#14159)Jimmy Praet2020-12-271-0/+10
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+2
* rework heatmap permissions (#14080)Norwin2020-12-221-29/+49
* Fix feed push tag (#14064)Lunny Xiao2020-12-201-0/+5
* Trim the branch prefix from action.GetBranch (#13981)zeripath2020-12-141-1/+2
* Fix action avatar loading (#13909)silverwind2020-12-091-3/+4
* Direct avatar rendering (#13649)silverwind2020-12-031-6/+0
* Make dashboard newsfeed list length a configurable item (#12469)techknowlogick2020-08-111-2/+2
* Add action feed for new release (#12324)赵智超2020-07-291-0/+1
* Add hide activity option (#11353)l-jonas2020-06-051-0/+6
* Fix potential bugs (#10513)65432020-02-271-1/+1
* Show the username as a fallback on feeds if full name is blank (#10438)James Lakin2020-02-261-2/+5
* Ensure that feeds are appropriately restricted (#10018)zeripath2020-01-281-2/+2
* Restricted users (#6274)Manush Dodunekov2020-01-131-6/+14
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Move push commits from models to modules/repository (#9370)Lunny Xiao2020-01-101-126/+0
* Add ActionCommentPull action (#9456)mrsdizzie2019-12-221-0/+1
* Move UpdateIssuesCommit from models to repofiles (#9276)Lunny Xiao2019-12-071-128/+0
* Fix permission checks for close/reopen from commit (#8875)guillep2k2019-11-151-16/+29
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-46/+0
* Update dashboard context for PR reviews (#8995)John Olheiser2019-11-151-20/+22
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-43/+0
* Move sync mirror actions to mirror service package (#8518)Lunny Xiao2019-10-161-74/+0
* Rewrite reference processing code in preparation for opening/closing from com...guillep2k2019-10-131-140/+37
* 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