aboutsummaryrefslogtreecommitdiffstats
path: root/routers/org/setting.go
Commit message (Expand)AuthorAgeFilesLines
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-0/+4
* Splitted the user settings code into several files to be more maintainable (#...David Schneiderbauer2018-05-171-2/+2
* Handle refactor (#3339)Morgan Bazalgette2018-01-101-6/+6
* Golint fixed for modules/setting (#262)Lunny Xiao2016-11-271-2/+2
* golint fixed for parts of routers root, dev, user and org dirs (#167)Lunny Xiao2016-11-181-10/+20
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-7/+7
* moreSandro Santilli2016-11-071-1/+1
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-7/+7
* Add support for federated avatars (#3320)Sandro Santilli2016-08-071-2/+2
* Refactor User.Id to User.IDUnknwon2016-07-241-3/+3
* models/webhook: restrict deletion to be explicitly with repo and org IDUnknwon2016-07-171-16/+2
* #3274 fix can't get webhook detail of organizationUnknwon2016-07-161-1/+1
* Rename module: middleware -> contextUnknwon2016-03-111-8/+8
* Added: Ability to delete org avatar.Tamás Molnár2016-03-061-0/+8
* fix #2268novaeye2015-12-231-0/+2
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-0/+4
* more link fixUnknwon2015-11-241-2/+2
* fix #981Unknwon2015-09-171-2/+7
* #1191 allow upload avatar for orgUnknwon2015-09-061-0/+12
* finish new org settings pageUnknwon2015-09-061-3/+11
* new org options UIUnknwon2015-09-061-8/+8
* #1193 Make organization emails non-mandatoryUnknwon2015-09-061-9/+1
* new webhooks list UIUnknwon2015-08-261-1/+15
* #1070 Clearer error message for illegal charactersUnknwon2015-03-261-1/+1
* #1067: Deleting users should remove them from collaborator listsUnknwon2015-03-171-4/+3
* models: able to rename user with diff letter cases #981Unknwon2015-02-221-5/+10
* Update with macaronUnknwon2014-10-061-1/+1
* Add suburl supportUnknwon2014-09-191-4/+4
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. http://mydomain....Martin van Beurden2014-09-181-4/+5
* add organization-level webhooksChristopher Brickley2014-09-051-0/+28
* Page: `/org/:orgname/settings`Unknwon2014-08-141-0/+99