| Commit message (Expand) | Author | Age | Files | Lines |
* | move code.gitea.io/git to code.gitea.io/gitea/modules/git (#6364) | Lunny Xiao | 2019-03-27 | 4 | -4/+4 |
* | Clean up ref name rules (#6437) | mrsdizzie | 2019-03-26 | 1 | -1/+1 |
* | Clean up various use of escape/unescape functions for URL generation (#6334) | mrsdizzie | 2019-03-18 | 1 | -2/+2 |
* | Add test environment for Mysql8 (#5234) | Lunny Xiao | 2019-03-17 | 1 | -0/+72 |
* | Return 409 when creating repo if it already exists. (#6330) | Bogdan Petrea | 2019-03-15 | 1 | -0/+71 |
* | Add support for client basic auth for exchanging access tokens (#6293) | Jonas Franz | 2019-03-11 | 1 | -0/+41 |
* | Integrate OAuth2 Provider (#5378) | Jonas Franz | 2019-03-08 | 1 | -0/+138 |
* | Minor UI tweaks (#5980) | John Olheiser | 2019-02-19 | 1 | -2/+2 |
* | Show email if the authenticated user owns the profile page being requested fo... | Lanre Adelowo | 2019-02-19 | 1 | -3/+14 |
* | Fix prohibit login check on authorization (#6106) | Lunny Xiao | 2019-02-19 | 2 | -3/+3 |
* | Allow markdown files to read from the LFS (#5787) | zeripath | 2019-02-12 | 3 | -16/+167 |
* | Add API to list tags (#5850) | Lunny Xiao | 2019-02-07 | 1 | -0/+38 |
* | use native golang SSH library but ssh-keygen when enable built-in SSH server ... | Lunny Xiao | 2019-02-07 | 1 | -2/+2 |
* | Fix serving of raw wiki files other than .md (#5814) | Gabriel Silva Simões | 2019-02-05 | 8 | -1/+6 |
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 5 | -299/+563 |
* | Fix notifications on pushing with deploy keys by setting hook environment var... | zeripath | 2019-02-03 | 1 | -0/+160 |
* | Add single commit API support (#5843) | Lunny Xiao | 2019-02-02 | 1 | -0/+32 |
* | Make log mailer for testing (#5893) | zeripath | 2019-02-02 | 4 | -3/+18 |
* | Fix new release creation API to allow empty target (#5870) | Lauris BH | 2019-01-30 | 1 | -23/+58 |
* | Add migration test (#5773) | zeripath | 2019-01-28 | 10 | -0/+245 |
* | Revert #3711 overwrite of only show "No Description" to repo admins #2167 (#... | Gabriel Silva Simões | 2019-01-27 | 1 | -0/+20 |
* | Ensure valid git author names passed in signatures (#5774) | zeripath | 2019-01-24 | 2 | -6/+12 |
* | Pooled and buffered gzip implementation (#5722) | zeripath | 2019-01-23 | 2 | -0/+130 |
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 1 | -4/+4 |
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 1 | -0/+13 |
* | Fix type mismatch of format string (#5574) | Mura Li | 2018-12-21 | 1 | -1/+1 |
* | fix lfs version check warning log when using ssh protocol (#5501) | Lunny Xiao | 2018-12-19 | 1 | -0/+1 |
* | Added test environment for mssql (#4282) | kolaente | 2018-12-12 | 2 | -0/+85 |
* | add tests for api user orgs (#5494) | Lunny Xiao | 2018-12-09 | 1 | -0/+63 |
* | Restrict permission check on repositories and fix some problems (#5314) | Lunny Xiao | 2018-11-28 | 1 | -1/+1 |
* | Implement git refs API for listing references (branches, tags and other) (#5354) | Lauris BH | 2018-11-27 | 1 | -0/+34 |
* | API: '/orgs/:org/repos': return private repos with read access (#5310) (#3829... | Daniel Balko | 2018-11-23 | 1 | -12/+37 |
* | add api for user to create org (#5268) | Lunny Xiao | 2018-11-20 | 1 | -0/+48 |
* | Add raw blob endpoint to get objects by SHA ID (#5334) | Peter Hoffmann | 2018-11-18 | 1 | -0/+24 |
* | Fix #5226 by adding CSRF checking to api reqToken and add CSRF to the POST he... | zeripath | 2018-11-03 | 2 | -6/+7 |
* | Keys API changes (#4960) | zeripath | 2018-10-31 | 1 | -0/+102 |
* | Fix issue where ecdsa and other key types are not synced from LDAP (#5092) (#... | Jerry Jacobs | 2018-10-30 | 1 | -0/+1 |
* | User action heatmap (#5131) | kolaente | 2018-10-23 | 1 | -0/+30 |
* | CN translation of README (#5050) | BetaCat | 2018-10-15 | 2 | -7/+64 |
* | feat(repo): support search repository by topic name (#4505) | Bo-Yi Wu | 2018-09-13 | 3 | -6/+6 |
* | Enforce token on api routes [fixed critical security issue #4357] (#4840) | B-OnTheGo | 2018-09-10 | 15 | -87/+128 |
* | Add sudo functionality to the API (#4809) | zeripath | 2018-09-06 | 1 | -0/+29 |
* | Fix redirect with non-ascii branch names (#4764) (#4810) | SagePtr | 2018-09-06 | 44 | -3/+739 |
* | Disable merging a WIP Pull request (#4529) | Julien Tant | 2018-08-13 | 2 | -0/+47 |
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 2 | -0/+55 |
* | Allow administrator to create repository for any organization (#4368) | Lauris BH | 2018-07-05 | 1 | -0/+23 |
* | Check that repositories can only be migrated to own user or organizations (#4... | Lauris BH | 2018-07-05 | 1 | -0/+27 |
* | hide issues from org private repos w/o team assignment (#4034) | David Schneiderbauer | 2018-06-21 | 1 | -3/+3 |
* | fix not respecting landing page setting (#4209) | David Schneiderbauer | 2018-06-15 | 1 | -0/+22 |
* | Fixed drone command in readme (#4222) | Alexey Terentyev | 2018-06-12 | 1 | -1/+1 |