| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
closes #2040
upstream commit: https://github.com/mattn/go-sqlite3/commit/acfa60124032040b9f5a9406f5a772ee16fe845e
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
(#2097)
* add make command update-translations for update translations from crowdin to options/locale
* use curl & resolve double quote on make file
|
|
|
| |
* Changed migration calling so that migrations can use models package
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Check for valid renamed usernames
* Integration test
* Test for username with space
* Make name field required
|
|
|
| |
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
|
| |
|
| |
|
|\
| |
| | |
Fix exit status 1 not handled @ getMergeCommit (#2087)
|
| | |
|
| |
| |
| | |
This reverts commit 789188f13c93e47b8a758c379bd463f7c2792f13.
|
| |
| |
| | |
Somes layer are created and aren't usefull, so I compress this :)
|
|\ \
| |/
|/| |
Don't ignore gravatar error
|
| | |
|
| | |
|
| | |
|
|/ |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
We can't change the http status code here, because the response has been written.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
|
|
|
|
|
| |
* Always return valid go-get meta, even if unauthorized
* don't leak information
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Set request headers in helper functions, and new helper for requests with string-formatted URLs
|
| |
|
|
|
|
|
|
|
|
| |
* Fix wording
* Update locale_en-US.ini
* Update keys_gpg.tmpl
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
* leveal jwt secret empty
|
| |
|
| |
|
|\
| |
| | |
Fix displaying commits and files of PR created from now deleted fork
|
| |
| |
| |
| | |
repository
|
| | |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
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>
|