Commit Graph

102 Commits (abc57b6e439c5ab9c3b6ed2cedeb10d50f5ae619)

Author SHA1 Message Date
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
Unknown 54e95fa367 Finish add new milestone
Unknown f1130ce5e9 Fix edit auth page bug
Unknown 65e628d1f4 ignore broken tests
Unknown c5dbc24ca4 UI fix
Lunny Xiao bf58679390 add support for smtp authentication
Lunny Xiao 55019bfbc5 merge all login methods
Lunny Xiao 4d6de6c7b9 add login name for auth type
Unknown 09dba7d63e Clean names
Unknown 8ca14e2109 Improve delete SSH key
Unknown 24f614f6db Finish add web hook
Unknown 6e3dba2cc5 Clean repo code
Unknown bbdfe25769 User code clean and ui improve
Unknown c1eb4d894a Clean api code
Unknown 3b7465f817 fix code
Lunny Xiao d8136c9c3c Merge branch 'dev-ldap' into dev