aboutsummaryrefslogtreecommitdiffstats
path: root/gogs.go
Commit message (Expand)AuthorAgeFilesLines
* fix markdown autolink errorUnknwon2016-01-091-1/+1
* fix #2360Unknwon2016-01-081-1/+1
* #2345 disallow access of some pages for empty repoUnknwon2016-01-071-1/+1
* fix #2350Unknwon2016-01-071-1/+1
* update dep lib version requirementUnknwon2016-01-061-1/+1
* fix #2327Unknwon2016-01-051-1/+1
* #2185 fall back to use custom chardet libUnknwon2015-12-311-1/+1
* more fix on #2268Unknwon2015-12-301-1/+1
* #2282 fast detection of utf-8Unknwon2015-12-271-1/+1
* #2282 fix utf-8 recognized as windows-1252Unknwon2015-12-251-1/+1
* #2264 use monospaced font for commit IDs in news feedsUnknwon2015-12-241-1/+1
* #1692 APIs: Users FollowersUnknwon2015-12-211-1/+1
* #2014 allow switch branches between two orgs in compose PRUnknwon2015-12-201-1/+1
* fix #1436Unknwon2015-12-191-1/+1
* make mailer log more verboseUnknwon2015-12-191-1/+1
* fix #2189Unknwon2015-12-181-1/+0
* fix #2223Unknwon2015-12-171-1/+1
* #1692 add organization APIsUnknwon2015-12-171-1/+1
* #2103 #2181 improvments of highlight class nameUnknwon2015-12-161-1/+1
* #1692 add user email APIsUnknwon2015-12-151-1/+1
* fix #2205Unknwon2015-12-151-1/+1
* fix possible disclosureUnknwon2015-12-141-1/+1
* fix huge diff hangsUnknwon2015-12-141-1/+1
* #2176 fix 500 on /watchers & /stars for pgUnknwon2015-12-141-1/+1
* improve get commits performanceUnknwon2015-12-131-1/+1
* Drop Go 1.3 supportUnknwon2015-12-131-1/+1
* #2185 use Go sub-repo to detect encodingUnknwon2015-12-131-1/+1
* #2167 able to identify git version on WindowsUnknwon2015-12-131-1/+1
* prepare releaseUnknwon2015-12-121-1/+1
* #2156 add edit org link in admin panelUnknwon2015-12-121-1/+1
* #2156 admin able to edit organization max repo creationUnknwon2015-12-111-1/+1
* #2154 disable change user for non-local usersUnknwon2015-12-111-1/+1
* #2114 External URL for wikiUnknwon2015-12-111-1/+1
* #1938 #1374 disable password change for non-local usersUnknwon2015-12-101-1/+1
* fix bool check for repo max limit and fix hang when push repo with tons of co...Unknwon2015-12-101-1/+1
* #1575 Limit repo creationUnknwon2015-12-101-1/+1
* #1612 Ability to send mail when a new pull request is submittedUnknwon2015-12-101-1/+1
* move out git module and #1573 send push hookUnknwon2015-12-091-1/+1
* gogs: add import that lets gogs run as a stand-alone windows serviceDaniel Theophanes2015-12-091-0/+1
* #1943 Able to config fsck timeoutUnknwon2015-12-091-1/+1
* unified name: IsViewBranch, IsViewCommit and IsViewTagUnknwon2015-12-091-1/+1
* #1984 Better mirror repo managementUnknwon2015-12-081-1/+1
* #1627 auto login after install if admin is configuredUnknwon2015-12-081-1/+1
* fix wrong slack webhook payload URLUnknwon2015-12-061-1/+1
* #2063 Ability to delete repo from admin panelUnknwon2015-12-051-1/+1
* fix #2105 and fix #1857Unknwon2015-12-051-1/+1
* #2052 advanced select ops for system noticesUnknwon2015-12-051-1/+1
* fix #1829 and fix #890Unknwon2015-12-041-1/+1
* refactor API routes and some work for #976Unknwon2015-12-041-1/+1
* fix #976Unknwon2015-12-031-1/+1