aboutsummaryrefslogtreecommitdiffstats
path: root/models
Commit message (Expand)AuthorAgeFilesLines
* 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
* Improve SyncMirrors logging (#19045)zeripath2022-03-101-2/+3
* Allow users to self-request a PR review (#19030)Norwin2022-03-082-7/+38
* Fix potential assignee query for repo (#18994)Otto Richter (fnetX)2022-03-042-1/+19
* Add config option to disable "Update branch by rebase" (#18745)Jimmy Praet2022-03-042-1/+4
* ignore missing comment for user notifications (#18954)eladyn2022-03-031-3/+4
* fix & refactor (#18973)65432022-03-031-10/+10
* Don't clean up hardcoded `tmp` (#18983)KN4CK3R2022-03-021-2/+2
* Improve the deletion of issue (#18945)Lunny Xiao2022-03-021-9/+9
* Refactor admin user filter query parameters (#18965)wxiaoguang2022-03-021-0/+3
* Accounts with WebAuthn only (no TOTP) now exist ... fix code to handle that c...65432022-03-021-6/+20
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-013-3/+167
* Refactor SecToTime() function (#18863)René Schaar2022-02-281-5/+5
* Improve mirror iterator (#18928)Lunny Xiao2022-02-283-3/+5
* Avoid database lookups for `DescriptionHTML` (#18924)Gusted2022-02-271-1/+1
* Fix trace log to show value instead of pointers (#18926)Gusted2022-02-271-1/+8
* Fix page and missing return on unadopted repos API (#18848)qwerty2872022-02-271-1/+0
* Set is_empty in fixtures (#18869)KN4CK3R2022-02-262-2/+32
* Don't update email for organisation (#18905)Gusted2022-02-261-1/+1
* Set is_private in fixtures. (#18868)KN4CK3R2022-02-251-0/+2
* Fix migration v210 (#18892)Lunny Xiao2022-02-251-4/+10
* migrations: add test for importing pull requests in gitea uploader (#18752)singuliere2022-02-251-0/+5