Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | test: Add testing for GetUserFork function (#944) | Bo-Yi Wu | 2017-02-15 | 3 | -0/+89 |
| | |||||
* | fix: 500 error on /explore/repos page. (#946) | Bo-Yi Wu | 2017-02-15 | 2 | -23/+21 |
| | |||||
* | refactor: small optimize for sql query (#940) | Bo-Yi Wu | 2017-02-15 | 3 | -32/+30 |
| | | | | | | * 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 |
| | |||||
* | catch error on call setup on serv command (#932) | Lunny Xiao | 2017-02-15 | 1 | -3/+5 |
| | |||||
* | bug fixed on issues and pulls | Lunny Xiao | 2017-02-15 | 2 | -9/+21 |
| | |||||
* | fix ssh domain default value to domain (#930) | Lunny Xiao | 2017-02-15 | 1 | -1/+4 |
| | |||||
* | bug fixed for my repository (#933) | Lunny Xiao | 2017-02-14 | 1 | -2/+6 |
| | |||||
* | Fix assigned issues dashboard (#920) | Lunny Xiao | 2017-02-14 | 4 | -117/+175 |
| | | | | | | | | | | | | | | | | | | | | | | * 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 | 7 | -3/+42 |
| | |||||
* | feat: support search bar on star tab of user profile. (#917) | Bo-Yi Wu | 2017-02-14 | 8 | -76/+109 |
| | | | | | | | | | | | | | | * 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 |
| | |||||
* | Markdown rendering overhaul (#186) | Andrew Boyarshin | 2017-02-14 | 13 | -187/+1374 |
| | | | | | | | | | | | | * Markdown rendering overhaul Cleaned up and squashed commits into single one. Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> * Fix markdown API, add markdown module and API tests, improve code coverage Signed-off-by: Andrew Boyarshin <boyarshinand@gmail.com> | ||||
* | feat: add git version on admin panel. (#921) | Bo-Yi Wu | 2017-02-13 | 7 | -3/+14 |
| | |||||
* | Add import-styleguide to Contributing.md (#912) | Kim "BKC" Carlbäcker | 2017-02-13 | 1 | -0/+19 |
| | | | | | | | | | | * Add import-styleguide to Contributing.md Question: should we group all `code.gitea.io`-packages together as local imports? (including `code.gitea.io/sdk` and `code.gitea.io/git` etc) * reorg * be specific FFS | ||||
* | Fix HighlightJS not working on compare diff page (#914) | Andrey Nering | 2017-02-13 | 1 | -0/+1 |
| | |||||
* | Handle SetModel error, fixes one errcheck report (#257) | Sandro Santilli | 2017-02-12 | 1 | -1/+3 |
| | |||||
* | 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 | 2 | -0/+29 |
| | |||||
* | Bug fixed for deleted label in issue comment (#904) | Lunny Xiao | 2017-02-11 | 3 | -13/+21 |
| | | | | | | * 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 | ||||
* | Add missing copyright header to status table test (#902) | Andrew | 2017-02-11 | 1 | -0/+4 |
| | |||||
* | Implement archive cleanup (#885) | Andrew | 2017-02-11 | 4 | -3/+92 |
| | | | | | | | | | | | | | | | | * 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 | 7 | -2/+55 |
| | | | | | | * add delete branch track on pull request comments * don't change vendor | ||||
* | fix: trim the whitespaces for the search keyword (#893) | Bo-Yi Wu | 2017-02-11 | 7 | -11/+14 |
| | |||||
* | add vendoring back (#890) | Lunny Xiao | 2017-02-11 | 1 | -0/+8 |
| | |||||
* | update xorm vendor and also fix #740 (#886) | Lunny Xiao | 2017-02-10 | 3 | -16/+20 |
| | |||||
* | Fix bug in repos search (#884) | Ethan Koenig | 2017-02-10 | 1 | -5/+9 |
| | |||||
* | bug fixed for issue count (#881) | Lunny Xiao | 2017-02-09 | 1 | -1/+1 |
| | |||||
* | feat: fill in ssh key title automatically. (#863) | Bo-Yi Wu | 2017-02-09 | 2 | -2/+11 |
| | |||||
* | Unit tests for issue_milestone (#878) | Ethan Koenig | 2017-02-09 | 6 | -366/+609 |
| | |||||
* | Improve status table implementation (#879) | Andrew | 2017-02-09 | 3 | -12/+29 |
| | | | | | | | | * Remove superfluous defer calls * Improve status table implementation as well This would probably only help with large, high-traffic installs | ||||
* | 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 |
| | |||||
* | Makefile: install on build (#874) | Andrey Nering | 2017-02-09 | 1 | -1/+1 |
| | | | This install Go package on building for caching and faster builds | ||||
* | fix watchers templates breaks (#870) | Lunny Xiao | 2017-02-08 | 1 | -1/+1 |
| | |||||
* | fix: Admin can also search private user repository. (#869) | Bo-Yi Wu | 2017-02-08 | 1 | -10/+10 |
| | |||||
* | Fix consistency check (#866) | Ethan Koenig | 2017-02-08 | 4 | -10/+27 |
| | |||||
* | Use assert in legacy unit tests (#867) | Ethan Koenig | 2017-02-08 | 69 | -6971/+237 |
| | |||||
* | Allow rendering alerts in dashboard (#856) | Sandro Santilli | 2017-02-08 | 1 | -0/+1 |
| | | | NOTE: useful when logging in via OpenID and connecting to user | ||||
* | fix releases count and resolved #764 (#857) | Lunny Xiao | 2017-02-07 | 1 | -1/+1 |
| | |||||
* | show tags on dashboard issues (#860) | Lunny Xiao | 2017-02-07 | 1 | -0/+4 |
| | |||||
* | social_register_hepler_msg -> social_register_helper_msg (#855) | Sandro Santilli | 2017-02-07 | 22 | -43/+43 |
| | | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg | ||||
* | Fix broken test fixture (#859) | Ethan Koenig | 2017-02-07 | 1 | -4/+4 |
| | |||||
* | Update pt-BR translations (#840) | José Olivio M. Pedrosa | 2017-02-07 | 1 | -75/+157 |
| | | | | | | | | | | | | | | | * Update pt-BR translations * Minor updates to translations * Change "Pull Request" to "pull request". * Change "Problemas" to "Issues" to keep consistency. * Change "Propriedade" to "propriedade". * Change "Wiki" to "wiki". * Rename "questão" to "issue". * Update almost all the strings from "[action]" section. * Added new pt-BR translations | ||||
* | feat: support paginater on star tab of user profile. (#845) | Bo-Yi Wu | 2017-02-07 | 5 | -12/+64 |
| |