summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Default empty merger list to those with write permissions (#12535) (#12560)zeripath2020-08-221-2/+3
* models: break out of loop (#12386) (#12561)zeripath2020-08-221-1/+2
* Keys should not verify revoked email addresses (#12486) (#12495)zeripath2020-08-171-0/+3
* Fix bug preventing transfer to private organization (#12497) (#12501)techknowlogick2020-08-172-5/+5
* Extend Notifications API and return pinned notifications by default (#12164) ...zeripath2020-07-131-3/+3
* Decrease the num_stars when deleting a repo (#11954) (#12188)赵智超2020-07-082-0/+45
* Trim to 255 runes instead of bytes (#12150)Jürgen Hötzel2020-07-071-4/+5
* Ensure Subkeys are verified (#12155) (#12168)zeripath2020-07-061-1/+41
* Add serviceworker.js to KnownPublicEntries (#11992) (#11994)silverwind2020-06-201-7/+4
* Fix commenting on non-utf8 encoded files (#11916) (#11950)65432020-06-181-1/+31
* Use google/uuid to instead satori/go.uuid (#11943) (#11946)Lunny Xiao2020-06-185-10/+10
* Use ID or Where to instead directly use Get when load object from database (#...65432020-06-179-28/+25
* Invalidate comments when file is shortened (#11882) (#11884)zeripath2020-06-151-1/+4
* Rework api/user/repos for pagination (#11827) (#11877)Cirno the Strongest2020-06-132-8/+15
* Add doctor check to set IsArchived false if it is null (partial backport #118...zeripath2020-06-111-0/+12
* Use DEFAULT_PAGING_NUM instead of MAX_RESPONSE_ITEMS in ListOptions (#11831) ...Cirno the Strongest2020-06-101-1/+4
* Increase maximum SQLite variables count to 32766 (#11696) (#11783)Cirno the Strongest2020-06-071-10/+0
* Fix verification of subkeys of default gpg key (#11713) (#11747)zeripath2020-06-031-0/+15
* Change language statistics to save size instead of percentage (#11681) (#11690)Lauris BH2020-06-023-18/+107
* Add logging to long migrations (#11647) (#11691)zeripath2020-05-304-13/+154
* Doctor check & fix db consistency (#11111) (#11676)65432020-05-294-62/+190
* Handle expected errors in AddGPGkey API (#11644) (#11661)65432020-05-281-1/+1
* Fix wrong milestone in webhook message (#11596) (#11611)Gary Kim2020-05-251-1/+1
* Allow different HardBreaks settings for documents and comments (#11515) (#11599)zeripath2020-05-241-4/+19
* Fix repo-list private and total count bugs (#11500) (#11532)zeripath2020-05-211-10/+6
* Ensure public repositories in private organizations are visible and fix admin...65432020-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