Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | fix: 500 error on /explore/repos page. (#946) | Bo-Yi Wu | 2017-02-15 | 1 | -17/+14 | |
| | ||||||
* | refactor: small optimize for sql query (#940) | Bo-Yi Wu | 2017-02-15 | 2 | -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 Xiao | 2017-02-15 | 1 | -1/+1 | |
| | ||||||
* | bug fixed on issues and pulls | Lunny Xiao | 2017-02-15 | 1 | -1/+0 | |
| | ||||||
* | bug fixed for my repository (#933) | Lunny Xiao | 2017-02-14 | 1 | -2/+6 | |
| | ||||||
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 1 | -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 Xiao | 2017-02-14 | 1 | -0/+24 | |
| | ||||||
* | feat: Able to disable non-admin to create new organization (#927) | Bo-Yi Wu | 2017-02-14 | 2 | -1/+22 | |
| | ||||||
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 3 | -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 Xiao | 2017-02-14 | 2 | -26/+47 | |
| | | | | | | * use fingerprint to check instead content for public key * add fingerprint field for ErrKeyAlreadyExist | |||||
* | Small optimization for getTeamIDs (#919) | Lunny Xiao | 2017-02-14 | 2 | -10/+13 | |
| | | | | | | * small optimization for getTeamIDs * rename getOrgTeamIDs to getUserTeamIDs and remove orderby | |||||
* | fix: gofmt error. (#918) | Bo-Yi Wu | 2017-02-14 | 2 | -2/+2 | |
| | ||||||
* | feat: add git version on admin panel. (#921) | Bo-Yi Wu | 2017-02-13 | 1 | -3/+4 | |
| | ||||||
* | Fix logging bug | Ethan Koenig | 2017-02-12 | 1 | -7/+5 | |
| | | | | Error logged everytime an assignee was removed | |||||
* | small optimization for get issue labels | Lunny Xiao | 2017-02-12 | 2 | -17/+5 | |
| | ||||||
* | Implement basic Open Graph support. (#901) | Andrew | 2017-02-11 | 1 | -0/+5 | |
| | ||||||
* | Bug fixed for deleted label in issue comment (#904) | Lunny Xiao | 2017-02-11 | 2 | -5/+11 | |
| | | | | | | * bug fixed for deleted label in issue comment * fix indent | |||||
* | Fix public activity showing private repos (#892) | Morgan Bazalgette | 2017-02-11 | 5 | -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) | Andrew | 2017-02-11 | 1 | -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 Xiao | 2017-02-11 | 2 | -0/+30 | |
| | | | | | | * add delete branch track on pull request comments * don't change vendor | |||||
* | bug fixed for issue count (#881) | Lunny Xiao | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 6 | -366/+609 | |
| | ||||||
* | Gogs -> Gitea (#877) | Ethan Koenig | 2017-02-09 | 1 | -1/+1 | |
| | ||||||
* | Fix bug in Issue.GetIsRead (#876) | Ethan Koenig | 2017-02-09 | 1 | -1/+2 | |
| | ||||||
* | Fix consistency check (#866) | Ethan Koenig | 2017-02-08 | 4 | -10/+27 | |
| | ||||||
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 3 | -113/+63 | |
| | ||||||
* | Fix broken test fixture (#859) | Ethan Koenig | 2017-02-07 | 1 | -4/+4 | |
| | ||||||
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 2 | -6/+42 | |
| | ||||||
* | Consistency checks for unit tests (#853) | Ethan Koenig | 2017-02-07 | 6 | -12/+182 | |
| | ||||||
* | fix: wrong pages number which includes private repository count. (#844) | Bo-Yi Wu | 2017-02-06 | 3 | -2/+90 | |
| | ||||||
* | Fix inconsistencies in unit test fixtures | Ethan Koenig | 2017-02-05 | 3 | -4/+8 | |
| | ||||||
* | track issue title changes (#841) | Lunny Xiao | 2017-02-05 | 2 | -3/+36 | |
| | ||||||
* | Redirects for renamed repos (#807) | Ethan Koenig | 2017-02-05 | 4 | -0/+82 | |
| | | | | | | * Redirects for renamed repos * Remove unused phrase from locales | |||||
* | Check for manual merging of a pull request (#719) | Bwko | 2017-02-05 | 1 | -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_repo | Andrey Nering | 2017-02-04 | 2 | -2/+22 | |
|\ | | | | | Fix bug in removeOrgRepo | |||||
| * | Fix bug in removeOrgRepo | Ethan Koenig | 2017-02-04 | 2 | -2/+22 | |
| | | ||||||
* | | Fix inconsistencies in test fixtures | Ethan Koenig | 2017-02-04 | 2 | -4/+5 | |
|/ | ||||||
* | Add units concept for modulable functions of a repository (#742) | Lunny Xiao | 2017-02-04 | 7 | -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 Koenig | 2017-02-04 | 6 | -126/+226 | |
| | | | Also add unit tests | |||||
* | Merge pull request #830 from appleboy/patch-2001 | Andrey Nering | 2017-02-04 | 2 | -3/+4 | |
|\ | | | | | refactor: set default order by recently star on start tab | |||||
| * | refactor: set default order by recently star. | Bo-Yi Wu | 2017-02-03 | 2 | -3/+4 | |
| | | ||||||
* | | feat: Add search bar on user profile page. (#787) | Bo-Yi Wu | 2017-02-04 | 2 | -3/+7 | |
| | | ||||||
* | | test: Add user mail testing. (#833) | Bo-Yi Wu | 2017-02-04 | 3 | -0/+220 | |
| | | ||||||
* | | Track assignee for issue (#808) | Lunny Xiao | 2017-02-03 | 2 | -11/+73 | |
| | | | | | | | | | | | | | | | | * track assignee for issue * fix lint * use getUserByID instead Get | |||||
* | | Drop redundant columns from issue_user table (#638) | Ethan Koenig | 2017-02-03 | 2 | -89/+18 | |
|/ | ||||||
* | Cleanup log messaging | Gabriel Jackson | 2017-02-02 | 11 | -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 Wu | 2017-02-02 | 3 | -2/+62 | |
| | ||||||
* | Add X-GitHub-* headers for webhook to get clubhouse.io integration working ↵ | Anton Skorokhod | 2017-02-02 | 1 | -0/+2 | |
| | | | | (#809) | |||||
* | add milestone changed traker on issue view (#804) | Lunny Xiao | 2017-02-01 | 3 | -24/+88 | |
| | ||||||
* | Bug fixes and unit tests for models/issue_label (#802) | Ethan Koenig | 2017-02-01 | 7 | -13/+300 | |
| |