Commit Graph

2181 Commits (9619ccf0e54c0f8502b5e1bc7dad4d3471330f9c)

Author SHA1 Message Date
mrsdizzie d056bf300f Clean up ref name rules (#6437)
5 years ago
Segev Finer b4941f707b Fix Hook & HookList in Swagger (#6432)
5 years ago
Allen Wild 909feaafa7 routers/repo/setting: display correct error for invalid mirror interval (#6414)
5 years ago
Richard Mahn ecce28f9df Updates SDK dep (#6406)
5 years ago
Roland Koebler 57ecf09787 Markdown: enable some more extensions (#6362)
5 years ago
mrsdizzie 6f2e1bd23a Don't Unescape redirect_to cookie value (#6399)
5 years ago
mrsdizzie f125330fcf Include more variables on admin/config page (#6378)
5 years ago
Lanre Adelowo 5c82ef098e make sure units of a team are returned (#6379)
5 years ago
Russell Aunger b34996a629 Implement Default Webhooks (#4299)
5 years ago
John Olheiser cac9e6e760 Updates to API 404 responses (#6077)
5 years ago
techknowlogick d1c982cb73
Add bio field for user (#6113)
5 years ago
mrsdizzie ca46385637 Clean up various use of escape/unescape functions for URL generation (#6334)
5 years ago
John Olheiser c55bdca562 Add same changes from issues page to milestone->issues page (#6328)
5 years ago
Bogdan Petrea 583968f274 Return 409 when creating repo if it already exists. (#6330)
5 years ago
Lunny Xiao 4334fe754e
update git vendor to fix wrong release commit id and add migrations (#6224)
5 years ago
Jonas Franz 2315019fef Add support for client basic auth for exchanging access tokens (#6293)
5 years ago
Aidan Fitzgerald f5cf9a8355 Copyedit docs (#6275)
5 years ago
Jonas Franz 8fffb06168
Add regenerate secret feature for oauth2 (#6291)
5 years ago
John Olheiser 8211e01d9e Add unit types to repo action URL to correctly show 404 when archived (#6247)
5 years ago
Jonas Franz e777c6bdc6 Integrate OAuth2 Provider (#5378)
5 years ago
Lanre Adelowo 141c58f5a6 add isAdmin to user model (#6231)
5 years ago
Lunny Xiao c812ba7f87
fix display dashboard even if require to change password (#6214)
5 years ago
James E. Blair 48c101affe Create a repo redirect when transferring ownership (#6210) (#6211)
5 years ago
John Olheiser 7548037a64 Adds MustChangePassword to user create/edit API, defaults to true (#6193)
5 years ago
Lunny Xiao 7afe81f28e fix bug when migrate repository 500 when repo is existed (#6188)
5 years ago
Lunny Xiao 4a2fbbeb10 fix bug user could change private repository to public when force private enabled. (#6156)
5 years ago
Lunny Xiao 134e55510e fix bug when update owner team then visit team's repo return 404 (#6119)
5 years ago
John Olheiser df30010dbd Make repo creation for API similar to UI (#6142)
5 years ago
zeripath 3b61ff1895 Allow display of LFS stored Readme.md on directory page (#6073) (#6099)
5 years ago
John Olheiser 994b1be9d1 Admins can now do unlimited page size user search (listAllUsers & listAllOrgs) (#6143)
5 years ago
Lunny Xiao 0751153613
refactor issue indexer, add some testing and fix a bug (#6131)
5 years ago
John Olheiser d26d249748 Minor UI tweaks (#5980)
5 years ago
John Olheiser ba0749b7db Load Issue attributes for API call (#6122)
5 years ago
Lunny Xiao 830ae61456 Refactor issue indexer (#5363)
5 years ago
Lanre Adelowo 094263db4d Show email if the authenticated user owns the profile page being requested for (#4981)
5 years ago
Lunny Xiao f5fa22a499 Fix prohibit login check on authorization (#6106)
5 years ago
Zsombor 538a26d56f Show private organization for admin, fix #6111 (#6112)
5 years ago
Lanre Adelowo 44114b38e6 Implement "conversation lock" for issue comments (#5073)
5 years ago
Rémy Boulanouar 64ce159a6e Allow to set organization visibility (public, internal, private) (#1763)
5 years ago
John Olheiser 0b72c00fad Allow labels to contain emoji (#6063)
5 years ago
Lanre Adelowo f2256d9881 make sure labels are actually returned (#6053)
5 years ago
zeripath 2a03e96bce
Allow markdown files to read from the LFS (#5787)
5 years ago
zeripath 296814e887 Refactor editor upload, update and delete to use git plumbing and add LFS support (#5702)
5 years ago
manuelluis fc038caa69 In basic auth check for tokens before call UserSignIn (#5725)
5 years ago
Luo Yifei 7884353a04 Add the Owner Name to differentiate when merging (#3807)
5 years ago
Lanre Adelowo d0cb5aa9f9 fix #3200 (#6033)
5 years ago
Lanre Adelowo 9d8178b3ac Add option to close issues via commit on a non master branch (#5992)
5 years ago
Paul 8c865f3ce8 Fix metrics auth token detection (#6006)
5 years ago
Richard Mahn ba91214633 Feature - #3031 - search for org repos (#5986)
5 years ago
Thomas Loubiou 7fb09f035a Fix #5799 - swagger for mergePullRequest (#5996)
5 years ago
Lunny Xiao 01bbf5ea69 Add API to list tags (#5850)
5 years ago
Lunny Xiao 06a1739553 fix bug when deleting a linked account will removed all (#5989)
5 years ago
Lanre Adelowo 9dfdf80af0 Expose issue stopwatch toggling via API (#5970)
5 years ago
Richard Mahn da1edbfb79 Feature - Pagination for git tree API (#5838)
5 years ago
zeripath f286a5abb4 Allow Macaron to be set to log through to gitea.log (#5667)
5 years ago
Gabriel Silva Simões 3b7f41f9f7 Fix serving of raw wiki files other than .md (#5814)
5 years ago
Lunny Xiao bf4badad1d Pull request conflict files detection (#5951)
5 years ago
Lanre Adelowo 5390791224 Automatically clear stopwatch on merging a PR (#4327)
5 years ago
Lanre Adelowo 024871ade6 Add label names as filter in issue search api (#5946)
5 years ago
zeripath 24a36e84cc Issue 5924 fix compare button (#5929)
5 years ago
zeripath 01c10a951b
Fix ssh deploy and user key constraints (#1357) (#5939)
5 years ago
Lunny Xiao ecefa9e724 Add single commit API support (#5843)
5 years ago
techknowlogick 3a7306945c
Disable redirect for i18n (#5910)
5 years ago
zeripath ca00ca8ee4 Provide better panic handling (#5902)
5 years ago
Lanre Adelowo 57a69ef277 don't allow pull requests to be created on an archived repository (#5883)
5 years ago
Lanre Adelowo 7933a950d0 respect value of REQUIRE_SIGNIN_VIEW (#5901)
5 years ago
Lauris BH fada6968a8 Fix new release creation API to allow empty target (#5870)
5 years ago
Lanre Adelowo 8b5f6ced22 if repo does not exist, show a 404 not a 500 (#5900)
5 years ago
kekero 3568d426fe New Issue ?body= query (#5851)
5 years ago
zeripath bf47f70c3b
API: Fix null pointer in attempt to Sudo if not logged in (#5872)
5 years ago
yasuokav 8510ac2687 Fix MinInterval (#5856)
5 years ago
Lunny Xiao 6b0c2e9e35 update swagger for release API pagination (#5841)
5 years ago
Lunny Xiao 892bfd0b19 improve the releases api paging (#5831)
5 years ago
kolaente 9a137faaaf Added docs for the tree api (#5834)
5 years ago
Lauris BH cd83c2ca05
Fix topics saving internal error and disable for archived repos (#5821)
5 years ago
Shashvat Kedia 1b90692844 New API routes added (#5594)
5 years ago
kolaente 0b510725c9 Feature: Archive repos (#5009)
5 years ago
zeripath 7d434376f1 Pooled and buffered gzip implementation (#5722)
5 years ago
Lauris BH 075649572d Add the ability to use multiple labels as filters(#5786)
5 years ago
Lanre Adelowo e1fcd6b742 Disallow empty titles (#5785)
5 years ago
Paul Brackin f631702299 Ensure error is logged on db reconnection attempts (#5780)
5 years ago
Paul Brackin 1bb22b2b47 Make db connect more robust (#5738)
5 years ago
zeripath 07802a2bc5 Refactor repo.isBare to repo.isEmpty #5629 (#5714)
5 years ago
Lunny Xiao 82e08a3364
Refactor notification for indexer (#5111)
5 years ago
Harshit Bansal 5ac6da3c41 api: Add missing GET teams endpoints (#5382)
5 years ago
Elijah Oyekunle 734834a676 Add Default Pull Request Title (#5735)
5 years ago
silverwind 44759fd66c Add proper CORS preflight origin validation (#5740)
5 years ago
Lunny Xiao 270fa6d63b Support CORS headers to git smart http protocol (#5719)
5 years ago
Khaled Hamed bd75965296 Prioritize "readme.md" (#5691)
5 years ago
zeripath 2b36bdd490 Do not display the raw OpenID error in the UI (#5705)
5 years ago
Lanre Adelowo 8d2c24f7f9 Allow for user specific themes (#5668)
5 years ago
gdeverlant d3dc07f282 Added URL mapping for Release attachments like on github.com (#1707)
5 years ago
Julian 97dafdc057 fix commit page showing status for current default branch (#5650)
5 years ago
zeripath fd1e8563f8 SECURITY: protect DeleteFilePost et al with cleanUploadFileName (#5631)
5 years ago
Harshit Bansal 8764f1512d branch: Trigger update when deleting branch via UI. (#5617)
5 years ago
Rodrigo Villablanca Vásquez 4c52858c39 Issue is not overdue when it is on the same date #5566 (#5568)
5 years ago
Shashvat Kedia 6e20b504b1 Delete organization endpoint added (#5601)
5 years ago
Julian 4a685f8b87 Add rebase with merge commit merge style (#3844) (#4052)
5 years ago
Shashvat Kedia ba2c02b75d Fix route in swagger (#5598)
5 years ago
Lunny Xiao 4a02a783c4 fix bug on upload file name (#5571)
5 years ago
Lunny Xiao 7fd34c0517
fix lfs version check warning log when using ssh protocol (#5501)
5 years ago
zeripath 2a660a1de1 Support reverse proxy providing email (#5554)
5 years ago
Lunny Xiao b3b7598ec6 Improve performance of dashboard (#4977)
5 years ago
Lunny Xiao b1f3685015 fix approvals limitation (#5521)
5 years ago
Lunny Xiao 58c4559d3b fix permission check on api create org (#5523)
5 years ago
Lunny Xiao ba75319157 fix clone wiki failed via ssh (#5503)
5 years ago
Lunny Xiao ccea91652f fix adding reaction fail for read permission (#5515)
5 years ago
Jonas Franz 9681c83734 Approvals at Branch Protection (#5350)
5 years ago
Lunny Xiao 928417ae39 Fix empty wiki (#5504)
5 years ago
Lunny Xiao 7c0c965532 Improve team members and repositories settings UI (#5457)
5 years ago
Lunny Xiao da5a0b8382
add tests for api user orgs (#5494)
5 years ago
Lanre Adelowo 9441bfaccc admin should be able to delete repos even if he is not a member of the organization (#5443)
5 years ago
Lucien Kerl 552014a068 Removing Labels via EditPullRequest API (#5348)
5 years ago
Lanre Adelowo 0787056e07 Allow to add organization members as collaborators on organization owned repositories (#4748)
5 years ago
Lunny Xiao 2dc805c0c6
Milestone issues and pull requests (#5293)
5 years ago
Kasi Reddy d5d847e5c4 Git-Trees API (#5403)
5 years ago
Lunny Xiao eabbddcd98
Restrict permission check on repositories and fix some problems (#5314)
5 years ago
Lauris BH 08bf443016 Implement git refs API for listing references (branches, tags and other) (#5354)
5 years ago
SohnyBohny 294904321c Create Progressive Web App (#4730)
5 years ago
Lanre Adelowo 5e022a98e6 show only opened milestones on issues page milestone filter (#5051)
5 years ago
Daniel Balko 3379141d81 API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829) (#5383)
5 years ago
kolaente 0dcf31ae49 Show review summary in pull requests (#5132)
5 years ago
Lunny Xiao 8ef177f8c5 add api for user to create org (#5268)
5 years ago
Peter Hoffmann e08c7e521b Add raw blob endpoint to get objects by SHA ID (#5334)
5 years ago
Lucien Kerl 89eea64e10 added the ability to set labels on the "edit pull request" api (#5347)
6 years ago
Lanre Adelowo b97af15de6 Block registration based on email domain (#5157)
6 years ago
Lunny Xiao b3000ae623 Fix create team, update team missing units (#5188)
6 years ago
Jonas Bröms 599adde1bc Add option to disable automatic mirror syncing. (#5242)
6 years ago
Stanislav 078c404c3b Prometheus endpoint (#5256)
6 years ago
zeripath 7096085f2b Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST header for deadline (#5250)
6 years ago
zeripath 00533d3870 Keys API changes (#4960)
6 years ago
zeripath a3e084716e Add AutoHead functionality. (#5186)
6 years ago
Antoine GIRARD 617a2433a3 Make gitea serv use api/internal (#4886)
6 years ago
Jonas Bröms db30d6d791 Serve audio files using HTML5 audio tag (#5221)
6 years ago
AJ ONeal b8451190d8 UX of link account (Step 1) (#5006)
6 years ago
Rodrigo Villablanca Vásquez 48badd59e9 Fix to 3819 - Filtering issues by tags on main screen issues (#3824)
6 years ago
kolaente 6759237eda User action heatmap (#5131)
6 years ago
Jonas Franz f38fce916e Add comment replies (#5104)
6 years ago
zeripath 43f9233914 Fix Swagger JSON autogeneration issues. (#4845)
6 years ago
Oleg Kovalov 5a4648cdd6 Remove check for negative length (#5120)
6 years ago
Julien Tant dea3d849e1 Give user a link to create PR after push (#4716)
6 years ago
Lunny Xiao ea619b39b2
Add notification interface and refactor UI notifications (#5085)
6 years ago
zeripath dd62ca7ba9 Add support for search by uid (#4876)
6 years ago
Lauris BH ab5b245182 Disable debug routes unless PPROF is enabled in configuration (#4995)
6 years ago
Lauris BH 81702e6ec9 Detect charset and convert non UTF-8 files for display (#4950)
6 years ago
zeripath 36e7cb9755 Update Swagger API to match the return of /users/search (#4847)
6 years ago
Lauris BH 4befec242a
Code review UI improvements and bugfixes (#4682)
6 years ago
Lanre Adelowo acb6f8a518 make sure to catch the right error so it is displayed as an error on the ui not a 500 (#4945)
6 years ago
Lanre Adelowo 2a6d3ba058 Allow admin toggle forcing a password change for newly created users (#4563)
6 years ago
Lanre Adelowo 126ba796dc Force user to change password (#4489)
6 years ago
Bo-Yi Wu ea20adaa84
feat(repo): support search repository by topic name (#4505)
6 years ago
techknowlogick f1ad4bb3d5
Remove traces of embedded TiDB (#4906)
6 years ago
Lanre Adelowo 8ee9922fe6 Add file name and branch to page title (#4902)
6 years ago
B-OnTheGo e47df0b301 Enforce token on api routes [fixed critical security issue #4357] (#4840)
6 years ago
Bobonium 387a4b09c1 allow api to create tags for releases (#4890)
6 years ago
Lanre Adelowo be48397945 Slack webhook channel name cannot be empty or just contain an hashtag (#4786)
6 years ago
Lewis Cowles c43399cad8 Fixes repo branch endpoint summary (#4893)
6 years ago
zeripath d293a2b9d6 Add sudo functionality to the API (#4809)
6 years ago
Lunny Xiao e48df3ee47 issues api allow pulls and fix #4832 (#4852)
6 years ago
Najib Idrissi b9ae16d15e Make reverse proxy auth optional (#4643)
6 years ago
EnricoFerro 912953e82a API /admin/users/{username} missing parameter (#4775)
6 years ago
Lanre Adelowo 6ca8fbd2f9 Fixed bug where team with admin privelege type doesn't get any unit attached to the team (#4719)
6 years ago
Lanre Adelowo 6c1a31ffaa User shouldn't be able to approve or reject his/her own PR (#4729)
6 years ago
Lanre Adelowo a6cdda115d Display error when adding a user to a team twice (#4746)
6 years ago
Lauris BH 92466129ec
Improve URL validation for external wiki and external issues (#4710)
6 years ago
SagePtr 0449330dbc Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
6 years ago
nemoinho ca112f0a04 Add whitespace handling to PR-comparsion (#4683)
6 years ago
Julien Tant 7781e8cef2 Disable merging a WIP Pull request (#4529)
6 years ago
techknowlogick ce7c64c7e1
Use updated docs link on install page (#4668)
6 years ago
Lanre Adelowo 3422077a89 make sure to set pr split view (#4617)
6 years ago
Lanre Adelowo 69a855f3d4 log user in after a successful sign up (#4615)
6 years ago
Lanre Adelowo 0df7cab4fb prevent empty review comment (#4632)
6 years ago
Lanre Adelowo 59b10e66f7 An inactive user shouldn't be able to be added as a collaborator (#4535)
6 years ago
Lanre Adelowo c7a6ee5c0b Don't fail silently if trying to add a collaborator twice (#4533)
6 years ago
Lauris BH 6e64f9db8e Pull request review/approval and comment on code (#3748)
6 years ago
Allen Wild c40f5d2d4c api: repos/search: add parameters to control the sort order (#3964)
6 years ago
Dingjun 819f50ccd5 fix panic issue on update avatar email (#4580) (#4581)
6 years ago
Julien Tant ced08d18a4 fix IsPullReuqestBroken->IsPullRequestBroken (#4578)
6 years ago
Piotr Orzechowski a74426d631 Swagger.v1.json template (#3572)
6 years ago
techknowlogick adf3f004b6
Switch plaintext scratch tokens to use hash instead (#4331)
6 years ago
Lukas Treyer be4ec0cbba env var GITEA_PUSHER_EMAIL (#4516)
6 years ago
Lanre Adelowo 630f234223 Add flash message after an account has been successfully activated (#4510)
6 years ago
Lanre Adelowo 4bf0cae1f5 Respect email privacy option in user search via API (#4512)
6 years ago
techknowlogick 492ec97a46
Redirect to correct page after using scratch token (#4458)
6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531)
6 years ago
kolaente ef6813abc9 Issue due date api (#3890)
6 years ago
Lauris BH 659bc727bd
Fix query parameter name comment in issue API (#4421)
6 years ago
techknowlogick ab55ca7ebd
Add ability to delete a token (#4235)
6 years ago
Nicolas Da Mutten e07d3ad0fc Fixes repo membership check in API (#4341)
6 years ago
Fluf f035dcd4f2 Add Recaptcha functionality to Gitea (#4044)
6 years ago
Lauris BH 69e2ab1611 Allow administrator to create repository for any organization (#4368)
6 years ago
Lauris BH 4a8ee0b5cc
Check that repositories can only be migrated to own user or organizations (#4366)
6 years ago
tarelda 5676f60cba Keep preseeded database password (#4284)
6 years ago
Clar Charr c71ee33057 Increase default TOTP secret size to 320 bits (#4287)
6 years ago
Jonas Franz 801843b011 Fix open redirect vulnerability on login screen (#4312)
6 years ago
David Schneiderbauer 0b3ea42847 hide issues from org private repos w/o team assignment (#4034)
6 years ago
Alexey Terentyev 46d19c4676 Fix topics addition (Another solution) (#4031) (#4258)
6 years ago
Russell Aunger 9ae7664df7 Fix webhook type conflation. (#4285)
6 years ago
Jonas Franz 467ff4d343 Fix milestone appliance and permission checks (#4271)
6 years ago
David Schneiderbauer 69bfd81b1c fix missing data on redirects (#3975)
6 years ago
stevegt a7aaacb633 fix CreateIssueCommentOption reference (#4239)
6 years ago
David Schneiderbauer adba2ad609 fix not respecting landing page setting (#4209)
6 years ago
Antoine GIRARD 6efdcaed86 Fix swagger security parts (#4236)
6 years ago
Antoine GIRARD 908e8942cc Fix swagger errors (#4220)
6 years ago
nickolas360 2bb73fe12c HTML-escape text READMEs (#4192)
6 years ago
stevegt a5f63fc4d1 swagger: add 'required: true' for params in URL (#4097)
6 years ago
stevegt 39f2aa7c12 add simple descriptions for file API responses (#4089)
6 years ago
stevegt 7707ad7a0a add simple descriptions for swagger validate (#4087)
6 years ago
Alexey Terentyev f86f56e19c Added deletion of an empty line at the end of the file (#4050) (#4054)
6 years ago
Michael Kuhn fd274ffcd9 Fix wiki redirects (#3919)
6 years ago
Fluf 2a9799493a Make home.tmpl visible with Signin-View enabled (#4040)
6 years ago
Magnus Lindvall cdb9478774 LDAP Public SSH Keys synchronization (#1844)
6 years ago
Alexey Terentyev b908ac9fab Added repository search ordered by stars or forks. Forks column in admin repo list. (#3969)
6 years ago
Lunny Xiao 60d95a0b85
fix bugs caused by #3929 (#3999)
6 years ago
Aleksandr Bulyshchenko ee878e3951 Support secure cookie for csrf-token (#3839)
6 years ago
David Schneiderbauer 31067c0a89 remove collaborative repositories from search on user profiles (#3996)
6 years ago
Lunny Xiao 6bdc556b7f
Fix some webhooks bugs (#3981)
6 years ago
Jonas Franz 951309f76a Add support for FIDO U2F (#3971)
6 years ago
David Schneiderbauer 44754774f1 Re-enable random avatar feature (#3988)
6 years ago
David Schneiderbauer 2aabfc1afa Splitted the user settings code into several files to be more maintainable (#3968)
6 years ago
Lunny Xiao 24941a1046
Add more webhooks support and refactor webhook templates directory (#3929)
6 years ago
David Schneiderbauer 099372d76c Refactor User Settings (#3900)
6 years ago
FabioFortini 1546458f7d issue-2768: added new option allow_only_external_registration (#3910)
6 years ago
Lunny Xiao c14870c5ac
fix blank topic (#3948)
6 years ago
kolaente 95f2e2b57b Multiple assignees (#3705)
6 years ago
David Schneiderbauer ea01decb6b fix wrong issue endpoints in swagger doc (#3914)
6 years ago
Lauris BH 501fb228e6
Add option to use paged LDAP search when synchronizing users (#3895)
6 years ago
kolaente 1fdf560678 Added user language setting (#3875)
6 years ago
Lauris BH 1e1ece8f3d
Do not allow to reuse TOTP passcode (#3878)
6 years ago
kolaente 1a97030017 Issue due date (#3794)
6 years ago
Lauris BH 181b3a8f09 Fix path cleanup in multiple places (#3871)
6 years ago
Ethan Koenig 7ea4bfc561 API endpoint for testing webhook (#3550)
6 years ago
Lauris BH 5a62eb30df
Store OAuth2 session data in database (#3660)
6 years ago
Jonas Franz 8d5f58d834 Shows total tracked time in issue and milestone list (#3341)
6 years ago
Morgan Bazalgette e3028d124f don't reset team/repo count when updating team via API (#3831)
6 years ago
Lunny Xiao bec69f702b
Add topic support (#3711)
6 years ago
Lunny Xiao 45d1fc03cb
fix go vet error (#3740)
6 years ago
Bo-Yi Wu 1c5cbc390b refactor: import order. (#3736)
6 years ago
Lauris BH ab5cc6f3a9 Correctly check http git access rights for reverse proxy authorized users (#3721)
6 years ago
Allen Wild 15c6bb500b Add repository setting to enable/disable health checks (#3607)
6 years ago
Chri-s 9350ba7947 Add protected branch whitelists for merging (#3689)
6 years ago
Chri-s e64aa18dc9 Change protected branch settings title to existing locale entry (#3694)
6 years ago
Alex Ward 4ebdcbc5df Fix style of "In your repositories" when selected (#3699)
6 years ago
Lunny Xiao 9e5d0a09eb
Global code search support (#3664)
6 years ago
Lauris BH 7b2b900e13 Refactor and simplify redirect to url (#3674)
6 years ago
Chri-s a2a49c93c7 Added checks for protected branches in pull requests (#3544)
6 years ago
Lauris BH c0d41b1b77 Add label descriptions (#3662)
6 years ago
kolaente 1a83581121 Added issue search via api (#3612)
6 years ago
Jonas Franz 9a5e628a7e Add Attachment API (#3478)
6 years ago
Mahmoud Al-Qudsi 171914e9a7 Log attachment blocked events (#3615)
6 years ago