summaryrefslogtreecommitdiffstats
path: root/options
Commit message (Collapse)AuthorAgeFilesLines
* [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
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-072-0/+43
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-072-0/+41
|
* Improve migrations to support migrating ↵Lunny Xiao2019-05-071-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | milestones/labels/issues/comments/pullrequests (#6290) * add migrations * fix package dependency * fix lints * implements migrations except pull requests * add releases * migrating releases * fix bug * fix lint * fix migrate releases * fix tests * add rollback * pull request migtations * fix import * fix go module vendor * add tests for upload to gitea * more migrate options * fix swagger-check * fix misspell * add options on migration UI * fix log error * improve UI options on migrating * add support for username password when migrating from github * fix tests * remove comments and fix migrate limitation * improve error handles * migrate API will also support migrate milestones/labels/issues/pulls/releases * fix tests and remove unused codes * add DownloaderFactory and docs about how to create a new Downloader * fix misspell * fix migration docs * Add hints about migrate options on migration page * fix tests
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-061-0/+1
|
* fix config ui error about cache ttl (#6861)Lunny Xiao2019-05-061-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-063-5/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-052-0/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-051-0/+17
|
* Add GET requests to webhook (#6771)Simon2019-05-051-0/+1
| | | | | | | | | | | | | | * Add GET requests to webhook * make fmt * Handle invalid http method on webhook * Uppercase http method in webhook * Rename v85.go to v86.go * make fmt
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-051-0/+21
|
* Improve localization of git activity stats (#6848)Lauris BH2019-05-041-2/+5
|
* Git statistics in Activity tab (#4724)Lauris BH2019-05-041-0/+18
| | | | | | | | | | | | | | | | | | * Initial implementation for git statistics in Activity tab * Create top user by commit count endpoint * Add UI and update src-d/go-git dependency * Add coloring * Fix typo * Move git activity stats data extraction to git module * Fix message * Add git code stats test
* [skip ci] Updated translations via CrowdinGiteaBot2019-05-021-1/+1
|