Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | change minimum password length to 1 | Unknwon | 2015-08-18 |
| | |||
* | work on #1493 | Unknwon | 2015-08-17 |
| | |||
* | Small style fixes to the LDAP module README | Sergio Benitez | 2015-08-16 |
| | |||
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop | Unknwon | 2015-08-16 |
|\ | | | | | | | | | # Conflicts: # modules/bindata/bindata.go | ||
| * | Updated the LDAP module readme. | Sergio Benitez | 2015-08-12 |
| | | |||
| * | Significantly enhanced LDAP support in Gogs. | Sergio Benitez | 2015-08-12 |
| | | |||
* | | finish close/reopen issue | Unknwon | 2015-08-13 |
| | | |||
* | | finish view comments on issue page | Unknwon | 2015-08-13 |
|/ | |||
* | finish attachments when create issue | Unknwon | 2015-08-11 |
| | |||
* | finish create issue with labels | Unknwon | 2015-08-10 |
| | |||
* | UI: create issue with title and content | Unknwon | 2015-08-09 |
| | |||
* | WIP: create PR - choose branch | Unknwon | 2015-08-08 |
| | |||
* | #334: Add Deployment Key Support | Unknwon | 2015-08-06 |
| | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/milestone | Unknwon | 2015-08-05 |
|\ | | | | | | | | | | | | | # Conflicts: # gogs.go # models/issue.go # templates/.VERSION | ||
| * | allow anonymous SSH clone | Unknwon | 2015-08-05 |
| | | |||
| * | fix #1439 | Unknwon | 2015-08-05 |
| | | |||
* | | milestone: create page | Unknwon | 2015-08-05 |
|/ | |||
* | Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues | Unknwon | 2015-07-25 |
|\ | |||
| * | Merge branch 'master' of github.com:gogits/gogs into develop | Unknwon | 2015-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 OldPassword | Christian Dietrich | 2015-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) | James | 2015-04-28 |
| | |/ | |||
* | | | UI: CURD labels | Unknwon | 2015-07-24 |
| | | | | | | | | | | | | - fix update lable break connection with repository | ||
* | | | UI: basic label list | Unknwon | 2015-07-24 |
|/ / | | | | | | | - create new label | ||
* | | fix install form def | Unknwon | 2015-07-20 |
| | | |||
* | | #1128: API calls are not hidden behind sign in | Unknwon | 2015-07-15 |
| | | |||
* | | use pam and update TRANSLATORS | Unknwon | 2015-07-14 |
| | | |||
* | | install - add mail from setting | Unknwon | 2015-07-09 |
| | | |||
* | | UI: install - done | Unknwon | 2015-07-09 |
| | | |||
* | | UI: install - new version | Unknwon | 2015-07-08 |
| | | |||
* | | Add PAM authentication | Paolo Borelli | 2015-04-24 |
|/ | |||
* | #1124 LDAP add and edit form are misleading | Unknwon | 2015-03-24 |
| | |||
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 |
| | |||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-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 fixes | Gogs | 2015-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 server | Lauris BH | 2015-02-08 |
| |/ | |||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||
* | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 |
| | | | | | | | | | | - routers/user: little code format - conf/locale: update French locale | ||
* | | Remove GoGet option from repository and handle it with ?go-get=1 instead | Peter Smit | 2015-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 conflict | Unknwon | 2015-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. | Peter | 2014-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 broken | Unknwon | 2014-12-15 |
| | |||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 |
| | |||
* | work on #672 | Unknwon | 2014-12-05 |
| | |||
* | fix #165 | Unknwon | 2014-12-05 |
| |