zhuharev
0d5dc8a064
typo fix
9 years ago
Unknwon
4993ab1a76
#2185 fall back to use custom chardet lib
9 years ago
Unknwon
240fe07287
#2273 URL consistency on webhook payload
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
Jofkos
76d4af891f
Removed empty line, multi return args
9 years ago
Jofkos
0721095944
Wiki pages containing question marks in their name weren't loading
...
(untested)
9 years ago
Unknwon
53eb37d529
fix #1436
9 years ago
Unknwon
9cd16c5b12
#1692 add organization APIs
9 years ago
Unknwon
b117befc2b
#1692 add user email APIs
9 years ago
Unknwon
7786cb76f3
fix #2205
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
3362b3a44f
fix possible disclosure
9 years ago
Unknwon
50264200f0
fix huge diff hangs
9 years ago
Unknwon
91789930bc
#2176 fix 500 on /watchers & /stars for pg
9 years ago
Unknwon
95f9c85bcc
#2185 use Go sub-repo to detect encoding
9 years ago
Unknwon
79dcd7ee6e
#2167 able to identify git version on Windows
9 years ago
Unknwon
76bdbcc969
#2152 fix SMTP authentication makes invalid assumption on protocol
10 years ago
Unknwon
4d31eb2c0d
#2155 fix org max repo limit default to -1
10 years ago
Unknwon
5d95ffe3eb
#2155 The owner has reached maximum creation limit of 0 repositories
10 years ago
Unknwon
bc17f2f759
#2147 fix rewrites authorized_keys when builtin SSH server is enabled
10 years ago
Unknwon
40f3142264
#2114 External URL for wiki
10 years ago
Unknwon
7a3eccc709
Drop 0.5.x support
10 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
99e9bbef6c
fix bool check for repo max limit and fix hang when push repo with tons of commits
10 years ago
Unknwon
0e96a46020
fix user repo limit default value
10 years ago
Unknwon
df5ed64cca
#1301 "read-only" users
10 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
10 years ago
Unknwon
9a2e43bff2
move out git module and #1573 send push hook
10 years ago
Unknwon
718d3ae258
#1943 Able to config fsck timeout
10 years ago
Unknwon
120cd4e471
#1984 Better mirror repo management
10 years ago
Unknwon
dce2a9e7e1
fix wrong slack webhook payload URL
10 years ago
Alex Myasoedov
ae54d878c0
Fix misspelled words
10 years ago
Unknwon
978dc00305
APIs: admin users
10 years ago
Unknwon
bf26808fb3
update README
10 years ago
Unknwon
404867f206
fix #2105 and fix #1857
10 years ago
Unknwon
f41360d864
#2052 advanced select ops for system notices
10 years ago
Unknwon
e82ee40e9e
init with all enabled
10 years ago
Unknwon
e538ff2770
fix #1829 and fix #890
10 years ago
Unknwon
76d4b9288b
#2045 have fallback but empty value
10 years ago
Unknwon
05ba8622f0
#2045 move fallback to empty string
10 years ago
Unknwon
e0bae9547a
more fixes on #2045
10 years ago
Unknwon
81133d45a1
work on #2093
10 years ago
Unknwon
37a372f6f5
500 when wiki not exists
10 years ago
Unknwon
f122d0856e
fix #2090
10 years ago
Unknwon
cc8f5add6e
fix #976
10 years ago
Unknwon
926e91820a
#2071 Diff is not showing full content when has super long one line
10 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
10 years ago
Unknwon
834d38a8fb
#2045 add short version as fallback to Slack payload
10 years ago
Adam Strzelecki
573305f3d3
LDAP: Optional user name attribute specification
...
Consider following LDAP search query example:
(&(objectClass=Person)(|(uid=%s)(mail=%s)))
Right now on first login attempt Gogs will use the text supplied on login form
as the newly created user name. In example query above the text matches against
both e-mail or user name. So if user puts the e-mail then the new Gogs user
name will be e-mail which may be undesired.
Using optional user name attribute setting we can explicitly say we want Gogs
user name to be certain LDAP attribute eg. `uid`, so even user will use e-mail
to login 1st time, the new account will receive correct user name.
10 years ago