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
10 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.
10 years ago
Unknwon
00a60453fb
#1692 APIs: Users Followers
- User profile un/follow
- List user's followers/following
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
10 years ago
Unknwon
8ac9d9b4c7
rename import path
10 years ago
Unknwon
329fe23c05
#2155 The owner has reached maximum creation limit of 0 repositories
10 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
4b1f1ee19c
fix bool check for repo max limit and fix hang when push repo with tons of commits
10 years ago
Unknwon
b9737c4253
fix user repo limit default value
10 years ago
Unknwon
2c7ddbac84
#1301 "read-only" users
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
81cff77072
#1944 Drop /org/ URL path prefix in organization home page
10 years ago
Unknwon
9e2d9998bf
some fix to #2026
10 years ago
Unknwon
27f3dc861c
UI: long organization name in create repository owner list
10 years ago
Unknwon
d77e5dd58a
fix #1960
10 years ago
Unknwon
b659db9117
work on #1961
10 years ago
Unknwon
7e6542d0f5
Show custom avatars in commits
10 years ago
Unknwon
45460b7e7f
save custom avatar as PNG
10 years ago
Unknwon
ac3cbc19e0
#1896 fatal when no needed update task
10 years ago
Unknwon
aa8a5f1292
#1511 Allow local import only for admin users
10 years ago
Unknwon
4a6b397126
#1657 allow forcing all private repos
10 years ago
Unknwon
bba20262f1
drop oauth2 feature support
10 years ago
Unknwon
a75db8f155
user gomail and new activate account email tpl
- #1496 : fallback plain text
- #1002 : add date header
- #913 : fix encoding of header
10 years ago
Unknwon
4729ddb73c
#1633 admin delete user
10 years ago
Unknwon
255f35e476
new admin user list UI
10 years ago
Unknwon
c01712659a
finish all new user settings UI
10 years ago
Unknwon
ac2078c988
#1585 order owners list by last changed time
10 years ago
Unknwon
730e7452f2
minor fix on #1589
Signed-off-by: Unknwon <u@gogs.io>
10 years ago
Unknwon
a92df42d1e
#1193 Make organization emails non-mandatory
10 years ago
Unknwon
bc8d123aae
fix #1558
10 years ago