summaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* Creating a repo from a template repo via API (#15958)a10121127962021-07-051-0/+30
* Fix relative links in postprocessed images (#16334)zeripath2021-07-042-1/+37
* Fix modified files list in webhooks when there is a space (#16288)zeripath2021-07-022-18/+152
* Add forge emojies (#16296)65432021-07-021-2/+2
* Introduce NotifySubjectType (#16320)65432021-07-012-9/+23
* Update Go-Git to take advantage of LargeObjectThreshold (#16316)zeripath2021-06-302-1/+5
* Prevent zombie processes (#16314)zeripath2021-06-302-2/+10
* Fix webhook commits wrong hash on HEAD reset (#16283)KN4CK3R2021-06-3016-5/+48
* Make the github migration less rate limit waiting to get comment per page fro...Lunny Xiao2021-06-3013-53/+191
* Fix panic in recursive cache (#16298)zeripath2021-06-291-1/+2
* Add custom emoji support (#16004)65432021-06-295-17/+33
* Implemented head_commit for webhooks (#16282)KN4CK3R2021-06-293-63/+92
* Upgrade Gliderlabs SSH to 0.3.3 and add FailedConnectionCallback (#16278)zeripath2021-06-281-0/+11
* Fix API to return author for author on commits(#16276)65432021-06-271-2/+2
* Refactor Webhook + Add X-Hub-Signature (#16176)KN4CK3R2021-06-271-55/+0
* Make allowed Visiblity modes configurable for Users (#16271)65432021-06-271-1/+33
* Make app.ini more restrictive on new installations (#16266)Steven2021-06-271-0/+13
* Add --quiet and --verbose to gitea web to control initial logging (#16260)zeripath2021-06-261-1/+2
* Add Visible modes function from Organisation to Users too (#16069)Sergey Dryabzhinsky2021-06-265-0/+20
* Limit stdout tracelog to actual stdout (#16258)zeripath2021-06-261-1/+5
* Let package git depend on setting but not opposite (#15241)Lunny Xiao2021-06-266-69/+81
* Improve efficiency in FindRenderizableReferenceNumeric and getReferences (#16...zeripath2021-06-261-7/+9
* Added support for gopher URLs. (#14749)ayb2021-06-253-0/+50
* Use gitea logging module for git module (#16243)65432021-06-2517-45/+59
* Add tag protection (#15629)KN4CK3R2021-06-254-11/+117
* Replace ARCCache with TwoQueueCache to avoid patent issue (#16240)Mura Li2021-06-241-2/+2
* Fix diff expansion is missing final line in a file (#16222)KN4CK3R2021-06-241-3/+8
* Rework repository archive (#14723)Lunny Xiao2021-06-236-18/+112
* Add sanitizer rules per renderer (#16110)KN4CK3R2021-06-238-110/+173
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-232-0/+24
* Add code block highlight to orgmode back (#14222)Lunny Xiao2021-06-231-0/+44
* [API] GET / SET User Settings (#16169)65432021-06-232-0/+45
* Small refactoring of modules/private (#15947)KN4CK3R2021-06-232-2/+1
* Use data path instead of config path (#16227)KN4CK3R2021-06-231-1/+1
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-232-5/+47
* Use html.Parse rather than html.ParseFragment (#16223)zeripath2021-06-221-13/+12
* More efficiently parse shas for shaPostProcessor (#16101)zeripath2021-06-214-10/+106
* Use git log name-status in get last commit (#16059)zeripath2021-06-219-295/+473
* Reintroduce squash merge default comment as a config setting (#16134)parnic2021-06-191-0/+3
* Fix some API bugs (#16184)65432021-06-182-2/+4
* Add asymmetric JWT signing (#16010)KN4CK3R2021-06-174-22/+399
* [API] Add repoCreateTag (#16165)65432021-06-172-0/+11
* Speed up git diff highlight generation (#16180)Mura Li2021-06-171-0/+18
* [API] expose repo.GetReviewers() & repo.GetAssignees() (#16168)65432021-06-171-0/+9
* Run processors on whole of text (#16155)zeripath2021-06-173-318/+416
* [API] ListReleases add filter for draft and pre-releases (#16175)65432021-06-172-0/+20
* [API] User expose counters (#16167)65432021-06-172-0/+9
* Ensure settings for Service and Mailer are read on the install page (#15943)zeripath2021-06-161-0/+6
* Clean-up the settings hierarchy for issue_indexer queue (#16001)zeripath2021-06-162-23/+24
* Fix missing discard in repo_language_stats (#16030)zeripath2021-06-161-7/+3