| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix milestone API state parameter unhandled (#10049) (#10053) | Lunny Xiao | 2020-01-30 | 1 | -1/+6 |
* | fix bug about wrong dependencies permissions check and other wr… (#9884) | Lunny Xiao | 2020-01-20 | 2 | -8/+24 |
* | Hide credentials when submitting migration (#9102) (#9704) | Lauris BH | 2020-01-11 | 1 | -1/+1 |
* | [Backport] [API] Allow only specific Colums to be updated on Issue (#9539) (#... | 6543 | 2020-01-02 | 2 | -5/+9 |
* | [Backport] Fix bug when migrate from API (#8631) (#9563) | 6543 | 2020-01-02 | 1 | -7/+24 |
* | Fix missing repository status when migrating repository via API (#9511) | Lunny Xiao | 2019-12-27 | 1 | -3/+26 |
* | Fix NewCommitStatus (#9434) (#9435) | John Olheiser | 2019-12-19 | 1 | -2/+2 |
* | Add Close() method to gogitRepository (#8901) (#8956) | zeripath | 2019-11-13 | 6 | -2/+14 |
* | Fix deadline on update issue or PR via API (#8698) | David Svantesson | 2019-10-28 | 2 | -16/+14 |
* | Fix 500 when getting user as unauthenticated user (#8653) (#8663) | Monty Taylor | 2019-10-25 | 1 | -1/+1 |
* | Hide some user information via API if user have no enough permission (#8655) ... | Lunny Xiao | 2019-10-24 | 1 | -4/+4 |
* | Fix bug on pull requests when transfer head repository (#8564) (#8569) | Lunny Xiao | 2019-10-19 | 1 | -10/+9 |
* | Password Complexity Checks (#6230) | Maxim Tkachenko | 2019-10-14 | 1 | -1/+13 |
* | Update migrated repositories' issues/comments/prs poster id if user has a git... | Lunny Xiao | 2019-10-14 | 1 | -14/+23 |
* | Move migrating repository from frontend to backend (#6200) | Lunny Xiao | 2019-10-13 | 1 | -2/+2 |
* | Api: advanced settings for repository (external wiki, issue tracker etc.) (#7... | David Svantesson | 2019-10-02 | 1 | -28/+72 |
* | Move mirror to a standalone package from models (#7486) | Lunny Xiao | 2019-10-01 | 1 | -1/+3 |
* | API endpoint for searching teams. (#8108) | David Svantesson | 2019-10-01 | 2 | -2/+88 |
* | Extract actions on deletereleasebyid from models to release service (#8219) | Lunny Xiao | 2019-10-01 | 1 | -1/+1 |
* | Extract actions on new issue from models to services (#8217) | Lunny Xiao | 2019-09-30 | 1 | -1/+2 |
* | Fix API for edit and delete release attachment (#8285) | David Svantesson | 2019-09-27 | 1 | -2/+6 |
* | Extract actions on new pull request from models to pulls service and move cod... | Lunny Xiao | 2019-09-27 | 1 | -4/+3 |
* | Move create issue comment to comments package (#8212) | Lunny Xiao | 2019-09-24 | 1 | -3/+4 |
* | Move all mail related codes from models to services/mailer (#7200) | Lunny Xiao | 2019-09-24 | 1 | -3/+3 |
* | Add teams to repo on collaboration page. (#8045) | David Svantesson | 2019-09-23 | 2 | -16/+18 |
* | Refuse merge until all required status checks success (#7481) | Lunny Xiao | 2019-09-18 | 1 | -0/+12 |
* | move some milestone functions to a standalone package (#8213) | Lunny Xiao | 2019-09-18 | 2 | -2/+4 |
* | Remove legacy handling of drone token (#8191) | techknowlogick | 2019-09-17 | 1 | -6/+0 |
* | Move create release from models to a standalone package (#7539) | Lunny Xiao | 2019-09-15 | 1 | -3/+4 |
* | Fix team user api (#8172) | Lunny Xiao | 2019-09-15 | 1 | -0/+9 |
* | Implement webhook branch filter (#7791) | WGH | 2019-09-09 | 1 | -0/+2 |
* | Add option to initialize repository with labels (#6061) | John Olheiser | 2019-09-08 | 1 | -0/+1 |
* | Add API endpoint for accessing repo topics (#7963) | David Svantesson | 2019-09-03 | 6 | -42/+310 |
* | Retry create issue to cope with duplicate keys (#7898) | guillep2k | 2019-08-26 | 1 | -7/+0 |
* | Adds details about what tags can use the Git tags API (#7989) | Richard Mahn | 2019-08-26 | 1 | -2/+2 |
* | API method to list all commits of a repository (#6408) | Mike Schwörer | 2019-08-26 | 3 | -26/+221 |
* | Run CORS handler first for /api routes (#7967) | Tamal Saha | 2019-08-26 | 1 | -8/+1 |
* | Include description in repository search. (#7942) | David Svantesson | 2019-08-25 | 1 | -11/+16 |
* | Document possibility to limit API Repo search to topics only. (#7957) | David Svantesson | 2019-08-23 | 1 | -0/+4 |
* | Use gitea forked macaron (#7933) | Tamal Saha | 2019-08-23 | 35 | -58/+29 |
* | Display ui time with customize time location (#7792) | Lunny Xiao | 2019-08-15 | 3 | -15/+15 |
* | Rewrite existing repo units if setting is not included in api body (#7763) | David Svantesson | 2019-08-10 | 1 | -73/+86 |
* | api: fix multiple bugs with statuses endpoints (#7785) | Antoine GIRARD | 2019-08-09 | 2 | -10/+41 |
* | add pagination for admin api get orgs and fix only list public orgs bug (#7742) | Lunny Xiao | 2019-08-04 | 1 | -1/+12 |
* | fix wrong email when use gitea as OAuth2 provider (#7640) | renothing | 2019-07-27 | 11 | -23/+28 |
* | Fix #7136: Add paging and extend API GetCommitStatuses (#7141) | zeripath | 2019-07-25 | 1 | -5/+46 |
* | Swagger: Add information to API Token header (#7585) | zeripath | 2019-07-24 | 1 | -0/+1 |
* | Fixes #7564 - Malformed URLs in API git/commits response (#7565) | Richard Mahn | 2019-07-22 | 1 | -2/+2 |
* | add notification placeholder (#7409) | Lunny Xiao | 2019-07-12 | 1 | -0/+5 |
* | Refactor filetype is not allowed errors (#7309) | Antoine GIRARD | 2019-07-06 | 1 | -16/+4 |