aboutsummaryrefslogtreecommitdiffstats
path: root/services
Commit message (Expand)AuthorAgeFilesLines
* Add generic set type (#21408)KN4CK3R2022-10-127-34/+33
* Do DB update after merge in hammer context (#21401)zeripath2022-10-111-10/+12
* Stop logging CheckPath returns error: context canceled (#21064)zeripath2022-10-101-2/+0
* Fix formatted link for PR review notifications to matrix (#21319)Akshay Mankar2022-10-072-3/+3
* Refactor parseTreeEntries, speed up tree list (#21368)wxiaoguang2022-10-081-1/+1
* SessionUser protection against nil pointer dereference (#21358)Paweł Bogusławski2022-10-061-0/+4
* Foreign ID conflicts if ID is 0 for each item (#21271)techknowlogick2022-10-021-0/+4
* Allow specifying SECRET_KEY_URI, similar to INTERNAL_TOKEN_URI (#19663)Clar Fon2022-10-021-1/+1
* Add support for authentication based on reverse proxy email (#19949)Hasnain Lakhani2022-09-281-8/+52
* Upgrade chroma to v2.3.0 (#21259)silverwind2022-09-261-3/+3
* Limit length of repo description and repo url input fields (#21119)JakobDev2022-09-161-4/+4
* Keep path when creating a new branch (#21153)JakobDev2022-09-151-0/+1
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Move go-licenses to generate and separate generate into a frontend and backen...zeripath2022-09-051-1/+0
* Webhook for Wiki changes (#20219)Aaron F2022-09-0422-7/+470
* test: use `T.TempDir` to create temporary test directory (#21043)Eng Zer Jun2022-09-041-10/+2
* Add more checks in migration code (#21011)zeripath2022-09-0414-233/+642
* Update a few go dependencies (#21022)zeripath2022-09-011-1/+1
* Go 1.19 format (#20758)John Olheiser2022-08-302-5/+8
* fix hard-coded timeout and error panic in API archive download endpoint (#20925)Peter Gardfjäll2022-08-291-10/+61
* Share HTML template renderers and create a watcher framework (#20218)zeripath2022-08-284-14/+10
* Replace `ServeStream` with `ServeContent` (#20903)KN4CK3R2022-08-251-4/+4
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-2529-177/+253
* Double check CloneURL is acceptable (#20869)zeripath2022-08-213-5/+24
* Prevent 500 is head repo does not have PullRequest unit in IsUserAllowedToUpd...zeripath2022-08-181-0/+3
* Add proxy host into allow list (#20798)Lunny Xiao2022-08-161-0/+5
* auth/reverseproxy: Add support for full name (#20776)Will Norris2022-08-161-2/+8
* Add migrate repo archiver and packages storage support on command line (#20757)Lunny Xiao2022-08-161-1/+1
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-1620-91/+91
* Switch Unicode Escaping to a VSCode-like system (#19990)zeripath2022-08-131-16/+17
* refactor webhook *NewPost (#20729)oliverpool2022-08-113-6/+38
* Add support mCaptcha as captcha provider (#20458)Gusted2022-08-102-0/+2
* Remove manual rollback for failed generated repositories (#20639)Gabriel Vasile2022-08-091-7/+0
* Fix typo in source (#20723)luzpaz2022-08-091-2/+2
* Fix init mail render logic (#20704)KN4CK3R2022-08-083-25/+17
* Use correct context to get package content (#20673)KN4CK3R2022-08-041-1/+1
* Check issue labels slice length before calling xorm Insert; fixes #20654 (#20...Gabriel Vasile2022-08-041-0/+5
* Rework mailer settings (#18982)Clar Fon2022-08-026-46/+64
* Add new API endpoints for push mirrors management (#19841)Mohamed Sekour2022-07-302-3/+3
* Add latest commit's SHA to content response (#20398)Gusted2022-07-303-27/+40
* Ensure that all unmerged files are merged when conflict checking (#20528)zeripath2022-07-292-2/+27
* Added email notification option to receive all own messages (#20179)Tyrone Yeh2022-07-281-1/+4
* Add Docker /v2/_catalog endpoint (#20469)KN4CK3R2022-07-282-12/+59
* Hide internal package versions (#20492)KN4CK3R2022-07-271-1/+3
* Slightly simplify LastCommitCache (#20444)zeripath2022-07-251-9/+7
* Improve code diff highlight, fix incorrect rendered diff result (#19958)wxiaoguang2022-07-234-375/+374
* Fix: Actor is required to get user repositories (#20443)Dhruv Manilawala2022-07-212-0/+21
* Add "X-Gitea-Object-Type" header for GET `/raw/` & `/media/` API (#20438)65432022-07-211-0/+16
* Dismiss prior pull reviews if done via web in review dismiss (#20197)65432022-07-191-1/+18
* Remove confusing TrimPrefix(... git.BranchPrefix) (#20369)wxiaoguang2022-07-161-2/+0