aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* Federation: return useful statistic information for nodeinfo (#19561)65432022-05-023-8/+24
* ignore DNS error when doing migration allow/block check (#19566)wxiaoguang2022-05-021-4/+0
* Respect DefaultUserIsRestricted system default when creating new user (#19310)Jimmy Praet2022-04-291-2/+35
* Add API to query collaborators permission for a repository (#18761)Florin Hillebrand2022-04-291-0/+32
* Add "Allow edits from maintainer" feature (#18002)qwerty2872022-04-284-9/+73
* more context for models (#19511)65432022-04-2818-137/+151
* Fix two typos (#19504)Lunny Xiao2022-04-261-1/+1
* Improve Stopwatch behavior (#18930)Gusted2022-04-251-0/+32
* User specific repoID or xorm builder conditions for issue search (#19475)65432022-04-253-19/+14
* Simplify the code to get issue count (#19380)Lunny Xiao2022-04-251-11/+1
* Set correct PR status on 3way on conflict checking (#19457)Gusted2022-04-211-0/+11
* Fix panic in team repos API (#19431)qwerty2872022-04-201-1/+1
* Add Helm Chart registry (#19406)KN4CK3R2022-04-192-10/+18
* Use a struct as test options (#19393)Lunny Xiao2022-04-1412-72/+125
* Use "main" as default branch name (#19354)wxiaoguang2022-04-081-0/+1
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-0826-347/+264
* API: Search Issues, dont show 500 if filter result in empty list (#19244)65432022-04-081-15/+16
* Package registry changes (#19305)KN4CK3R2022-04-066-102/+93
* Remove legacy `unknwon/com` package (#19298)wxiaoguang2022-04-023-3/+106
* Refactor legacy `unknwon/com` package, improve golangci lint (#19284)wxiaoguang2022-04-011-2/+1
* Fix broken of team create (#19288)Lunny Xiao2022-04-013-7/+9
* Remove `git.Command.Run` and `git.Command.RunInDir*` (#19280)wxiaoguang2022-04-012-6/+6
* Performance improvement for add team user when org has more than 1000 reposit...Lunny Xiao2022-04-011-12/+42
* Move checks for pulls before merge into own function (#19271)65432022-03-313-26/+29
* Move reaction to models/issues/ (#19264)Lunny Xiao2022-03-3114-252/+241
* Update reserved usernames list (#18438)Gusted2022-03-311-6/+4
* Use a more general (and faster) method to sanitize URLs with credentials (#19...wxiaoguang2022-03-312-2/+2
* Add Package Registry (#16510)KN4CK3R2022-03-3020-1/+1840
* Make git.OpenRepository accept Context (#19260)65432022-03-307-12/+15
* When conflicts have been previously detected ensure that they can be resolved...zeripath2022-03-291-1/+4
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-298-68/+47
* Move project files into models/project sub package (#17704)Lunny Xiao2022-03-2913-644/+700
* Move init repository related functions to modules (#19159)Lunny Xiao2022-03-295-243/+11
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-2940-2705/+2772
* Refactor repo clone button and repo clone links, fix JS error on empty repo p...wxiaoguang2022-03-291-1/+0
* New cron task: delete old system notices (#19219)Pilou2022-03-281-0/+11
* Only send webhook events to active system webhooks and only deliver to active...zeripath2022-03-281-4/+9
* Touch mirrors on even on fail to update (#19217)zeripath2022-03-271-0/+8
* Set the default branch for repositories generated from templates (#19136)Abheek Dhawan2022-03-271-9/+10
* Fix showing issues in your repositories (#18916)Gusted2022-03-231-1/+6
* Fix the bug: deploy key with write access can not push (#19010)wxiaoguang2022-03-222-9/+3
* Cleanup protected branches when deleting users & teams (#19158)Norwin2022-03-222-2/+85
* Delete related notifications on issue deletion too (#18953)Otto Richter (fnetX)2022-03-172-1/+2
* nit fix (#19116)65432022-03-171-0/+3
* Store the foreign ID of issues during migration (#18446)Aravinth Manivannan2022-03-179-5/+211
* Restrict email address validation (#17688)Lunny Xiao2022-03-144-7/+94
* RSS/Atom support for Repos (#19055)65432022-03-135-43/+94
* Update the webauthn_credential_id_sequence in Postgres (#19048)zeripath2022-03-101-0/+6
* use xorm builder for models.getReviewers() (#19033)65432022-03-101-34/+28
* RSS/Atom support for Orgs (#17714)65432022-03-103-56/+125