summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* allow api to create tags for releases (#4890)Bobonium2018-09-101-4/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-102-0/+79
|
* Slack webhook channel name cannot be empty or just contain an hashtag (#4786)Lanre Adelowo2018-09-106-5/+69
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-091-0/+4
|
* fix: Crippled diff (#4726) (#4900)Toni Villena2018-09-092-1/+4
| | | | | | * fix: Crippled diff (#4726) * Regenerate css
* Move README_ZH.md Screenshots to Bottom (#4895)vz2018-09-091-7/+9
| | | - Move Screenshots to Bottom
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-091-1/+1
|
* Fixes repo branch endpoint summary (#4893)Lewis Cowles2018-09-092-2/+2
| | | | | | | in browser saw `/repos/{owner}/{repo}/branches/{branch} List a repository's branches` fixed Addresses https://github.com/go-gitea/debian-packaging/pull/1 Fixes https://github.com/go-gitea/gitea#4892
* Add sudo functionality to the API (#4809)zeripath2018-09-064-1/+95
|
* Extract header and footer content to separate tmpl (#4797)Lukas Bestle2018-09-074-159/+162
| | | | | This change makes it easier to customize the header and footer content. Before this change, the whole header and footer had to be overridden, including the meta, style and script tags. Signed-off-by: Lukas Bestle <mail@lukasbestle.com>
* Improve dependency UI (#4503)Lauris BH2018-09-075-53/+50
|
* Add push webhook support for mirrored repositories (#4127)Lauris BH2018-09-068-19/+257
|
* Fix redirect with non-ascii branch names (#4764) (#4810)SagePtr2018-09-0649-8/+786
| | | | | | | | * Fix redirect with non-ascii branch names (#4764) * Add integration tests for non-ascii branch redirect * Fix mysql test and coverage test
* offline use of fonts (#4872)techknowlogick2018-09-0622-1/+1835
|
* Do not autocreate directory for new user/orgs (#4828) (#4849)SagePtr2018-09-062-7/+6
|
* docs(comparison): correct GitLab CE multiple assignees for issues (#4885)Max Wittig2018-09-061-1/+1
| | | | GitLab CE doesn't support multiple assignees for issues. That's an enterprise feature. See: https://docs.gitlab.com/ee/user/project/issues/multiple_assignees_for_issues.html
* Remove feature `global code search` from GitLab CE (#4875)Matthias Kappeller2018-09-051-1/+1
|
* Punctuation changes in documentation (#4866)maiki2018-09-041-9/+9
|
* update comparsion docs to add file viewer items (#4865)Lunny Xiao2018-09-041-0/+3
|
* Fix trimming of markup section names (#4863)Nicolas Lenz2018-09-031-1/+1
| | | Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
* issues api allow pulls and fix #4832 (#4852)Lunny Xiao2018-09-031-1/+9
|
* Backport 1.5.1 changelog (#4854)techknowlogick2018-09-031-0/+14
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-09-032-73/+1672
|
* Add missing History link to directory listings (#4829)Bernhard Fröhlich2018-09-021-4/+9
| | | | | | | | | | | The feature to list commits from a subdirectory is already there but so far the history link to it was missing. There is a History button in the view_file.tmpl already so avoid showing two history buttons in that case. The GitHub webinterface has the same History button in the same place so this makes gitea a little bit more compatible. Signed-off-by: Bernhard Froehlich <decke@bluelife.at>
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-313-926/+117
|
* Minor fix to TRANSLATORS (#4836)SagePtr2018-09-011-2/+2
| | | | | | | | * Minor fix to TRANSLATORS Replaced @ with AT and removed " accidentially put in few lines * Update TRANSLATORS
* Make reverse proxy auth optional (#4643)Najib Idrissi2018-08-291-6/+2
| | | | | | | | | | | | | | * Make reverse proxy auth optional If the option ENABLE_REVERSE_PROXY_AUTHENTICATION is enabled, make reverse proxy auth optional, instead of failing if the authentication did not succeed. Fixes #3973 Signed-off-by: Najib Idrissi <najib.idrissi.kaitouni@gmail.com> * Update http.go
* update image used for build-without-gcc step (#4818)techknowlogick2018-08-291-1/+1
| | | | As we've dropped support for go 1.8 (see 1.5.0 release post), now we need to ensure that a minimum of go 1.9 builds correctly.
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-2923-46/+2
|
* Upgrade images in .drone.yml to more recent versions (#4819)techknowlogick2018-08-293-19/+19
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-2810-20/+46
|
* Update legacy branch and tag URLs in dashboard to new format (#4812)SagePtr2018-08-281-2/+2
|
* Locale for Edit and Remove due date issue (#4802)Joel da Rosa2018-08-272-4/+4
|
* Add Orzech to translator list (#4801)Piotr Orzechowski2018-08-261-0/+1
|
* Hide home button when landing page is not set to home (#4651)Piotr Orzechowski2018-08-262-7/+16
|
* Fix missing release title in webhook (#4783) (#4796)SagePtr2018-08-261-0/+1
|
* Update en-us and fr-fr versions of the "Upgrade from Gogs" doc (#4618)Deoren Moor2018-08-252-57/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update "Upgrade from Gogs" en-us doc - Move "Change gogs specific information" FROM/TO steps up to just beneath matching section header, adjust indention and explicitly specify syntax of code sample to provide highlighting - Adjust header levels to match what appears to be the intended level, remove trailing decoration (see below) - Move "Upgrading to most recent ..." section down, remove decoration (section header formatting likely covers this well enough already) refs go-gitea/gitea#4286, go-gitea/gitea#3558 * Update "Upgrade from Gogs" fr-fr doc - Adjust indention and explicitly specify syntax of code sample to provide highlighting - Adjust header levels to match what appears to be the intended level, remove trailing decoration since section header formatting likely covers this well enough already refs go-gitea/gitea#4286, go-gitea/gitea#3558
* Disable 'May Import Local Repository' when is disabled by setting (Issue ↵EnricoFerro2018-08-242-1/+4
| | | | #4779) (#4780)
* Don't disclose emails of all users when sending out emails (#4664)techknowlogick2018-08-241-2/+10
|
* API /admin/users/{username} missing parameter (#4775)EnricoFerro2018-08-235-20/+337
|
* MySQL TLS (#4642)Russell Aunger2018-08-233-8/+12
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-231-16/+16
|
* Add myself to maintainers (#4777)Lanre Adelowo2018-08-231-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-232-11/+16
|
* Make sure to reset commit count in the cache on mirror syncing (#4720)Lanre Adelowo2018-08-231-0/+11
| | | | | | * Make sure to reset commit count in the cache on mirror syncing * reset count of commits in all branches
* Fixed bug where team with admin privelege type doesn't get any unit attached ↵Lanre Adelowo2018-08-211-2/+3
| | | | to the team (#4719)
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-212-1/+4
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-2135-280/+4518
|
* User shouldn't be able to approve or reject his/her own PR (#4729)Lanre Adelowo2018-08-204-5/+28
| | | | | | | | | | | | | | | | * Make sure author cannot reject/approve their own PR * Disable buttons in templates too * Remove unneccessary if check since the switch below catches it * Fix IsOwner check * Update template and remove new template variable * Add alert template and redirect to diff page on review failure * Redirect to files diff as a little update to #4632
* allow WIP marker to contains < or > (#4709)Julien Tant2018-08-191-1/+1
|