summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* fix bug when set indexer as db and add tests (#6173)Lunny Xiao2019-02-243-3/+30
* Add more tests and docs for issue indexer, add db indexer type for searching ...Lunny Xiao2019-02-217-10/+85
* refactor issue indexer, add some testing and fix a bug (#6131)Lunny Xiao2019-02-214-16/+219
* Minor UI tweaks (#5980)John Olheiser2019-02-192-0/+6
* remove unused file (#6121)Lunny Xiao2019-02-191-143/+0
* Refactor issue indexer (#5363)Lunny Xiao2019-02-199-17/+656
* Fix prohibit login check on authorization (#6106)Lunny Xiao2019-02-191-2/+7
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-183-0/+64
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-183-2/+63
* Move to ldap.v3 to fix #5928 (#6105)zeripath2019-02-181-2/+2
* modules/context/auth.go: fix redirect loop (#5965)xdch472019-02-171-1/+1
* Allow markdown files to read from the LFS (#5787)zeripath2019-02-122-1/+70
* Refactor editor upload, update and delete to use git plumbing and add LFS sup...zeripath2019-02-125-0/+862
* In basic auth check for tokens before call UserSignIn (#5725)manuelluis2019-02-121-5/+46
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-102-22/+25
* Split setting.go as multiple files (#6014)Lunny Xiao2019-02-107-442/+509
* add default time out for git operations (#6015)Lunny Xiao2019-02-091-0/+5
* Remove extra spaces (#6016)Thomas Loubiou2019-02-091-1/+1
* Fix #5799 - swagger for mergePullRequest (#5996)Thomas Loubiou2019-02-081-0/+3
* use native golang SSH library but ssh-keygen when enable built-in SSH server ...Lunny Xiao2019-02-071-2/+43
* Feature - Pagination for git tree API (#5838)Richard Mahn2019-02-061-6/+8
* Allow Macaron to be set to log through to gitea.log (#5667)zeripath2019-02-052-4/+48
* add other session providers (#5963)techknowlogick2019-02-051-2/+7
* Fix ssh deploy and user key constraints (#1357) (#5939)zeripath2019-02-031-0/+25
* Make log mailer for testing (#5893)zeripath2019-02-022-6/+35
* Fix bug when read public repo lfs file (#5912)Lunny Xiao2019-01-311-2/+5
* Recover panic in orgmode.Render if bad orgfile (#4982) (#5903)zeripath2019-01-301-4/+10
* Provide better panic handling (#5902)zeripath2019-01-302-1/+113
* Only allow local login if password is non-empty (#5906)zeripath2019-01-301-1/+1
* Fix go-get URL generation (#5905)Lauris BH2019-01-302-2/+3
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-0/+2
* improve the releases api paging (#5831)Lunny Xiao2019-01-241-0/+2
* Fix TLS errors when using acme/autocert for local connections (#5820)Joona Hoikkala2019-01-231-0/+1
* Request for public keys only if LDAP attribute is set (#5816)Lauris BH2019-01-241-11/+29
* Feature: Archive repos (#5009)kolaente2019-01-232-1/+11
* Pooled and buffered gzip implementation (#5722)zeripath2019-01-232-0/+458
* Disallow empty titles (#5785)Lanre Adelowo2019-01-212-0/+22
* Make db connect more robust (#5738)Paul Brackin2019-01-191-6/+10
* Moved defaults in defaults.go to setting.go (#5764)John Olheiser2019-01-192-15/+9
* ldap: Adjust log settings when a user is not found. (#5771)Harshit Bansal2019-01-191-3/+3
* Log IP of failed ssh connection (#5766)Robert Sprunk2019-01-191-2/+2
* Refactor repo.isBare to repo.isEmpty #5629 (#5714)zeripath2019-01-172-6/+6
* Refactor notification for indexer (#5111)Lunny Xiao2019-01-172-0/+64
* Support CORS headers to git smart http protocol (#5719)Lunny Xiao2019-01-141-18/+20
* Prioritize "readme.md" (#5691)Khaled Hamed2019-01-142-2/+29
* Discord Oauth2 support (#4476)techknowlogick2019-01-131-0/+3
* Refactor mail notification (#5110)Lunny Xiao2019-01-135-46/+185
* When redirecting clean the path to avoid redirecting to //www.othersite.com (...zeripath2019-01-091-1/+1
* Allow for user specific themes (#5668)Lanre Adelowo2019-01-093-4/+31
* Synchronize SSH keys on login with LDAP + Fix SQLite deadlock on ldap ssh key...zeripath2018-12-271-7/+9