]> source.dussan.org Git - gitea.git/log
gitea.git
6 years agomake sure milestone listing is consistent across board (#4987)
Lanre Adelowo [Fri, 28 Sep 2018 03:59:46 +0000 (04:59 +0100)]
make sure milestone listing is consistent across board (#4987)

6 years agoFix user menu item styling (#4985)
silverwind [Thu, 27 Sep 2018 20:58:38 +0000 (22:58 +0200)]
Fix user menu item styling (#4985)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 27 Sep 2018 00:51:27 +0000 (00:51 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdjust maintainers (#4979)
flufmonster [Thu, 27 Sep 2018 00:50:10 +0000 (20:50 -0400)]
Adjust maintainers (#4979)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 25 Sep 2018 12:37:54 +0000 (12:37 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix preview when adding new code review comment (#4975)
Lauris BH [Tue, 25 Sep 2018 12:36:45 +0000 (15:36 +0300)]
Fix preview when adding new code review comment (#4975)

6 years agoUpdate Swagger API to match the return of /users/search (#4847)
zeripath [Fri, 21 Sep 2018 08:56:26 +0000 (09:56 +0100)]
Update Swagger API to match the return of /users/search (#4847)

Signed-off-by: Andrew Thornton <art27@cantab.net>
6 years agoADD: Hint to function of docker version tags (#4967)
Wyall [Fri, 21 Sep 2018 01:43:31 +0000 (03:43 +0200)]
ADD: Hint to function of docker version tags (#4967)

I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker.

6 years agoFix #4877 to follow the OpenID Connect Audiences spec (#4878)
OvermindDL1 [Thu, 20 Sep 2018 19:17:34 +0000 (13:17 -0600)]
Fix #4877 to follow the OpenID Connect Audiences spec (#4878)

Signed-off-by: Gabriel Robertson <overminddl1@gmail.com>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 20 Sep 2018 05:50:04 +0000 (05:50 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix null pointer dereference in ParseCommitWithSignature (#4962)
SagePtr [Thu, 20 Sep 2018 05:49:07 +0000 (07:49 +0200)]
Fix null pointer dereference in ParseCommitWithSignature (#4962)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 19 Sep 2018 09:03:30 +0000 (09:03 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix interpunction in English translation. (#4958)
bugreport0 [Wed, 19 Sep 2018 09:02:08 +0000 (11:02 +0200)]
Fix interpunction in English translation. (#4958)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 18 Sep 2018 07:05:46 +0000 (07:05 +0000)]
[skip ci] Updated translations via Crowdin

6 years agofix url in discord webhook (#4953)
crito [Tue, 18 Sep 2018 07:04:46 +0000 (09:04 +0200)]
fix url in discord webhook (#4953)

opening issues generates a webhook to discord that contains
a url to the gitea api. the message title in discord is therefore
referencing to the api instead of the issue itself.

6 years agoCode review UI improvements and bugfixes (#4682)
Lauris BH [Mon, 17 Sep 2018 14:59:49 +0000 (17:59 +0300)]
Code review UI improvements and bugfixes (#4682)

* Code review UI improvements

* More fixes to dark theme

* Style fix

* Fix to allow add code review comments only on review files tab

* More readability dark style fixes

* Fix commenting on deleted files. Fixes #4752

* Fix line blame getting for multiple corner cases

6 years agoFix some issues with special chars in branch names (#3767)
nubenum [Sun, 16 Sep 2018 22:28:23 +0000 (00:28 +0200)]
Fix some issues with special chars in branch names (#3767)

Signed-off-by: Robin Durner <github@nubenum.de>
6 years agomake sure to catch the right error so it is displayed as an error on the ui not a...
Lanre Adelowo [Sun, 16 Sep 2018 15:27:43 +0000 (16:27 +0100)]
make sure to catch the right error so it is displayed as an error on the ui not a 500 (#4945)

6 years agofix(topics): don't redirect to expole page. (#4938)
Bo-Yi Wu [Sat, 15 Sep 2018 10:32:59 +0000 (18:32 +0800)]
fix(topics): don't redirect to expole page. (#4938)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 15 Sep 2018 06:30:00 +0000 (06:30 +0000)]
[skip ci] Updated translations via Crowdin

6 years agodoc: add Cloudron package (#4937)
Girish Ramakrishnan [Sat, 15 Sep 2018 06:28:53 +0000 (23:28 -0700)]
doc: add Cloudron package (#4937)

Fixes #4936

6 years agoAllow admin toggle forcing a password change for newly created users (#4563)
Lanre Adelowo [Thu, 13 Sep 2018 16:34:36 +0000 (17:34 +0100)]
Allow admin toggle forcing a password change for newly created users (#4563)

6 years agofix bug forget to remove Stopwatch when remove repository (#4928)
linweijie2012 [Thu, 13 Sep 2018 14:58:01 +0000 (22:58 +0800)]
fix bug forget to remove Stopwatch when remove repository (#4928)

6 years agoForce user to change password (#4489)
Lanre Adelowo [Thu, 13 Sep 2018 12:04:25 +0000 (13:04 +0100)]
Force user to change password (#4489)

* redirect to login page after successfully activating account

* force users to change password if account was created by an admin

* force users to change password if account was created by an admin

* fixed build

* fixed build

* fix pending issues with translation and wrong routes

* make sure path check is safe

* remove unneccessary newline

* make sure users that don't have to view the form get redirected

* move route to use /settings prefix so as to make sure unauthenticated users can't view the page

* update as per @lafriks review

* add necessary comment

* remove unrelated changes

* support redirecting to location the user actually want to go to before being forced to change his/her password

* run make fmt

* added tests

* improve assertions

* add assertion

* fix copyright year

Signed-off-by: Lanre Adelowo <yo@lanre.wtf>
6 years agoFix bug when repo remained bare if multiple branches pushed (#4923)
SagePtr [Thu, 13 Sep 2018 03:40:35 +0000 (05:40 +0200)]
Fix bug when repo remained bare if multiple branches pushed (#4923)

6 years agofeat(repo): support search repository by topic name (#4505)
Bo-Yi Wu [Thu, 13 Sep 2018 02:33:48 +0000 (10:33 +0800)]
feat(repo): support search repository by topic name (#4505)

* feat(repo): support search repository by topic name

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 12 Sep 2018 14:47:24 +0000 (14:47 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd/remove/list oauth providers via cli (#4591)
techknowlogick [Wed, 12 Sep 2018 14:46:02 +0000 (10:46 -0400)]
Add/remove/list oauth providers via cli (#4591)

6 years agoFix: Let's Encrypt configuration settings (#4911)
Drew Bowering [Wed, 12 Sep 2018 04:06:44 +0000 (22:06 -0600)]
Fix: Let's Encrypt configuration settings (#4911)

ENABLE_LETSENCRYPT and LETSENCRYPT_ACCEPTTOS were not being properly loaded from the config file, always resulting in the default settings being in place.

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 11 Sep 2018 18:55:32 +0000 (18:55 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRemove zookeeper documentation (#4910)
Fluf [Tue, 11 Sep 2018 18:54:23 +0000 (14:54 -0400)]
Remove zookeeper documentation (#4910)

Fix #3763

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 11 Sep 2018 14:44:00 +0000 (14:44 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRemove traces of embedded TiDB (#4906)
techknowlogick [Tue, 11 Sep 2018 14:42:40 +0000 (10:42 -0400)]
Remove traces of embedded TiDB (#4906)

Fix #3357

6 years agoAdd file name and branch to page title (#4902)
Lanre Adelowo [Mon, 10 Sep 2018 17:01:49 +0000 (18:01 +0100)]
Add file name and branch to page title (#4902)

6 years agoEnforce token on api routes [fixed critical security issue #4357] (#4840)
B-OnTheGo [Mon, 10 Sep 2018 16:15:52 +0000 (02:15 +1000)]
Enforce token on api routes [fixed critical security issue #4357] (#4840)

6 years agoallow api to create tags for releases (#4890)
Bobonium [Mon, 10 Sep 2018 14:57:41 +0000 (16:57 +0200)]
allow api to create tags for releases (#4890)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 10 Sep 2018 14:32:36 +0000 (14:32 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoSlack webhook channel name cannot be empty or just contain an hashtag (#4786)
Lanre Adelowo [Mon, 10 Sep 2018 14:31:08 +0000 (15:31 +0100)]
Slack webhook channel name cannot be empty or just contain an hashtag (#4786)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 9 Sep 2018 18:12:41 +0000 (18:12 +0000)]
[skip ci] Updated translations via Crowdin

6 years agofix: Crippled diff (#4726) (#4900)
Toni Villena [Sun, 9 Sep 2018 18:11:49 +0000 (20:11 +0200)]
fix: Crippled diff (#4726) (#4900)

* fix: Crippled diff (#4726)

* Regenerate css

6 years agoMove README_ZH.md Screenshots to Bottom (#4895)
vz [Sun, 9 Sep 2018 04:13:48 +0000 (00:13 -0400)]
Move README_ZH.md Screenshots to Bottom (#4895)

- Move Screenshots to Bottom

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 9 Sep 2018 03:37:12 +0000 (03:37 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFixes repo branch endpoint summary (#4893)
Lewis Cowles [Sun, 9 Sep 2018 03:36:08 +0000 (04:36 +0100)]
Fixes repo branch endpoint summary (#4893)

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

6 years agoAdd sudo functionality to the API (#4809)
zeripath [Fri, 7 Sep 2018 03:31:29 +0000 (04:31 +0100)]
Add sudo functionality to the API (#4809)

6 years agoExtract header and footer content to separate tmpl (#4797)
Lukas Bestle [Fri, 7 Sep 2018 02:59:06 +0000 (04:59 +0200)]
Extract header and footer content to separate tmpl (#4797)

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>
6 years agoImprove dependency UI (#4503)
Lauris BH [Fri, 7 Sep 2018 02:32:46 +0000 (05:32 +0300)]
Improve dependency UI (#4503)

6 years agoAdd push webhook support for mirrored repositories (#4127)
Lauris BH [Fri, 7 Sep 2018 02:06:09 +0000 (05:06 +0300)]
Add push webhook support for mirrored repositories (#4127)

6 years agoFix redirect with non-ascii branch names (#4764) (#4810)
SagePtr [Fri, 7 Sep 2018 01:37:02 +0000 (03:37 +0200)]
Fix redirect with non-ascii branch names (#4764) (#4810)

* Fix redirect with non-ascii branch names (#4764)

* Add integration tests for non-ascii branch redirect

* Fix mysql test and coverage test

6 years agooffline use of fonts (#4872)
techknowlogick [Fri, 7 Sep 2018 01:15:25 +0000 (21:15 -0400)]
offline use of fonts (#4872)

6 years agoDo not autocreate directory for new user/orgs (#4828) (#4849)
SagePtr [Fri, 7 Sep 2018 00:40:58 +0000 (02:40 +0200)]
Do not autocreate directory for new user/orgs (#4828) (#4849)

6 years agodocs(comparison): correct GitLab CE multiple assignees for issues (#4885)
Max Wittig [Fri, 7 Sep 2018 00:17:31 +0000 (02:17 +0200)]
docs(comparison): correct GitLab CE multiple assignees for issues (#4885)

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

6 years agoRemove feature `global code search` from GitLab CE (#4875)
Matthias Kappeller [Wed, 5 Sep 2018 15:12:09 +0000 (17:12 +0200)]
Remove feature `global code search` from GitLab CE (#4875)

6 years agoPunctuation changes in documentation (#4866)
maiki [Wed, 5 Sep 2018 02:47:45 +0000 (19:47 -0700)]
Punctuation changes in documentation (#4866)

6 years agoupdate comparsion docs to add file viewer items (#4865)
Lunny Xiao [Wed, 5 Sep 2018 02:07:24 +0000 (10:07 +0800)]
update comparsion docs to add file viewer items (#4865)

6 years agoFix trimming of markup section names (#4863)
Nicolas Lenz [Tue, 4 Sep 2018 00:59:02 +0000 (02:59 +0200)]
Fix trimming of markup section names (#4863)

Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
6 years agoissues api allow pulls and fix #4832 (#4852)
Lunny Xiao [Mon, 3 Sep 2018 17:20:54 +0000 (01:20 +0800)]
issues api allow pulls and fix #4832 (#4852)

6 years agoBackport 1.5.1 changelog (#4854)
techknowlogick [Mon, 3 Sep 2018 05:17:10 +0000 (01:17 -0400)]
Backport 1.5.1 changelog (#4854)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 3 Sep 2018 03:25:34 +0000 (03:25 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd missing History link to directory listings (#4829)
Bernhard Fröhlich [Mon, 3 Sep 2018 03:24:19 +0000 (05:24 +0200)]
Add missing History link to directory listings (#4829)

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>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 31 Aug 2018 21:23:17 +0000 (21:23 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoMinor fix to TRANSLATORS (#4836)
SagePtr [Fri, 31 Aug 2018 21:22:11 +0000 (23:22 +0200)]
Minor fix to TRANSLATORS (#4836)

* Minor fix to TRANSLATORS

Replaced @ with AT and removed " accidentially put in few lines

* Update TRANSLATORS

6 years agoMake reverse proxy auth optional (#4643)
Najib Idrissi [Wed, 29 Aug 2018 14:39:16 +0000 (16:39 +0200)]
Make reverse proxy auth optional (#4643)

* 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

6 years agoupdate image used for build-without-gcc step (#4818)
techknowlogick [Wed, 29 Aug 2018 14:01:58 +0000 (10:01 -0400)]
update image used for build-without-gcc step (#4818)

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.

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 29 Aug 2018 13:46:42 +0000 (13:46 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpgrade images in .drone.yml to more recent versions (#4819)
techknowlogick [Wed, 29 Aug 2018 13:43:58 +0000 (09:43 -0400)]
Upgrade images in .drone.yml to more recent versions (#4819)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 28 Aug 2018 15:50:29 +0000 (15:50 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoUpdate legacy branch and tag URLs in dashboard to new format (#4812)
SagePtr [Tue, 28 Aug 2018 15:48:15 +0000 (17:48 +0200)]
Update legacy branch and tag URLs in dashboard to new format (#4812)

6 years agoLocale for Edit and Remove due date issue (#4802)
Joel da Rosa [Mon, 27 Aug 2018 18:34:12 +0000 (15:34 -0300)]
Locale for Edit and Remove due date issue (#4802)

6 years agoAdd Orzech to translator list (#4801)
Piotr Orzechowski [Mon, 27 Aug 2018 03:31:10 +0000 (05:31 +0200)]
Add Orzech to translator list (#4801)

6 years agoHide home button when landing page is not set to home (#4651)
Piotr Orzechowski [Mon, 27 Aug 2018 02:23:27 +0000 (04:23 +0200)]
Hide home button when landing page is not set to home (#4651)

6 years agoFix missing release title in webhook (#4783) (#4796)
SagePtr [Sun, 26 Aug 2018 15:24:33 +0000 (17:24 +0200)]
Fix missing release title in webhook (#4783) (#4796)

6 years agoUpdate en-us and fr-fr versions of the "Upgrade from Gogs" doc (#4618)
Deoren Moor [Sat, 25 Aug 2018 06:47:47 +0000 (01:47 -0500)]
Update en-us and fr-fr versions of the "Upgrade from Gogs" doc (#4618)

* 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

6 years agoDisable 'May Import Local Repository' when is disabled by setting (Issue #4779) ...
EnricoFerro [Fri, 24 Aug 2018 05:00:22 +0000 (07:00 +0200)]
Disable 'May Import Local Repository' when is disabled by setting (Issue #4779) (#4780)

6 years agoDon't disclose emails of all users when sending out emails (#4664)
techknowlogick [Fri, 24 Aug 2018 04:41:26 +0000 (00:41 -0400)]
Don't disclose emails of all users when sending out emails (#4664)

6 years agoAPI /admin/users/{username} missing parameter (#4775)
EnricoFerro [Thu, 23 Aug 2018 23:59:47 +0000 (01:59 +0200)]
API /admin/users/{username} missing parameter (#4775)

6 years agoMySQL TLS (#4642)
Russell Aunger [Thu, 23 Aug 2018 22:42:02 +0000 (18:42 -0400)]
MySQL TLS (#4642)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 23 Aug 2018 18:13:57 +0000 (18:13 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd myself to maintainers (#4777)
Lanre Adelowo [Thu, 23 Aug 2018 18:12:57 +0000 (19:12 +0100)]
Add myself to maintainers (#4777)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 23 Aug 2018 06:16:16 +0000 (06:16 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoMake sure to reset commit count in the cache on mirror syncing (#4720)
Lanre Adelowo [Thu, 23 Aug 2018 06:15:07 +0000 (07:15 +0100)]
Make sure to reset commit count in the cache on mirror syncing (#4720)

* Make sure to reset commit count in the cache on mirror syncing

* reset count of commits in all branches

6 years agoFixed bug where team with admin privelege type doesn't get any unit attached to the...
Lanre Adelowo [Tue, 21 Aug 2018 17:02:32 +0000 (18:02 +0100)]
Fixed bug where team with admin privelege type doesn't get any unit attached to the team (#4719)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 21 Aug 2018 13:58:07 +0000 (13:58 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoadd letsencrypt to Gitea (#4189)
Fluf [Tue, 21 Aug 2018 13:56:50 +0000 (09:56 -0400)]
add letsencrypt to Gitea (#4189)

6 years agoUser shouldn't be able to approve or reject his/her own PR (#4729)
Lanre Adelowo [Mon, 20 Aug 2018 05:04:01 +0000 (06:04 +0100)]
User shouldn't be able to approve or reject his/her own PR (#4729)

* 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

6 years agoallow WIP marker to contains < or > (#4709)
Julien Tant [Sun, 19 Aug 2018 19:00:10 +0000 (21:00 +0200)]
allow WIP marker to contains < or > (#4709)

6 years agoDisplay error when adding a user to a team twice (#4746)
Lanre Adelowo [Sun, 19 Aug 2018 18:49:19 +0000 (19:49 +0100)]
Display error when adding a user to a team twice (#4746)

6 years agoAdd whitespace between chinese characters and english characters. (#4731)
Tosone [Fri, 17 Aug 2018 01:26:00 +0000 (09:26 +0800)]
Add whitespace between chinese characters and english characters. (#4731)

Signed-off-by: Tosone <i@tosiney.com>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 16 Aug 2018 11:53:51 +0000 (11:53 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix failure on creating pull request with assignees (#4419) (#4583)
SagePtr [Thu, 16 Aug 2018 11:52:51 +0000 (13:52 +0200)]
Fix failure on creating pull request with assignees (#4419) (#4583)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 15 Aug 2018 22:59:13 +0000 (22:59 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRemove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)
Andrew Phillips [Wed, 15 Aug 2018 22:58:12 +0000 (19:58 -0300)]
Remove UsePrivilegeSeparation from the Docker sshd_config, see #2876 (#4722)

Signed-off-by: Andrew Phillips <theasp@gmail.com>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 15 Aug 2018 11:56:09 +0000 (11:56 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix incorrect caption of webhook setting (#4701) (#4717)
SagePtr [Wed, 15 Aug 2018 11:55:17 +0000 (13:55 +0200)]
Fix incorrect caption of webhook setting (#4701) (#4717)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 15 Aug 2018 06:30:05 +0000 (06:30 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoImprove URL validation for external wiki and external issues (#4710)
Lauris BH [Wed, 15 Aug 2018 06:29:37 +0000 (09:29 +0300)]
Improve URL validation for external wiki  and external issues (#4710)

* Improve URL validation for external wiki  and external issues

* Do not allow also localhost address for external URLs

6 years agoMake cookies HttpOnly and obey COOKIE_SECURE flag (#4706)
SagePtr [Tue, 14 Aug 2018 20:16:37 +0000 (22:16 +0200)]
Make cookies HttpOnly and obey COOKIE_SECURE flag (#4706)

6 years agoAdd whitespace handling to PR-comparsion (#4683)
nemoinho [Tue, 14 Aug 2018 17:49:33 +0000 (19:49 +0200)]
Add whitespace handling to PR-comparsion (#4683)

* Add whitespace handling to PR-comparsion

In a PR we have to keep an eye on a lot of different things. But sometimes the
bare code is the key-thing we want to care about and just don't want to care
about fixed indention on some places. Especially if we follow the pathfinder
rule we face a lot of these situations because these changes don't break the
code in many languages but improve the readability a lot.

So this change introduce a fine graned button to adjust the way how the
reviewer want to see whitespace-changes within the code.

The possibilities reflect the possibilities from git itself except of the
`--ignore-blank-lines` flag because that one is also handled by `-b` and is
really rare.

Signed-off-by: Felix Nehrke <felix@nehrke.info>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 14 Aug 2018 06:11:45 +0000 (06:11 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFocus title input when clicking helper link (#4696)
Julien Tant [Tue, 14 Aug 2018 06:10:26 +0000 (08:10 +0200)]
Focus title input when clicking helper link (#4696)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 13 Aug 2018 19:05:41 +0000 (19:05 +0000)]
[skip ci] Updated translations via Crowdin