aboutsummaryrefslogtreecommitdiff
path: root/modules/auth
Commit message (Collapse)AuthorAge
* Merge branch 'develop' of github.com:gogits/gogs into feature/page_issuesUnknwon2015-07-25
|\
| * Merge branch 'master' of github.com:gogits/gogs into developUnknwon2015-07-25
| |\
| | * Merge pull request #1309 from stettberger/master无闻2015-07-25
| | |\ | | | | | | | | settings/password: no minimal required characters for OldPassword
| | | * settings/password: no minimal required characters for OldPasswordChristian Dietrich2015-06-03
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If users are added to gogs due a reverse proxy automatically, their password is set to their initial username. If their username is shorter than 6 characters, they can never set a password. But since this password is required for some operations (e.g. repository deletion), they could not use all features of gogs until now.
| * | | Merge pull request #1244 from jamesa/develop无闻2015-07-25
| |\ \ \ | | |/ / | |/| | Add full name field to admin's user edit page (fixes #1130)
| | * | Add full name field to admin's user edit page (fixes #1130)James2015-04-28
| | |/
* | | UI: CURD labelsUnknwon2015-07-24
| | | | | | | | | | | | - fix update lable break connection with repository
* | | UI: basic label listUnknwon2015-07-24
|/ / | | | | | | - create new label
* | fix install form defUnknwon2015-07-20
| |
* | #1128: API calls are not hidden behind sign inUnknwon2015-07-15
| |
* | use pam and update TRANSLATORSUnknwon2015-07-14
| |
* | install - add mail from settingUnknwon2015-07-09
| |
* | UI: install - doneUnknwon2015-07-09
| |
* | UI: install - new versionUnknwon2015-07-08
| |
* | Add PAM authenticationPaolo Borelli2015-04-24
|/
* #1124 LDAP add and edit form are misleadingUnknwon2015-03-24
|
* #851: Edit Account does not take into consideration password rulesUnknwon2015-03-17
|
* remove unused scripts and simplify migrate form definitionUnknwon2015-03-11
|
* Merge pull request #992 from theangryangel/fix/ldap-auth无闻2015-02-28
|\ | | | | Attempt 3 to fix LDAP login issues when git pushing after password change
| * Attempt #3 of ldap fixesGogs2015-02-27
| |
* | Merge pull request #915 from Lafriks/dev无闻2015-02-23
|\ \ | | | | | | Get username, name, surname and e-mail from LDAP server
| * | Get username, name, surname and e-mail from LDAP serverLauris BH2015-02-08
| |/
* | routers: able to migrate repo from local pathUnknwon2015-02-22
| | | | | | | | - modules/middleware/context.go: add HandleAPI method
* | templates/user/settings/emial.tmpl: little fix on UIUnknwon2015-02-21
| | | | | | | | | | - routers/user: little code format - conf/locale: update French locale
* | Remove GoGet option from repository and handle it with ?go-get=1 insteadPeter Smit2015-02-17
|/ | | | The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
* cmd: CMD option for port number of `gogs web` to prevent first time run conflictUnknwon2015-02-01
| | | | | - routers: use new binding convention to simplify code - templates: able to set HTTP port number in install page
* Finish method for having multiple emails/user.Peter2014-12-17
| | | | | All basics are implemented. Missing are the right (localized) strings and the page markup could have a look at by a frontend guy.
* fix binding api brokenUnknwon2014-12-15
|
* api: able to create repo and fix #726Unknwon2014-12-12
| | | | | - POST /user/repos - POST /org/:org/repos
* Finish new UI for release pageUnknwon2014-12-10
|
* Fix spelling errors in comments.Joseph Crail2014-12-06
|
* work on #672Unknwon2014-12-05
|
* fix #165Unknwon2014-12-05
|
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* more APIs on #12Unknwon2014-11-18
|
* fox #620Unknwon2014-11-17
|
* #12, API: list user repos, list repo hooksUnknwon2014-11-13
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* update slack hook to use new formatChristopher Brickley2014-10-24
|
* Use binding middlewareUnknwon2014-10-15
|
* Fix #522Unknwon2014-10-06
|
* 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
|