aboutsummaryrefslogtreecommitdiffstats
path: root/routers
Commit message (Expand)AuthorAgeFilesLines
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-182-26/+24
* Fix review webhooks (#8570)John Olheiser2019-10-181-2/+2
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* don't ignore error message (#8550)Antoine GIRARD2019-10-171-1/+1
* Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)zeripath2019-10-163-8/+77
* Add missed close in ServeBlobLFS (#8527)zeripath2019-10-161-0/+5
* Fix password complexity regex for special characters (on master) (#8525)guillep2k2019-10-163-27/+15
* upgrade gopkg.in/editorconfig/editorconfig-core-go.v1 (#8501)Colin Arnott2019-10-151-1/+1
* Restore Graceful Restarting & Socket Activation (#7274)zeripath2019-10-152-6/+17
* Enable Uploading/Removing Attachments When Editing an Issue/Comment (#8426)blueworrybear2019-10-153-4/+135
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-152-2/+4
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-1/+1
* [Branch View] Add Included TAG (#8449)65432019-10-141-0/+4
* Make static resouces web browser cache time customized on app.ini (#8442)Lunny Xiao2019-10-141-4/+4
* Add pagination to commit graph page (#8360)jaqra2019-10-141-2/+4
* Fix errors in create org UI regarding team access permission. (#8506)David Svantesson2019-10-141-4/+5
* Password Complexity Checks (#6230)Maxim Tkachenko2019-10-145-27/+92
* Update migrated repositories' issues/comments/prs poster id if user has a git...Lunny Xiao2019-10-142-51/+74
* Move migrating repository from frontend to backend (#6200)Lunny Xiao2019-10-136-43/+109
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-1/+1
* Check for either escaped or unescaped wiki filenames (#8408)Tekaoh2019-10-091-0/+12
* Allow users with explicit read access to give approvals (#8382)guillep2k2019-10-081-2/+2
* Revert "Fix issues/pr list broken when there are many repositories (#8409)" (...Lunny Xiao2019-10-081-48/+92
* Fix issues/pr list broken when there are many repositories (#8409)Lunny Xiao2019-10-081-92/+48
* add file line count info on UI (#8396)silverwind2019-10-071-0/+2
* Fix editor commit to new branch if PR disabled (#8375)guillep2k2019-10-051-3/+3
* Bugfix for image compare and minor improvements to image compare (#8289)Mario Lubenka2019-10-043-76/+50
* Fix a comment typo (#8358)Tekaoh2019-10-021-1/+1
* Change general form binding to gogs form (#8334)Aam Surganda2019-10-022-12/+9
* Api: advanced settings for repository (external wiki, issue tracker etc.) (#7...David Svantesson2019-10-021-28/+72
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-013-4/+9
* API endpoint for searching teams. (#8108)David Svantesson2019-10-012-2/+88
* Extract actions on deletereleasebyid from models to release service (#8219)Lunny Xiao2019-10-012-2/+2
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-302-2/+4
* Fix repo_admin_change_team_access always checked in org settings (#8319)David Svantesson2019-09-301-0/+1
* Fix API for edit and delete release attachment (#8285)David Svantesson2019-09-271-2/+6
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-273-9/+7
* Alwaywas return local url for users avatar (#8245)Sandro Santilli2019-09-262-0/+38
* Move create issue comment to comments package (#8212)Lunny Xiao2019-09-242-6/+8
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-249-15/+26
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-236-16/+299
* Reference issues from pull requests and other issues (#8137)guillep2k2019-09-201-3/+32
* Allow registration when button is hidden (#8237)guillep2k2019-09-191-1/+1
* Add 'Mentioning you' group to /issues page (#8201)jaqra2019-09-181-0/+2
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-183-0/+70
* move some milestone functions to a standalone package (#8213)Lunny Xiao2019-09-183-3/+6
* Remove legacy handling of drone token (#8191)techknowlogick2019-09-171-6/+0
* Adds side-by-side diff for images (#6784)Mario Lubenka2019-09-163-3/+98
* Move create release from models to a standalone package (#7539)Lunny Xiao2019-09-152-6/+8
* Fix team user api (#8172)Lunny Xiao2019-09-151-0/+9