Matthias Loibl
f7d3c2de3f
Update link on user’s profile avatar to avatar settings ( #287 )
8 years ago
Kim "BKC" Carlbäcker
ce897d65f9
Merge all pagination-templates into 'base/paginate'
to reduce code-duplicity
8 years ago
Unknwon
ad3b586d6e
#3348 always use relative avatar link in the template
9 years ago
Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
98aaf604c5
Upgrade octicon to 4.3.0
9 years ago
Sandro Santilli
22149635af
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
9 years ago
Unknwon
c1c3cada6c
Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
9 years ago
Unknwon
4e10c72cbd
hide section with user has no organizations
9 years ago
Unknwon
490435830d
minor fix to #2383
- add tooltip for organization name in profile
9 years ago
ExMex
87bcbe68ec
Added improvement from Unknwon
9 years ago
ExMex
211c1decf2
Added links to org profile icons
9 years ago
ExMex
6b1d9699fe
Added organization display on profile
Fixed "Follower" Icon too big
9 years ago
Unknwon
d377108fb9
fix #2367
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
cb15540c39
#2180 fix avatar link when disable gravatar
9 years ago
Adam Strzelecki
69427c6115
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
9 years ago
Unknwon
a14c20813c
fix #650
9 years ago
Unknwon
44482d52ae
fix #1448
9 years ago
Unknwon
ab619c1ff2
CSS fix
9 years ago
Unknwon
d77e5dd58a
fix #1960
9 years ago
Unknwon
de7a879eaf
fix #1683
9 years ago
Unknwon
55fc120824
minor fix on #1464
10 years ago
James Anderson
ed4a31f180
Hide avatar-changing instructions unless it's your profile ( resolves #1107 )
10 years ago
Unknwon
1cb8727862
fix #1204
10 years ago
Unknwon
5a7bca797c
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
10 years ago
Peter Smit
327d3cd26f
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.
10 years ago
Unknwon
16a8a4a4f7
fix mirror issues uncaught #941
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Unknwon
23eec25274
Fix #605 , fix #255 , fix #101
10 years ago
Unknwon
d88ebd9a4b
Fix #554
10 years ago
Unknwon
71e4689d11
Page: User profile
10 years ago
Unknwon
7ba9257a7f
Add suburl support
10 years ago
Martin van Beurden
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
10 years ago
Tristan Storch
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.
10 years ago
Unknwon
5c4bc3c848
Huge updates!!!!! Be careful to merge!!!!
11 years ago
Unknown
bbdfe25769
User code clean and ui improve
11 years ago
FuXiaoHei
1c88a541cb
fix profile ui
11 years ago
Unknown
89c99167b2
Fix #149
11 years ago
Unknown
62d23e9154
HTTP no follow and offline mode
11 years ago
twitchyliquid64
d304a23787
Corrected grammar and spelling mistakes in templates. Normalizing to American English.
11 years ago
Unknown
c36e7d322e
Mirror updates
11 years ago
Unknown
4b9b8024ba
Clean oauth code
11 years ago
Unknown
90f6aa8cd1
Add repo mirror and import
11 years ago
FuXiaoHei
b057cffd85
fix logo ui, add following ui in user-profile page
11 years ago
slene
4c70249f75
fix some link
11 years ago
Unknown
8282828820
Fix action email bug
11 years ago
Unknown
beb1761d7c
Mirror fix
11 years ago
FuXiaoHei
a8623ec104
fix init-tabs bug
11 years ago
FuXiaoHei
2a2f025388
change css name style
11 years ago