Unknwon
498d0a8267
#2014 allow switch branches between two orgs in compose PR
10 years ago
Unknwon
7bf2bd9f88
#2251 fix button name
10 years ago
Unknwon
cb2fcbd6af
fix #2189
10 years ago
Unknwon
5d084664bc
#1692 API: admin create repo
10 years ago
Unknwon
cc70569451
#2103 Ability to map extensions for syntax highlighting in config
10 years ago
Unknwon
58332bc908
fix #2223
10 years ago
Unknwon
ae4bcfa2e0
#1692 add organization APIs
10 years ago
Unknwon
64d05fafd5
#2103 #2181 improvments of highlight class name
10 years ago
Unknwon
6dee7a47f0
#1692 add user email APIs
10 years ago
Unknwon
8ac9d9b4c7
rename import path
10 years ago
Unknwon
35703e5fda
fix possible disclosure
10 years ago
Unknwon
33a898f44b
improve get commits performance
10 years ago
Unknwon
34dcc591f5
#2167 able to identify git version on Windows
10 years ago
Unknwon
2c8a3654cc
#2154 minor fix
10 years ago
Unknwon
3931000177
#2156 admin able to edit organization max repo creation
10 years ago
Unknwon
6f153b9b14
#2154 fix form submit error
10 years ago
Unknwon
826d4bd7d1
#2154 disable change user for non-local users
- #2153 remove require for gravatar
10 years ago
Unknwon
ce054072fa
#2114 External URL for wiki
10 years ago
Unknwon
a68cde1d7a
#1938 #1374 disable password change for non-local users
10 years ago
Unknwon
466864bfcc
#1575 Limit repo creation
10 years ago
Unknwon
84a41e057a
#1612 Ability to send mail when a new pull request is submitted
10 years ago
Unknwon
7c3baef786
move out git module and #1573 send push hook
10 years ago
Unknwon
87fc75586e
#2037 Add "New Mirror" button on Dashboard
10 years ago
Unknwon
e2c8e58a5c
unified name: IsViewBranch, IsViewCommit and IsViewTag
10 years ago
Unknwon
ab55ca457f
#1984 Better mirror repo management
10 years ago
Unknwon
b562e6ffbc
#1627 auto login after install if admin is configured
10 years ago
Unknwon
88640fafd6
fix wrong slack webhook payload URL
10 years ago
Unknwon
ad91518721
remember page number when delete repo
10 years ago
Unknwon
ad998a52b9
#2063 Ability to delete repo from admin panel
10 years ago
Unknwon
12020f4d74
APIs: admin users
10 years ago
Unknwon
442f027ad1
fix #2105 and fix #1857
10 years ago
Unknwon
efc250a25e
#2052 advanced select ops for system notices
10 years ago
Unknwon
caac2f9b19
fix #1829 and fix #890
10 years ago
Unknwon
8a4c9bdbc6
fix panic for #2045
10 years ago
Unknwon
c6f6031bd5
refactor API routes and some work for #976
10 years ago
Unknwon
877f9c2ef2
fix broken link
10 years ago
Unknwon
316ca2d3e4
fix #976
10 years ago
Unknwon
9040b23ccd
more UI minor fixes
10 years ago
Unknwon
0305d692eb
#2052 Ability to batch delete system notices
10 years ago
Adam Strzelecki
d461afdc62
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
2250edf7d8
Merge pull request #2069 from nanoant/patch/admin-see-all-organizations
Admin should be able to see all organizations
10 years ago
Unknwon
72d7ca7fbd
finish wiki
10 years ago
Adam Strzelecki
6b10567eef
Admin should be able to see all organizations
This is follow-up for 56c66ee486 allowing admin
to see private repositories, even when not being member of them.
10 years ago
Unknwon
063c916837
wiki: finish pages
10 years ago
Unknwon
7943f3f40e
wiki: finish edit
10 years ago
Unknwon
42d8bbe23e
wiki: finish new
10 years ago
Unknwon
43eda8feb3
introduce git-shell
10 years ago
Unknwon
92c67cd672
Wiki: UI for page new
10 years ago
Unknwon
67ccea3792
allow admin to migrate for any user/org
10 years ago
Unknwon
16ecc0a9c0
more link fix
10 years ago