summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Fix Go 1.13 private repository go get issue (#8112)Lunny Xiao2019-09-062-3/+20
* Move git diff codes from models to services/gitdiff (#7889)Lunny Xiao2019-09-054-7/+12
* feat: highlight issue references with : (#8101)Rinat2019-09-052-2/+9
* Strict name matching for Repository.GetTagID() (#8074)guillep2k2019-09-042-4/+17
* Add API endpoint for accessing repo topics (#7963)David Svantesson2019-09-031-0/+29
* Avoid ambiguity of branch/directory names for the git-diff-tree command (#8066)Mura Li2019-09-031-2/+1
* Search Commits via Commit Hash (#7400)Gary Kim2019-09-021-12/+33
* Make encoding tests independent of LOCALE settings (#8018)guillep2k2019-09-021-12/+26
* Add Ability for User to Customize Email Notification Frequency (#7813)Gary Kim2019-08-291-0/+4
* Fixes #7945 - makes sure we are only getting tag refs (#7990)Richard Mahn2019-08-261-1/+1
* swagger/fix: []string are not enum by swagger definition (#7916)Antoine GIRARD2019-08-261-3/+3
* API method to list all commits of a repository (#6408)Mike Schwörer2019-08-261-0/+6
* Include description in repository search. (#7942)David Svantesson2019-08-251-13/+15
* Abort syncrhonization from LDAP source if there is some error. (#7960)David Svantesson2019-08-241-5/+5
* Add support for DEFAULT_ORG_MEMBER_VISIBLE (#7669)guillep2k2019-08-241-0/+2
* Move database settings from models to setting (#7806)Lunny Xiao2019-08-244-24/+295
* Allow token as authorization for accessing attachments (#7909)David Svantesson2019-08-241-1/+6
* Use gitea forked macaron (#7933)Tamal Saha2019-08-2355-94/+108
* Add file status on API (#7671)Lunny Xiao2019-08-212-11/+15
* fix bug when migrating a private repository (#7917)Lunny Xiao2019-08-201-1/+12
* Fix upload file type check (#7890)Lunny Xiao2019-08-172-10/+54
* Extract the username and password from the mirror url (#7651)zeripath2019-08-161-7/+9
* Detect delimiter in CSV rendering (#7869)Norwin2019-08-162-6/+66
* Remove unique filter from repo indexer analyzer. (#7878)guillep2k2019-08-151-3/+2
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-1511-358/+449
* Convert files to utf-8 for indexing (#7814)guillep2k2019-08-157-152/+354
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-0/+57
* Attempt to fix hook problem (#7854)zeripath2019-08-141-1/+3
* Check commit message hashes before making links (#7713)Gary Kim2019-08-143-14/+31
* Import topics during migration (#7851)Antoine GIRARD2019-08-147-0/+33
* Do not fetch all refs (#7797)Mura Li2019-08-131-1/+1
* Fix lax comparison in validation tests (#7815)WGH2019-08-121-2/+6
* Fix duplicate call of webhook (#7821)Antoine GIRARD2019-08-114-112/+0
* Remove camel case tokenization from repo indexer (#7733)guillep2k2019-08-061-3/+2
* Be more strict with git arguments (#7715)zeripath2019-08-0512-20/+41
* Add a lot of extension to language mappings for syntax highlights (#7741)silverwind2019-08-051-35/+79
* Fix specific highlighting (CMakeLists.txt ...) (#7686)FlorianBen2019-08-041-5/+7
* Include "executable" files in the index, as they are not necessarily binary (...guillep2k2019-08-021-0/+5
* remove unnecessary fmt on generate bindata (#7706)Lunny Xiao2019-08-013-3/+0
* Correct wrong datetime format for git (#7689)zeripath2019-07-312-2/+2
* Move commit repo action from models to repofiles package (#7645)Lunny Xiao2019-07-303-1/+338
* fix bug on migrating milestone from github (#7665)Lunny Xiao2019-07-291-1/+1
* Fix bug create/edit wiki pages when code master branch protected (#7580)Lunny Xiao2019-07-251-1/+7
* Fix panic on push at #7611 (#7615)zeripath2019-07-251-1/+1
* Move models.PushUpdate to repofiles.PushUpdate (#7485)Lunny Xiao2019-07-241-2/+87
* Added missing error checks in tests (#7554)Christian Muehlhaeuser2019-07-232-1/+5
* Removed unnecessary conversions (#7557)Christian Muehlhaeuser2019-07-2320-37/+31
* Fix empty commits now showing in repo overview (#7521)silverwind2019-07-227-13/+24
* Un-lambda base.FileSize (#7556)Christian Muehlhaeuser2019-07-221-4/+2
* Fix markdown invoke sequence (#7513)Lunny Xiao2019-07-181-1/+1