Commit Graph

2812 Commits (daa393cb48507f34e7d2b81b5a92f8f94ebe3ad0)

Author SHA1 Message Date
Lauris BH ea4c139cd2
Change language statistics to save size instead of percentage (#11681)
4 years ago
zeripath 495354c4bd
Add logging to long migrations (#11647)
4 years ago
Terence Le Huu Phuong 141d52cc0f
Add API Endpoint for Branch Creation (#11607)
4 years ago
6543 726e1e5279
Doctor check & fix db consistency (#11111)
4 years ago
6543 560744fb33
Handle expected errors in AddGPGkey API (#11644)
4 years ago
Gary Kim 5c55793e0e
Fix wrong milestone in webhook message (#11596)
4 years ago
zeripath 814ca9ffea
Allow different HardBreaks settings for documents and comments (#11515)
4 years ago
Cirno the Strongest 31df012968
Properly handle and return empty string for dangling commits in GetBranchName (#11587)
4 years ago
zeripath 3eb323901c
Fix repo-list private and total count bugs (#11500)
4 years ago
赵智超 0903b1ac8c
Add push commits history comment on PR time-line (#11167)
4 years ago
zeripath a4cd1f12f8
Ensure public repositories in private organizations are visible and fix admin organizations list (#11465)
4 years ago
zeripath c642cd0676
Allow all members of private orgs to see public repos (#11442)
4 years ago
zeripath 9a2e47b23a
Refactor Cron and merge dashboard tasks (#10745)
4 years ago
zeripath 414c9ee76a
Make API EditIssue and EditPullRequest issue notifications (#11123)
4 years ago
zeripath c86bc8e061
Add paging and archive/private repository filtering to dashboard list (#11321)
4 years ago
guillep2k c3d9a5f846
Use session for retrieving org teams (#11438)
4 years ago
kolaente 57217cabe3
Fix issue ref migration (#11419)
4 years ago
Sijmen Schoon 66a9ef9036
Fix ref links in issue overviews for tags (#8742)
4 years ago
6543 7257c39ddf
Refactor Milestone related (#11225)
4 years ago
zeripath c42c31a111
Correctly set the organization num repos (#11339)
4 years ago
Leo da5e3fa299
Changed image of openid-connect logo for better look on arc-green theme (#11312)
4 years ago
6543 cd4f7ba5bf
Fix tracked time issues (#11349)
4 years ago
zeripath 791353c03b
Add EventSource support (#11235)
4 years ago
6543 507d0ec57a
Prevent multiple listings of organization when creating a repository (#11303)
4 years ago
6543 c97494a4f4
API: Add pull review endpoints (#11224)
4 years ago
zeripath 4974b7c120
Fix spelling mistake with Rewiew (#11262)
4 years ago
6543 ab69b9b1a6
Refactor UpdateOAuth2Application (#11034)
4 years ago
Andrew Bezold 3dc6af3d70
Fix creation of Organization repos by Users with max created personal repos (#11183)
4 years ago
6543 bfda0f3864
[API] ListIssues add filter for milestones (#10148)
4 years ago
6543 6b6f20b6d4
BugFix: updateLabel can updated not allowed fields #11242 (#11242)
4 years ago
6543 49f8b20570
make pagination optional for notifications (#10714)
4 years ago
6543 bb4261a5ed
Add issue subscription check to API (#10967)
4 years ago
6543 77171abcad
Prevent xorm nil insert in Review.Comments (#11150)
4 years ago
6543 4be7cf0405
On Repo Deletion: Delete related TrackedTimes too (#11110)
4 years ago
silverwind 5180deb819
Send 404 immediately for known public requests (#11117)
4 years ago
John Olheiser 4f597b1866
Add single release page and latest redirect (#11102)
4 years ago
赵智超 1b86f174ce
Add a way to mark Conversation (code comment) resolved (#11037)
4 years ago
6543 12960b9d18
[BugFix] remove nil inserts in models (#11096)
4 years ago
6543 c52d48aae4
Prevent merge of outdated PRs on protected branches (#11012)
4 years ago
6543 a4cab2bbfa
[BugFix] ReviewCount: GetApprovalCounts func sorted wrong (#11086)
4 years ago
Lauris BH 4dc62dadce
Migrate to go-enry new version (#10906)
4 years ago
6543 d66b9a4690
Fix Migration 136 (be less aggressive to open pulls missing git files) (#11072)
4 years ago
6543 10e2f29144
Cache PullRequest Divergence (#10914)
4 years ago
赵智超 281029529b
ui: Add MergePull comment type instead of close for merge PR (#11058)
4 years ago
6543 ad5c43ae5d
Reject duplicate AccessToken names (#10994)
4 years ago
赵智超 cc07b9ca37
Fix CreateComment for SQLite and JS click event on Request Review (#11040)
4 years ago
6543 bc362ea3c6
remove package code.gitea.io/gitea/modules/git import out of models (#11025)
4 years ago
L0veSunshine 08208cdfb8
Fix forked repo has no icon and language stat. (#10791)
4 years ago
6543 71979d9663
Automatically remove Watches, Assignments, etc if user loses access due to being removed as collaborator or from a team (#10997)
4 years ago
6543 ad31d6b5e8
Fix release counter on API repository info (#10968)
4 years ago
赵智超 ef89e75d0e
add request review from specific reviewers feature in pull request (#10756)
4 years ago
zeripath d26885e2bf
Mulitple Gitea Doctor improvements (#10943)
4 years ago
zeripath ca33a95778
Allow X in addition to x in tasks (#10979)
4 years ago
John Olheiser baadb51445
Add gitea-vet (#10948)
4 years ago
赵智超 f685edf510
Change review status icons on PR view style to Github style (#10737)
4 years ago
mrsdizzie 8d99ee2773
Add Organization Wide Labels (#10814)
4 years ago
zeripath 2c25e75dca
Various Merge Base fixes (#10786)
4 years ago
Lunny Xiao 73cf0e2614
Fix milestones too many SQL variables bug (#10880)
4 years ago
zeripath bf847b9397
Upgrade golangci-lint to 1.24.0 (#10894)
4 years ago
Lunny Xiao f490291bea
Use subquery to instead In (#10874)
4 years ago
zeripath d01763ee14
Protect against NPEs in notifications list (#10879)
4 years ago
zeripath 209045f55b
Slight simplification of accessibleRepositoryCondition (#10875)
4 years ago
Lunny Xiao 61f603cd8a
Create a new function to build search repository condition (#10858)
4 years ago
zeripath ea67e563dd
Use ErrKeyUnableToVerify if fail to calc fingerprint in ssh-keygen (#10863)
4 years ago
S7evinK 828a27feeb
Add Matrix webhook (#10831)
4 years ago
zeripath 7cd47046ea
Handle push rejection in branch and upload (#10854)
4 years ago
Success Go 8cffae65a6
Fix typo of MSSQL (#10850)
4 years ago
zeripath e6baa656f7
make avatar lookup occur at image request (#10540)
4 years ago
Lauris BH a3f90948d8
Set MySQL rowtype to dynamic for new tables (#10833)
4 years ago
zeripath 453f6e6e5a
In authorized_keys use double-quote for windows compatibility (#10841)
4 years ago
Lauris BH bbd910ed1b
Allow to set protected file patterns that can not be changed under no conditions (#10806)
4 years ago
zeripath 52cfd2743c
Option to set default branch at repository creation (#10803)
4 years ago
Lunny Xiao c61b902538
Upgrade xorm to v1.0.0 (#10646)
4 years ago
zeripath b3f4f812d8
account for empty lines in receive-hook message (#10773)
4 years ago
James Lakin a9f4489bbc
System-wide webhooks (#10546)
4 years ago
John Olheiser 4a4fc73ee1
Fix migration (#10641)
4 years ago
John Olheiser 3f1c0841cb
Granular webhook events (#9626)
4 years ago
zeripath 80db44267c
Add Approval Counts to pulls list (#10238)
4 years ago
Antoine GIRARD ae452d024e
Migration for deleting orphaned dependencies (#10617)
4 years ago
Lauris BH 6a57364dc8
Delete dependencies when deleting a repository (#10608)
4 years ago
Lauris BH 6420f17fb6
Add migration to fix the old broken merge-bases (#10604)
4 years ago
Lauris BH 37c3db7be6
Add restricted user filter to LDAP authentication (#10600)
4 years ago
Lauris BH 3d5d21133c
OAuth2: add Yandex provider (#8335) (#10564)
4 years ago
techknowlogick bea497ff96
nextcloud oauth (#10562)
4 years ago
Lunny Xiao 5abe1c52de
Display pull request head branch even the branch deleted or repository deleted (#10413)
4 years ago
guillep2k 5e1438ba92
Admin page for managing user e-mail activation (#10557)
4 years ago
Lunny Xiao 753c0675c1
Fix migration bug on v96.go (#10572)
4 years ago
6543 4160bd6ef1
Remove Unused Functions (#10516)
4 years ago
Brad Albright 82be59e633
issue search on my related repositories (#9758)
4 years ago
Gustavo Marin af61b2249a
adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
4 years ago
6543 7e8cdba181
[Refactor] move APIFormat() of Issue and Label to convert package (#10423)
4 years ago
6543 694f44660f
inform participants on UI too (#10473)
4 years ago
6543 e57ac841de
Fix potential bugs (#10513)
4 years ago
zeripath 90919bb37e
Show Signer in commit lists and add basic trust (#10425)
4 years ago
6543 a924a90349
[BugFix] Avoid mailing explicit unwatched (#10475)
4 years ago
guillep2k 4a2d23981d
Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)
4 years ago
James Lakin 7ffc2427da
Show the username as a fallback on feeds if full name is blank (#10438)
4 years ago
6543 084a2b0026
Code Refactor of IssueWatch related things (#10401)
4 years ago
6543 b65e954f73
FIX Pagination of ListAccessTokens and GetIssueWatchers (#10449)
4 years ago
guillep2k 09dbd85a3a
Various fixes in login sources (#10428)
4 years ago
zeripath 089ccb0c80
Handle push rejection message in Merge & Web Editor (#10373)
4 years ago
guillep2k cfcd8e4146
Ensure only own addresses are updated (#10397)
4 years ago
Lunny Xiao efbd7ca39b
Fix wrong num closed issues on repository when close issue via commit (#10364)
4 years ago
Lunny Xiao 8db20e807d
Fix test (#10363)
4 years ago
zeripath 41294b53b3
Reading pull attachments should depend on read UnitTypePullRequests (#10346)
4 years ago
Lunny Xiao ce0413ff88
Fix migration information update bug when linked github account (#10310)
4 years ago
techknowlogick c0bc9871be
Blacklist manifest.json & milestones user (#10292)
4 years ago
guillep2k 15614a8368
Divide GetIssueStats query in smaller chunks (#10176)
4 years ago
guillep2k 7e920703f9
Move fixture generation to contrib and add test (#10277)
4 years ago
guillep2k 62a1322cf9
Fix "access" fixtures and tests (#10247)
4 years ago
Lauris BH a1d796f521
Index code and stats only for non-empty repositories (#10251)
4 years ago
David Svantesson 9ff4e1d2d9
Add API branch protection endpoint (#9311)
4 years ago
Lunny Xiao 83a8944fcf
Add feishu webhook support (#10229)
4 years ago
Lauris BH ad2642a8aa
Language statistics bar for repositories (#8037)
4 years ago
zeripath 875c5e1305 Only check for conflicts/merging if the PR has not been merged in the interim (#10132)
4 years ago
6543 e273817154
[API] Fix inconsistent label color format (#10129)
4 years ago
mavenbline 74a4a1e17f
Fix invalid repo urls after change username (#10150)
4 years ago
6543 d4096ab6a2
Ensure DeleteUser is not allowed to Delete Orgs and visa versa (#10134)
4 years ago
6543 b3c72a7c4a
[API] expose RepoOwner on Issue responce (#10126)
4 years ago
Lunny Xiao 48ce135cc9
Move PushUpdateAddDeleteTags to repository module from models (#10106)
4 years ago
6543 8d43563a32
[BugFix] [API] Pull.API.Convert: Only try to get HeadBranch if HeadRepo exist (#10029)
4 years ago
guillep2k d816f7018b
Remove migration support from versions earlier than 1.6.0 (#10026)
4 years ago
Lauris BH b3d8e2d4f7
Update topics repo count when deleting repository (#10051)
4 years ago
Lunny Xiao c09e020558
Fix milestone API state parameter unhandled (#10049)
4 years ago
zeripath 206a031b38
Ensure that feeds are appropriately restricted (#10018)
4 years ago
Shashvat Kedia a08175ac55 Repo name added to automatically generated commit message when mergin… (#9997)
4 years ago
6543 88c3ccb897 trim whitespace of MilestoneName at creation/rename (#10017)
4 years ago
zeripath d087f4fb73
Sign: Handle ErrTwoFactorNotEnrolled correctly (#10008)
4 years ago
Lunny Xiao 8d51f28ba0
Fix wrong paging on org members (#9990)
4 years ago
Lunny Xiao a67c06ce90 Sanitize credentials in mirror form (#9975)
4 years ago
Lunny Xiao f2d12f7b03
Fix pull view when head repository or head branch missed and close related pull requests when delete head repository or head branch (#9927)
4 years ago
SpaWn2KiLl 1f01f53c53 API add/generalize pagination (#9452)
4 years ago
Lunny Xiao f6067a8465 Migrate reviews when migrating repository from github (#9463)
4 years ago
Lunny Xiao 81daf26878
Fix wrong hint when status checking is running on pull request view (#9886)
4 years ago
zeripath a315e091e4
Do not try to recreate ldap user if they are already created (#9900)
4 years ago
Brad Albright 2f7a747e4f Fixed repo link in generated comment for cross repository dependency (#9863)
4 years ago
Lunny Xiao d92781bf94 Refactor repository check and sync functions (#9854)
4 years ago
guillep2k ad1b6d439f Add support for database schema in PostgreSQL (#8819)
4 years ago
Lauris BH 81cfe243f9
Add top author stats to activity page (#9615)
4 years ago
zeripath c5014a7f2c Add option to prevent LDAP from deactivating everything on empty search (#9879)
4 years ago
zeripath dcf7e858cb Check user != nil before checking values (#9881)
4 years ago
guillep2k bec99507a4 Add missing columns to repository and user (#9861)
4 years ago
David Svantesson aac8250b47 Explicitly refer to PR in squash-merge commit message in case of external tracker (#9844)
4 years ago
Lunny Xiao 088759f180 Fix wrong identify poster on a migrated pull request when submi… (#9827)
4 years ago
David Svantesson 3c07d03c03 Add setting to set default and global disabled repository units. (#8788)
4 years ago
6543 36943e56d6 Add "Update Branch" button to Pull Requests (#9784)
4 years ago
Lunny Xiao 2b3e931cde Migrate reactions when migrating repository from github (#9599)
4 years ago
zeripath 66ee9b87f9 Add require signed commit for protected branch (#9708)
4 years ago
Lunny Xiao d32eac44b1 Move RepoWorkingPool to services/repository package (#9754)
4 years ago
6543 44de66bf50 [API] add endpoint to check notifications [Extend #9488] (#9595)
4 years ago