summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Markdown rendering overhaul (#186)Andrew Boyarshin2017-02-1413-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 Wu2017-02-137-3/+14
|
* Add import-styleguide to Contributing.md (#912)Kim "BKC" Carlbäcker2017-02-131-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 Nering2017-02-131-0/+1
|
* Handle SetModel error, fixes one errcheck report (#257)Sandro Santilli2017-02-121-1/+3
|
* 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-112-0/+29
|
* Bug fixed for deleted label in issue comment (#904)Lunny Xiao2017-02-113-13/+21
| | | | | | * 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
* Add missing copyright header to status table test (#902)Andrew2017-02-111-0/+4
|
* Implement archive cleanup (#885)Andrew2017-02-114-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 Xiao2017-02-117-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 Wu2017-02-117-11/+14
|
* add vendoring back (#890)Lunny Xiao2017-02-111-0/+8
|
* update xorm vendor and also fix #740 (#886)Lunny Xiao2017-02-103-16/+20
|
* Fix bug in repos search (#884)Ethan Koenig2017-02-101-5/+9
|
* bug fixed for issue count (#881)Lunny Xiao2017-02-091-1/+1
|
* feat: fill in ssh key title automatically. (#863)Bo-Yi Wu2017-02-092-2/+11
|
* Unit tests for issue_milestone (#878)Ethan Koenig2017-02-096-366/+609
|
* Improve status table implementation (#879)Andrew2017-02-093-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 Koenig2017-02-091-1/+1
|
* Fix bug in Issue.GetIsRead (#876)Ethan Koenig2017-02-091-1/+2
|
* Makefile: install on build (#874)Andrey Nering2017-02-091-1/+1
| | | This install Go package on building for caching and faster builds
* fix watchers templates breaks (#870)Lunny Xiao2017-02-081-1/+1
|
* fix: Admin can also search private user repository. (#869)Bo-Yi Wu2017-02-081-10/+10
|
* Fix consistency check (#866)Ethan Koenig2017-02-084-10/+27
|
* Use assert in legacy unit tests (#867)Ethan Koenig2017-02-0869-6971/+237
|
* Allow rendering alerts in dashboard (#856)Sandro Santilli2017-02-081-0/+1
| | | NOTE: useful when logging in via OpenID and connecting to user
* fix releases count and resolved #764 (#857)Lunny Xiao2017-02-071-1/+1
|
* show tags on dashboard issues (#860)Lunny Xiao2017-02-071-0/+4
|
* social_register_hepler_msg -> social_register_helper_msg (#855)Sandro Santilli2017-02-0722-43/+43
| | | | | | * social_register_hepler_msg -> social_register_helper_msg * register_hepler_msg -> register_helper_msg
* Fix broken test fixture (#859)Ethan Koenig2017-02-071-4/+4
|
* Update pt-BR translations (#840)José Olivio M. Pedrosa2017-02-071-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 Wu2017-02-075-12/+64
|
* Consistency checks for unit tests (#853)Ethan Koenig2017-02-076-12/+182
|
* Fixes #794 by moving emoji tag to the correct span (#848)Stephen Brown2017-02-061-2/+2
| | | Signed-off-by: Stephen Brown <steve@evolvedlight.co.uk>
* fix: wrong pages number which includes private repository count. (#844)Bo-Yi Wu2017-02-064-4/+105
|
* Minor English language file tweaks (#852)Andrew2017-02-061-12/+12
| | | | | | | | * Minor language file tweaks (largely fixing awkward grammar). Signed-off-by: Tux <write@imaginarycode.com> * Modify federated_avatar_lookup_popup message
* Merge pull request #850 from ethantkoenig/fix/fixturesAndrey Nering2017-02-063-4/+8
|\ | | | | Fix inconsistencies in unit test fixtures
| * Fix inconsistencies in unit test fixturesEthan Koenig2017-02-053-4/+8
|/
* Add checkbox to search for all the branches by commit message (#813)Zsombor2017-02-059-18/+39
| | | and updating the vendor directory
* track issue title changes (#841)Lunny Xiao2017-02-056-3/+52
|
* Redirects for renamed repos (#807)Ethan Koenig2017-02-0529-27/+127
| | | | | | * Redirects for renamed repos * Remove unused phrase from locales
* Avoid duplicate queries in auth (#827)Ethan Koenig2017-02-051-57/+48
| | | Avoid identical making calls to GetUserByID(..) in SignedInUser(..)
* 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
* Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 (#801)Matthias Loibl2017-02-052-1/+10
| | | | | | * Add ENABLE_PPROF to app.ini and start pprof if true on localhost:6060 * Add comment for golint to blank pprof import
* Fix remove unix socket listenAddr (#846)surefire2017-02-051-1/+1
| | | | Because the absence of the listenAddr is what is expected. The error will only be then when we can't remove.
* Merge pull request #727 from mrm2m/german-translationAndrey Nering2017-02-041-0/+21
|\ | | | | Added some missing German translations
| * Update locale_de-DE.inimrm2m2017-02-031-1/+1
| | | | | | Changed English word "user" to German word "Benutzer" as suggested by https://github.com/go-gitea/gitea/pull/727#issuecomment-274483755