summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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.
| | * | Change input field to type=password for the authentication templates.Lydia Sevelt2015-08-182-2/+2
| |/ /
* / / new delete account UI and password confirmationUnknwon2015-08-1914-52/+137
|/ /
* | new UI on admin/monitorUnknwon2015-08-199-142/+194
| |
* | detect kill signalUnknwon2015-08-181-0/+11
| |
* | update Docker READMEUnknwon2015-08-182-17/+26
| |
* | work on #986 and fix a LDAP crashUnknwon2015-08-184-61/+111
| |
* | change minimum password length to 1Unknwon2015-08-181-4/+4
| |
* | make cron task configurableUnknwon2015-08-1810-80/+123
| |
* | try to fix HTTP ops not GCUnknwon2015-08-171-0/+1
| |
* | Merge pull request #1497 from codeskyblue/develop无闻2015-08-172-3/+16
|\ \ | | | | | | add pam for docker
| * | add pam for dockercodeskyblue2015-08-172-3/+16
|/ /
* | update docker READMEUnknwon2015-08-171-7/+8
| |
* | Merge pull request #1494 from codeskyblue/develop无闻2015-08-1726-360/+101
|\ \ | | | | | | docker support ssh
| * | add docker ssh supportcodeskyblue2015-08-172-27/+23
| | |
| * | add missing filecodeskyblue2015-08-171-0/+54
| | |
| * | pass test in my foreign machine testcodeskyblue2015-08-173-62/+8
| | |
| * | Merge branch 'develop' of https://github.com/gogits/gogs into developcodeskyblue2015-08-1713-147/+857
| |\ \
| * | | some modify, I need to move my workenv to foreign county, network in china ↵codeskyblue2015-08-1728-374/+119
| | | | | | | | | | | | | | | | is so slow.