Unknwon
85fa1e8e9b
fix migrate API
9 years ago
Unknwon
80784e0cb6
support URL param to token, but still restrict to APIs
9 years ago
Unknwon
33b499ff2f
#842 able to use access token replace basic auth
9 years ago
Unknwon
148121b770
#1554 check adminFilter length before LDAP search
9 years ago
Unknwon
5137368404
new repo options UI
9 years ago
Unknwon
3d2c9c6974
#1333 Disable Gravatar option when install
9 years ago
Unknwon
a54958b204
#1542 A way to skip TLS verify for SMTP authentication
9 years ago
Unknwon
96dbec41f7
webhook APIs
9 years ago
Unknwon
50cf8ca2e0
new create webhook event
9 years ago
Unknwon
9ddb20dd96
#1487 Readme Template
9 years ago
Unknwon
12df5740fd
complate list of gitignores and licenses
9 years ago
Unknwon
72f82c617a
new edit webhook UI
9 years ago
Unknwon
df9986f5a8
new create webhook UI
9 years ago
Unknwon
e433ab7f71
Able to set SSH port when install, update Docker docs
10 years ago
Girish Ramakrishnan
0beabbda4a
Set IsAdmin using LDAP
The IsAdmin flag is set based on whether the admin filter
returned any result. The admin filter is applied with the user dn
as the search root.
In the future, we should update IsAdmin as well on each login.
Alternately, we can have a periodic sync operation.
10 years ago
Unknwon
6305921179
token recent activity
10 years ago
Unknwon
4927fe0600
new access token UI
10 years ago
Unknwon
c481b04267
work on #986 and fix a LDAP crash
10 years ago
Unknwon
8cbf757769
change minimum password length to 1
10 years ago
Unknwon
7d44e9e18f
work on #1493
10 years ago
Sergio Benitez
f5b9c58a9e
Small style fixes to the LDAP module README
10 years ago
Unknwon
4faa700874
Merge branch 'develop' of https://github.com/SergioBenitez/gogs into develop
# Conflicts:
# modules/bindata/bindata.go
10 years ago
Unknwon
88a779662f
finish close/reopen issue
10 years ago
Unknwon
0162859657
finish view comments on issue page
10 years ago
Sergio Benitez
b43dceabe0
Updated the LDAP module readme.
10 years ago
Sergio Benitez
7014246993
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
700f1d166b
finish create issue with labels
10 years ago
Unknwon
4c75ab3a82
UI: create issue with title and content
10 years ago
Unknwon
36fa23ed16
WIP: create PR - choose branch
10 years ago
Unknwon
6f6ad6f3c9
#334 : Add Deployment Key Support
10 years ago
Unknwon
85096fabbc
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
904a0ea1f3
milestone: create page
10 years ago
Unknwon
893b66bcac
allow anonymous SSH clone
10 years ago
Unknwon
8209a8e183
fix #1439
10 years ago
Unknwon
fd3451f0cc
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
a667ee5e04
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
8bed8f1e1d
Merge pull request #1309 from stettberger/master
settings/password: no minimal required characters for OldPassword
10 years ago
无闻
45330a2a81
Merge pull request #1244 from jamesa/develop
Add full name field to admin's user edit page (fixes #1130 )
10 years ago
Unknwon
6e4a3e4f9d
UI: CURD labels
- fix update lable break connection with repository
10 years ago
Unknwon
dfcb8673b9
UI: basic label list
- create new label
10 years ago
Unknwon
f93321fa49
fix install form def
10 years ago
Unknwon
7d0bd2ce90
#1128 : API calls are not hidden behind sign in
10 years ago
Unknwon
355a39e72a
use pam and update TRANSLATORS
10 years ago
Unknwon
ea3237b06d
install - add mail from setting
10 years ago
Unknwon
ea17dd5872
UI: install - done
10 years ago
Unknwon
1795957917
UI: install - new version
10 years ago
Christian Dietrich
a883b8d902
settings/password: no minimal required characters for OldPassword
If users are added to gogs due a reverse proxy automatically, their password is
set to their initial username. If their username is shorter than 6 characters,
they can never set a password. But since this password is required for some
operations (e.g. repository deletion), they could not use all features of gogs
until now.
10 years ago
James
66f78785ef
Add full name field to admin's user edit page ( fixes #1130 )
10 years ago
Paolo Borelli
55df399598
Add PAM authentication
10 years ago