summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Add API Endpoint for Branch Creation (#11607)Terence Le Huu Phuong2020-05-291-0/+15
* Doctor check & fix db consistency (#11111)65432020-05-294-62/+190
* Handle expected errors in AddGPGkey API (#11644)65432020-05-281-1/+1
* Fix wrong milestone in webhook message (#11596)Gary Kim2020-05-241-1/+1
* Allow different HardBreaks settings for documents and comments (#11515)zeripath2020-05-241-4/+19
* Properly handle and return empty string for dangling commits in GetBranchName...Cirno the Strongest2020-05-231-1/+1
* Fix repo-list private and total count bugs (#11500)zeripath2020-05-201-10/+6
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-202-0/+159
* Ensure public repositories in private organizations are visible and fix admin...zeripath2020-05-181-4/+25
* Allow all members of private orgs to see public repos (#11442)zeripath2020-05-171-10/+15
* Refactor Cron and merge dashboard tasks (#10745)zeripath2020-05-165-52/+106
* Make API EditIssue and EditPullRequest issue notifications (#11123)zeripath2020-05-171-16/+51
* Add paging and archive/private repository filtering to dashboard list (#11321)zeripath2020-05-161-8/+29
* Use session for retrieving org teams (#11438)guillep2k2020-05-161-1/+1
* Fix issue ref migration (#11419)kolaente2020-05-151-0/+2
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+27
* Refactor Milestone related (#11225)65432020-05-122-304/+254
* Correctly set the organization num repos (#11339)zeripath2020-05-121-7/+41
* Changed image of openid-connect logo for better look on arc-green theme (#11312)Leo2020-05-101-1/+1
* Fix tracked time issues (#11349)65432020-05-091-4/+6
* Add EventSource support (#11235)zeripath2020-05-071-0/+15
* Prevent multiple listings of organization when creating a repository (#11303)65432020-05-071-6/+6
* API: Add pull review endpoints (#11224)65432020-05-024-12/+105
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-4/+4
* Refactor UpdateOAuth2Application (#11034)65432020-04-301-10/+26
* Fix creation of Organization repos by Users with max created personal repos (...Andrew Bezold2020-04-301-0/+1
* [API] ListIssues add filter for milestones (#10148)65432020-04-306-13/+28
* BugFix: updateLabel can updated not allowed fields #11242 (#11242)65432020-04-283-9/+16
* make pagination optional for notifications (#10714)65432020-04-211-1/+5
* Add issue subscription check to API (#10967)65432020-04-212-0/+24
* Prevent xorm nil insert in Review.Comments (#11150)65432020-04-201-2/+4
* On Repo Deletion: Delete related TrackedTimes too (#11110)65432020-04-181-0/+5
* Send 404 immediately for known public requests (#11117)silverwind2020-04-181-7/+8
* Add single release page and latest redirect (#11102)John Olheiser2020-04-181-0/+28
* Add a way to mark Conversation (code comment) resolved (#11037)赵智超2020-04-184-0/+111
* [BugFix] remove nil inserts in models (#11096)65432020-04-171-11/+20
* Prevent merge of outdated PRs on protected branches (#11012)65432020-04-163-2/+26
* [BugFix] ReviewCount: GetApprovalCounts func sorted wrong (#11086)65432020-04-161-13/+11
* Migrate to go-enry new version (#10906)Lauris BH2020-04-151-1/+1
* Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072)65432020-04-141-6/+0
* Cache PullRequest Divergence (#10914)65432020-04-143-0/+88
* ui: Add MergePull comment type instead of close for merge PR (#11058)赵智超2020-04-143-3/+7
* Reject duplicate AccessToken names (#10994)65432020-04-132-0/+41
* Fix CreateComment for SQLite and JS click event on Request Review (#11040)赵智超2020-04-111-3/+7
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-200/+0
* Fix forked repo has no icon and language stat. (#10791)L0veSunshine2020-04-081-0/+29
* Automatically remove Watches, Assignments, etc if user loses access due to be...65432020-04-073-13/+47
* Fix release counter on API repository info (#10968)65432020-04-061-2/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-067-40/+259
* Mulitple Gitea Doctor improvements (#10943)zeripath2020-04-062-4/+64