Sergio Benitez
f8a4ab25fd
Updated the LDAP module readme.
10 years ago
Sergio Benitez
7d84d4a8f0
Significantly enhanced LDAP support in Gogs.
10 years ago
Unknwon
34f6cbfc2a
finish attachments when create issue
10 years ago
Unknwon
922f3f3062
finish create issue with labels
10 years ago
Unknwon
590c464c56
UI: create issue with title and content
10 years ago
Unknwon
dea3a8c6a4
WIP: create PR - choose branch
10 years ago
Unknwon
39a3b768bc
#334 : Add Deployment Key Support
10 years ago
Unknwon
2c507667bf
Merge branch 'develop' of github.com:gogits/gogs into feature/milestone
...
# Conflicts:
# gogs.go
# models/issue.go
# templates/.VERSION
10 years ago
Unknwon
3e4cdccf6b
milestone: create page
10 years ago
Unknwon
e50982f5ec
allow anonymous SSH clone
10 years ago
Unknwon
487fc8ca39
fix #1439
10 years ago
Unknwon
54b58e988d
Merge branch 'develop' of github.com:gogits/gogs into feature/page_issues
10 years ago
Unknwon
70d44e9565
Merge branch 'master' of github.com:gogits/gogs into develop
10 years ago
无闻
d86c4841fa
Merge pull request #1309 from stettberger/master
...
settings/password: no minimal required characters for OldPassword
10 years ago
无闻
91ab2538c3
Merge pull request #1244 from jamesa/develop
...
Add full name field to admin's user edit page (fixes #1130 )
10 years ago
Unknwon
dc4aab9925
UI: CURD labels
...
- fix update lable break connection with repository
10 years ago
Unknwon
ac95f6d50f
UI: basic label list
...
- create new label
10 years ago
Unknwon
548b95f7b5
fix install form def
10 years ago
Unknwon
ff051e2106
#1128 : API calls are not hidden behind sign in
10 years ago
Unknwon
81adbe17ca
use pam and update TRANSLATORS
10 years ago
Unknwon
a2a9e151f8
install - add mail from setting
10 years ago
Unknwon
b9dc2147b4
UI: install - done
10 years ago
Unknwon
5cf3732339
UI: install - new version
10 years ago
Christian Dietrich
b36134194c
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
f3aab5dbe3
Add full name field to admin's user edit page ( fixes #1130 )
10 years ago
Paolo Borelli
182003aa41
Add PAM authentication
10 years ago
Unknwon
211596f407
#1124 LDAP add and edit form are misleading
10 years ago
Unknwon
33894591a6
#851 : Edit Account does not take into consideration password rules
10 years ago
Unknwon
34102f7889
remove unused scripts and simplify migrate form definition
10 years ago
无闻
3a6ba39a61
Merge pull request #992 from theangryangel/fix/ldap-auth
...
Attempt 3 to fix LDAP login issues when git pushing after password change
10 years ago
Gogs
fab038b175
Attempt #3 of ldap fixes
10 years ago
无闻
cd8b43d984
Merge pull request #915 from Lafriks/dev
...
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
059338139c
routers: able to migrate repo from local path
...
- modules/middleware/context.go: add HandleAPI method
10 years ago
Unknwon
1654e9ecab
templates/user/settings/emial.tmpl: little fix on UI
...
- routers/user: little code format
- conf/locale: update French locale
10 years ago
Peter Smit
e6fc58a744
Remove GoGet option from repository and handle it with ?go-get=1 instead
...
The normal go get protocol is to show the go-import meta tag when ?go-get=1 is appended to the url. This commit implements that behaviour and cleans the go-get option from the repository settings page.
10 years ago
Lauris BH
00653e52ee
Get username, name, surname and e-mail from LDAP server
10 years ago
Unknwon
b293b6eaa6
cmd: CMD option for port number of `gogs web` to prevent first time run conflict
...
- routers: use new binding convention to simplify code
- templates: able to set HTTP port number in install page
10 years ago
Peter
b033f2f535
Finish method for having multiple emails/user.
...
All basics are implemented. Missing are the right (localized) strings
and the page markup could have a look at by a frontend guy.
10 years ago
Unknwon
9803c421f5
fix binding api broken
10 years ago
Unknwon
ac4a10456e
api: able to create repo and fix #726
...
- POST /user/repos
- POST /org/:org/repos
10 years ago
Unknwon
bc8721fb6c
Finish new UI for release page
10 years ago
Joseph Crail
39c068400e
Fix spelling errors in comments.
10 years ago
Unknwon
0b785ad967
work on #672
10 years ago
Unknwon
069486d169
fix #165
10 years ago
Unknwon
ef275ebf62
more on change avatar
10 years ago
Unknwon
55dfe2c978
custom avatar upload
10 years ago
Unknwon
37d8d3afe9
more APIs on #12
10 years ago
Unknwon
32dcaefafa
fox #620
10 years ago
Unknwon
8eb5120fbd
#12 , API: list user repos, list repo hooks
10 years ago
Unknwon
8c9338a537
add personal access token panel #12
10 years ago
Unknwon
e0de6cb5ad
work on #616 and update locales
10 years ago
Christopher Brickley
3794111460
update slack hook to use new format
10 years ago
Unknwon
fa241efa6d
Use binding middleware
10 years ago
Unknwon
91e5c24a31
Fix #522
10 years ago
Unknwon
b9560374cd
UI fix
11 years ago
Unknwon
2a3660dae3
Fix #453
11 years ago
Unknwon
59a7c7c5a5
Remove ldap dep
11 years ago
Unknwon
0ddb1eb769
Finish new install page, almost ready for 0.5 release
11 years ago
Christopher Brickley
2bce24068d
add Slack API webhook support
11 years ago
Tristan Storch
69e332f432
Removed trailing white spaces
...
Removed trailing whitespaces with
```sh
for file in `grep -r " $" * | cut -d : -f 1 | sort | uniq | grep -v " "`; do sed -i 's/[ \t]*$//' $file; done
```
and some handwork.
11 years ago
Unknwon
8829174574
Finish new admin users pages
11 years ago
Unknwon
bba707de36
Finish team list, create new team, join/leave team page
11 years ago
Unknwon
5acc948562
Page: `/org/:orgname/settings`
11 years ago
Unknwon
9a1d5d2489
Finish new web hook pages
11 years ago
Justin Nuß
8023494a94
Fix invalid struct tags and remove unreachable code.
11 years ago
Unknwon
755eec745f
Finish new repo settings page
11 years ago
Unknwon
669552e255
Fix #340
11 years ago
Unknwon
dabf5b057c
Finish new migrate page
11 years ago
Unknwon
9813161411
Reser repo owner to organization when error occurs in repo create page, dashboard news feed page, create organization page
11 years ago
Unknwon
8dd07c0ddd
New UI merge in progress
11 years ago
gima
5a97cc69ed
Make possible for administrators to change user's password (fix proposal for #290 )
11 years ago
Unknown
465dc962b5
Finish create organization team
11 years ago
Unknown
19e9104289
Organization settings page
11 years ago
Unknown
32b09681b2
Migrate repository by organization
11 years ago
Unknown
43b33440b5
Work on create organization repo and #257
11 years ago
Unknown
e0f9c628c5
Add create organization
11 years ago
Unknown
b2801a2e98
Fix #165
11 years ago
Unknown
9d2cef23f2
Fix #165
11 years ago
Unknown
ad5ec45dd6
Fix #165
11 years ago
Unknown
e07674bff1
Support edit release and save as draft
11 years ago
Unknown
9961f9a53c
Fix #197
11 years ago
Unknown
4f2f3c2857
Code convention
11 years ago
Unknown
93f8f92523
Finish create new label
11 years ago
Lunny Xiao
f6c94c29d5
implicated error for ldap dial
11 years ago
Lunny Xiao
7869cfccb9
Merge pull request #192 from DerDackel/ldapssl
...
Add LDAP over SSL support
11 years ago
Sebastian Jackel
eb264a112b
Add LDAP over SSL support
11 years ago
Unknown
54e95fa367
Finish add new milestone
11 years ago
Unknown
f1130ce5e9
Fix edit auth page bug
11 years ago
Unknown
65e628d1f4
ignore broken tests
11 years ago
Unknown
c5dbc24ca4
UI fix
11 years ago
Lunny Xiao
bf58679390
add support for smtp authentication
11 years ago
Lunny Xiao
55019bfbc5
merge all login methods
11 years ago
Lunny Xiao
4d6de6c7b9
add login name for auth type
11 years ago
Unknown
09dba7d63e
Clean names
11 years ago
Unknown
8ca14e2109
Improve delete SSH key
11 years ago
Unknown
24f614f6db
Finish add web hook
11 years ago
Unknown
6e3dba2cc5
Clean repo code
11 years ago
Unknown
bbdfe25769
User code clean and ui improve
11 years ago
Unknown
c1eb4d894a
Clean api code
11 years ago
Unknown
3b7465f817
fix code
11 years ago