Commit Graph

117 Commits (8e238058b22adba7cb9e02c5911d45f281a52ee2)

Author SHA1 Message Date
Unknwon b293b6eaa6 cmd: CMD option for port number of `gogs web` to prevent first time run conflict
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
Peter b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
Unknwon 9803c421f5 fix binding api broken
Unknwon ac4a10456e api: able to create repo and fix
- POST /user/repos
- POST /org/:org/repos
Unknwon bc8721fb6c Finish new UI for release page
Joseph Crail 39c068400e Fix spelling errors in comments.
Unknwon 0b785ad967 work on
Unknwon 069486d169 fix
Unknwon ef275ebf62 more on change avatar
Unknwon 55dfe2c978 custom avatar upload
Unknwon 37d8d3afe9 more APIs on
Unknwon 32dcaefafa fox
Unknwon 8eb5120fbd , API: list user repos, list repo hooks
Unknwon 8c9338a537 add personal access token panel
Unknwon e0de6cb5ad work on and update locales
Christopher Brickley 3794111460 update slack hook to use new format
Unknwon fa241efa6d Use binding middleware
Unknwon 91e5c24a31 Fix
Unknwon b9560374cd UI fix
Unknwon 2a3660dae3 Fix
Unknwon 59a7c7c5a5 Remove ldap dep
Unknwon 0ddb1eb769 Finish new install page, almost ready for 0.5 release
Christopher Brickley 2bce24068d add Slack API webhook support
Tristan Storch 69e332f432 Removed trailing white spaces
Removed trailing whitespaces with

```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```

and some handwork.
Unknwon 8829174574 Finish new admin users pages
Unknwon bba707de36 Finish team list, create new team, join/leave team page
Unknwon 5acc948562 Page: `/org/:orgname/settings`
Unknwon 9a1d5d2489 Finish new web hook pages
Justin Nuß 8023494a94 Fix invalid struct tags and remove unreachable code.
Unknwon 755eec745f Finish new repo settings page
Unknwon 669552e255 Fix
Unknwon dabf5b057c Finish new migrate page
Unknwon 9813161411 Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
Unknwon 8dd07c0ddd New UI merge in progress
gima 5a97cc69ed Make possible for administrators to change user's password (fix proposal for )
Unknown 465dc962b5 Finish create organization team
Unknown 19e9104289 Organization settings page
Unknown 32b09681b2 Migrate repository by organization
Unknown 43b33440b5 Work on create organization repo and
Unknown e0f9c628c5 Add create organization
Unknown b2801a2e98 Fix
Unknown 9d2cef23f2 Fix
Unknown ad5ec45dd6 Fix
Unknown e07674bff1 Support edit release and save as draft
Unknown 9961f9a53c Fix
Unknown 4f2f3c2857 Code convention
Unknown 93f8f92523 Finish create new label
Lunny Xiao f6c94c29d5 implicated error for ldap dial
Lunny Xiao 7869cfccb9 Merge pull request from DerDackel/ldapssl
Add LDAP over SSL support
Sebastian Jackel eb264a112b Add LDAP over SSL support