Unknwon
50422f1fc2
#3348 always use relative avatar link in the template
8 years ago
Unknwon
2d76de2574
#3281 fix x.Iterate returns nothing inside session scope with SQLite3
8 years ago
Unknwon
e74630ae3b
#1384 add pagination for repositories
8 years ago
Unknwon
1f2e173a74
Refactor User.Id to User.ID
8 years ago
Unknwon
46e96c008c
Use struct for UI settings
8 years ago
Unknwon
250be011c7
Remove redundant Unix timestamp method call
...
Unix() already uses UTC as timezone
8 years ago
Unknwon
69f5308761
#2903 use different reversed words and patterns for repository and user
8 years ago
Dennis Chen
6488ee12be
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>
8 years ago
Unknwon
c083d76567
#2937 able to prohibit user login
8 years ago
Unknwon
52322ef624
models/user_mail: refactor EmailAddress
8 years ago
Sandro Santilli
a4ea3bd015
Return avatar link as absolute url ( #3235 )
...
Fixes relative urls coming from api/v1
See https://github.com/drone/drone/issues/1701
8 years ago
Sandro Santilli
8a248696e9
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)
8 years ago
Unknwon
ff731ea07d
#2814 LOWER() column value within search
9 years ago
Odin Ugedal
6ccb2d36cf
Remove email from user search
9 years ago
Odin Ugedal
3253e3c5aa
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
263304b6b7
#13 fix postgres aggregate
9 years ago
Unknwon
2bf8494332
#13 finish user and repository search
...
Both are possible on explore and admin panel
9 years ago
Unknwon
ad513a20e9
#2302 Replace time.Time with Unix Timestamp (int64)
9 years ago
Unknwon
13bd16af92
Minor fixes for #2766
9 years ago
Tamás Molnár
9c91e27933
Added: Ability to delete org avatar.
9 years ago
Unknwon
a5b0400be7
#1146 finish new access rights for collaborators
9 years ago
Unknwon
a2f13eae55
#1157 some avatar setting changes
...
- Allow to delete current avatar
9 years ago
Unknwon
2d2d85bba4
#1597 support pull requests in same repository
9 years ago
Unknwon
d5a3021a7d
Make markdown as an independent module
9 years ago
Unknwon
58e004f7da
Remove cache avatar support and add its tests
9 years ago
Unknwon
f8182ac521
#2558 delete local wiki copy when rename repo and user
9 years ago
Unknwon
5a27aea8e0
Fix random avatar does not work on Windows
...
path.Dir can't handle Windows case, must use filepath.Dir
9 years ago
Unknwon
4deb876343
Minor fix for #2494
...
- Change tooltip size from mini to tiny in profile page
9 years ago
Martin Hartkorn
674c5c37be
Change user name in Pull Requests
9 years ago
Unknwon
f43cc90841
#2287 Truncate repository name if too long
9 years ago
Angus Gibson
e914969e4c
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
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
9cd16c5b12
#1692 add organization APIs
9 years ago
Unknwon
b117befc2b
#1692 add user email APIs
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
5d95ffe3eb
#2155 The owner has reached maximum creation limit of 0 repositories
9 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
9 years ago
Unknwon
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
9 years ago
Unknwon
0e96a46020
fix user repo limit default value
9 years ago
Unknwon
df5ed64cca
#1301 "read-only" users
9 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
9 years ago
Unknwon
9a2e43bff2
move out git module and #1573 send push hook
9 years ago
Unknwon
830d000667
finish wiki
9 years ago
Unknwon
392f3ee210
wiki: finish new
9 years ago
Unknwon
3ca544912f
#1944 Drop /org/ URL path prefix in organization home page
9 years ago
Unknwon
ec8d41765d
some fix to #2026
9 years ago
Unknwon
f04d773f4f
UI: long organization name in create repository owner list
9 years ago
Unknwon
5dc3dd1704
fix #1960
9 years ago
Unknwon
134d8e7681
work on #1961
9 years ago
Unknwon
1d57f0d64f
Show custom avatars in commits
9 years ago