Unknwon
027aebc72c
#1384 add pagination for repositories
9 years ago
Unknwon
3b42ab0e57
Refactor User.Id to User.ID
9 years ago
Unknwon
9835377f9c
Use struct for UI settings
9 years ago
Unknwon
d61bcdc10b
Remove redundant Unix timestamp method call
Unix() already uses UTC as timezone
9 years ago
Unknwon
ed22b6b01b
#2903 use different reversed words and patterns for repository and user
9 years ago
Dennis Chen
96170ee291
avatar: make custom and generated avatars equal ( #3301 )
Sets all avatars to use PNG image format.
Keeps avatars consistent at 290x290px resolution.
Signed-off-by: Dennis Chen <barracks510@gmail.com>
9 years ago
Unknwon
607de5e909
#2937 able to prohibit user login
9 years ago
Unknwon
849967607d
models/user_mail: refactor EmailAddress
9 years ago
Sandro Santilli
0a7b52deab
Return avatar link as absolute url ( #3235 )
Fixes relative urls coming from api/v1
See https://github.com/drone/drone/issues/1701
9 years ago
Sandro Santilli
8d9b96a411
Use a gopher as default avatar (rather than the gravatar logo) ( #3208 )
Also changes the avatar from a jpeg to a png, to allow for
transparent background. The indexed png is also smaller in size.
Note that at the moment the default avatar is only used when
the user requested a custom avatar and the custom avatar file
is not found (should never happen).
In the future the default avatar could be used as a default
return when by-mail avatar lookups fail too (both gravatar
and libravatar support passing a default)
9 years ago
Unknwon
51210877f6
#2814 LOWER() column value within search
9 years ago
Odin Ugedal
e148dc6fd5
Remove email from user search
9 years ago
Odin Ugedal
bccbe89a32
Make user search look in username, name and email
Make user search function look in username (lower_name), full name
(full_name) and primary email (email). This will benefit searching after
user in "explore", admin panel and when adding new collaborators.
9 years ago
Unknwon
f2188c8793
#13 fix postgres aggregate
9 years ago
Unknwon
2d90be9c2e
#13 finish user and repository search
Both are possible on explore and admin panel
9 years ago
Unknwon
9f43369667
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
d17c739c02
Minor fixes for #2766
9 years ago
Tamás Molnár
33a8bcb0ba
Added: Ability to delete org avatar.
9 years ago
Unknwon
2e4c412e20
#1146 finish new access rights for collaborators
9 years ago
Unknwon
aa6b05b436
#1157 some avatar setting changes
- Allow to delete current avatar
9 years ago
Unknwon
3d87381ce4
#1597 support pull requests in same repository
9 years ago
Unknwon
d398777e08
Make markdown as an independent module
9 years ago
Unknwon
7a0cdbebf6
Remove cache avatar support and add its tests
9 years ago
Unknwon
26feb3693e
#2558 delete local wiki copy when rename repo and user
9 years ago
Unknwon
10d0c55f16
Fix random avatar does not work on Windows
path.Dir can't handle Windows case, must use filepath.Dir
9 years ago
Unknwon
c1c3cada6c
Minor fix for #2494
- Change tooltip size from mini to tiny in profile page
9 years ago
Martin Hartkorn
758589d28d
Change user name in Pull Requests
9 years ago
Unknwon
6e2051352e
#2287 Truncate repository name if too long
9 years ago
Angus Gibson
1cfbf02804
Add default for NumFollowing field ( fixes #2261 )
We set the default value for the non-NULL field NumFollowing of the User
model to 0, which stops an error when the ORM tries to sync.
9 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
9 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
9 years ago
Unknwon
8ac9d9b4c7
rename import path
9 years ago
Unknwon
329fe23c05
#2155 The owner has reached maximum creation limit of 0 repositories
9 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
b9737c4253
fix user repo limit default value
9 years ago
Unknwon
2c7ddbac84
#1301 "read-only" users
9 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
9 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
9 years ago
Unknwon
72d7ca7fbd
finish wiki
9 years ago
Unknwon
42d8bbe23e
wiki: finish new
9 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
9e2d9998bf
some fix to #2026
9 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
9 years ago
Unknwon
d77e5dd58a
fix #1960
9 years ago
Unknwon
b659db9117
work on #1961
9 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
9 years ago
Unknwon
45460b7e7f
save custom avatar as PNG
9 years ago
Unknwon
ac3cbc19e0
#1896 fatal when no needed update task
9 years ago