Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Fix compiling without sqlite and gcc (#2177) | Lauris BH | 2017-07-26 | 2 | -18/+19 | |
| | ||||||
* | Use sqlite3 database as default for Docker image (#2182) | Tao Wang | 2017-07-26 | 1 | -1/+1 | |
| | | | Signed-off-by: Tao Wang <twang2218@gmail.com> | |||||
* | Revert "Add ability to fork your own repos (#761)" (#2193) | Bwko | 2017-07-26 | 3 | -1/+8 | |
| | ||||||
* | Fix PR nil-dereference bug (#2195) | Ethan Koenig | 2017-07-26 | 2 | -7/+91 | |
| | | | | | | * Fix PR nil-dereference bug * Revert to original error format | |||||
* | Fix key usage time update if the key is used in parallel for multiple ↵ | Lauris BH | 2017-07-20 | 1 | -4/+9 | |
| | | | | operations (#2185) | |||||
* | Fix profile update for non-local users (#2178) | Lauris BH | 2017-07-19 | 1 | -1/+1 | |
| | ||||||
* | Remove unit types commits and settings (#2161) | Lauris BH | 2017-07-17 | 20 | -104/+174 | |
| | | | | | | | | | | * Remove unit types commits and settings * Can not limit units in administrator teams * Limit changing units only to teams with read and write access mode * Small code optimization | |||||
* | Refactor vue delimeters to use es6 template delimeters (#2171) | Lauris BH | 2017-07-15 | 2 | -3/+3 | |
| | ||||||
* | Only show SSH clone URL if signed in (#2169) (#2170) | Stefan Kalscheuer | 2017-07-15 | 7 | -13/+61 | |
| | | | | | | | | | | | | | | | | | | | * Add configuration flag SSH_EXPOSE_ANONYMOUS If this flag (default True) is set to false, the SSH clone URL will only be exposed if the current user is signed in. * Default SSH exposure set to false To match GitHub and for security reasons, SSH URL exposure is disabled by default. In addition to that. minor code changes have been applied. Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> * Add integration tests * Hide clone button neither HTTP and SSH is enabled Signed-off-by: Stefan Kalscheuer <stefan@stklcode.de> | |||||
* | Make compare button URL aware if current repo is a fork (#2162) (#2163) | Wiktor Żurawik | 2017-07-15 | 1 | -1/+1 | |
| | | | | | | | | | | * Make compare button URL aware if current repo is a fork (#2162) * Optimize code * To not change current behaviour check if signed in user has fork of base repository * Fix to check only if signed user has forked repo otherwise it will still redirect to wrong page | |||||
* | Only show "No Description" to repo admins (#2167) | bit | 2017-07-14 | 1 | -1/+1 | |
| | | | Only show note about missing description ("No Description") to repo admins, nobody else can change it. | |||||
* | More integration tests for comment API (#2156) | Ethan Koenig | 2017-07-14 | 1 | -1/+90 | |
| | ||||||
* | Fix OpenID registration route (#2160) | Christian Weiske | 2017-07-13 | 1 | -1/+1 | |
| | | | Fixes #2101 | |||||
* | API: support '/orgs/:org/repos' (#2047) | Aaron Walker | 2017-07-13 | 4 | -1/+57 | |
| | | | * API: support '/orgs/:org/repos' | |||||
* | fix: replace tmp with TMPDIR. (#2152) | Bo-Yi Wu | 2017-07-13 | 1 | -3/+3 | |
| | ||||||
* | Ignore invalid issue numbers in commit messages. Fixes #2022 (#2150) | Lauris BH | 2017-07-12 | 3 | -5/+6 | |
| | ||||||
* | Update code.gitea.io/git dependency (#2149) | Lauris BH | 2017-07-12 | 2 | -4/+4 | |
| | ||||||
* | Fix repository settings collobration list display (#2151) | Lauris BH | 2017-07-12 | 2 | -0/+8 | |
| | ||||||
* | Fix username rendering bug (#2122) | Ethan Koenig | 2017-07-12 | 4 | -4/+71 | |
| | | | | | | | | * Fix username rendering bug * XSS integration test * Migration to unescape user full names | |||||
* | fix typo (#2145) | Bo-Yi Wu | 2017-07-12 | 1 | -1/+1 | |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Add verify changed less-file step to Makefile (#1861) | Bo-Yi Wu | 2017-07-12 | 4 | -16/+25 | |
| | ||||||
* | Fix SHA1 hash linking (#2143) | Roy Marples | 2017-07-12 | 2 | -6/+15 | |
| | | | | | | | | | | | | | | | | This changes the regex to look for a hash from 7 to 40 characters, to match the use of abbreviated hash lookups in both git and github. The restriction of not being a pure number is also removed because 1234567 is now considered a valid abbreviated hash, as is deadbeef. A note has been added to the top of the code to state that the literal regex match is fine, but no extra validation is currently performed so some false positives are expected. A future change could ensure that the hash exists in the repository before rendering it as a link, although this might incur a slight performance penalty. Reverts part of commit 4a46613 and fixes #2053. | |||||
* | Small grammar fixes (#2144) | Patrick G | 2017-07-12 | 1 | -16/+16 | |
| | ||||||
* | Fix repo API bug (#2133) | Ethan Koenig | 2017-07-12 | 9 | -54/+132 | |
| | | | Don't require token when not necessary | |||||
* | feat: upgrade drone docker image to support multi-stage build. (#1732) | Bo-Yi Wu | 2017-07-11 | 2 | -1/+4 | |
| | | | | | | | | | | | | * feat: upgrade drone docker image to support multi-stage build. * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update drone sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Fix GET /users/:username/repos endpoint (#2125) | Ethan Koenig | 2017-07-10 | 2 | -34/+63 | |
| | ||||||
* | Use POSIX complaint ! operator in find (#2132) | Roy Marples | 2017-07-10 | 1 | -1/+1 | |
| | | | | | | | | | | | * Use POSIX complaint ! operator in find -not is a GNU extension and not all find(8) implementations support it. It's just an alias for ! which is POSIX compliant. Now gitea compiles on NetBSD at least. * Revert change in vendor directory as requested | |||||
* | Missing signed commit display translation (#2134) | Lauris BH | 2017-07-10 | 2 | -2/+4 | |
| | ||||||
* | Cache session cookies in tests (#2128) | Ethan Koenig | 2017-07-09 | 1 | -1/+8 | |
| | ||||||
* | Remove unused files (#2124) | Ethan Koenig | 2017-07-07 | 2 | -23/+0 | |
| | ||||||
* | Less verbose integration tests (#2123) | Ethan Koenig | 2017-07-07 | 24 | -223/+122 | |
| | | | * Helper functions for intergration test boilerplate | |||||
* | Merge pull request #2119 from ethantkoenig/fix/wiki | Andrey Nering | 2017-07-07 | 3 | -45/+52 | |
|\ | | | | | Fix wiki preview links | |||||
| * | Fix import order | Ethan Koenig | 2017-07-06 | 1 | -4/+4 | |
| | | ||||||
| * | Relative URL tests | Ethan Koenig | 2017-07-06 | 1 | -0/+4 | |
| | | ||||||
| * | Fix wiki preview links | Ethan Koenig | 2017-07-06 | 3 | -41/+44 | |
| | | ||||||
* | | Improve org error handling (#2117) | Antoine GIRARD | 2017-07-06 | 7 | -12/+26 | |
| | | | | | | | | | | | | | | | | | | | | * Improve ErrOrgNotExist type Return new error type Use good error check Use new method to check error Update tests * Fix unchanged method name report | |||||
* | | vendor: update sqlite to fix "database is locked" errors (#2116) | Andrey Nering | 2017-07-06 | 18 | -5889/+10606 | |
|/ | | | | | closes #2040 upstream commit: https://github.com/mattn/go-sqlite3/commit/acfa60124032040b9f5a9406f5a772ee16fe845e | |||||
* | Fix unchecked error bug (#2110) | Ethan Koenig | 2017-07-04 | 1 | -1/+4 | |
| | ||||||
* | Fix missing-return bug (#2109) | Ethan Koenig | 2017-07-04 | 1 | -0/+1 | |
| | ||||||
* | Sync latest translations from crowdin (#2104) | Lauris BH | 2017-07-03 | 23 | -3984/+4207 | |
| | ||||||
* | Add make command update-translations for update translations from crodwin ↵ | Lunny Xiao | 2017-07-03 | 1 | -0/+10 | |
| | | | | | | | | (#2097) * add make command update-translations for update translations from crowdin to options/locale * use curl & resolve double quote on make file | |||||
* | Fix git hooks update to receive required arguments. Fixes #2090 (#2095) | Lauris BH | 2017-07-02 | 5 | -7/+28 | |
| | | | * Changed migration calling so that migrations can use models package | |||||
* | Fix API for branches with slashes (#2096) | Ethan Koenig | 2017-07-02 | 4 | -2/+54 | |
| | ||||||
* | Check for valid renamed usernames (#2077) | Ethan Koenig | 2017-07-01 | 2 | -1/+100 | |
| | | | | | | | | | | * Check for valid renamed usernames * Integration test * Test for username with space * Make name field required | |||||
* | upgrade git source code. (#2094) | Bo-Yi Wu | 2017-07-01 | 2 | -4/+4 | |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | |||||
* | Fix SQL bug in models.PullRequests | Ethan Koenig | 2017-07-01 | 2 | -2/+32 | |
| | ||||||
* | Absolute path for setting.CustomConf (#2085) | Ethan Koenig | 2017-07-01 | 1 | -0/+2 | |
| | ||||||
* | Merge pull request #2087 from Bwko/fix_error_exit | Lauris BH | 2017-06-30 | 1 | -1/+1 | |
|\ | | | | | Fix exit status 1 not handled @ getMergeCommit (#2087) | |||||
| * | Fix exit status 1 not handled @ getMergeCommit | Bwko | 2017-06-30 | 1 | -1/+1 | |
| | | ||||||
* | | Revert "Reduce number of layer" (#2086) | Lunny Xiao | 2017-06-30 | 1 | -5/+5 | |
| | | | | | | This reverts commit 789188f13c93e47b8a758c379bd463f7c2792f13. |