Commit graph

5441 commits

Author SHA1 Message Date
Dryusdan 789188f13c Reduce number of layer ()
Somes layer are created and aren't usefull, so I compress this :)
2017-06-30 08:58:57 +08:00
Andrey Nering 935b40fd8e Merge pull request from ethantkoenig/check_err/org_avatar
Don't ignore gravatar error
2017-06-29 21:30:05 -03:00
Ethan Koenig 2b410e44b2 lint 2017-06-29 12:11:34 -04:00
Ethan Koenig 05e3726415 Use default avatar on error 2017-06-29 12:10:33 -04:00
Lauris BH 783b1967e2 Fix release display and correct paging () 2017-06-29 23:11:38 +08:00
Ethan Koenig 23f0728879 Don't ignore gravatar error 2017-06-29 10:37:55 -04:00
Lunny Xiao 33f3165296 remove unnecessary blank lines and wrong error log 2017-06-28 19:00:08 +02:00
iszla 3f9016430f Pagination on releases page ()
* 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
2017-06-28 22:47:00 +08:00
Jonas Östanbäck 1f4d84b7b2 Update git module () 2017-06-28 22:43:58 +08:00
Guillermo Bonvehí 858197b453 Fix : Call location.reload after XHR finishes ()
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.
2017-06-28 16:55:28 +08:00
Morlinest 6b13dafe61 Fix org hooks UI () 2017-06-28 16:53:50 +08:00
Shuanglei Tao d389ed25a5 Fix: http: multiple response.WriteHeader calls ()
We can't change the http status code here, because the response has been written.
2017-06-28 14:08:47 +08:00
Lauris BH 32fc44aa83 Make time diff translatable () 2017-06-28 13:43:28 +08:00
Patrick G 9d8fba62b3 Smaller watch, star, and fork buttons () 2017-06-28 09:40:28 +08:00
Dan Magnus Lindvall 79daf31058 Setting to disable authorized_keys backup ()
* 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>
2017-06-28 09:35:35 +08:00
Jonas Östanbäck a037cd81ff Add link to forum in issue template () 2017-06-28 09:33:37 +08:00
Ethan Koenig 80707c4736 Fix default ghost assignee bug () 2017-06-28 09:27:12 +08:00
Kim "BKC" Carlbäcker 5db8cf3bd1 Always return valid go-get meta, even if unauthorized ()
* Always return valid go-get meta, even if unauthorized

* don't leak information
2017-06-26 09:06:40 +08:00
Kim "BKC" Carlbäcker 49d397a9ee drone sign -.- 2017-06-25 21:51:55 +02:00
Jonas Franz 441986a473 Fix "Dashboard shows deleted comments" () 2017-06-25 20:20:29 +02:00
Ethan Koenig 735676267e Integration tests for issues API () 2017-06-25 22:51:07 +08:00
Ethan Koenig 4c0e567062 Fix improper setup for integration tests () 2017-06-25 17:34:30 +08:00
Ethan Koenig b4e8a7c4d1 Skip sqlite integration in CI () 2017-06-25 17:34:07 +08:00
Ethan Koenig 2559a34b97 Load label ID in NewLabels () 2017-06-25 14:15:09 +08:00
Ethan Koenig f64c232953 Improve integration test helper functions ()
Set request headers in helper functions, and new helper for requests with string-formatted URLs
2017-06-25 08:15:42 +08:00
Ethan Koenig 3ffedeab03 Fix bug in issue labels API () 2017-06-25 07:52:51 +08:00
Patrick G bf187304dc Fix wording ()
* Fix wording

* Update locale_en-US.ini

* Update keys_gpg.tmpl
2017-06-24 01:37:03 -05:00
Győrvári Gábor f2afed3098 Enable assignee e-mail notification ()
* 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
2017-06-23 21:43:37 +08:00
Lunny Xiao 09cb999145 add missing lfs config on example file ()
* add missing lfs config on example file

* leveal jwt secret empty
2017-06-23 03:39:17 -05:00
Lunny Xiao f6450b8f92 remove deprecated code for Gogs compitable () 2017-06-23 14:29:53 +08:00
Lauris BH c259c436d7 update git module () 2017-06-23 08:06:43 +08:00
Kim "BKC" Carlbäcker cc6b3f60c6 Fix displaying commits and files of PR created from now deleted fork ()
Fix displaying commits and files of PR created from now deleted fork
2017-06-22 19:40:47 +02:00
Lunny Xiao 228247511a repo/editor: fix breadcrumb path cuts parent dirs () () 2017-06-22 23:30:47 +08:00
Lunny Xiao 75b5be236a Display config file path on admin panel () 2017-06-22 08:21:56 -05:00
Mike Fellows 32f1c41f28 ROOT_URL setting use the default as shown in conf/app.ini ()
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>
2017-06-22 15:35:14 +08:00
Jonas Östanbäck 2852cca99e Add discourse link () 2017-06-22 09:07:13 +08:00
Ethan Koenig 902a749fd9 Fix fast-forward PR bug () 2017-06-22 09:06:57 +08:00
iszla 826c606952 Keep sort when switching page () 2017-06-22 09:06:21 +08:00
Lunny Xiao d71fad2ab7 Fix and fix issue comments hidden ()
* revert  and fix issue comments hidden

* fix 

* fix import

* improve comment type

* reduce unnecessary join

* fix comment on FindCommentsOptions
2017-06-21 09:00:44 +08:00
Lauris BH 0a5dc640a1 Make branch deletion URL more like GitHub's, fixes ()
* Make branch deletion URL more like GitHub's, fixes 

* 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
2017-06-21 09:00:03 +08:00
Lauris BH 6db387a21e Refactor session close as xorm already does everything needed internally () 2017-06-21 08:57:05 +08:00
Lauris Bukšis-Haberkorns 63504bf132
Fix displaying commits and files of PR created from now deleted forked repository 2017-06-21 01:25:38 +03:00
Mura Li 754482bf5d Add integration test for repository migration () 2017-06-20 19:23:16 +08:00
Ethan Koenig 75f166b6b9 Update code.gitea.io/git () 2017-06-20 13:05:32 +08:00
Lauris BH 165cf33771 Wrong PR merge commit ID saved () 2017-06-19 17:37:11 +08:00
Mura Li 4d2ea7dc41 Add integration test for issue creating () 2017-06-18 21:25:58 +08:00
Ethan Koenig 255adc40ae Don't show non-comments in comments API () 2017-06-18 17:06:17 +08:00
Ethan Koenig 4df1a24096 Let not-logged-in users view releases () 2017-06-18 11:38:24 +08:00
Ethan Koenig 6e452c4da7 Update code.gitea.io/git () 2017-06-18 08:30:23 +08:00
Bo-Yi Wu b7812be33a fix misspell ()
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
2017-06-18 08:30:04 +08:00