Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 1 | -0/+1 |
| | |||||
* | Restrict creating organisations by user (#193) | Schwobaland | 2016-12-31 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | * restrict creating organizations based on right on user * revert bindata.go * reverse vendor lib * revert goimports change * set AllowCreateOrganization default value to true * revert locale * added default value for AllowCreateOrganization * fix typo in migration-comment * fix comment * add coments in migration | ||||
* | Added sorting to organizations, repos & users page (#222) | Bwko | 2016-12-24 | 1 | -1/+0 |
| | |||||
* | Fix random string generator (#384) | Denis Denisov | 2016-12-20 | 1 | -1/+5 |
| | | | | | | | | | | | * Remove unused custom-alphabet feature of random string generator Fix random string generator Random string generator should return error if it fails to read random data via crypto/rand * Fixes variable (un)initialization mixed assign Update test GetRandomString | ||||
* | golint fixed for modules/auth | Lunny Xiao | 2016-11-27 | 1 | -1/+1 |
| | |||||
* | Golint fixed for modules/setting (#262) | Lunny Xiao | 2016-11-27 | 1 | -5/+5 |
| | | | | | | * golint fixed for modules/setting * typo fixed and renamed UNIXSOCKET to UnixSocket | ||||
* | go lint fixed for routers/admin | Lunny Xiao | 2016-11-21 | 1 | -13/+19 |
| | |||||
* | Update import paths from github.com/go-gitea to code.gitea.io (#135) | Sandro Santilli | 2016-11-10 | 1 | -7/+7 |
| | | | | | | | - Update import paths from github.com/go-gitea to code.gitea.io - Fix import path for travis See https://docs.travis-ci.com/user/languages/go#Go-Import-Path | ||||
* | And others | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | More... | Sandro Santilli | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | Change import reference to match gitea instead of gogs (#37) | Rémy Boulanouar | 2016-11-03 | 1 | -7/+7 |
| | |||||
* | Refactor User.Id to User.ID | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | Use struct for UI settings | Unknwon | 2016-07-24 | 1 | -1/+1 |
| | |||||
* | #2937 able to prohibit user login | Unknwon | 2016-07-16 | 1 | -0/+1 |
| | |||||
* | #2854 fix no mail notification when issue is closed/reopened | Unknwon | 2016-07-16 | 1 | -3/+2 |
| | |||||
* | #13 fix admin can't search private repos | Unknwon | 2016-03-15 | 1 | -2/+8 |
| | | | | - update glide info | ||||
* | #13 finish user and repository search | Unknwon | 2016-03-11 | 1 | -17/+3 |
| | | | | Both are possible on explore and admin panel | ||||
* | Rename module: middleware -> context | Unknwon | 2016-03-11 | 1 | -8/+8 |
| | |||||
* | #1938 #1374 disable password change for non-local users | Unknwon | 2015-12-10 | 1 | -1/+1 |
| | |||||
* | #1575 Limit repo creation | Unknwon | 2015-12-10 | 1 | -0/+1 |
| | |||||
* | APIs: admin users | Unknwon | 2015-12-05 | 1 | -3/+3 |
| | |||||
* | #1511 Allow local import only for admin users | Unknwon | 2015-11-03 | 1 | -0/+1 |
| | |||||
* | #1525 Triggere mailer for admin created accounts | Unknwon | 2015-09-25 | 1 | -0/+10 |
| | |||||
* | #1633 admin delete user | Unknwon | 2015-09-13 | 1 | -10/+12 |
| | |||||
* | fix #1632 and #1606 | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #697 and #1606 and new admin edit user UI | Unknwon | 2015-09-13 | 1 | -30/+43 |
| | |||||
* | #1606 GUI bug while adding ldap user | Unknwon | 2015-09-13 | 1 | -1/+1 |
| | |||||
* | #697 disable captcha and new admin create user UI | Unknwon | 2015-09-13 | 1 | -36/+23 |
| | |||||
* | new admin user list UI | Unknwon | 2015-09-11 | 1 | -4/+11 |
| | |||||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 | 1 | -5/+5 |
| | |||||
* | Add full name field to admin's user edit page (fixes #1130) | James | 2015-04-28 | 1 | -0/+1 |
| | |||||
* | #1070 Clearer error message for illegal characters | Unknwon | 2015-03-26 | 1 | -6/+9 |
| | |||||
* | #1067: Deleting users should remove them from collaborator lists | Unknwon | 2015-03-17 | 1 | -3/+3 |
| | | | | - fix delete user but repository watches are not decreased | ||||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -4/+3 |
| | |||||
* | fix #676 | Unknwon | 2014-11-30 | 1 | -3/+9 |
| | |||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -1/+2 |
| | |||||
* | fix #622 | Unknwon | 2014-11-13 | 1 | -0/+3 |
| | |||||
* | Fix pagination() to get the right total number of pages | Eryx | 2014-10-14 | 1 | -1/+2 |
| | |||||
* | Mirror fix on admin/orgs paging | Unknwon | 2014-10-10 | 1 | -3/+3 |
| | |||||
* | Fix #532, add system notice | Unknwon | 2014-10-08 | 1 | -2/+2 |
| | |||||
* | Add suburl support | Unknwon | 2014-09-19 | 1 | -4/+4 |
| | |||||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 | 1 | -4/+5 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||||
* | Continue working on new admin pages | Unknwon | 2014-08-29 | 1 | -8/+12 |
| | |||||
* | Finish new admin users pages | Unknwon | 2014-08-29 | 1 | -0/+224 |