summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Collapse)AuthorAgeFilesLines
* new commits tableUnknwon2015-08-201-1/+3
|
* minor fix on #1517Unknwon2015-08-201-5/+5
|
* add confirmation to delete ssh keyUnknwon2015-08-201-2/+2
|
* Merge pull request #1517 from haoyixin/master无闻2015-08-201-1/+31
|\ | | | | Added supported of 'AUTH LOGIN'
| * Added supported of 'AUTH LOGIN'Yixin Hao2015-08-201-1/+31
| | | | | | i've been missing a 'r' in previous, lol~
* | fix #966Unknwon2015-08-201-0/+7
| |
* | update localesUnknwon2015-08-201-4/+4
| |
* | fix timezoneUnknwon2015-08-201-1/+0
| |
* | print time to debugUnknwon2015-08-201-2/+3
| |
* | #1500 use UTC for TimeSinceUnknwon2015-08-201-2/+2
| |
* | able edit issue titleUnknwon2015-08-192-6/+8
|/
* Able to set SSH port when install, update Docker docsUnknwon2015-08-192-18/+19
|
* Merge pull request #1507 from cloudron-io/develop无闻2015-08-192-7/+25
|\ | | | | Set IsAdmin using LDAP
| * Set IsAdmin using LDAPGirish Ramakrishnan2015-08-182-7/+25
| | | | | | | | | | | | | | | | | | 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.
* | Merge pull request #1414 from nice-software/wip/currentUser无闻2015-08-192-4/+20
|\ \ | |/ |/| Factor out function to get the current user
| * Factor out function to get the current userPaolo Borelli2015-08-152-4/+20
| | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.
* | token recent activityUnknwon2015-08-192-4/+9
| |
* | only assign auto-admin when sign up by webUnknwon2015-08-191-1/+1
| |
* | new access token UIUnknwon2015-08-192-6/+6
| |
* | work on #986 and fix a LDAP crashUnknwon2015-08-182-14/+13
| |
* | change minimum password length to 1Unknwon2015-08-181-4/+4
| |
* | make cron task configurableUnknwon2015-08-183-62/+52
| |
* | work on #1493Unknwon2015-08-171-1/+1
| |
* | Small style fixes to the LDAP module READMESergio Benitez2015-08-161-3/+3
| |
* | Merge branch 'develop' of https://github.com/SergioBenitez/gogs into developUnknwon2015-08-165-147/+167
|\ \ | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go
| * | Updated the LDAP module readme.Sergio Benitez2015-08-121-29/+29
| | |
| * | Significantly enhanced LDAP support in Gogs.Sergio Benitez2015-08-125-165/+236
| | |
* | | fix style and locale nameUnknwon2015-08-161-2/+2
| | |
* | | update locale and TRANSLATORUnknwon2015-08-151-11/+11
| | |
* | | fix autocomplete on migrationUnknwon2015-08-151-6/+6
| | |
* | | Merge pull request #1475 from donbowman/master无闻2015-08-151-1/+0
|\ \ \ | | | | | | | | Fix race condition on ssh key delete, and revert re-revert of hard line break
| * \ \ Merge branch 'master' of https://github.com/gogits/gogsDon Bowman2015-08-1220-420/+836
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: routers/repo/download.go
| * | | | fixes for binaryDon Bowman2015-08-121-1/+0
| | | | |
* | | | | clean file and update localesUnknwon2015-08-151-2/+2
| | | | |
* | | | | #1180 and #1250: migrationUnknwon2015-08-151-2/+2
| |_|_|/ |/| | |
* | | | update localeUnknwon2015-08-151-10/+10
| | | |
* | | | able sort issuesUnknwon2015-08-151-2/+2
| | | |
* | | | Filter issues by assigneeUnknwon2015-08-151-2/+2
| | | |
* | | | more on #1319Unknwon2015-08-151-4/+4
| | | |
* | | | able edit issue labels/milestone/assigneeUnknwon2015-08-152-5/+10
| | | |
* | | | Show owner/poster tags of comments and fix #1312Unknwon2015-08-143-4/+51
| | | |
* | | | finish close/reopen issueUnknwon2015-08-132-4/+4
| | | |
* | | | finish view comments on issue pageUnknwon2015-08-134-8/+23
| | | |
* | | | add comment form UIUnknwon2015-08-121-2/+2
| | | |
* | | | finish view issue without comments and opsUnknwon2015-08-121-5/+5
| |_|/ |/| |
* | | update localesUnknwon2015-08-121-8/+8
| | |
* | | finish attachments when create issueUnknwon2015-08-113-6/+7
| | |
* | | finish create issue attachment UIUnknwon2015-08-111-3/+3
| | |
* | | Merge branch 'develop' of github.com:gogits/gogs into feature/pull_request2Unknwon2015-08-102-7/+10
|\ \ \ | | | | | | | | | | | | | | | | | | | | # Conflicts: # modules/bindata/bindata.go # public/css/gogs.min.css
| * | | minor fix on #1460Unknwon2015-08-101-47/+47
| | | |