summaryrefslogtreecommitdiffstats
path: root/integrations
Commit message (Expand)AuthorAgeFilesLines
* Add a simple way to rename branch like gh (#15870)a10121127962021-10-081-0/+44
* Avatar refactor, move avatar code from `models` to `models.avatars`, remove d...wxiaoguang2021-10-061-9/+2
* Prevent NPE on invalid diff (#17197)zeripath2021-09-301-0/+5
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-242-14/+17
* refactor: move from io/ioutil to io and os package (#17109)Eng Zer Jun2021-09-2215-55/+50
* Add API to get commit diff/patch (#17095)qwerty2872021-09-201-0/+23
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-1973-443/+515
* Support unprotected file patterns (#16395)Jimmy Praet2021-09-111-10/+20
* Make mirror feature more configurable (#16957)65432021-09-071-1/+1
* Use immediate queues in integration tests and ensure that immediate (#16927)zeripath2021-09-035-0/+15
* Ensure that the testlogger has its final test removal safely (#16907)zeripath2021-09-012-1/+16
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-0/+28
* Test if LFS object is accessible (#16865)KN4CK3R2021-08-311-5/+15
* Timeout on flush in testing (#16864)zeripath2021-08-301-1/+1
* Refactor the fork service slightly to take ForkRepoOptions (#16744)Kyle Evans2021-08-281-1/+5
* Prevent "Race" detected in TestAdmin*User (#16830)zeripath2021-08-271-3/+3
* Add filter by owner and team to issue/pulls search endpoint (#16662)Jimmy Praet2021-08-131-2/+23
* [API] generalize list header (#16551)65432021-08-122-1/+34
* Add an api endpoint to fetch git notes (#15373) (#16649)nitul19912021-08-115-0/+40
* Add agit flow support in gitea (#14295)a10121127962021-07-281-0/+161
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-2410-25/+12
* Refactor: Move login out of models (#16199)zeripath2021-07-241-3/+3
* Add TestPrepareWikiFileName (#16487)65432021-07-203-1/+1
* Add basic edit ldap auth test & actually fix #16252 (#16465)zeripath2021-07-201-0/+54
* add configuration option to restrict users by default (#16256)Richard Nienaber2021-07-151-0/+23
* Second attempt at preventing zombies (#16326)zeripath2021-07-145-0/+5
* Add option to provide signature for a token to verify key ownership (#14054)zeripath2021-07-131-18/+4
* Let branch/tag name be a valid ref to get CI status (#16400)65432021-07-131-14/+24
* Redirect on bad CSRF instead of presenting bad page (#14937)zeripath2021-07-081-1/+10
* Fix source typos (#16374)luzpaz2021-07-081-3/+3
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-082-2/+2
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+37
* Add API to get commits of PR (#16300)sebastian-sauer2021-07-021-0/+37
* Support custom mime type mapping for text files (#16304)Jimmy Praet2021-06-305-1/+31
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-261-0/+31
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-264-11/+14
* Fix heatmap activity (#15252)siddweiker2021-06-251-1/+1
* Add tag protection (#15629)KN4CK3R2021-06-252-0/+76
* API: Allow COMMENT reviews to not specify a body (#16229)sebastian-sauer2021-06-251-0/+54
* Rework repository archive (#14723)Lunny Xiao2021-06-231-0/+1
* [API] Add repoGetTag (#16166)65432021-06-231-1/+15
* reqOrgMembership calls need to be preceded by reqToken (#16198)zeripath2021-06-211-0/+4
* Remove User.GetOrganizations() (#14032)65432021-06-181-2/+3
* fix TestAPIRepoTransfer (#16189)65432021-06-181-4/+4
* Fix some API bugs (#16184)65432021-06-181-1/+1
* [API] Add repoCreateTag (#16165)65432021-06-171-2/+33
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+28
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-173-11/+67
* [API] Issue Search Add filter for MilestoneNames (#16173)65432021-06-171-0/+14
* [API] ListIssues add more filters (#16174)65432021-06-161-6/+26