Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | Fix wording (#2024) | Patrick G | 2017-06-24 | 2 | -2/+2 |
| | | | | | | | | * Fix wording * Update locale_en-US.ini * Update keys_gpg.tmpl | ||||
* | Enable assignee e-mail notification (#2003) | Győrvári Gábor | 2017-06-23 | 2 | -5/+23 |
| | | | | | | | | | | | | * Enable assignee e-mail notification * Check assignee and doer to avoid self made comment notifications. * Assignee not always defined * New method to avoid error when assignee deleted * Assignee empty check | ||||
* | add missing lfs config on example file (#2039) | Lunny Xiao | 2017-06-23 | 1 | -0/+6 |
| | | | | | | * add missing lfs config on example file * leveal jwt secret empty | ||||
* | remove deprecated code for Gogs compitable (#2041) | Lunny Xiao | 2017-06-23 | 1 | -9/+1 |
| | |||||
* | update git module (#2037) | Lauris BH | 2017-06-23 | 3 | -7/+14 |
| | |||||
* | Fix displaying commits and files of PR created from now deleted fork (#2023) | Kim "BKC" Carlbäcker | 2017-06-22 | 1 | -6/+14 |
|\ | | | | | Fix displaying commits and files of PR created from now deleted fork | ||||
| * | Fix displaying commits and files of PR created from now deleted forked ↵ | Lauris Bukšis-Haberkorns | 2017-06-21 | 1 | -6/+14 |
| | | | | | | | | repository | ||||
* | | repo/editor: fix breadcrumb path cuts parent dirs (#3859) (#2032) | Lunny Xiao | 2017-06-22 | 3 | -20/+31 |
| | | |||||
* | | Display config file path on admin panel (#2030) | Lunny Xiao | 2017-06-22 | 3 | -0/+4 |
| | | |||||
* | | ROOT_URL setting use the default as shown in conf/app.ini (#1823) | Mike Fellows | 2017-06-22 | 1 | -12/+18 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The well commented conf/app.ini file that comes with the code shows the ROOT_URL (i.e. setting.AppURL) as: ROOT_URL = %(PROTOCOL)s://%(DOMAIN)s:%(HTTP_PORT)s/ However the installed custom/conf/app.ini file does not include this setting as shown, and the default in the setting module was hard coded to http://localhost:3000/ instead of what is shown above. With this change the ROOT_URL will default to what is shown above if it is not set in the custom/conf/app.ini. Of course it is still possible to override the default by adding the ROOT_URL setting to your custom/conf/app.ini file as usual. Signed-off-by: Mike Fellows <mike.fellows@shaw.ca> | ||||
* | | Add discourse link (#2027) | Jonas Östanbäck | 2017-06-22 | 1 | -1/+1 |
| | | |||||
* | | Fix fast-forward PR bug (#1989) | Ethan Koenig | 2017-06-22 | 1 | -3/+3 |
| | | |||||
* | | Keep sort when switching page (#2013) | iszla | 2017-06-22 | 1 | -5/+5 |
| | | |||||
* | | Fix #2001 and fix issue comments hidden (#2016) | Lunny Xiao | 2017-06-21 | 3 | -25/+66 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * revert #2001 and fix issue comments hidden * fix #2001 * fix import * improve comment type * reduce unnecessary join * fix comment on FindCommentsOptions | ||||
* | | Make branch deletion URL more like GitHub's, fixes #1397 (#1994) | Lauris BH | 2017-06-21 | 7 | -70/+241 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Make branch deletion URL more like GitHub's, fixes #1397 * Add PR branch deletion integration test * Do not allow deleting protected branch * Change http error code to 403 if user has no write rights to repository * Add check to not panic if forked repository has alrady been deleted | ||||
* | | Refactor session close as xorm already does everything needed internally (#2020) | Lauris BH | 2017-06-21 | 23 | -74/+60 |
|/ | |||||
* | Add integration test for repository migration (#1983) | Mura Li | 2017-06-20 | 2 | -0/+84 |
| | |||||
* | Update code.gitea.io/git (#2014) | Ethan Koenig | 2017-06-20 | 2 | -25/+28 |
| | |||||
* | Wrong PR merge commit ID saved (#2007) | Lauris BH | 2017-06-19 | 1 | -1/+1 |
| | |||||
* | Add integration test for issue creating (#2002) | Mura Li | 2017-06-18 | 1 | -0/+31 |
| | |||||
* | Don't show non-comments in comments API (#2001) | Ethan Koenig | 2017-06-18 | 5 | -10/+49 |
| | |||||
* | Let not-logged-in users view releases (#1999) | Ethan Koenig | 2017-06-18 | 3 | -4/+17 |
| | |||||
* | Update code.gitea.io/git (#1998) | Ethan Koenig | 2017-06-18 | 5 | -6/+14 |
| | |||||
* | fix misspell (#1996) | Bo-Yi Wu | 2017-06-18 | 2 | -2/+2 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | fix golint error and rename func for suggestion. (#1997) | Bo-Yi Wu | 2017-06-17 | 11 | -25/+30 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Use testing benchmark interface (#1993) | Antoine GIRARD | 2017-06-17 | 2 | -9/+9 |
| | |||||
* | update drone discord plugin to 0.0.4 version (#1992) | Bo-Yi Wu | 2017-06-17 | 2 | -2/+2 |
| | | | | | | | | | | | | | | * update drone discord plugin to 0.0.3 version Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update to 0.0.4 Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * update sig file. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> | ||||
* | Fix GPG email checking to be case insensitive (#1988) | Lauris BH | 2017-06-17 | 2 | -2/+41 |
| | |||||
* | fix typo (#1990) | Trolli Schmittlauch | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | fix bu ong normal user visit public repo (#1984) | Lunny Xiao | 2017-06-17 | 1 | -1/+1 |
| | |||||
* | Fix deleted milestone bug (#1942) | Ethan Koenig | 2017-06-17 | 3 | -10/+15 |
| | | | | | | | | * Fix deleted milestone bug * Use locale for ghost milestone name * Fix pointer bug | ||||
* | Consolidate boilerplate in integration tests (#1979) | Ethan Koenig | 2017-06-17 | 16 | -168/+149 |
| | |||||
* | update drone sig file (#1981) | Bo-Yi Wu | 2017-06-15 | 1 | -1/+1 |
| | | | Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> |