aboutsummaryrefslogtreecommitdiff
path: root/conf/locale/locale_en-US.ini
Commit message (Collapse)AuthorAge
* better naming on #891Unknwon2015-02-11
|
* able to allow insecure certification of webhook for #891Unknwon2015-02-10
|
* cmd: code fix for #905Unknwon2015-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 Randschau2015-02-05
|
* models: code fix on #818Unknwon2015-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 requestfzerorubigd2015-01-01
| | | | | | | | refs #763
* | 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
* | fix localeUnknwon2015-01-19
| |
* | update localeUnknwon2015-01-18
| |
* | Make help text for email listing a little more helpful.Dominik Schulz2015-01-09
|/
* Forgot to i18n "Primary"Peter Smit2014-12-22
|
* Create English locale keys for multiple e-mails featurePeter Smit2014-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 pageUnknwon2014-12-10
|
* fix #580Unknwon2014-11-30
|
* Fix 653Unknwon2014-11-22
|
* more on change avatarUnknwon2014-11-21
|
* custom avatar uploadUnknwon2014-11-21
|
* Fix #635Unknwon2014-11-18
|
* fox #620Unknwon2014-11-17
|
* fix #622Unknwon2014-11-13
|
* add personal access token panel #12Unknwon2014-11-12
|
* work on #616 and update localesUnknwon2014-11-10
|
* Fix #605, fix #255, fix #101Unknwon2014-11-06
|
* Work on #5 fork and fix #608Unknwon2014-11-05
|
* fix tpl errorUnknwon2014-11-04
|
* locale fixUnknwon2014-11-01
|
* Fix #584Unknwon2014-10-27
|
* Mirror fix on add ssh keyUnknwon2014-10-11
|
* Add raw, history file button, and other mirror fixesUnknwon2014-10-11
|
* Add push tag actionUnknwon2014-10-10
|
* Page: Compare 2 commitsUnknwon2014-10-10
|
* Hide org member in collar pageUnknwon2014-10-10
|
* Issue: Show error prompt when add repository to team and it does not exist #533Unknwon2014-10-10
|
* Fix #532, add system noticeUnknwon2014-10-08
|
* Fix #264Unknwon2014-10-06
|
* UI: Confirmation boxUnknwon2014-09-29
|
* UI: Confirmation boxUnknwon2014-09-28
|
* Add modal to change usernameUnknwon2014-09-26
| | | | Signed-off-by: Unknwon <joe2010xtmf@163.com>
* Mirror fix on transfer repoUnknwon2014-09-25
|
* Page: User profileUnknwon2014-09-25
|
* Fix bug on transfer repoUnknwon2014-09-25
|
* Page: Commits and fix #249Unknwon2014-09-23
|
* Page: Repository home pageUnknwon2014-09-23
|
* UI: Use tooltip not alert when copy clone URLUnknwon2014-09-22
|
* Allow Gogs to run from a suburl behind a reverse proxy. e.g. ↵Martin van Beurden2014-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 #481Unknwon2014-09-17
|
* UI fixUnknwon2014-09-13
|
* Bug: Transfer repository doesn't update the countUnknwon2014-09-12
|
* Merge pull request #442 from compressed/org_hook无闻2014-09-07
|\ | | | | Organization-level Webhooks