Commit Graph

456 Commits (742e21aeba5c02935269a2a3681f4486019ce542)

Author SHA1 Message Date
Lunny Xiao dcaa5643d7
Fix branch api canPush and canMerge (#10776)
4 years ago
Lauris BH 37c3db7be6
Add restricted user filter to LDAP authentication (#10600)
4 years ago
John Olheiser 0e2217bd2d
Logout POST action (#10582)
4 years ago
Gustavo Marin af61b2249a
adds API endpoints to manage OAuth2 Application (list/create/delete) (#10437)
4 years ago
guillep2k 4a2d23981d
Fix SQLite concurrency problems by using BEGIN IMMEDIATE (#10368)
4 years ago
6543 084a2b0026
Code Refactor of IssueWatch related things (#10401)
4 years ago
John Olheiser c161bb013e
Change action GETs to POST (#10462)
4 years ago
6543 dc88b786e9
Use local timezone to compare (#10446)
4 years ago
6543 fe26ca53c1
update integration README (#10400)
4 years ago
zeripath c8d1c38129
Render READMEs in docs/ .gitea or .github from root (#10361)
4 years ago
zeripath cadec9bc22
Prevent panic on merge to PR (#10403)
4 years ago
Lunny Xiao efbd7ca39b
Fix wrong num closed issues on repository when close issue via commit (#10364)
4 years ago
guillep2k 62a1322cf9
Fix "access" fixtures and tests (#10247)
4 years ago
Lunny Xiao 5dbf36f356
Issue search support elasticsearch (#9428)
4 years ago
David Svantesson 9ff4e1d2d9
Add API branch protection endpoint (#9311)
4 years ago
John Olheiser 86fdba177a
Add Octicon SVG spritemap (#10107)
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
John Olheiser 95013fde60
Fix push-create SSH bugs (#10145)
4 years ago
Lunny Xiao ce7062a422
Cache last commit to accelerate the repository directory page visit (#10069)
4 years ago
6543 13bc82009c
API endpoint for repo transfer (#9947)
4 years ago
guillep2k d816f7018b
Remove migration support from versions earlier than 1.6.0 (#10026)
4 years ago
Lunny Xiao c09e020558
Fix milestone API state parameter unhandled (#10049)
4 years ago
zeripath c01221e70f
Queue: Make WorkerPools and Queues flushable (#10001)
4 years ago
Lunny Xiao c58edc7c78 Fix wiki raw view on sub path (#10002)
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
guillep2k ad94a94114 Fix activity count in TestRepoActivity (#9959)
4 years ago
guillep2k 4b67989c9d Remove statements not supported by SQLExpress from migration te… (#9929)
4 years ago
Lunny Xiao 81daf26878
Fix wrong hint when status checking is running on pull request view (#9886)
4 years ago
guillep2k 8da863ed15 Fix missing defer prepareTestEnv(t)() on some tests (#9906)
4 years ago
guillep2k ad1b6d439f Add support for database schema in PostgreSQL (#8819)
4 years ago
6543 36943e56d6 Add "Update Branch" button to Pull Requests (#9784)
4 years ago
6543 44de66bf50 [API] add endpoint to check notifications [Extend #9488] (#9595)
4 years ago
Lunny Xiao 2677d071f9
Move newbranch to standalone package (#9627)
4 years ago
6543 0b3aaa6196 [API] Add "before" query to ListIssueComments and ListRepoIssue… (#9685)
4 years ago
6543 10055bd2b1 [API] add GET /orgs endpoint (#9560)
4 years ago
6543 83f9359a75 [BugFix] [API] ​/repos​/issues​/search (#9698)
4 years ago
6543 1080c768d3 [API] orgEditTeam make Fields optional (#9556)
4 years ago
6543 6baa5d7588 [API] Add notification endpoint (#9488)
4 years ago
6543 14a9687444 times Add filters (#9373)
4 years ago
6543 e88d67b774 [API] add comments endpoint for single comment (#9494)
4 years ago
zeripath e5d8e2d10c
Branches not at ref commit ID should not be listed as Merged (#9614)
4 years ago
zeripath 62eb1b0f25 Graceful Queues: Issue Indexing and Tasks (#9363)
4 years ago
Timon Engelke abc0f53539 Add a /user/login landing page option (#9622)
4 years ago
Antoine GIRARD 8b24073713 Only serve attachments when linked to issue/release and if accessible by user (#9340)
4 years ago
6543 c620eb5b2d Fix #9189 - API Allow only specific Colums to be updated on Issue (#9539)
4 years ago
6543 9600c27085 [API] Fix 9544 | return 200 when reaction already exist (#9550)
4 years ago
6543 d59536c222 [BugFix] use default avatar for ghost user (fix 500 error) (#9536)
4 years ago
6543 f2d03cda96 [API] Extend times API (#9200)
4 years ago
6543 40e99ea010 [API] Extend contents with dates (#9464)
4 years ago
6543 6d811bcb14 Hide not allowed Reactions (#9387)
4 years ago
zeripath d1a49977b0 AuthorizedKeysCommand should not query db directly (#9371)
4 years ago
zeripath 60b31c8f01
Fix the intermittent TestGPGGit failures (#9360)
4 years ago
Brad Albright f6b29012e0 Add /milestones endpoint (#8733)
4 years ago
zeripath e3c3b33ea7
Graceful: Xorm, RepoIndexer, Cron and Others (#9282)
4 years ago
Antoine GIRARD 8bea92c3dc test: command keys (#9357)
4 years ago
John Olheiser 6715677b2b Push to create repo (#8419)
4 years ago
zeripath 74179d1b5e Remove SavePatch and generate patches on the fly (#9302)
4 years ago
6543 aceb1085c7 [API] extend StopWatch (#9196)
4 years ago
Antoine GIRARD 4dc3993b22 tests: add attachement tests integration (#9309)
4 years ago
6543 7f0d7c0a17 File Edit: Author/Committer interchanged [BugFix] (#9297)
4 years ago
Lunny Xiao be06dee04c Move code indexer related code to a new package (#9191)
4 years ago
zeripath 3da6d256f4
Missed defer prepareTestEnv (#9285)
4 years ago
6543 37e10d4543 [API] Add Reactions (#9220)
4 years ago
David Svantesson 9cb418e623 Redirect issue if repo has configured external tracker. (#9247)
4 years ago
David Svantesson bac4b78e09 Branch protection: Possibility to not use whitelist but allow anyone with write access (#9055)
4 years ago
6543 66028d58f9 [UI] IssuePage multi repo select (#8741)
4 years ago
6543 668eaf95d5 [Feature] Custom Reactions (#8886)
4 years ago
Lunny Xiao 7b7d382b8b Fix datarace on git.GlobalCommandArgs on tests (#9162)
4 years ago
zeripath 9d9e6ac411 Yet another attempt to fix the intermittent failure of gpg git test (#9146)
4 years ago
zeripath 055f6d2296 Fix "data race" in testlogger (#9159)
4 years ago
David Svantesson 69a255defb Team permission to create repository in organization (#8312)
4 years ago
Antoine GIRARD f128e06ea6 fix: add search to reserved usernames (#9063)
5 years ago
Lunny Xiao 9ff6312627
Move modules/gzip to gitea.com/macaron/gzip (#9058)
5 years ago
Lars Lehtonen 3dfe9190b0 integrations: fix dropped errors in TestCreateOrUpdateRepoFileForUpdateWithFileMove() (#9040)
5 years ago
zeripath 7b75603ffe
Fix intermittent GPG Git test failure (#8968)
5 years ago
zeripath 722a7c902d
Add Close() method to gogitRepository (#8901)
5 years ago
John Olheiser 74a6add4d9 Template Repositories (#8768)
5 years ago
guillep2k 01a4a7cb14 Auto-subscribe user to repository when they commit/tag to it (#7657)
5 years ago
zeripath 8eeb2877d5
Adjust error reporting from merge failures and use LC_ALL=C for git (#8548)
5 years ago
Lunny Xiao daab245167
Move code.gitea.io/gitea/routers/api/v1/convert to code.gitea.io/gitea/modules/convert (#8892)
5 years ago
guillep2k 6e1912c73a Fix password complexity check on registration (#8887)
5 years ago
Lunny Xiao f02138a148 Fix bug when migrate from API (#8631)
5 years ago
David Svantesson 72aa5a20ec Add team option to grant rights for all organization repositories (#8688)
5 years ago
Lunny Xiao bd7709a602
Hide some user information via API if user have no enough permission (#8655)
5 years ago
zeripath b59a905394
Update heatmap fixtures to restore tests (#8615)
5 years ago
Lunny Xiao d151503d34 Upgrade xorm to v0.8.0 (#8536)
5 years ago
zeripath fcb535c5c3
Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631)
5 years ago
guillep2k 15809d81f7 Rewrite reference processing code in preparation for opening/closing from comment references (#8261)
5 years ago
zeripath 5e759b60cc Restore functionality for early gits (#7775)
5 years ago
Lunny Xiao 46a12f196b
Move change issue title from models to issue service package (#8456)
5 years ago
guillep2k 0bda876161 Fix lfs locks (#8361)
5 years ago
David Svantesson 90ab3056eb Api: advanced settings for repository (external wiki, issue tracker etc.) (#7756)
5 years ago
David Svantesson 36bcd4cd6b API endpoint for searching teams. (#8108)
5 years ago
Lunny Xiao a8c024043c Improve integration tests (#8276)
5 years ago
Sandro Santilli 3dd1cee331 Test more reserved usernames (#8263)
5 years ago
guillep2k 2a2b46c62e Reference issues from pull requests and other issues (#8137)
5 years ago
Mura Li eec997d30a Fix data race (#8204)
5 years ago
Lunny Xiao be0f7ff9bf
Fix team user api (#8172)
5 years ago
guillep2k 72f6d5c882 Restrict repository indexing by glob match (#7767)
5 years ago
David Svantesson 1f951cdeba Add API endpoint for accessing repo topics (#7963)
5 years ago
Gary Kim ee11974719 Search Commits via Commit Hash (#7400)
5 years ago
guillep2k 765be70323 Make CI work (#8057)
5 years ago
Mike Schwörer 042089fbaf API method to list all commits of a repository (#6408)
5 years ago
Lunny Xiao f83db078f0 Move database settings from models to setting (#7806)
5 years ago
Tamal Saha 171b359877 Use gitea forked macaron (#7933)
5 years ago
Mura Li 3ac45e3cb5 Fix pull creation with empty changes (#7920)
5 years ago
guillep2k de5986ae03 Reduce quote usage to bypass bug in GIT_SSH_COMMAND (#7893)
5 years ago
guillep2k 5a44be627c Convert files to utf-8 for indexing (#7814)
5 years ago
Antoine GIRARD c2c35d169c lfs/lock: round locked_at timestamp to second (#7872)
5 years ago
zeripath 176ba79e96
Fix local runs of ssh-requiring integration tests (#7855)
5 years ago
Antoine GIRARD e9bb75d8d1 Fix duplicate call of webhook (#7821)
5 years ago
Antoine GIRARD 2b6f45299d api: fix multiple bugs with statuses endpoints (#7785)
5 years ago
zeripath 026696b87a
Fix dropTableColumns sqlite implementation (#7710)
5 years ago
Antoine GIRARD d02566a8ea integration tests: Use t.Helper() (#7654)
5 years ago
zeripath 78e5317242
Update to latest mssqldriver (#7613)
5 years ago
Christian Muehlhaeuser 54d96c79b5 Removed unnecessary conversions (#7557)
5 years ago
Christian Muehlhaeuser 12a098920c Fixed ineffectual assignments in tests (#7553)
5 years ago
techknowlogick d0ec940dd7
switch to use gliderlabs/ssh for builtin server (#7250)
5 years ago
Lunny Xiao 1772c6b94d fix pull view ui merge section (#7335)
5 years ago
Lunny Xiao ff85dd3e12 Add commit statuses reports on pull request view (#6845)
5 years ago
Richard Mahn cd96dee982 Fixes #7292 - API File Contents bug (#7301)
5 years ago
Richard Mahn 002b597c1f Fixes #7152 - Allow create/update/delete message to be empty, use default message (#7324)
5 years ago
zeripath baefea311f
Fix #732: Add LFS objects to base repository on merging (#7082)
5 years ago
John Olheiser 8f0182c322 API error cleanup (#7186)
5 years ago
kolaente f9ec2f89f2 Add golangci (#6418)
5 years ago
Richard Mahn 8de0b0a3f0 Fixes #2738 - Adds the /git/tags API endpoint (#7138)
5 years ago
zeripath 356854fc5f Move serv hook functionality & drop GitLogger (#6993)
5 years ago
zeripath fb4438a815
Improve git test (#7086)
5 years ago
Richard Mahn 43cf2f3b55 Fixes #7023 - API Org Visibility (#7028)
5 years ago
Richard Mahn 1831b3b571 Fixes #5960 - Adds API Endpoint for Repo Edit (#7006)
5 years ago
Bo-Yi Wu 743697a549
refactor: append, build variable and type switch (#4940)
5 years ago
zeripath 31557b1274
Fix LFS Locks over SSH (#6999)
5 years ago
zeripath 54bd63cd5c
Change UpdateRepoIndex api to include watchers (#7012)
5 years ago
zeripath 84bfd00537
Fix TestSearchRepo by waiting till indexing is done (#7004)
5 years ago
mrsdizzie 68a83cc5a2 Allow collaborators to view repo owned private org (#6965)
5 years ago
zeripath 56ae539bed SearchRepositoryByName improvements and unification (#6897)
5 years ago
zeripath e55c874dd2 Add work path CLI option (#6922)
5 years ago
Tamal Saha 34d06f4c6b Handle CORS requests (#6289)
5 years ago
zeripath ce8de35334 Remove local clones & make hooks run on merge/edit/upload (#6672)
5 years ago
Lunny Xiao 34eee25bd4
Move sdk structs to modules/structs (#6905)
5 years ago
Richard Mahn 6db3dc7c02 Fixes #6881 - API users search fix (#6882)
5 years ago
Lunny Xiao 9f18b23129 Fix 404 when send pull request some situation (#6871)
5 years ago
Lauris BH d9d538c8a1
Refactor table width to have more info shown in file list (#6867)
5 years ago
Lunny Xiao 2382f1b057
fix 500 when reviewer is deleted with integration tests (#6856)
5 years ago
zeripath 0081cd8dfe Add mssql migration tests (#6852)
5 years ago
techknowlogick 46373e7657
Hash App token (#6724)
5 years ago
zeripath 8d0d7bc28d Make CustomPath, CustomConf and AppWorkPath configurable at build (#6631)
5 years ago
ngourdon 4e311123d8 Fix team edit API panic (#6780)
5 years ago