- 30 May, 2019 2 commits
-
-
GiteaBot authored
-
Sergey Dryabzhinsky authored
* Repository avatars - first variant of code from old work for gogs - add migration 87 - add new option in app.ini - add en-US locale string - add new class in repository.less * Add changed index.css, remove unused template name * Update en-us doc about configuration options * Add comments to new functions, add new option to docker app.ini * Add comment for lint * Remove variable, not needed * Fix formatting * Update swagger api template * Check if avatar exists * Fix avatar link/path checks * Typo * TEXT column can't have a default value * Fixes: - remove old avatar file on upload - use ID in name of avatar file - users may upload same files - add simple tests * Fix fmt check * Generate PNG instead of "static" GIF * More informative comment * Fix error message * Update avatar upload checks: - add file size check - add new option - update config docs - add new string to en-us locale * Fixes: - use FileHEader field for check file size - add new test - upload big image * Fix formatting * Update comments * Update log message * Removed wrong style - not needed * Use Sync2 to migrate * Update repos list view - bigger avatar - fix html blocks alignment * A little adjust avatar size * Use small icons for explore/repo list * Use new cool avatar preparation func by @lafriks * Missing changes for new function * Remove unused import, move imports * Missed new option definition in app.ini Add file size check in user/profile avatar upload * Use smaller field length for Avatar * Use session to update repo DB data, update DeleteAvatar - use session too * Fix err variable definition * As suggested @lafriks - return as soon as possible, code readability
-
- 29 May, 2019 2 commits
-
-
Rob Watson authored
Signed-off-by:
Rob Watson <rfwatson@users.noreply.github.com>
-
zeripath authored
-
- 28 May, 2019 6 commits
-
-
GiteaBot authored
-
Bo-Yi Wu authored
* refactor: append, build variable and type switch * fix: remove redundant space.
-
zeripath authored
* Fix LFS Locks over SSH * Mark test as skipped
-
GiteaBot authored
-
Bo-Yi Wu authored
* chore: change issue mail title. Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com> * change to fullname method Signed-off-by:
Bo-Yi Wu <appleboy.tw@gmail.com>
-
zeripath authored
* Install page - detect invalid admin username before installing * Also fix #6954
-
- 27 May, 2019 3 commits
-
-
zeripath authored
* Handle insecure and ports in go get * Fix IsExternalURL for non-standard ports
-
Sandro Santilli authored
NOTE: this commit only updates the english section
-
Hui Hui authored
* fix: Issuer of OTP URI should be URI-encoded. follow this link https://github.com/google/google-authenticator/wiki/Key-Uri-Format . * filter unsafe character ':' in issuer * Use Replace rather than ReplaceAll
-
- 26 May, 2019 6 commits
-
-
zeripath authored
-
Lunny Xiao authored
-
Lunny Xiao authored
This reverts commit 0c432d26.
-
Lunny Xiao authored
-
Lunny Xiao authored
when git version >= 2.18, git command could run with git wire protocol version 2 param if enabled (#7047)
-
Tekaoh authored
-
- 25 May, 2019 7 commits
-
-
Mura Li authored
-
Rob Watson authored
-
Lunny Xiao authored
* fix wrong init dependency on markup extensions
-
Mario Lubenka authored
* Bugfix: Align comment label and actions to the right Signed-off-by:
Mario Lubenka <mario.lubenka@googlemail.com> * Restores relative position * CSS autofixer
-
Rob Watson authored
* Crop avatar before resizing (#1268) Signed-off-by:
Rob Watson <rfwatson@users.noreply.github.com> * Fix spelling error Signed-off-by:
Rob Watson <rfwatson@users.noreply.github.com>
-
GiteaBot authored
-
techknowlogick authored
* Disable arm7 builds As arm6 works on arm7 platforms with no noticeable performance difference * 386
-
- 24 May, 2019 6 commits
-
-
Marat Radchenko authored
Fixes #6960 According to [spec][1], /verify requests must have `Accept: application/vnd.git-lfs+json` Previous code works because `git-lfs` also [violates spec and doesn't send any Accept header at all][2] For other clients that DO set `Accept: application/vnd.git-lfs+json`, addition of `Accept: application/vnd.git-lfs` either forces them to violate the spec or is ignored, depending on order in what they create header list. [1]: https://github.com/git-lfs/git-lfs/blob/master/docs/api/basic-transfers.md#verification [2]: https://github.com/git-lfs/git-lfs/issues/3662
-
GiteaBot authored
-
jpicht authored
Fixed #6542 When creating users DefaultAllowCreateOrganization was ignored. Signed-off-by:
Julian Picht <julian.picht@gmail.com> * fix TestCreateUser_Issue5882 Signed-off-by:
Julian Picht <julian.picht@gmail.com>
-
GiteaBot authored
-
Vladimir Panteleev authored
* Show git-notes * Make git-notes heading text localizable * Refactor git-notes data fetching to a separate function * Display the author and time of git notes * Move note bubble inside the commit bubble * Revert "Move note bubble inside the commit bubble" This reverts commit c0951fe0e3b4dea38064515546b1825c1bcf19e1. * Add test for git-notes * testing ui * Polish CSS * Apply suggestions from code review Co-Authored-By:
Lauris BH <lauris@nix.lv>
-
Lunny Xiao authored
-
- 23 May, 2019 2 commits
-
-
suisseWalter authored
Appended the Troubleshooting section with a subsection about the problems with the arm7 version and the recommendation to switch to arm6.
-
zeripath authored
* Change UpdateRepoIndex api to include watchers * Add timeout
-
- 22 May, 2019 1 commit
-
-
Monty Taylor authored
* Fix documentation on Oauth2.Enable flag The docs list this as ENABLED, but in the source code it's ENABLE, meaning following the docs leads to confusion. * Update sample config for oauth2.ENABLE
-
- 21 May, 2019 3 commits
-
-
zeripath authored
-
zeripath authored
* Fix TestSearchRepo by waiting till indexing is done * Update integrations/repo_search_test.go * changes as per @mrsdizzie
-
Lunny Xiao authored
* make http connections resuable * add error handler * fix lint
-
- 20 May, 2019 1 commit
-
-
Lunny Xiao authored
-
- 18 May, 2019 1 commit
-
-
David Schneiderbauer authored
-