summaryrefslogtreecommitdiffstats
path: root/models
Commit message (Collapse)AuthorAgeFilesLines
...
* fix: 500 error on /explore/repos page. (#946)Bo-Yi Wu2017-02-151-17/+14
|
* refactor: small optimize for sql query (#940)Bo-Yi Wu2017-02-152-21/+27
| | | | | | * refactor: small optimize for sql query * fix: get owner name if Searcher is not nil or user star page.
* fix some older Gogs upgrade to Gitea (#929)Lunny Xiao2017-02-151-1/+1
|
* bug fixed on issues and pullsLunny Xiao2017-02-151-1/+0
|
* bug fixed for my repository (#933)Lunny Xiao2017-02-141-2/+6
|
* Fix assigned issues dashboard (#920)Lunny Xiao2017-02-141-28/+61
| | | | | | | | | | | | | | | | | | | | | | * Fix assigned/created issues in dashboard. (#3560) * Fix assigned/created issues in dashboard. * Use GetUserIssueStats for getting all Dashboard stats. * Use gofmt to format the file properly. * Replace &Issue{} with new(Issue). * Check if user has access to given repository. * Remove unnecessary filtering of issues. * Return 404 error if invalid repository is given. * Use correct number of issues in paginater. * fix issues on dashboard
* fix bug of multiple forks (#928)Lunny Xiao2017-02-141-0/+24
|
* feat: Able to disable non-admin to create new organization (#927)Bo-Yi Wu2017-02-142-1/+22
|
* feat: support search bar on star tab of user profile. (#917)Bo-Yi Wu2017-02-143-9/+29
| | | | | | | | | | | | | | * feat: support search bar on star tab of user profile. * fix: update testing. * fix: Using loadAttributes * fix: remove empty line. * remove LOWER Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Use fingerprint to check instead content for public key (#911)Lunny Xiao2017-02-142-26/+47
| | | | | | * use fingerprint to check instead content for public key * add fingerprint field for ErrKeyAlreadyExist
* Small optimization for getTeamIDs (#919)Lunny Xiao2017-02-142-10/+13
| | | | | | * small optimization for getTeamIDs * rename getOrgTeamIDs to getUserTeamIDs and remove orderby
* fix: gofmt error. (#918)Bo-Yi Wu2017-02-142-2/+2
|
* feat: add git version on admin panel. (#921)Bo-Yi Wu2017-02-131-3/+4
|
* Fix logging bugEthan Koenig2017-02-121-7/+5
| | | | Error logged everytime an assignee was removed
* small optimization for get issue labelsLunny Xiao2017-02-122-17/+5
|
* Implement basic Open Graph support. (#901)Andrew2017-02-111-0/+5
|
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-112-5/+11
| | | | | | * bug fixed for deleted label in issue comment * fix indent
* Fix public activity showing private repos (#892)Morgan Bazalgette2017-02-115-0/+67
| | | | | | | | | | * Fix public activity showing private repos (#811) Signed-off-by: Morgan Bazalgette <the@howl.moe> * error check after setting is_private to true * Add test for UpdateRepository w/ visibility change
* Implement archive cleanup (#885)Andrew2017-02-111-3/+58
| | | | | | | | | | | | | | | | * Implement archive cleanup Fixes #769 Signed-off-by: Andrew <write@imaginarycode.com> * Make sure to close the directory file * Resolve issues noted by @strk * edit cheatsheet app.ini [ci skip] * oops [ci skip]
* Add delete branch track on pull request comments (#888)Lunny Xiao2017-02-112-0/+30
| | | | | | * add delete branch track on pull request comments * don't change vendor
* bug fixed for issue count (#881)Lunny Xiao2017-02-091-1/+1
|
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-096-366/+609
|
* Gogs -> Gitea (#877)Ethan Koenig2017-02-091-1/+1
|
* Fix bug in Issue.GetIsRead (#876)Ethan Koenig2017-02-091-1/+2
|
* Fix consistency check (#866)Ethan Koenig2017-02-084-10/+27
|
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-083-113/+63
|
* Fix broken test fixture (#859)Ethan Koenig2017-02-071-4/+4
|
* feat: support paginater on star tab of user profile. (#845)Bo-Yi Wu2017-02-072-6/+42
|
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-076-12/+182
|
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-063-2/+90
|
* Fix inconsistencies in unit test fixturesEthan Koenig2017-02-053-4/+8
|
* track issue title changes (#841)Lunny Xiao2017-02-052-3/+36
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-054-0/+82
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Check for manual merging of a pull request (#719)Bwko2017-02-051-17/+143
| | | | When an open pull request got manually merged mark the pull request as merged
* Merge pull request #839 from ethantkoenig/fix/remove_org_repoAndrey Nering2017-02-042-2/+22
|\ | | | | Fix bug in removeOrgRepo
| * Fix bug in removeOrgRepoEthan Koenig2017-02-042-2/+22
| |
* | Fix inconsistencies in test fixturesEthan Koenig2017-02-042-4/+5
|/
* Add units concept for modulable functions of a repository (#742)Lunny Xiao2017-02-047-39/+533
| | | | | | | | | | | | | | | | * Add units concept for modulable functions of a repository * remove unused comment codes & fix lints and tests * remove unused comment codes * use struct config instead of map * fix lint * rm wrong files * fix tests
* Move IssueUser code to separate file (#836)Ethan Koenig2017-02-046-126/+226
| | | Also add unit tests
* Merge pull request #830 from appleboy/patch-2001Andrey Nering2017-02-042-3/+4
|\ | | | | refactor: set default order by recently star on start tab
| * refactor: set default order by recently star.Bo-Yi Wu2017-02-032-3/+4
| |
* | feat: Add search bar on user profile page. (#787)Bo-Yi Wu2017-02-042-3/+7
| |
* | test: Add user mail testing. (#833)Bo-Yi Wu2017-02-043-0/+220
| |
* | Track assignee for issue (#808)Lunny Xiao2017-02-032-11/+73
| | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get
* | Drop redundant columns from issue_user table (#638)Ethan Koenig2017-02-032-89/+18
|/
* Cleanup log messagingGabriel Jackson2017-02-0211-36/+36
| | | | | | | | | This change corrects a few logging issues: * Standardized formatting errors with '%v'. * Standardized failure warning word usage. * Corrected an instance of using the standard log library when the gitea log library should be used instead.
* fix: ignore email notifications if user is not active. (#820)Bo-Yi Wu2017-02-023-2/+62
|
* Add X-GitHub-* headers for webhook to get clubhouse.io integration working ↵Anton Skorokhod2017-02-021-0/+2
| | | | (#809)
* add milestone changed traker on issue view (#804)Lunny Xiao2017-02-013-24/+88
|
* Bug fixes and unit tests for models/issue_label (#802)Ethan Koenig2017-02-017-13/+300
|