aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* new user dahsboard issuesUnknwon2015-08-2516-258/+427
|
* #1521 reduce Docker image sizeUnknwon2015-08-253-30/+57
|
* Merge pull request #1536 from goldbattle/patch-1无闻2015-08-251-2/+2
|\ | | | | Updated - Lang Selection Width
| * Updated - Lang Selection WidthPatrick Geneva2015-08-241-2/+2
|/
* #1535 Removing deploy key does not remove keyUnknwon2015-08-252-10/+14
|
* Merge pull request #1534 from Naxiz/master无闻2015-08-251-2/+2
|\ | | | | Fix missing space in issue emails subject
| * Fix missing space in issue emails subjectLouis Matthijssen2015-08-241-2/+2
|/
* #1246 Dashboard error: nil commitsUnknwon2015-08-253-2/+4
|
* update localesUnknwon2015-08-2413-182/+273
|
* Merge pull request #1523 from YoungHu/develop无闻2015-08-241-1/+1
|\ | | | | 错误字符修正
| * 错误字符修正Young Hu2015-08-211-1/+1
| |
* | fix release created timezone issueUnknwon2015-08-244-3/+14
|/
* Merge pull request #1519 from haoyixin/develop无闻2015-08-211-1/+1
|\ | | | | Modify minimumKeySize of RSA to 1024 for old keys.
| * Modify minimumKeySize of RSA to 1024 for old keys.Yixin Hao2015-08-211-1/+1
| |
| * Merge pull request #2 from gogits/developYixin Hao2015-08-2128-322/+657
| |\ | |/ |/| Update Develop
* | fix cssUnknwon2015-08-212-1/+6
| |
* | fix styleUnknwon2015-08-212-8/+2
| |
* | finsih diff and compareUnknwon2015-08-217-132/+304
| |
* | new commits tableUnknwon2015-08-2014-90/+163
| |
* | minor fix on #1517Unknwon2015-08-201-5/+5
| |
* | add confirmation to delete ssh keyUnknwon2015-08-209-115/+163
| |
* | 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~
* | | more on #966Unknwon2015-08-201-0/+6
| | |
* | | fix #966Unknwon2015-08-202-1/+8
| |/ |/|
* | update localesUnknwon2015-08-203-9/+19
| |
* | allow edit issue and commentUnknwon2015-08-2011-48/+238
| |
* | fix timezone!Unknwon2015-08-203-6/+24
| |
* | fix timezoneUnknwon2015-08-203-4/+6
| |
* | print time to debugUnknwon2015-08-202-3/+4
| |
* | #1500 use UTC for TimeSinceUnknwon2015-08-201-2/+2
| |
* | work #1500Unknwon2015-08-202-15/+28
| |
* | able edit issue titleUnknwon2015-08-1913-164/+247
|/
* fix error in docker docUnknwon2015-08-191-2/+2
|
* fix docker docs styleUnknwon2015-08-191-6/+6
|
* Able to set SSH port when install, update Docker docsUnknwon2015-08-198-31/+50
|
* minor fix on API responseUnknwon2015-08-195-16/+13
|
* Merge pull request #1507 from cloudron-io/develop无闻2015-08-197-8/+38
|\ | | | | Set IsAdmin using LDAP
| * Set IsAdmin using LDAPGirish Ramakrishnan2015-08-187-8/+38
| | | | | | | | | | | | | | | | | | 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-193-12/+23
|\ \ | | | | | | Factor out function to get the current user
| * | Factor out function to get the current userPaolo Borelli2015-08-153-12/+23
| | | | | | | | | | | | | | | The same logic was duplicated in three places. Factor it out so that we can add further fallbacks in a single place.
* | | Merge pull request #1506 from Ralph-Wang/develop无闻2015-08-198-8/+8
|\ \ \ | |_|/ |/| | add newline at the end of file for each gitignore
| * | add newline at the end of file for each gitignoreRalph-Wang2015-08-198-8/+8
|/ /
* | token recent activityUnknwon2015-08-196-8/+24
| |
* | minor fix on API responseUnknwon2015-08-192-2/+7
| |
* | only assign auto-admin when sign up by webUnknwon2015-08-194-12/+14
| |
* | fix access token styleUnknwon2015-08-193-4/+4
| |
* | new access token UIUnknwon2015-08-1915-200/+233
| |
* | Merge branch 'develop' of github.com:gogits/gogs into developUnknwon2015-08-192-2/+2
|\ \
| * \ Merge pull request #1504 from LydiaSevelt/master无闻2015-08-192-2/+2
| |\ \ | | | | | | | | Change input field to type=password for the authentication templates.