summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Support for custom html meta (#1423)Jonas2017-03-312-0/+23
* Allow ENABLE_OPENID_SIGNUP to depend on DISABLE_REGISTRATION (#1369)Sandro Santilli2017-03-292-25/+27
* refactor: remove workaround after the golang 1.7 release. (#1349)Bo-Yi Wu2017-03-292-0/+30
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-216-13/+9
* Delete the useless code (#1335)caiwp2017-03-201-4/+0
* remove empty file (#1326)Lunny Xiao2017-03-191-0/+0
* feat: Only use issue and wiki on repo. (#1297)Bo-Yi Wu2017-03-181-18/+2
* Login via OpenID-2.0 (#618)Sandro Santilli2017-03-177-1/+225
* fix wrong log when push to a new branch (#1220)Lunny Xiao2017-03-171-0/+0
* Fix nil-dereference bugEthan Koenig2017-03-151-1/+5
* Fix typos in models/ and modules/ (#1248)Ethan Koenig2017-03-1518-48/+48
* Refactor and fix incorrect comment (#1247)Ethan Koenig2017-03-152-3/+3
* Fix Git hooks not being executed on Windows when running as a service (#1149)Andrey Nering2017-03-091-1/+2
* refactor: remove redundant slash. (#1109)Bo-Yi Wu2017-03-031-3/+1
* fix: gofmt errors. (#1106)Bo-Yi Wu2017-03-034-18/+20
* add ProxyFromEnvironment if none set (#1096)Schwobaland2017-03-021-1/+5
* Log config pretty printer (#1097)Jonas2017-03-021-0/+9
* add back the default setting values and fix #739 (#1093)Lunny Xiao2017-03-011-4/+10
* Fixed custom templates for static builds (#1087)Thomas Boerger2017-03-012-15/+89
* fix some typos (#1082)Lunny Xiao2017-02-281-3/+3
* Fix for #828: Embed build tags (#1051)Jonas2017-02-282-1/+5
* Remove test that touch networkAndrey Nering2017-02-251-14/+2
* Fix URL handling in the whole markdown module, improve test coverage (#1027)Andrew Boyarshin2017-02-242-151/+264
* Fixes 1019, install page SMTP user is required to (#1020)puffybsd2017-02-241-1/+1
* fix panic when push but the only log mode console is disabled by serv and upd...Lunny Xiao2017-02-222-0/+11
* Oauth2 consumer (#679)Willem van Dreumel2017-02-224-4/+112
* Protected branches system (#339)Denis Denisov2017-02-211-1/+0
* disable console output xorm log on ssh (#993)Lunny Xiao2017-02-211-3/+5
* Make Xorm log configurable (#174)Lunny Xiao2017-02-202-4/+223
* Security: prevent XSS attach on wiki pageUnknwon2017-02-161-0/+2
* fix ssh domain default value to domain (#930)Lunny Xiao2017-02-151-1/+4
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-141-0/+7
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-142-138/+871
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-0/+1
* Add missing copyright header to status table test (#902)Andrew2017-02-111-0/+4
* Implement archive cleanup (#885)Andrew2017-02-112-0/+27
* Improve status table implementation (#879)Andrew2017-02-093-12/+29
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-082-290/+174
* Redirects for renamed repos (#807)Ethan Koenig2017-02-051-4/+31
* Avoid duplicate queries in auth (#827)Ethan Koenig2017-02-051-57/+48
* Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)Matthias Loibl2017-02-051-1/+3
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-041-0/+15
* Allow using custom time format (#798)ʿAhed ʿid2017-02-041-1/+11
* Cleanup log messagingGabriel Jackson2017-02-026-44/+43
* Remove unneeded database loads (#814)Ethan Koenig2017-02-021-3/+1
* Allow custom public files (#782)Thomas Boerger2017-01-281-0/+17
* refactor: Remove unnecessary type conversions (#772)Bo-Yi Wu2017-01-273-4/+4
* Merge pull request #736 from andreynering/fix-windows-sshAndrey Nering2017-01-257-2/+149
|\
| * Fix lintAndrey Nering2017-01-231-1/+1
| * Fix SSH server on Windows when running as serviceAndrey Nering2017-01-233-4/+14