Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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. | ||||
* | | Reduce number of layer (#2078) | Dryusdan | 2017-06-30 | 1 | -5/+5 |
| | | | | | | Somes layer are created and aren't usefull, so I compress this :) | ||||
* | | Merge pull request #2083 from ethantkoenig/check_err/org_avatar | Andrey Nering | 2017-06-29 | 2 | -6/+13 |
|\ \ | |/ |/| | Don't ignore gravatar error | ||||
| * | lint | Ethan Koenig | 2017-06-29 | 1 | -0/+1 |
| | | |||||
| * | Use default avatar on error | Ethan Koenig | 2017-06-29 | 2 | -4/+8 |
| | | |||||
| * | Don't ignore gravatar error | Ethan Koenig | 2017-06-29 | 1 | -2/+4 |
| | | |||||
* | | Fix release display and correct paging (#2080) | Lauris BH | 2017-06-29 | 5 | -39/+135 |
|/ | |||||
* | remove unnecessary blank lines and wrong error log | Lunny Xiao | 2017-06-28 | 1 | -3/+1 |
| | |||||
* | Pagination on releases page (#2035) | iszla | 2017-06-28 | 2 | -2/+22 |
| | | | | | | | | | | | | | | | | | | | | | | * Added count to GetReleasesByRepoID so pagination will work * Separated it out to a new function, can then also leave the API part unaffected * Remove extra whitespace added in untouched function * Added comment and corrected name in error handler * Account for if the user is owner or not in the count * Also check if repo is draft * revert back to the correct count in the ReleasesToDisplay loop * Fixed lint error regarding else with return statement * Use Cond struct instead of string, corrected name in error handler * Removed unused return variable names | ||||
* | Update git module (#2074) | Jonas Östanbäck | 2017-06-28 | 2 | -138/+93 |
| | |||||
* | Fix #1271: Call location.reload after XHR finishes (#2071) | Guillermo Bonvehí | 2017-06-28 | 1 | -8/+4 |
| | | | | | location.reload was being called when the related dropdown was hidden, even if a request initiated before to update this value hadn't finished. This caused troubles on Firefox. | ||||
* | Fix org hooks UI (#2072) | Morlinest | 2017-06-28 | 1 | -1/+3 |
| | |||||
* | Fix: `http: multiple response.WriteHeader calls` (#2038) | Shuanglei Tao | 2017-06-28 | 1 | -1/+0 |
| | | | We can't change the http status code here, because the response has been written. | ||||
* | Make time diff translatable (#2057) | Lauris BH | 2017-06-28 | 9 | -101/+67 |
| | |||||
* | Smaller watch, star, and fork buttons (#2052) | Patrick G | 2017-06-28 | 1 | -6/+6 |
| | |||||
* | Setting to disable authorized_keys backup (#1856) | Dan Magnus Lindvall | 2017-06-28 | 3 | -31/+35 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add setting to disable authorized_keys backup when rewriting public keys Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Update default value to comply with documentation Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Use tmp-file instead of bak-file for saving manually added keys. Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Change casing Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Change casing and build bakpath with sprintf only Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Only close file once Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Do not modify calcFingerprint Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Fix casing Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Change style from disable to enable Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Change name, just SSH_BACKUP_AUTHORIZED_KEYS Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> * Do not check for directory existence if backup is disabled Signed-off-by: Magnus Lindvall <magnus@dnmgns.com> | ||||
* | Add link to forum in issue template (#2070) | Jonas Östanbäck | 2017-06-28 | 1 | -2/+2 |
| | |||||
* | Fix default ghost assignee bug (#2069) | Ethan Koenig | 2017-06-28 | 1 | -1/+1 |
| | |||||
* | Always return valid go-get meta, even if unauthorized (#2010) | Kim "BKC" Carlbäcker | 2017-06-26 | 1 | -3/+41 |
| | | | | | | * Always return valid go-get meta, even if unauthorized * don't leak information | ||||
* | drone sign -.- | Kim "BKC" Carlbäcker | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Fix "Dashboard shows deleted comments" (#1995) | Jonas Franz | 2017-06-25 | 8 | -4/+78 |
| | |||||
* | Integration tests for issues API (#2059) | Ethan Koenig | 2017-06-25 | 2 | -15/+78 |
| | |||||
* | Fix improper setup for integration tests (#2050) | Ethan Koenig | 2017-06-25 | 1 | -4/+2 |
| | |||||
* | Skip sqlite integration in CI (#2058) | Ethan Koenig | 2017-06-25 | 1 | -1/+1 |
| | |||||
* | Load label ID in NewLabels (#2045) | Ethan Koenig | 2017-06-25 | 4 | -6/+25 |
| | |||||
* | Improve integration test helper functions (#2049) | Ethan Koenig | 2017-06-25 | 13 | -24/+9 |
| | | | Set request headers in helper functions, and new helper for requests with string-formatted URLs | ||||
* | Fix bug in issue labels API (#2048) | Ethan Koenig | 2017-06-25 | 3 | -3/+69 |
| |