Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | better naming on #891 | Unknwon | 2015-02-11 |
| | |||
* | able to allow insecure certification of webhook for #891 | Unknwon | 2015-02-10 |
| | |||
* | cmd: code fix for #905 | Unknwon | 2015-02-08 |
| | | | | | | | - routers/admin: add rewrite update hook operation - conf/locale: update locale file due to ini behavior changes - cmd/cert_stub.go: remove useless code - cmd/fix.go: no longer need fix command(at least now) | ||
* | Add locales (en/de native, rest -> translate.google.com) | Raphael Randschau | 2015-02-05 |
| | |||
* | models: code fix on #818 | Unknwon | 2015-02-01 |
| | |||
* | Merge pull request #818 from fzerorubigd/master | 无闻 | 2015-02-01 |
|\ | | | | | add a function to rewrite all public keys on admin request | ||
| * | add afunction to rewrite all public keys on admin request | fzerorubigd | 2015-01-01 |
| | | | | | | | | refs #763 | ||
* | | 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 | ||
* | | fix locale | Unknwon | 2015-01-19 |
| | | |||
* | | update locale | Unknwon | 2015-01-18 |
| | | |||
* | | Make help text for email listing a little more helpful. | Dominik Schulz | 2015-01-09 |
|/ | |||
* | Forgot to i18n "Primary" | Peter Smit | 2014-12-22 |
| | |||
* | Create English locale keys for multiple e-mails feature | Peter Smit | 2014-12-22 |
| | | | | | Also, change all current 'emails' to 'e-mails'. Still todo: some CSS for the user/settings/email page, but that is not my specialty | ||
* | Finish new UI for release page | Unknwon | 2014-12-10 |
| | |||
* | fix #580 | Unknwon | 2014-11-30 |
| | |||
* | Fix 653 | Unknwon | 2014-11-22 |
| | |||
* | more on change avatar | Unknwon | 2014-11-21 |
| | |||
* | custom avatar upload | Unknwon | 2014-11-21 |
| | |||
* | Fix #635 | Unknwon | 2014-11-18 |
| | |||
* | fox #620 | Unknwon | 2014-11-17 |
| | |||
* | fix #622 | Unknwon | 2014-11-13 |
| | |||
* | add personal access token panel #12 | Unknwon | 2014-11-12 |
| | |||
* | work on #616 and update locales | Unknwon | 2014-11-10 |
| | |||
* | Fix #605, fix #255, fix #101 | Unknwon | 2014-11-06 |
| | |||
* | Work on #5 fork and fix #608 | Unknwon | 2014-11-05 |
| | |||
* | fix tpl error | Unknwon | 2014-11-04 |
| | |||
* | locale fix | Unknwon | 2014-11-01 |
| | |||
* | Fix #584 | Unknwon | 2014-10-27 |
| | |||
* | Mirror fix on add ssh key | Unknwon | 2014-10-11 |
| | |||
* | Add raw, history file button, and other mirror fixes | Unknwon | 2014-10-11 |
| | |||
* | Add push tag action | Unknwon | 2014-10-10 |
| | |||
* | Page: Compare 2 commits | Unknwon | 2014-10-10 |
| | |||
* | Hide org member in collar page | Unknwon | 2014-10-10 |
| | |||
* | Issue: Show error prompt when add repository to team and it does not exist #533 | Unknwon | 2014-10-10 |
| | |||
* | Fix #532, add system notice | Unknwon | 2014-10-08 |
| | |||
* | Fix #264 | Unknwon | 2014-10-06 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-29 |
| | |||
* | UI: Confirmation box | Unknwon | 2014-09-28 |
| | |||
* | Add modal to change username | Unknwon | 2014-09-26 |
| | | | | Signed-off-by: Unknwon <joe2010xtmf@163.com> | ||
* | Mirror fix on transfer repo | Unknwon | 2014-09-25 |
| | |||
* | Page: User profile | Unknwon | 2014-09-25 |
| | |||
* | Fix bug on transfer repo | Unknwon | 2014-09-25 |
| | |||
* | Page: Commits and fix #249 | Unknwon | 2014-09-23 |
| | |||
* | Page: Repository home page | Unknwon | 2014-09-23 |
| | |||
* | UI: Use tooltip not alert when copy clone URL | Unknwon | 2014-09-22 |
| | |||
* | Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵ | Martin van Beurden | 2014-09-18 |
| | | | | | | | | | | | | | | http://mydomain.com/gogs/ Conflicts: modules/setting/setting.go Conflicts: templates/repo/release/list.tmpl templates/user/dashboard/dashboard.tmpl Conflicts: routers/repo/setting.go | ||
* | Add success message after transfer repository #481 | Unknwon | 2014-09-17 |
| | |||
* | UI fix | Unknwon | 2014-09-13 |
| | |||
* | Bug: Transfer repository doesn't update the count | Unknwon | 2014-09-12 |
| | |||
* | Merge pull request #442 from compressed/org_hook | 无闻 | 2014-09-07 |
|\ | | | | | Organization-level Webhooks |