aboutsummaryrefslogtreecommitdiff
path: root/modules/auth
Commit message (Collapse)AuthorAge
* UI fixUnknwon2014-09-13
|
* Fix #453Unknwon2014-09-09
|
* Remove ldap depUnknwon2014-09-07
|
* Finish new install page, almost ready for 0.5 releaseUnknwon2014-09-07
|
* add Slack API webhook supportChristopher Brickley2014-08-31
|
* Removed trailing white spacesTristan Storch2014-08-30
| | | | | | | | | | 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.
* Finish new admin users pagesUnknwon2014-08-29
|
* Finish team list, create new team, join/leave team pageUnknwon2014-08-16
|
* Page: `/org/:orgname/settings`Unknwon2014-08-14
|
* Finish new web hook pagesUnknwon2014-08-09
|
* Fix invalid struct tags and remove unreachable code.Justin Nuß2014-08-04
|
* Finish new repo settings pageUnknwon2014-08-02
|
* Fix #340Unknwon2014-08-01
|
* Finish new migrate pageUnknwon2014-08-01
|
* Reser repo owner to organization when error occurs in repo create page, ↵Unknwon2014-07-26
| | | | dashboard news feed page, create organization page
* New UI merge in progressUnknwon2014-07-26
|
* Make possible for administrators to change user's password (fix proposal for ↵gima2014-07-18
| | | | #290)
* Finish create organization teamUnknown2014-07-02
|
* Organization settings pageUnknown2014-06-27
|
* Migrate repository by organizationUnknown2014-06-25
|
* Work on create organization repo and #257Unknown2014-06-25
|
* Add create organizationUnknown2014-06-25
|
* Fix #165Unknown2014-06-24
|
* Fix #165Unknown2014-06-21
|
* Fix #165Unknown2014-06-21
|
* Support edit release and save as draftUnknown2014-06-12
|
* Fix #197Unknown2014-06-12
|
* Code conventionUnknown2014-06-05
|
* Finish create new labelUnknown2014-05-18
|
* implicated error for ldap dialLunny Xiao2014-05-16
|
* Merge pull request #192 from DerDackel/ldapsslLunny Xiao2014-05-15
|\ | | | | Add LDAP over SSL support
| * Add LDAP over SSL supportSebastian Jackel2014-05-15
| |
* | Finish add new milestoneUnknown2014-05-12
| |
* | Fix edit auth page bugUnknown2014-05-12
|/
* ignore broken testsUnknown2014-05-11
|
* UI fixUnknown2014-05-11
|
* add support for smtp authenticationLunny Xiao2014-05-11
|
* merge all login methodsLunny Xiao2014-05-11
|\
* | add login name for auth typeLunny Xiao2014-05-11
|/
* Clean namesUnknown2014-05-08
|
* Improve delete SSH keyUnknown2014-05-06
|
* Finish add web hookUnknown2014-05-05
|
* Clean repo codeUnknown2014-05-05
|
* User code clean and ui improveUnknown2014-05-05
|
* Clean api codeUnknown2014-05-05
|
* fix codeUnknown2014-05-05
|
* Merge branch 'dev-ldap' into devLunny Xiao2014-05-05
|\
| * basic authenticationsLunny Xiao2014-05-05
| |
| * ldap supportLunny Xiao2014-05-03
| |
* | Fix import pathUnknown2014-05-05
| |