Bo-Yi Wu
08a8ab47bf
fix: 500 error on /explore/repos page. ( #946 )
9 years ago
Bo-Yi Wu
4898d2a7b0
feat: support search bar on star tab of user profile. ( #917 )
* feat: support search bar on star tab of user profile.
* fix: update testing.
* fix: Using loadAttributes
* fix: remove empty line.
* remove LOWER
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
9 years ago
Bo-Yi Wu
110750bf29
fix: trim the whitespaces for the search keyword ( #893 )
9 years ago
Bo-Yi Wu
1e360f0616
fix: Admin can also search private user repository. ( #869 )
9 years ago
Bo-Yi Wu
db8974dec8
feat: support paginater on star tab of user profile. ( #845 )
9 years ago
Bo-Yi Wu
d039f235ed
fix: wrong pages number which includes private repository count. ( #844 )
9 years ago
Bo-Yi Wu
23df659f10
feat: Add search bar on user profile page. ( #787 )
9 years ago
Bo-Yi Wu
54b71d8682
fix: User can see the private activity on public activity history. ( #818 )
9 years ago
Andrey Nering
323837dcb8
Tab on user profile to show starred repos ( #519 )
* Tab on user profile to show starred repos
* Make golint happy and use transactions on StarRepo function
* x -> sess
* Use sess.Close() instead of sess.Rollback()
* Add copyright
* Fix lint
9 years ago
Lunny Xiao
cb56320d28
golint fixed for parts of routers root, dev, user and org dirs ( #167 )
* golint fixed for parts of routers root, dev and org dirs
* add user/auth.go golint fixed
* rename unnecessary exported to unexported and user dir golint fixed
9 years ago
Sandro Santilli
cb1b3cc148
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
9 years ago
Rémy Boulanouar
9712d5ee89
Change import reference to match gitea instead of gogs ( #37 )
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
574a4d69e8
Rename module: middleware -> context
10 years ago
Unknwon
de270d5d87
Fix panic when view profile without signin
Also fix that no matter who, still able to see organizations with private membership.
10 years ago
Unknwon
3ca084f567
Merge pull request #2578 from exmex/develop
Admins and user itself sees private org relations on profile
10 years ago
Unknwon
184d76a5d4
Minor fix for #2567
10 years ago
ExMex
57f9ff45ee
Admins and user itself sees private org relations on profile
10 years ago
Florian Kaiser
1f7e7b39f2
Only show activities for repositories on dashboard, that the user has access to
10 years ago
Unknwon
094fbc8b2e
fix #2529
10 years ago
Florian Kaiser
cddcdf8c87
Show all orgs on user profile, except the private one's
10 years ago
ExMex
6b1d9699fe
Added organization display on profile
Fixed "Follower" Icon too big
10 years ago
Unknwon
cf8fa59bd8
fix cannot show user public ssh keys
10 years ago
Unknwon
1139f6e6d0
#2282 fix utf-8 recognized as windows-1252
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago