Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | #851: Edit Account does not take into consideration password rules | Unknwon | 2015-03-17 | 1 | -9/+9 |
| | |||||
* | remove unused scripts and simplify migrate form definition | Unknwon | 2015-03-11 | 1 | -7/+7 |
| | |||||
* | Merge pull request #992 from theangryangel/fix/ldap-auth | 无闻 | 2015-02-28 | 1 | -5/+4 |
|\ | | | | | Attempt 3 to fix LDAP login issues when git pushing after password change | ||||
| * | Attempt #3 of ldap fixes | Gogs | 2015-02-27 | 1 | -5/+4 |
| | | |||||
* | | Merge pull request #915 from Lafriks/dev | 无闻 | 2015-02-23 | 2 | -22/+31 |
|\ \ | | | | | | | 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 | 2 | -22/+31 |
| |/ | |||||
* | | routers: able to migrate repo from local path | Unknwon | 2015-02-22 | 1 | -1/+1 |
| | | | | | | | | - modules/middleware/context.go: add HandleAPI method | ||||
* | | templates/user/settings/emial.tmpl: little fix on UI | Unknwon | 2015-02-21 | 1 | -1/+1 |
| | | | | | | | | | | - 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 | 1 | -1/+0 |
|/ | | | | 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 | 2 | -20/+28 |
| | | | | | - 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 | 1 | -0/+8 |
| | | | | | 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 | 2 | -14/+14 |
| | |||||
* | api: able to create repo and fix #726 | Unknwon | 2014-12-12 | 1 | -1/+1 |
| | | | | | - POST /user/repos - POST /org/:org/repos | ||||
* | Finish new UI for release page | Unknwon | 2014-12-10 | 2 | -2/+1 |
| | |||||
* | Fix spelling errors in comments. | Joseph Crail | 2014-12-06 | 2 | -3/+3 |
| | |||||
* | work on #672 | Unknwon | 2014-12-05 | 1 | -1/+2 |
| | |||||
* | fix #165 | Unknwon | 2014-12-05 | 1 | -1/+19 |
| | |||||
* | more on change avatar | Unknwon | 2014-11-21 | 1 | -1/+2 |
| | |||||
* | custom avatar upload | Unknwon | 2014-11-21 | 1 | -0/+10 |
| | |||||
* | more APIs on #12 | Unknwon | 2014-11-18 | 1 | -9/+9 |
| | |||||
* | fox #620 | Unknwon | 2014-11-17 | 1 | -8/+9 |
| | |||||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 | 1 | -15/+15 |
| | |||||
* | add personal access token panel #12 | Unknwon | 2014-11-12 | 3 | -24/+40 |
| | |||||
* | work on #616 and update locales | Unknwon | 2014-11-10 | 1 | -14/+39 |
| | |||||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 | 1 | -2/+1 |
| | |||||
* | Use binding middleware | Unknwon | 2014-10-15 | 8 | -104/+87 |
| | |||||
* | Fix #522 | Unknwon | 2014-10-06 | 1 | -1/+1 |
| | |||||
* | UI fix | Unknwon | 2014-09-13 | 1 | -1/+1 |
| | |||||
* | Fix #453 | Unknwon | 2014-09-09 | 1 | -3/+3 |
| | |||||
* | Remove ldap dep | Unknwon | 2014-09-07 | 1 | -6/+6 |
| | |||||
* | Finish new install page, almost ready for 0.5 release | Unknwon | 2014-09-07 | 1 | -10/+11 |
| | |||||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 | 1 | -5/+19 |
| | |||||
* | Removed trailing white spaces | Tristan Storch | 2014-08-30 | 1 | -1/+1 |
| | | | | | | | | | | 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 pages | Unknwon | 2014-08-29 | 1 | -1/+1 |
| | |||||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 | 1 | -1/+1 |
| | |||||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 | 2 | -6/+8 |
| | |||||
* | Finish new web hook pages | Unknwon | 2014-08-09 | 1 | -1/+1 |
| | |||||
* | Fix invalid struct tags and remove unreachable code. | Justin Nuß | 2014-08-04 | 1 | -1/+1 |
| | |||||
* | Finish new repo settings page | Unknwon | 2014-08-02 | 1 | -1/+1 |
| | |||||
* | Fix #340 | Unknwon | 2014-08-01 | 3 | -11/+19 |
| | |||||
* | Finish new migrate page | Unknwon | 2014-08-01 | 1 | -2/+2 |
| | |||||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 | 1 | -1/+1 |
| | | | | dashboard news feed page, create organization page | ||||
* | New UI merge in progress | Unknwon | 2014-07-26 | 12 | -688/+478 |
| | |||||
* | Make possible for administrators to change user's password (fix proposal for ↵ | gima | 2014-07-18 | 1 | -0/+1 |
| | | | | #290) | ||||
* | Finish create organization team | Unknown | 2014-07-02 | 4 | -220/+237 |
| | |||||
* | Organization settings page | Unknown | 2014-06-27 | 3 | -5/+29 |
| | |||||
* | Migrate repository by organization | Unknown | 2014-06-25 | 1 | -0/+1 |
| | |||||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 | 1 | -2/+3 |
| | |||||
* | Add create organization | Unknown | 2014-06-25 | 1 | -0/+33 |
| | |||||
* | Fix #165 | Unknown | 2014-06-24 | 1 | -13/+15 |
| |