无闻
0ca8536c25
Merge pull request #1414 from nice-software/wip/currentUser
Factor out function to get the current user
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
693ec861b3
only assign auto-admin when sign up by web
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
c65787fec0
make cron task configurable
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
f875ca79e9
fix style and locale name
10 years ago
Unknwon
c380e68e2f
update locale and TRANSLATOR
10 years ago
Unknwon
8f35ffd4d7
fix autocomplete on migration
10 years ago
无闻
e1a36e7d4d
Merge pull request #1475 from donbowman/master
Fix race condition on ssh key delete, and revert re-revert of hard line break
10 years ago
Unknwon
431933242a
clean file and update locales
10 years ago
Paolo Borelli
f8cccb03a8
Factor out function to get the current user
The same logic was duplicated in three places. Factor it
out so that we can add further fallbacks in a single place.
10 years ago
Unknwon
77181dc970
#1180 and #1250 : migration
10 years ago
Unknwon
b7ceac8e25
update locale
10 years ago
Unknwon
dac9671479
able sort issues
10 years ago
Unknwon
571f858c04
Filter issues by assignee
10 years ago
Unknwon
227c4387a0
more on #1319
10 years ago
Unknwon
975ac7aecf
able edit issue labels/milestone/assignee
10 years ago
Unknwon
6281e39b5d
Show owner/poster tags of comments and fix #1312
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
Don Bowman
67cfd9ffd1
Merge branch 'master' of https://github.com/gogits/gogs
Conflicts:
routers/repo/download.go
10 years ago
Don Bowman
d78b8a0277
fixes for binary
10 years ago
Unknwon
5eb2c1b43c
add comment form UI
10 years ago
Unknwon
d16c228a08
finish view issue without comments and ops
10 years ago
Unknwon
c3c3bb0d72
update locales
10 years ago
Unknwon
7af7ee836c
finish attachments when create issue
10 years ago
Unknwon
987969eb73
finish create issue attachment UI
10 years ago
Unknwon
d59d30b53b
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
10 years ago
Unknwon
8dfd87829c
minor fix on #1460
10 years ago
无闻
80f3db72c8
Merge pull request #1460 from manfer/semantic
new top menu
10 years ago
Fernando San Julián
ed47e5ad71
new top menu
10 years ago
Unknwon
6bf85e1fe9
finish create issue with milestone and assignee
10 years ago
Unknwon
389708ac36
finish create issue with milestone
10 years ago
Unknwon
700f1d166b
finish create issue with labels
10 years ago
Unknwon
cdcc2cee74
add migrate from issue.label_ids to issue_label
10 years ago
无闻
24657e264a
Merge pull request #1457 from jqs7/customAvatar
add custom avatar source support
10 years ago
Jqs7
cd55742924
custom avatar source
10 years ago
Unknwon
c51304a9ef
upgrade new issue to SUI v2
10 years ago
Unknwon
061186d608
Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2
# Conflicts:
# modules/bindata/bindata.go
# public/css/gogs.min.css
# templates/repo/header.tmpl
10 years ago
Unknwon
d12a83f985
list view: issue, label, milestone
10 years ago
Unknwon
4c75ab3a82
UI: create issue with title and content
10 years ago
Unknwon
da158ceb99
remove sync.Pool and support go1.2 again
10 years ago