- 10 Jan, 2018 1 commit
-
-
Morgan Bazalgette authored
-
- 09 Jan, 2018 4 commits
-
-
Morgan Bazalgette authored
-
GiteaBot authored
-
Antoine GIRARD authored
-
Michael Lustfield authored
-
- 08 Jan, 2018 8 commits
-
-
Richard Schneeman authored
-
Michael Lustfield authored
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
-
Kim "BKC" Carlbäcker authored
* Update gitea version on docs/install-from-binary * Update all versions
-
Morgan Bazalgette authored
* Change EncodePasswd to HashPassword * Create test+benchmark for HashPassword
-
Sandro Santilli authored
* Add some instructions about running integration tests * Add missing newline escape * Suggest running a clean build
-
Deyong Zhu authored
* Fixes #3303
-
Ethan Koenig authored
-
Antoine GIRARD authored
* Add missing indexer doc in configuration * Unify MAX_FILE_SIZE to 1024 * 1024
-
- 07 Jan, 2018 6 commits
-
-
Sandro Santilli authored
* Serve .patch for pull requests Closes #3259 Updates "git" module, for GetFormatPatch * Handle io.Copy error
-
Alberto González Palomo authored
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>
-
GiteaBot authored
-
Sandro Santilli authored
Pre-existing installs still have it default to off. This is consistent with OpenID setting.
-
GiteaBot authored
-
Lunny Xiao authored
-
- 06 Jan, 2018 8 commits
-
-
GiteaBot authored
-
Vlad Temian authored
* 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
-
Michael Lustfield authored
* Add defaults to config cheatsheet, and clean up document. * Updates and touchups, per review.
-
GiteaBot authored
-
Morgan Bazalgette authored
-
Morgan Bazalgette authored
-
GiteaBot authored
-
Lunny Xiao authored
-
- 05 Jan, 2018 3 commits
-
-
GiteaBot authored
-
Lauris BH authored
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
-
Sandro Santilli authored
* 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
-
- 04 Jan, 2018 2 commits
-
-
Ethan Koenig authored
-
Alberto González Palomo authored
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.
-
- 03 Jan, 2018 5 commits
-
-
modmew8 authored
Fixed asterisk based tasklist items, fixed requirement for one char after last blank to be a valid task. (#3296) Signed-off-by:
modmew8 <modmew8@gmail.com>
-
Elouan Martinet authored
Signed-off-by:
Elouan Martinet <exa@elou.world>
-
GiteaBot authored
-
modmew8 authored
* Added progressbar for issues (#1146). * Updated the generated index.css. Signed-off-by:
modmew8 <modmew8@gmail.com> * Removed stored progress percentage and changed it to css calc. Also added the issue task progress to the user/dashboard/issues. Signed-off-by:
modmew8 <modmew8@gmail.com> * Removed unnecessary blanks. Signed-off-by:
modmew8 <modmew8@gmail.com> * Formatted the files correctly, fmt-check terminates now without errors. Signed-off-by:
modmew8 <modmew8@gmail.com> * Removed variables, made computing the tasks on demand with precompiled regexp. Signed-off-by:
modmew8 <modmew8@gmail.com>
-
techknowlogick authored
-
- 02 Jan, 2018 3 commits