Commit Graph

373 Commits

Author SHA1 Message Date
d76f11c6f1 fix #1156 2015-03-26 11:00:22 -04:00
caf7618ea6 #1098 Hide gravatar email field if gravatar is disabled (or offline mode) 2015-03-24 18:38:12 -04:00
96a71aaed8 Apply ng to issue dashboard 2015-03-19 00:35:17 +01:00
471b8a18ab Revert "Merge pull request #1047 from ndarilek/accessibility-fixes"
This reverts commit c226e92284, reversing
changes made to 80b23854bc.
2015-03-15 22:24:41 -04:00
37ab32b613 Various accessibility fixes, mostly labeling icons. 2015-03-14 09:55:04 -05:00
96a95e9dfd #988: fix one missing duplicated prefix
- update some locale files
2015-03-13 15:41:51 -04:00
0720d3988f #988: GetRepoLink already contains AppSubUrl 2015-03-12 16:01:23 -04:00
7ccab9cd09 Merge branch 'dev' of github.com:gogits/gogs into access
Conflicts:
	gogs.go
	models/models.go
	models/user.go
	templates/.VERSION
	templates/org/home.tmpl
2015-02-22 22:51:25 -05:00
1654e9ecab templates/user/settings/emial.tmpl: little fix on UI
- routers/user: little code format
- conf/locale: update French locale
2015-02-21 22:13:47 -05:00
7759b9ee6e Remove the "PHP" style formatting function
The "PHP" formatting function doesn't add anything, except an undocumented date format.

All usages in the templates have been replaced with DateFmtShort and DateFmtLong for convenience.
2015-02-16 14:44:27 +02:00
6b7d35eade fix mirror issues uncaught #941 2015-02-13 02:14:57 -05:00
67a9416ae5 templates/user/auth/signin.tmpl: hide sign up prompt when registration is disabled #884 2015-02-12 12:38:44 -05:00
f15fa9167a cmd: code fix for #905
- 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)
2015-02-08 21:26:14 -05:00
8e238058b2 public/ng/css: code fix on #895
- templates/user/settings: fix email panel nav highlight
2015-02-03 06:54:29 -05:00
e43bd15b96 fix settings/email html&css 2015-02-03 10:32:55 +03:00
fd70f9ec1b Fix #799 by adding a tooltip for all dates in all settings/panels 2015-01-02 12:41:05 +02:00
8b31be43c6 Forgot to i18n "Primary" 2014-12-22 09:41:29 +02:00
21dbcb7c77 Create English locale keys for multiple e-mails feature
Also, change all current 'emails' to 'e-mails'.
Still todo: some CSS for the user/settings/email page, but that is not my specialty
2014-12-22 09:11:30 +02:00
b033f2f535 Finish method for having multiple emails/user.
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
2014-12-17 17:42:54 +02:00
db4951bc61 mirror fix on oauth2 2014-11-28 21:38:35 -05:00
4d123d0a93 Fix user links 2014-11-28 11:53:00 -07:00
9c2120eb34 fix #675 2014-11-27 21:36:12 -05:00
ef275ebf62 more on change avatar 2014-11-21 12:51:36 -05:00
55dfe2c978 custom avatar upload 2014-11-21 10:58:08 -05:00
8c9338a537 add personal access token panel #12 2014-11-12 06:48:50 -05:00
e0de6cb5ad work on #616 and update locales 2014-11-10 05:30:07 -05:00
23eec25274 Fix #605, fix #255, fix #101 2014-11-06 22:06:41 -05:00
d88ebd9a4b Fix #554 2014-10-19 02:22:38 -04:00
3600498c8f Add push tag action 2014-10-10 21:58:13 -04:00
b2632dec09 Page: Compare 2 commits 2014-10-10 21:40:51 -04:00
49193bebd2 UI: Confirmation box 2014-09-28 01:38:25 -04:00
ad2ab6d214 Add modal to change username
Signed-off-by: Unknwon <joe2010xtmf@163.com>
2014-09-26 22:33:30 -04:00
ad52b2d791 Mirror fix on transfer repo 2014-09-25 22:36:07 -04:00
71e4689d11 Page: User profile 2014-09-25 19:33:39 -04:00
f69761563b Fix bug on transfer repo 2014-09-25 16:36:19 -04:00
7ba9257a7f Add suburl support 2014-09-19 20:11:34 -04:00
0055cbd365 Allow Gogs to run from a suburl behind a reverse proxy. e.g. 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
2014-09-18 20:50:48 +02:00
a596388ebf Add success message after transfer repository #481 2014-09-17 14:52:46 -04:00
c1ceec45da Fix mirror UI style and work on #475 2014-09-16 08:32:13 -04:00
b9560374cd UI fix 2014-09-13 22:12:11 -04:00
c5ce33047e Mirror fix and hide missing pages for 0.5 release 2014-09-01 00:33:40 +08:00
1bbf4c9768 Add missing 'new migration' link
Addresses issue #399
2014-08-31 21:06:50 +09:30
69e332f432 Removed trailing white spaces
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.
2014-08-30 15:12:53 +02:00
8829174574 Finish new admin users pages 2014-08-29 15:32:52 +08:00
81287ba022 Mirror issue fix 2014-08-27 22:40:45 +08:00
bba707de36 Finish team list, create new team, join/leave team page 2014-08-16 16:21:17 +08:00
36b4c57ff1 Finish new organization members and invitation page 2014-08-15 18:29:41 +08:00
5fbf8531e6 Finish new home page of organization 2014-08-10 20:11:18 -07:00
7af7584d25 Finish new reset password, etc. 2014-08-09 21:02:00 -07:00
78defd238c Page: Manage social accounts 2014-08-09 17:25:02 -07:00