GiteaBot
bad37babeb
[skip ci] Updated translations via Crowdin
2018-01-14 22:10:15 +00:00
viktike
fe6019e61e
Add myself as a translator ( #3370 )
2018-01-15 00:09:30 +02:00
GiteaBot
2e69a23486
[skip ci] Updated translations via Crowdin
2018-01-14 17:35:34 +00:00
Ethan Koenig
f6fa33b77a
Asynchronously populate the repo indexer ( #3366 )
...
* Populate repo indexer in background
* Check if no repos exist
* race cond
2018-01-14 19:34:41 +02:00
GiteaBot
1593172878
[skip ci] Updated translations via Crowdin
2018-01-13 09:46:18 +00:00
Bo-Yi Wu
b84da59476
refactor(model): update user method. ( #3360 )
2018-01-13 11:45:16 +02:00
GiteaBot
319cb2da3f
[skip ci] Updated translations via Crowdin
2018-01-12 22:17:50 +00:00
Morgan Bazalgette
e45a300221
General refactor of the cmd package ( #3328 )
...
* General refactor of the cmd package
* Address breakage in runCreateUser
* Place "common" functions into cmd.go
2018-01-12 23:16:49 +01:00
Antoine GIRARD
8ff5505da1
Add MSSQL to supported database list of intall page ( #3359 )
2018-01-12 19:23:28 +02:00
Morgan Bazalgette
2fe2507dca
Address issues pointed out by @lunny in #3339 ( #3352 )
2018-01-12 08:37:30 -06:00
GiteaBot
4967977332
[skip ci] Updated translations via Crowdin
2018-01-11 22:20:44 +00:00
Kim "BKC" Carlbäcker
54f635c8f5
Cleanup models.User.HashPassword ( #3334 )
2018-01-12 00:19:38 +02:00
GiteaBot
3720207aa5
[skip ci] Updated translations via Crowdin
2018-01-11 19:57:53 +00:00
Alberto González Palomo
a38d2587ff
Improve documentation about custom templates. ( #3345 )
...
Now includes all the template hooks in the page, and a detailed
example for the common case of adding an "about" page.
2018-01-11 21:56:40 +02:00
Lauris BH
36b7ed7a29
Remove hardcoded paths to fix randomly failing tests ( #3347 )
...
* Remove hardcoded paths to fix randomly failing tests
* Use correct function for merge path
2018-01-11 00:46:59 +01:00
Lauris BH
2fa12b4b65
Fix randomly failing LFS lock tests in drone ( #3346 )
2018-01-11 00:09:56 +02:00
Morgan Bazalgette
2173e7d6b1
Handle refactor ( #3339 )
...
* Replace all ctx.Handle with ctx.ServerError or ctx.NotFound
* Change Handle(403) to NotFound, avoid using macaron's NotFound
2018-01-10 23:34:17 +02:00
Alberto González Palomo
9f8ccba3b4
Templates for extra links in top navbar and repo tool tabs. ( #3308 )
...
These templates add content to the top navbar
and to the repository page.
This way we do not have to copy and modify the whole
template, and re-modify it after upgrading Gitea if
it changes.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com >
2018-01-10 08:19:50 +02:00
Morgan Bazalgette
831a19f33d
Make the default action for the gitea executable that of running the webserver ( #3331 )
2018-01-10 06:58:08 +02:00
Morgan Bazalgette
d246c5bed8
Fix organization profile on mobile devices ( #3332 )
2018-01-10 01:11:01 +02:00
GiteaBot
e93d878dd1
[skip ci] Updated translations via Crowdin
2018-01-09 18:41:13 +00:00
Antoine GIRARD
102f2e6ab0
Remove useless fmt.Errorf("%v", err) ( #3337 )
2018-01-09 16:40:05 -02:00
Michael Lustfield
b0ee550840
Add MTecknology to MAINTAINERS list ( #3335 )
2018-01-09 07:27:26 +02:00
Richard Schneeman
66a85053c8
Add CodeTriage link to README ( #3299 )
2018-01-09 00:01:08 +01:00
Michael Lustfield
b1e888882e
General documentation cleanup ( #3317 )
...
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
2018-01-08 23:48:42 +01:00
Kim "BKC" Carlbäcker
e77aa1b156
Update gitea version on docs/install-from-binary ( #3333 )
...
* Update gitea version on docs/install-from-binary
* Update all versions
2018-01-09 00:48:05 +02:00
Morgan Bazalgette
8365098892
Change EncodePasswd to HashPassword ( #3329 )
...
* Change EncodePasswd to HashPassword
* Create test+benchmark for HashPassword
2018-01-08 23:28:18 +01:00
Sandro Santilli
6e448ca2ca
Add some instructions about running integration tests ( #3319 )
...
* Add some instructions about running integration tests
* Add missing newline escape
* Suggest running a clean build
2018-01-08 18:29:52 +02:00
Deyong Zhu
306e753c98
Fix branch name escaping in compare url ( #3311 )
...
* Fixes #3303
2018-01-08 17:17:24 +02:00
Ethan Koenig
240209895f
Remove IsOwner, NumTeams from OrgUser ( #3269 )
2018-01-08 09:48:37 +02:00
Antoine GIRARD
3fcf31d016
Add missing indexer doc in configuration ( #3324 )
...
* Add missing indexer doc in configuration
* Unify MAX_FILE_SIZE to 1024 * 1024
2018-01-08 07:03:52 +02:00
Sandro Santilli
3bd79f93a3
Serve .patch for pull requests ( #3305 )
...
* Serve .patch for pull requests
Closes #3259
Updates "git" module, for GetFormatPatch
* Handle io.Copy error
2018-01-07 15:10:20 +02:00
Alberto González Palomo
1bdc03fc2f
Ensure docs makefile downloads theme if failed before. ( #3322 )
...
The makefile did not download the theme if the directory "themes/gitea"
is there, even if empty.
On a fresh Ubuntu install, curl is not included, so the theme rule fails
just after creating the empty directory. When you try again after
installing curl, the rule is not triggered.
This could also happen if the download fails for other reasons.
This change makes the theme rule depend on the file "theme.toml"
which will be there only after unpacking a successfully downloaded
theme archive.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com >
2018-01-07 14:11:17 +02:00
GiteaBot
05dd948ac5
[skip ci] Updated translations via Crowdin
2018-01-07 09:42:08 +00:00
Sandro Santilli
71d32057f8
Enable Libravatar by default in new installations ( #3287 )
...
Pre-existing installs still have it default to off.
This is consistent with OpenID setting.
2018-01-07 11:41:09 +02:00
GiteaBot
25a652c0eb
[skip ci] Updated translations via Crowdin
2018-01-07 09:14:19 +00:00
Lunny Xiao
ba1685c416
fix bug when a user delete but assigned on issue ( #3318 )
2018-01-07 11:13:10 +02:00
GiteaBot
d83152d175
[skip ci] Updated translations via Crowdin
2018-01-06 22:56:53 +00:00
Vlad Temian
92b23dc689
Writable deploy keys ( closes #671 ) ( #3225 )
...
* Add is_writable checkbox to deploy keys interface
* Add writable key option to deploy key form
* Add support for writable ssh keys in the interface
* Rename IsWritable to ReadOnly
* Test: create read-only and read-write deploy keys via api
* Add DeployKey access mode migration
* Update gitea sdk via govendor
* Fix deploykey migration
* Add unittests for writable deploy keys
* Move template text to locale
* Remove implicit column update
* Remove duplicate locales
* Replace ReadOnly field with IsReadOnly method
* Fix deploy_keys related integration test
* Rename v54 migration with v55
* Fix migration hell
2018-01-07 00:55:53 +02:00
Michael Lustfield
dd06a3cedd
Add defaults to config cheatsheet, and minor language cleanup. ( #3290 )
...
* Add defaults to config cheatsheet, and clean up document.
* Updates and touchups, per review.
2018-01-06 22:15:14 +02:00
GiteaBot
2d5fc5acb3
[skip ci] Updated translations via Crowdin
2018-01-06 19:53:48 +00:00
Morgan Bazalgette
2905878429
Add myself to MAINTAINERS ( #3313 )
2018-01-06 21:52:57 +02:00
Morgan Bazalgette
26f36797d1
Make the space for repo actions wider on repo header ( #3312 )
2018-01-06 19:20:13 +02:00
GiteaBot
b692a1612b
[skip ci] Updated translations via Crowdin
2018-01-06 11:29:31 +00:00
Lunny Xiao
53de8f14ba
add external tool docs ( #3301 )
2018-01-06 05:28:31 -06:00
GiteaBot
27ac4ca751
[skip ci] Updated translations via Crowdin
2018-01-05 18:57:58 +00:00
Lauris BH
a40e00417c
Add Pull Request merge options - Ignore white-space for conflict checking, Rebase, Squash merge ( #3188 )
...
* Pull request options migration and UI in settings
* Add ignore whitespace functionality
* Fix settings if pull requests are disabled
* Fix migration transaction
* Merge with Rebase functionality
* UI changes and related functionality for pull request merging button
* Implement squash functionality
* Fix rebase merging
* Fix pull request merge tests
* Add squash and rebase tests
* Fix API method to reuse default message functions
* Some refactoring and small fixes
* Remove more hardcoded values from tests
* Remove unneeded check from API method
* Fix variable name and comment typo
* Fix reset commit count after PR merge
2018-01-05 20:56:50 +02:00
Sandro Santilli
5a77d0def0
Serve pull request .diff files ( #3293 )
...
* Serve pull request .diff files
Closes #3259
* Add test for pull request redirection and .diff access
* Typo
* There's no need to test for pr.BaseRepo being nil after calling GetBaseRepo
2018-01-05 12:56:52 +02:00
Ethan Koenig
e530731981
Fix swagger docs ( #3300 )
2018-01-04 14:31:40 +08:00
Alberto González Palomo
410ad577df
Use issue number/index instead of id for API URL. ( #3298 )
...
Using the API calls, the issue objects retrieved by
/repos/{owner}/{repo}/issues
contains the wrong value in the "url" field:
it uses the "id" value instead of the "number" value.
For instance, in a new repo in try.gitea.io with just one issue:
[{
"id": 896,
"url": "https://try.gitea.io/api/v1/repos/AlbertoGP/uno/issues/896 ",
"number": 1,
...
}]
The given URL does not work, but if you replace the "896" by "1" it
does.
2018-01-03 19:41:33 -06:00