summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Merge commit 'af636848622c8ad27cace63be5f9dd9aaa565502' as 'modules/minwinsvc'Andrey Nering2017-01-235-0/+137
* | Update Website binding MaxSize to 255 (#722)Bwko2017-01-254-6/+6
* | Search bar for issues/pulls (#530)Ethan Koenig2017-01-253-0/+45
|/
* fix logfile name (#731)DWE2017-01-231-1/+1
* Add option to app.ini to enable local import paths (#724)Bwko2017-01-231-2/+4
* Remove the default console logger when it is not set in the configuration (#602)willemvd2017-01-172-0/+21
* Refactor process package and introduce ProcessManager{} with tests (#75)Matthias Loibl2017-01-172-72/+120
* Two factor authentication support (#630)Andrew2017-01-161-0/+20
* Attach to release (#673)Philip Couling2017-01-152-1/+3
* Don't create a default pid file (#637)Bwko2017-01-141-4/+2
* docs: update translation on homepage for zh-tw (#634)Bo-Yi Wu2017-01-111-1/+1
* refactor: check the error returned by os.MkdirAll()Bo-Yi Wu2017-01-091-1/+3
* feat: support pid file.Bo-Yi Wu2017-01-091-0/+23
* Add default SSH_LISTEN_PORT config value (#603) (#607)Manuel Kuhlmann2017-01-081-0/+1
* Add Keep email private (see issue #571). (#571)derSuessmann2017-01-082-11/+18
* UI config to toggle whether user email shows up in Explore Users (#336)Thiago Avelino2017-01-011-0/+3
* Restrict creating organisations by user (#193)Schwobaland2016-12-311-13/+14
* fix gofmt errorBo-Yi Wu2016-12-302-4/+3
* Notification - Step 1 (#523)Andrey Nering2016-12-311-0/+50
* Repo permission bug fixes (#513)Ethan Koenig2016-12-291-30/+0