zhuharev
0d5dc8a064
typo fix
9 years ago
Kim "BKC" Carlbäcker
8fe5d887ae
Changed name from inline to unified
9 years ago
Kim "BKC" Carlbäcker
0df39b33eb
Implement Split Diff-View
...
- Unified/Inline Diff-View Selectable
9 years ago
Unknwon
a62290de52
#2311 improve HTTP auth error message
9 years ago
Unknwon
8d58e06ad8
more fix on #2268
9 years ago
Unknwon
93f03707a7
#2283 set text/plain for non-binary files in raw mode
9 years ago
Unknwon
85af36332b
#2282 fix utf-8 recognized as windows-1252
9 years ago
novaeye
227dcc3cb9
fix #2268
9 years ago
Unknwon
a49af93faf
#1692 APIs: Users Followers
...
- User profile un/follow
- List user's followers/following
9 years ago
Unknwon
c62a6b7a12
#2014 allow switch branches between two orgs in compose PR
9 years ago
Unknwon
5ff6eedf5e
#2251 fix button name
9 years ago
Unknwon
037a01c4e4
fix #2189
9 years ago
Unknwon
1c9dd11ba7
#1692 API: admin create repo
9 years ago
Unknwon
1e7e092992
#2103 Ability to map extensions for syntax highlighting in config
9 years ago
Unknwon
33a99d587a
fix #2223
9 years ago
Unknwon
9cd16c5b12
#1692 add organization APIs
9 years ago
Unknwon
6673dcb038
#2103 #2181 improvments of highlight class name
9 years ago
Unknwon
b117befc2b
#1692 add user email APIs
9 years ago
Unknwon
19423957b1
rename import path
9 years ago
Unknwon
3362b3a44f
fix possible disclosure
9 years ago
Unknwon
7509fa2c33
improve get commits performance
9 years ago
Unknwon
79dcd7ee6e
#2167 able to identify git version on Windows
9 years ago
Unknwon
0cce4439ce
#2154 minor fix
10 years ago
Unknwon
59c965a5ec
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
477b4d3b50
#2154 fix form submit error
10 years ago
Unknwon
d0b0d24f22
#2154 disable change user for non-local users
...
- #2153 remove require for gravatar
10 years ago
Unknwon
40f3142264
#2114 External URL for wiki
10 years ago
Unknwon
3d5d61778a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
2a0bb1fa90
#1575 Limit repo creation
10 years ago
Unknwon
c6083c335e
#1612 Ability to send mail when a new pull request is submitted
10 years ago
Unknwon
9a2e43bff2
move out git module and #1573 send push hook
10 years ago
Unknwon
b8d48bdb62
#2037 Add "New Mirror" button on Dashboard
10 years ago
Unknwon
a576224d0e
unified name: IsViewBranch, IsViewCommit and IsViewTag
10 years ago
Unknwon
120cd4e471
#1984 Better mirror repo management
10 years ago
Unknwon
2528c482e9
#1627 auto login after install if admin is configured
10 years ago
Unknwon
dce2a9e7e1
fix wrong slack webhook payload URL
10 years ago
Unknwon
89244b74c6
remember page number when delete repo
10 years ago
Unknwon
ca8ce793d1
#2063 Ability to delete repo from admin panel
10 years ago
Unknwon
978dc00305
APIs: admin users
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
e538ff2770
fix #1829 and fix #890
10 years ago
Unknwon
942fd6be53
fix panic for #2045
10 years ago
Unknwon
56dd430a10
refactor API routes and some work for #976
10 years ago
Unknwon
4d9499c2d3
fix broken link
10 years ago
Unknwon
cc8f5add6e
fix #976
10 years ago
Unknwon
ec2423ad7c
more UI minor fixes
10 years ago
Unknwon
0be8b1b1a1
#2052 Ability to batch delete system notices
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
Unknwon
830d000667
finish wiki
10 years ago