aboutsummaryrefslogtreecommitdiffstats
path: root/modules
Commit message (Expand)AuthorAgeFilesLines
* 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
* minio: add missing region on client initialization (#26412)nekrondev2023-08-101-0/+1
* Use template context function for avatar rendering (#26385)wxiaoguang2023-08-103-19/+25
* Fix admin queue page title (#26409)wxiaoguang2023-08-101-2/+7
* Pre-register OAuth2 applications for git credential helpers (#26291)Denys Konovalov2023-08-091-0/+2
* Make `user-content-* ` consistent with github (#26388)CaiCandong2023-08-092-9/+64
* Introduce ctx.PathParamRaw to avoid incorrect unescaping (#26392)wxiaoguang2023-08-091-0/+4
* Refactor "editorconfig" (#26391)wxiaoguang2023-08-081-17/+6
* Remove unnecessary template helper DisableGravatar (#26386)wxiaoguang2023-08-081-5/+0
* Remove unnecessary template helper repoAvatar (#26387)wxiaoguang2023-08-082-12/+0
* Start using template context function (#26254)wxiaoguang2023-08-086-12/+74
* Rename code_langauge.go to code_language.go (#26377)cassiozareck2023-08-071-0/+0
* Do not highlight `#number` in documents (#26365)Earl Warren2023-08-073-1/+61
* Fix incorrect CLI exit code and duplicate error message (#26346)wxiaoguang2023-08-051-0/+6
* Prevent newline errors with Debian packages (#26332)KN4CK3R2023-08-051-10/+11
* Fix the bug when getting files changed for `pull_request_target` event (#26320)Zettat1232023-08-052-10/+22
* Refactor backend SVG package and add tests (#26335)wxiaoguang2023-08-054-38/+111
* Make git batch operations use parent context timeout instead of default timeo...wxiaoguang2023-08-041-0/+4
* Fix the wrong derive path (#26271)Lunny Xiao2023-08-042-17/+215
* Support getting changed files when commit ID is `EmptySHA` (#26290)Zettat1232023-08-043-3/+50
* Clarify the logger's MODE config option (#26267)wxiaoguang2023-08-011-1/+1
* Add 'Show on a map' button to Location in profile, fix layout (#26214)Panagiotis "Ivory" Vasilopoulos2023-07-311-0/+2
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-3123-382/+2318
* Fix typo in metadata (#26207)KN4CK3R2023-07-302-2/+2
* Fix allowed user types setting problem (#26200)Lunny Xiao2023-07-282-6/+110