summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-091-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-093-1/+77
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-084-5/+370
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+13
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-1/+3
|
* wiki - page revisions list (#7369)Cherrg2019-07-081-0/+3
| | | | | | | | | | | | | | fix #7 * add wiki page revision list * mobile improvements * css improvements for long usernames * split renderWikiPage into 3 functions Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-081-3/+339
|
* Display original author and URL information when showing migrated ↵mrsdizzie2019-07-081-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | issues/comments (#7352) * Store original author info for migrated issues and comments Keep original author name for displaying in Gitea interface and also store original author user ID for potential future use in linking accounts from old location. * Add original_url for repo Store the original URL for a migrated repo Clean up migrations/tests * fix migration * fix golangci-lint * make 'make revive' happy also * Modify templates to use OriginalAuthor if set Use the original author name in templates if it is set rather than the user who migrated/currently owns the issues * formatting fixes * make generate-swagger * Use default avatar for imported comments * Remove no longer used IgnoreIssueAuthor option * Add OriginalAuthorID to swagger also
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-2/+144
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-071-0/+69
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-07-061-0/+102
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-302-3/+40
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-302-0/+24
|
* Add commit statuses reports on pull request view (#6845)Lunny Xiao2019-06-301-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Add commit statuses reports on pull view * Add some translations * improve the UI * fix fmt * fix tests * add a new test git repo to fix tests * fix bug when headRepo or headBranch missing * fix tests * fix tests * fix consistency * fix tests * fix tests * change the test repo * fix tests * fix tests * fix migration * keep db size consistency * fix translation * change commit hash status table unique index * remove unused table * use char instead varchar * make hashCommitStatusContext private * split merge section with status check on pull view ui * fix tests; fix arc-green theme on pull ui
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-292-0/+130
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-4/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-291-0/+53
|
* Fix 7303 - remove unnessesary buttons on archived repos (#7326)Cherrg2019-06-291-0/+1
| | | | | | | | | | | | | | | | | | | | | | * archived repo - remove - open/close button on issue list - assigne person on issue list Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - remove - comment field on issue view - lock/unlock issue conversation button from sidebar on issue view Signed-off-by: Michael Gnehr <michael@gnehr.de> * archived repo - add 'compare commits' button to pull request + remove new pull request button from compare view as the route is still working, and there is no need to be hidden Signed-off-by: Michael Gnehr <michael@gnehr.de>
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-281-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-1729-0/+41
|
* show lfs config on admin panel (#7220)Lunny Xiao2019-06-161-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-102-1/+21
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-071-0/+5
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-062-4/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-058-34/+66
|
* minor fixes in en-US locale (#7130)katherine2019-06-051-5/+5
| | | | | a few spelling fixes and one rewritten line Signed-off-by: katherine <ageha@airen-no-jikken.icu>
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-033-2/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-06-023-9/+16
|
* Repository avatar fallback configuration (#7087)Mario Lubenka2019-06-021-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Only show repository avatar in list when one was selected Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds fallback configuration option for repository avatar Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Implements repository avatar fallback Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Adds admin task for deleting generated repository avatars Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Solve linting issues Signed-off-by: Mario Lubenka <mario.lubenka@googlemail.com> * Save avatar before updating database * Linting * Update models/repo.go Co-Authored-By: zeripath <art27@cantab.net>
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-304-0/+31
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-301-0/+4
|
* Repository avatars (#6986)Sergey Dryabzhinsky2019-05-291-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-281-1/+10
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-281-0/+4
|
* Install page - Handle invalid administrator username better (#7060)zeripath2019-05-281-0/+4
| | | | | | * Install page - detect invalid admin username before installing * Also fix #6954
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-251-0/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-242-0/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-2418-18/+0
|
* Show git-notes (#6984)Vladimir Panteleev2019-05-241-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* Add support of utf8mb4 for mysql (#6992)Lunny Xiao2019-05-241-1/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-151-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-131-0/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-121-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-1111-22/+0
|
* improve description of branch protection (fix #6886) (#6906)Jannik Beyerstedt2019-05-111-2/+2
| | | The branch protection description text were not quite accurate.
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-081-0/+33
|