270 Commits

Author SHA1 Message Date
7e7613cdec Fix template nil error 2016-08-14 23:43:13 -07:00
a5b88c4d0c Fix template error [CI SKIP] 2016-08-14 16:45:15 -07:00
99385db0c4 #3320 code cleanup 2016-08-07 11:01:47 -07:00
90dd0657b5 Add support for federated avatars (#3320)
* Add support for federated avatars

Fixes #3105

Removes avatar fetching duplication code
Adds an "Enable Federated Avatar" checkbox in user settings
(defaults to unchecked)

Moves avatar settings all in the same form, making
local and remote avatars mutually exclusive

Renames UploadAvatarForm to AvatarForm
as it's not anymore only for uploading

* Run gofmt on all modified files

* Move Avatar form in its own page

* Add go-libravatar dependency to vendor/ dir

Hopefully helps with accepting the contribution.
See also #3214

* Revert "Add go-libravatar dependency to vendor/ dir"

This reverts commit a8cb93ae640bbb90f7d25012fc257bda9fae9b82.

* Make federated avatar setting a global configuration

Removes the per-user setting

* Move avatar handling back to base tool, disable federated avatar in offline mode

* Format, handle error

* Properly set fallback host

* Use unsupported github.com mirror for importing go-libravatar

* Remove comment showing life exists outside of github.com

... pity, but contribution would not be accepted otherwise

* Use Combo for Get and Post methods over /avatar

* FEDERATED_AVATAR -> ENABLE_FEDERATED_AVATAR

* Fix persistance of federated avatar lookup checkbox at install time

* Federated Avatars -> Enable Federated Avatars

* Use len(string) == 0 instead of string == ""

* Move import line where it belong

See
https://github.com/Unknwon/go-code-convention/blob/master/en-US/import_packages.md

Pity the import url is still the unofficial one, but oh well...

* Save a line (and waste much more expensive time)

* Remove redundant parens

* Remove an empty line

* Remove empty lines

* Reorder lines to make diff smaller

* Remove another newline

Unknwon review got me start a fight against newlines

* Move DISABLE_GRAVATAR and ENABLE_FEDERATED_AVATAR after OFFLINE_MODE

On re-reading the diff I figured what Unknwon meant here:
https://github.com/gogits/gogs/pull/3320/files#r73741106

* Remove newlines that weren't there before my intervention
2016-08-07 10:27:38 -07:00
50422f1fc2 #3348 always use relative avatar link in the template 2016-08-05 12:12:54 -07:00
e74630ae3b #1384 add pagination for repositories 2016-07-24 14:32:46 +08:00
1f2e173a74 Refactor User.Id to User.ID 2016-07-24 01:08:22 +08:00
971e2c3bd6 Upgrade octicon to 4.3.0 2016-07-16 12:45:13 +08:00
c083d76567 #2937 able to prohibit user login 2016-07-16 10:22:16 +08:00
76a0e43e88 Do not assume avatar needs be changed from gravatar.com (#3209)
Always send user to settings screen to change avatar.
Drops "change_custom_avatar" localized message, keeps "change_avatar"
for the generic one.

NOTE: only changes the en-US locale, as per
https://github.com/gogits/gogs/wiki/Contributing-Code#those-we-do-not-accept

NOTE: requires rebuild of bindata.go to fully see effects
2016-06-27 01:51:09 +08:00
414eb22ef9 #1597 fix activitity feeds for pull requests 2016-03-05 12:58:51 -05:00
a2f13eae55 #1157 some avatar setting changes
- Allow to delete current avatar
2016-03-05 00:51:51 -05:00
13e71acadf Render emojis in more places. 2016-03-02 21:54:05 -03:00
912f7b51e9 #1821 add actions for close and reopen issues 2016-02-22 12:40:00 -05:00
aa5e837c65 fix #2454 2016-02-14 20:26:49 -05:00
532f9fdd99 Use icon repo-forked instead of repo-lock for private, forked repos 2016-01-31 20:41:57 +00:00
ee814bf8d6 #2491 minor fix for sr on dashboard 2016-01-29 15:28:24 -05:00
4deb876343 Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
2016-01-28 06:07:16 -05:00
c631a4a9b9 URL fix for #2287 2016-01-15 18:00:39 +08:00
dccfadf7b8 hide section with user has no organizations 2016-01-14 21:29:25 +08:00
29b07693dd minor fix to #2383
- add tooltip for organization name in profile
2016-01-14 21:21:56 +08:00
40413c5c6c Added improvement from Unknwon 2016-01-14 11:48:24 +01:00
53a63de9dc Added links to org profile icons 2016-01-12 03:19:46 +01:00
f610bfa8a2 Added organization display on profile
Fixed "Follower" Icon too big
2016-01-12 03:09:59 +01:00
f43cc90841 #2287 Truncate repository name if too long 2016-01-11 20:41:43 +08:00
21d7b5acaf fix #2367 2016-01-09 14:45:06 +08:00
13fe733037 #2264 use monospaced font for commit IDs in news feeds 2015-12-24 20:43:45 -05:00
a49af93faf #1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
2015-12-21 04:24:11 -08:00
cadf03db68 #2180 fix avatar link when disable gravatar 2015-12-19 22:21:00 -05:00
837155577a #2159 use icon+tooltip to replace text 2015-12-12 16:53:16 -05:00
d0b0d24f22 #2154 disable change user for non-local users
- #2153 remove require for gravatar
2015-12-11 15:31:02 -05:00
2a8d71367d #2029 not show content of issue in activity timeline 2015-12-10 19:13:51 -05:00
3d5d61778a #1938 #1374 disable password change for non-local users 2015-12-10 19:02:57 -05:00
b8d48bdb62 #2037 Add "New Mirror" button on Dashboard 2015-12-09 11:24:56 -05:00
06d293a84e Only show comparison link for >2 commits #1110
We can look at the PushCommits object to see how many commits were
included in a commit, and add some template logic to only show the
comparison link when there are at least 2 commits in a push. We also
correct the link to display the number of commits.
2015-12-09 14:36:39 +11:00
da2585c11e Indent all templates with tabs
This commit improves templates readability, since all of them use consistent
indent with all template command blocks indented too.

1. Indents both HTML containers such as <div>, <p> and Go HTML template blocks
   such as {{if}} {{with}}

2. Cleans all trailing white-space

3. Adds trailing last line-break to each file
2015-12-08 00:57:46 +01:00
4795fa01d8 fix #2101 2015-12-04 17:30:32 -05:00
3d54f6c0a4 add new mirror button to dashboard
This adds the button to create a new mirror on the dashboard at the same
place where "new repository" and "new organization" already exist.
2015-12-01 21:10:36 +01:00
3ca544912f #1944 Drop /org/ URL path prefix in organization home page 2015-11-24 19:14:00 -05:00
52c8f69163 fix #650 2015-11-22 01:32:09 -05:00
e04c97b9fa Fix #1965 - the hyperlink and the display name of the branch
The hyperlink and the display name of the branch if the branch is in a folder or the branch name has '#'
2015-11-19 07:31:55 +08:00
ff5f14431e fix #1448 2015-11-17 02:18:05 -05:00
cceb3364bb CSS fix 2015-11-16 11:33:46 -05:00
5dc3dd1704 fix #1960 2015-11-16 11:11:59 -05:00
1d57f0d64f Show custom avatars in commits 2015-11-13 17:10:25 -05:00
6a664e88c7 #1854 show issue content 2015-11-13 12:11:45 -05:00
0f438ef0b3 new dashboard ui 2015-11-13 12:05:48 -05:00
1bfebdcdf6 #1854 improves 2015-11-13 00:01:51 +03:00
588a0db218 #1854 issue title at dashboard 2015-11-12 23:09:48 +03:00
603c7389b8 #1459 Dashboard issues lacks sorting 2015-11-04 12:50:02 -05:00