aboutsummaryrefslogtreecommitdiffstats
path: root/routers/repo/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Fix doer of rename repo (#11789)赵智超2020-06-071-1/+1
* Fix visibility of forked public repos from private orgs (#11717)Cirno the Strongest2020-06-061-1/+1
* Prevent transferring repos to invisible orgs (#11517)guillep2k2020-05-211-0/+9
* API endpoint for repo transfer (#9947)65432020-01-311-7/+7
* API add/generalize pagination (#9452)SpaWn2KiLl2020-01-241-3/+3
* Add setting to set default and global disabled repository units. (#8788)David Svantesson2020-01-171-58/+67
* Fix #9662 (#9767)David Svantesson2020-01-151-1/+1
* Move some repository methods from models to modules/repository (#9353)Lunny Xiao2019-12-141-1/+2
* Move transfer repository and rename repository on a service package and start...Lunny Xiao2019-11-151-23/+2
* Githook highlighter (#8932)Konctantin2019-11-151-0/+1
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+10
* Template Repositories (#8768)John Olheiser2019-11-111-0/+1
* Move some actions to notification/action (#8779)Lunny Xiao2019-11-081-3/+2
* Move some repositories' operations to a standalone service package (#8557)Lunny Xiao2019-10-261-1/+2
* Move mirror to a standalone package from models (#7486)Lunny Xiao2019-10-011-2/+4
* Move all mail related codes from models to services/mailer (#7200)Lunny Xiao2019-09-241-1/+2
* Add teams to repo on collaboration page. (#8045)David Svantesson2019-09-231-0/+83
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-0/+4
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-5/+5
* Add golangci (#6418)kolaente2019-06-121-1/+4
* Validate External Tracker URL Format (#7089)mrsdizzie2019-05-311-1/+1
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+59
* Correctly adjust mirror url (#6593)zeripath2019-04-121-1/+46
* Allow admin users to set a repositoires visibility to public, even if FORCE_P...Matthias Beckert2019-04-111-2/+2
* Better logging (#6038) (#6095)zeripath2019-04-021-4/+4
* move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364)Lunny Xiao2019-03-271-2/+1
* routers/repo/setting: display correct error for invalid mirror interval (#6414)Allen Wild2019-03-251-0/+10
* Create a repo redirect when transferring ownership (#6210) (#6211)James E. Blair2019-02-281-0/+8
* fix bug user could change private repository to public when force private ena...Lunny Xiao2019-02-221-0/+8
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-5/+11
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+3
* Fix MinInterval (#5856)yasuokav2019-01-261-1/+1
* Feature: Archive repos (#5009)kolaente2019-01-231-0/+41
* Add rebase with merge commit merge style (#3844) (#4052)Julian2018-12-271-0/+1
* Allow to add organization members as collaborators on organization owned repo...Lanre Adelowo2018-11-301-13/+0
* Add option to disable automatic mirror syncing. (#5242)Jonas Bröms2018-11-081-2/+6
* make sure to catch the right error so it is displayed as an error on the ui n...Lanre Adelowo2018-09-161-1/+1
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-151-2/+9
* An inactive user shouldn't be able to be added as a collaborator (#4535)Lanre Adelowo2018-08-071-0/+6
* Don't fail silently if trying to add a collaborator twice (#4533)Lanre Adelowo2018-08-071-0/+6
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+1
* Add repository setting to enable/disable health checks (#3607)Allen Wild2018-03-271-0/+18
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-30/+30
* Writable deploy keys (closes #671) (#3225)Vlad Temian2018-01-071-1/+1
* Add Pull Request merge options - Ignore white-space for conflict checking, Re...Lauris BH2018-01-051-1/+6
* Fix ignored errors when checking if organization, team member (#3177)Ethan Koenig2017-12-211-32/+10
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+2
* Allow adding collaborators with (fullname) (#3103)Sasha Varlamov2017-12-071-1/+2
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-211-3/+6