aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* Detect ogg mime-type as audio or video (#26494)wxiaoguang2023-08-152-1/+25
* Handle base64 decoding correctly to avoid panic (#26483)wxiaoguang2023-08-145-17/+39
* Allow to archive labels (#26478)puni98692023-08-141-0/+6
* Fix storage path logic especially for relative paths (#26441)Lunny Xiao2023-08-132-93/+294
* Close stdout correctly for "git blame" (#26470)wxiaoguang2023-08-131-5/+12
* Remove last newline from config file (#26468)wxiaoguang2023-08-122-0/+21
* Adjust minio new sequence, now it will check whether bucket exist first and t...Lunny Xiao2023-08-121-6/+10
* Set commit id when ref used explicitly (#26447)Jack Hay2023-08-121-0/+1