aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
...
* Expanding documentation in queue.go (#26889)zareck2023-09-081-13/+48
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-086-2/+12
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-075-95/+20
* Add reverseproxy auth for API back with default disabled (#26703)Lunny Xiao2023-09-071-0/+2
* Move createrepository from module to service layer (#26927)Lunny Xiao2023-09-068-454/+23
* Artifacts retention and auto clean up (#26131)FuXiaoHei2023-09-061-4/+10
* Fix the display of org level badges (#26504)yp053272023-09-062-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-053-636/+0
* Move feed notification service layer (#26908)Lunny Xiao2023-09-053-511/+0
* Move ui notification to service layer (#26907)Lunny Xiao2023-09-052-257/+0
* Move indexer notification to service layer (#26906)Lunny Xiao2023-09-052-125/+0
* Move mail notification logic to service layer (#26905)Lunny Xiao2023-09-052-207/+0
* Use Go 1.21 and update dependencies (#26878)wxiaoguang2023-09-032-19/+2
* Refactor `og:description` to limit the max length (#26876)wxiaoguang2023-09-031-0/+5
* restrict certificate type for builtin SSH server (#26789)Earl Warren2023-09-011-0/+6
* Avoid double-unescaping of form value (#26853)wxiaoguang2023-09-012-22/+4
* Move web/api context related testing function into a separate package (#26859)wxiaoguang2023-09-011-5/+4
* Render code blocks in repo description (#26830)silverwind2023-08-311-3/+2
* Check blocklist for emails when adding them to account (#26812)techknowlogick2023-08-301-0/+25
* Use `Set[Type]` instead of `map[Type]bool/struct{}`. (#26804)KN4CK3R2023-08-302-17/+12
* Fix some slice append usages (#26778)Chongyi Zheng2023-08-291-1/+1
* Remove redundant nil check in `WalkGitLog` (#26773)Eng Zer Jun2023-08-291-17/+15
* Add fix incorrect can_create_org_repo for org owner team (#26683)yp053272023-08-291-0/+61
* Reduce some allocations in type conversion (#26772)Chongyi Zheng2023-08-291-1/+1
* refactor(API): refactor secret creation and update functionality (#26751)Bo-Yi Wu2023-08-281-14/+2
* Fix bug for ctx usage (#26762)Lunny Xiao2023-08-281-4/+4
* Expanded minimum RSA Keylength to 3072 (#26604)mainboarder2023-08-282-2/+2
* Use docs.gitea.com instead of docs.gitea.io (#26739)Lunny Xiao2023-08-273-8/+8
* Move `modules/mirror` to `services` (#26737)Chongyi Zheng2023-08-273-118/+0
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-253-29/+34
* add Upload URL to release API (#26663)Earl Warren2023-08-241-0/+1
* Add merge files files to GetCommitFileStatus (#20515)Laurent Cahour2023-08-2422-1/+38
* chore(actions): support cron schedule task (#26655)Lunny Xiao2023-08-241-4/+19
* feat(API): update and delete secret for managing organization secrets (#26660)Bo-Yi Wu2023-08-241-0/+9
* Fix counting and filtering on the dashboard page for issues (#26657)Jason Song2023-08-232-3/+51
* feat: implement organization secret creation API (#26566)Bo-Yi Wu2023-08-221-1/+13
* Update minimum password length requirements (#25946)techknowlogick2023-08-211-1/+1
* Use correct minio error (#26634)delvh2023-08-211-2/+2
* Remove avatarHTML from template helpers (#26598)wxiaoguang2023-08-211-1/+0
* Add `branch_filter` to hooks API endpoints (#26599)Yarden Shoham2023-08-211-0/+1
* Add link to job details and tooltip to commit status in repo list in dashboar...yp053272023-08-211-0/+4
* Update tool dependencies (#26607)silverwind2023-08-201-1/+1
* Fix NPM packages name validation (#26595)TimberBro2023-08-202-1/+19
* Support rebuilding issue indexer manually (#26546)Jason Song2023-08-171-7/+15
* Sync repo's IsEmpty status correctly (#26517)wxiaoguang2023-08-171-1/+1
* Explain SearchOptions and fix ToSearchOptions (#26542)Jason Song2023-08-163-22/+35
* Add missing triggers to update issue indexer (#26539)Jason Song2023-08-161-39/+13
* Fix project filter bugs (#26490)CaiCandong2023-08-151-0/+4
* Fix display problems of members and teams unit (#26363)yp053272023-08-151-0/+14
* Add API route to list org secrets (#26485)Bo-Yi Wu2023-08-151-0/+15