Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | 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 |
| | |||
* | more on change avatar | Unknwon | 2014-11-21 |
| | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | more APIs on #12 | Unknwon | 2014-11-18 |
| | |||
* | fox #620 | Unknwon | 2014-11-17 |
| | |||
* | #12, API: list user repos, list repo hooks | Unknwon | 2014-11-13 |
| | |||
* | add personal access token panel #12 | Unknwon | 2014-11-12 |
| | |||
* | work on #616 and update locales | Unknwon | 2014-11-10 |
| | |||
* | update slack hook to use new format | Christopher Brickley | 2014-10-24 |
| | |||
* | Use binding middleware | Unknwon | 2014-10-15 |
| | |||
* | Fix #522 | Unknwon | 2014-10-06 |
| | |||
* | UI fix | Unknwon | 2014-09-13 |
| | |||
* | Fix #453 | Unknwon | 2014-09-09 |
| | |||
* | Remove ldap dep | Unknwon | 2014-09-07 |
| | |||
* | Finish new install page, almost ready for 0.5 release | Unknwon | 2014-09-07 |
| | |||
* | add Slack API webhook support | Christopher Brickley | 2014-08-31 |
| | |||
* | Removed trailing white spaces | Tristan Storch | 2014-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 pages | Unknwon | 2014-08-29 |
| | |||
* | Finish team list, create new team, join/leave team page | Unknwon | 2014-08-16 |
| | |||
* | Page: `/org/:orgname/settings` | Unknwon | 2014-08-14 |
| | |||
* | Finish new web hook pages | Unknwon | 2014-08-09 |
| | |||
* | Fix invalid struct tags and remove unreachable code. | Justin Nuß | 2014-08-04 |
| | |||
* | Finish new repo settings page | Unknwon | 2014-08-02 |
| | |||
* | Fix #340 | Unknwon | 2014-08-01 |
| | |||
* | Finish new migrate page | Unknwon | 2014-08-01 |
| | |||
* | Reser repo owner to organization when error occurs in repo create page, ↵ | Unknwon | 2014-07-26 |
| | | | | dashboard news feed page, create organization page | ||
* | New UI merge in progress | Unknwon | 2014-07-26 |
| | |||
* | Make possible for administrators to change user's password (fix proposal for ↵ | gima | 2014-07-18 |
| | | | | #290) | ||
* | Finish create organization team | Unknown | 2014-07-02 |
| | |||
* | Organization settings page | Unknown | 2014-06-27 |
| | |||
* | Migrate repository by organization | Unknown | 2014-06-25 |
| | |||
* | Work on create organization repo and #257 | Unknown | 2014-06-25 |
| | |||
* | Add create organization | Unknown | 2014-06-25 |
| | |||
* | Fix #165 | Unknown | 2014-06-24 |
| | |||
* | Fix #165 | Unknown | 2014-06-21 |
| | |||
* | Fix #165 | Unknown | 2014-06-21 |
| | |||
* | Support edit release and save as draft | Unknown | 2014-06-12 |
| | |||
* | Fix #197 | Unknown | 2014-06-12 |
| | |||
* | Code convention | Unknown | 2014-06-05 |
| | |||
* | Finish create new label | Unknown | 2014-05-18 |
| | |||
* | implicated error for ldap dial | Lunny Xiao | 2014-05-16 |
| | |||
* | Merge pull request #192 from DerDackel/ldapssl | Lunny Xiao | 2014-05-15 |
|\ | | | | | Add LDAP over SSL support | ||
| * | Add LDAP over SSL support | Sebastian Jackel | 2014-05-15 |
| | |