summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Display error when adding a user to a team twice (#4746)Lanre Adelowo2018-08-192-1/+7
|
* Add whitespace between chinese characters and english characters. (#4731)Tosone2018-08-171-1/+1
| | | Signed-off-by: Tosone <i@tosiney.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-162-0/+15
|
* Fix failure on creating pull request with assignees (#4419) (#4583)SagePtr2018-08-162-3/+7
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-158-16/+2
|
* Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)Andrew Phillips2018-08-161-1/+0
| | | Signed-off-by: Andrew Phillips <theasp@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-152-0/+79
|
* Fix incorrect caption of webhook setting (#4701) (#4717)SagePtr2018-08-151-2/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-08-152-0/+10
|
* Improve URL validation for external wiki and external issues (#4710)Lauris BH2018-08-155-10/+180
| | | | | | * Improve URL validation for external wiki and external issues * Do not allow also localhost address for external URLs
* Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)SagePtr2018-08-144-25/+26
|