]> source.dussan.org Git - gitea.git/log
gitea.git
6 years agoAdd Size column to attachment (#3734)
Jonas Franz [Sat, 31 Mar 2018 01:10:44 +0000 (03:10 +0200)]
Add Size column to attachment (#3734)

* Add size column to attachment
Migrate attachments by calculating file sizes

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Calculate attachment size on creation

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Log error instead of returning error

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years agoAdd config option to enable or disable log executed SQL (#3726)
Lunny Xiao [Fri, 30 Mar 2018 14:49:46 +0000 (22:49 +0800)]
Add config option to enable or disable log executed SQL (#3726)

* add config option to enable or disable log executed SQL

* rename ShowSQL to LogSQL

6 years agofix go vet error (#3740)
Lunny Xiao [Thu, 29 Mar 2018 23:21:27 +0000 (07:21 +0800)]
fix go vet error (#3740)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 29 Mar 2018 13:34:02 +0000 (13:34 +0000)]
[skip ci] Updated translations via Crowdin

6 years agorefactor: import order. (#3736)
Bo-Yi Wu [Thu, 29 Mar 2018 13:32:40 +0000 (21:32 +0800)]
refactor: import order. (#3736)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 29 Mar 2018 01:41:06 +0000 (01:41 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoCorrectly check http git access rights for reverse proxy authorized users (#3721)
Lauris BH [Thu, 29 Mar 2018 01:39:51 +0000 (04:39 +0300)]
Correctly check http git access rights for reverse proxy authorized users (#3721)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 27 Mar 2018 14:14:57 +0000 (14:14 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd repository setting to enable/disable health checks (#3607)
Allen Wild [Tue, 27 Mar 2018 14:13:20 +0000 (10:13 -0400)]
Add repository setting to enable/disable health checks (#3607)

New Feature:
  * Repository struct field for IsFsckEnabled (default true of course)
  * Admin Settings section on repo options page, accessible only by
    admin users

Possible Enhancements:
  * There's no way to force running health checks on all repos
    regardless of their IsFsckEnabled setting. This would be useful if
    there were an admin API or dashboard button to run fsck immediately.

Issue: https://github.com/go-gitea/gitea/issues/1712
Signed-off-by: Allen Wild <allenwild93@gmail.com>
6 years agoSet default branchname on first push (#3715)
Bwko [Sun, 25 Mar 2018 13:00:07 +0000 (15:00 +0200)]
Set default branchname on first push (#3715)

6 years agoUpdate certificates to enable self-signed certs (#3708)
Jone Marius Vignes [Sun, 25 Mar 2018 10:47:06 +0000 (12:47 +0200)]
Update certificates to enable self-signed certs (#3708)

Why:

* We are using self-signed ssl certificates for internal services, which results in failures when gitea tries to communicate through webhooks with these. We would like to enable gitea to be able to use these certificates without having to build custom docker images.

How

* We add the internal certificates to /usr/local/share/ca-certificates on the host
* We read-only mount /usr/local/share/ca-certificates from the host to /usr/local/share/ca-certificates in the container
* We do a update-ca-certificates in the alpine container before starting gitea

This should have no consequence for users that do not have the need to handle self-signed certificates, as update-ca-certificates should be idempotent.

6 years agoAdd protected branch whitelists for merging (#3689)
Chri-s [Sun, 25 Mar 2018 10:01:32 +0000 (12:01 +0200)]
Add protected branch whitelists for merging (#3689)

* Add database migrations for merge whitelist

* Add merge whitelist settings for protected branches

* Add checks for merge whitelists

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 23 Mar 2018 14:12:13 +0000 (14:12 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoDon't warn users about *every* dirty form (#3707)
Gerben [Fri, 23 Mar 2018 14:10:42 +0000 (15:10 +0100)]
Don't warn users about *every* dirty form (#3707)

The choice regarding which forms should or should not trigger a warning
is subjective. I tried to be consistent and not warn about forms that:
 - run an action, rather than edit data: search, send an email.
 - delete data: a warning about losing data would be confusing

Note that forms on sign-in pages were already ignored (using a selector,
rather than an explicit class on the form element).

Fixes #3698.

6 years agoChange protected branch settings title to existing locale entry (#3694)
Chri-s [Wed, 21 Mar 2018 18:12:49 +0000 (19:12 +0100)]
Change protected branch settings title to existing locale entry (#3694)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 20 Mar 2018 21:40:24 +0000 (21:40 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix style of "In your repositories" when selected (#3699)
Alex Ward [Tue, 20 Mar 2018 21:39:14 +0000 (21:39 +0000)]
Fix style of "In your repositories" when selected (#3699)

Signed-off-by: Alex Ward <alxwrd@googlemail.com>
6 years agoImprove release page UI (#3693)
Jonas Franz [Mon, 19 Mar 2018 16:06:00 +0000 (17:06 +0100)]
Improve release page UI (#3693)

* Improve release page ui by adding size

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add documentation to a.MustSize()

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 19 Mar 2018 14:30:44 +0000 (14:30 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoEscape branch name in dropdown menu (#3691)
Jonas Franz [Mon, 19 Mar 2018 14:29:16 +0000 (15:29 +0100)]
Escape branch name in dropdown menu (#3691)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 18 Mar 2018 01:33:53 +0000 (01:33 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoCodesearch message fix (#3684)
kolaente [Sun, 18 Mar 2018 01:32:36 +0000 (02:32 +0100)]
Codesearch message fix (#3684)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sat, 17 Mar 2018 03:55:24 +0000 (03:55 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd myself to MAINTAINERS (#3680)
Jonas Franz [Fri, 16 Mar 2018 19:49:03 +0000 (20:49 +0100)]
Add myself to MAINTAINERS (#3680)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 16 Mar 2018 14:05:58 +0000 (14:05 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoGlobal code search support (#3664)
Lunny Xiao [Fri, 16 Mar 2018 14:04:33 +0000 (22:04 +0800)]
Global code search support (#3664)

* add global code search on explore

* fix bug when no anyone public repos

* change the icon

* fix typo and add UnitTypeCode check for login non-admin user

* fix ui description when no match

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Thu, 15 Mar 2018 21:14:38 +0000 (21:14 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRefactor and simplify redirect to url (#3674)
Lauris BH [Thu, 15 Mar 2018 21:13:34 +0000 (23:13 +0200)]
Refactor and simplify redirect to url (#3674)

6 years agoAdded checks for protected branches in pull requests (#3544)
Chri-s [Tue, 13 Mar 2018 03:46:14 +0000 (04:46 +0100)]
Added checks for protected branches in pull requests (#3544)

* Added checks for protected branches in pull requests

Signed-off-by: Christian Wulff <NChris@posteo.net>
* Moved check for protected branch into new function CheckUserAllowedToMerge

Signed-off-by: Christian Wulff <NChris@posteo.net>
* Removed merge conflict lines from last commit

Signed-off-by: Christian Wulff <NChris@posteo.net>
* Explicit check for error type in ViewIssue

Signed-off-by: Christian Wulff <NChris@posteo.net>
6 years agoAdd label descriptions (#3662)
Lauris BH [Tue, 13 Mar 2018 02:03:55 +0000 (04:03 +0200)]
Add label descriptions (#3662)

* Add label descriptions

* Add default descriptions to label template

6 years agoUpdate markbates/goth libary to fix OAuth2 support (#3661)
Lauris BH [Mon, 12 Mar 2018 23:35:46 +0000 (01:35 +0200)]
Update markbates/goth libary to fix OAuth2 support (#3661)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Mon, 12 Mar 2018 10:00:16 +0000 (10:00 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoDocker multi-stage (#2927)
Antoine GIRARD [Mon, 12 Mar 2018 09:59:13 +0000 (10:59 +0100)]
Docker multi-stage (#2927)

* Setup docker multi-stage and little sugar at it

* Make codacy happy ?

* Revert back to what the official docker documentation suggest

Codacy don't seems to follow https://docs.docker.com/engine/reference/builder/#maintainer-deprecated

* Update golang version

6 years agoAdd separate string for the 'Create Team' button. (#3647)
bugreport0 [Fri, 9 Mar 2018 17:37:24 +0000 (17:37 +0000)]
Add separate string for the 'Create Team' button. (#3647)

* Add separate string for the 'Create Team' button.

* Add separate string for the 'Create Team' button.

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 9 Mar 2018 01:22:23 +0000 (01:22 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix MySQL and PostgreSQL column drop SQL (#3649)
Lauris BH [Fri, 9 Mar 2018 01:20:57 +0000 (03:20 +0200)]
Fix MySQL and PostgreSQL column drop SQL (#3649)

6 years agoAdded issue search via api (#3612)
kolaente [Wed, 7 Mar 2018 10:00:56 +0000 (11:00 +0100)]
Added issue search via api (#3612)

* Started implementing issue api search

* Implemented issue search via api

* Added search to swagger.json

* Removed todo

* fmt

* Added comment to generate swagger json via "generate-swagger"

* Simplified search

* fmt

* Removed unessecary comment

* Removed unessecary declaration of the issues-variable

* Removed unessecary comment

* Removed unessecary comment

* Added explanation keyword

* Simplified check for empty keyword

* corrected check if keyword is empty

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 7 Mar 2018 06:45:23 +0000 (06:45 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix column removal in MSSQL (#3638)
Lauris BH [Wed, 7 Mar 2018 06:44:12 +0000 (08:44 +0200)]
Fix column removal in MSSQL (#3638)

* Fix column removal in MSSQL

* Use xorm session in MSSQL drop column operations

* Add transaction as MSSQL alter table is transactional

6 years agoMake columns in split view of the same width (#3619)
Morgan Bazalgette [Tue, 6 Mar 2018 22:44:45 +0000 (23:44 +0100)]
Make columns in split view of the same width (#3619)

as well as fix indentation and add 1px border to line counter of the new
code on the right.

6 years ago Add string to confirm wiki data erasure (#3629)
bugreport0 [Tue, 6 Mar 2018 07:25:21 +0000 (07:25 +0000)]
 Add string to confirm wiki data erasure (#3629)

* Add a string to confirm wiki data erasure.

* Add a string to confirm wiki data erasure.

6 years agoAdd Attachment API (#3478)
Jonas Franz [Tue, 6 Mar 2018 01:22:16 +0000 (02:22 +0100)]
Add Attachment API (#3478)

* Add Attachment API
* repos/:owner/:repo/releases (add attachments)
* repos/:owner/:repo/releases/:id (add attachments)
* repos/:owner/:repo/releases/:id/attachments
* repos/:owner/:repo/releases/:id/attachments/:attachment_id

Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Add unit tests for new attachment functions
Fix comments

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* fix lint

* Update vendor.json

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* remove version of sdk

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix unit tests
Add missing license header

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add CreateReleaseAttachment
Add EditReleaseAttachment
Add DeleteReleaseAttachment

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add filename query parameter for choosing another name for an attachment

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix order of imports

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Restricting updatable attachment columns

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* gofmt

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Update go-sdk
Replace Attachments with Assets

Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Update go-sdk

Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Updating go-sdk and regenerating swagger

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add missing file of go-sdk

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Change origin of code.gitea.io/sdk to code.gitea.io/sdk
Update code.gitea.io/sdk

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Update swagger

Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Update updateAttachment

6 years agoFix wiki inter-links with cases and add tests for this case (#3560)
Chaz Reid [Mon, 5 Mar 2018 18:39:12 +0000 (10:39 -0800)]
Fix wiki inter-links with cases and add tests for this case (#3560)

6 years agoLog attachment blocked events (#3615)
Mahmoud Al-Qudsi [Mon, 5 Mar 2018 00:51:10 +0000 (18:51 -0600)]
Log attachment blocked events (#3615)

Include both a log entry and the blocked mime type in the gitea log when
an attachment upload is blocked.

Chosen log level is info; this may need to be dialed down to trace.

6 years agoUse Segoe UI for Latin characters before falling back to YaHei (#3616)
Mahmoud Al-Qudsi [Sun, 4 Mar 2018 06:47:46 +0000 (00:47 -0600)]
Use Segoe UI for Latin characters before falling back to YaHei (#3616)

* Use Segoe UI for Latin characters before falling back to YaHei

This fixes issues with character rendering on hidpi displays and other
aliasing/hinting issues, as Segoe UI has been painstakingly hinted by
typographers for Microsoft while YaHei has not. See #3237 for more
details.

Closes #3237

* Include transformed LESS -> CSS in commit

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 4 Mar 2018 02:46:24 +0000 (02:46 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoDon't write to log NoCommitterAccount (#3621)
Morgan Bazalgette [Sun, 4 Mar 2018 02:45:01 +0000 (03:45 +0100)]
Don't write to log NoCommitterAccount (#3621)

* Don't write to log NoCommitterAccount

It's way too verbose, and the information is also printed to the user
already. Fixes #3602.

* ignore err only if it's a ErrUserNotExist

* Replace with IsErrUserNotExist

6 years agofix: Add feed for organization (#3594)
Bo-Yi Wu [Sat, 3 Mar 2018 05:21:16 +0000 (13:21 +0800)]
fix: Add feed for organization (#3594)

* feat: Add feed for organization

* fix: testing

* fix: testing

* fix: testing

* fix: testing

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 2 Mar 2018 20:32:20 +0000 (20:32 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix incorrect 'Erase Wiki Data' string identifier. (#3613)
bugreport0 [Fri, 2 Mar 2018 20:31:15 +0000 (21:31 +0100)]
Fix incorrect 'Erase Wiki Data' string identifier. (#3613)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 2 Mar 2018 09:11:11 +0000 (09:11 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd admin dashboard option to run health checks (#3606)
Allen Wild [Fri, 2 Mar 2018 09:09:43 +0000 (04:09 -0500)]
Add admin dashboard option to run health checks (#3606)

There's one for git gc, why not git fsck too?

Also add a couple more trace logs to GitFsck to see progress

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Tue, 27 Feb 2018 07:10:26 +0000 (07:10 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoRework special link parsing in the post-processing of markup (#3354)
Morgan Bazalgette [Tue, 27 Feb 2018 07:09:18 +0000 (08:09 +0100)]
Rework special link parsing in the post-processing of markup (#3354)

* Get rid of autolink

* autolink in markdown

* Replace email addresses with mailto links

* better handling of links

* Remove autolink.js from footer

* Refactor entire html.go

* fix some bugs

* Make tests green, move what we can to html_internal_test, various other changes to processor logic

* Make markdown tests work again

This is just a description to allow me to force push in order to restart
the drone build.

* Fix failing markdown tests in routers/api/v1/misc

* Add license headers, log errors, future-proof <body>

* fix formatting

6 years agofix gpg expired bug when time is zero (#3584)
Lunny Xiao [Mon, 26 Feb 2018 10:25:45 +0000 (18:25 +0800)]
fix gpg expired bug when time is zero (#3584)

6 years agoFix missing translations when updating username. (#3564)
bugreport0 [Sun, 25 Feb 2018 13:56:25 +0000 (14:56 +0100)]
Fix missing translations when updating username. (#3564)

* Fix missing translations when updating username.

* Fix reserved username translated string test.

* Fix 'username reserved' string test a bit more.

6 years agofeat: Add branch link in branch list. (#3576)
Bo-Yi Wu [Sat, 24 Feb 2018 21:17:59 +0000 (05:17 +0800)]
feat: Add branch link in branch list. (#3576)

6 years agoFix the protected branch panic issue (#3567)
Wendell Sun [Fri, 23 Feb 2018 10:10:03 +0000 (18:10 +0800)]
Fix the protected branch panic issue (#3567)

6 years agoFix remove team member issue (#3566)
Wendell Sun [Fri, 23 Feb 2018 08:42:02 +0000 (16:42 +0800)]
Fix remove team member issue (#3566)

Put sess.Commit() out of the RemoveOrgUser function

Add an empty line to separate import packages

6 years agoFix query protected branch bug (#3563)
Wendell Sun [Fri, 23 Feb 2018 02:14:15 +0000 (10:14 +0800)]
Fix query protected branch bug (#3563)

Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
6 years agofix: if Mirrors repo no content is fetched, updated time should not b… (#3551)
Bo-Yi Wu [Fri, 23 Feb 2018 00:27:09 +0000 (08:27 +0800)]
fix: if Mirrors repo no content is fetched, updated time should not b… (#3551)

* fix: if Mirrors repo no content is fetched, updated time should not be changed

* fix: sync update time from mirror repo.

* fix: one single session.

* update comment.

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
6 years agoUpdate gogs to gitea migration manual (#3559)
Victor Polevoy [Thu, 22 Feb 2018 12:55:26 +0000 (15:55 +0300)]
Update gogs to gitea migration manual (#3559)

Updates the manual for latest gogs changes.

6 years agorefactor: reduce sql query in retrieveFeeds (#3547)
Bo-Yi Wu [Wed, 21 Feb 2018 10:55:34 +0000 (18:55 +0800)]
refactor: reduce sql query in retrieveFeeds (#3547)

6 years agoUse unique temp dirs in unit tests (#3494)
Ethan Koenig [Wed, 21 Feb 2018 07:38:52 +0000 (23:38 -0800)]
Use unique temp dirs in unit tests (#3494)

* Use unique temp dirs in unit tests

* Remove temp dirs after tests run

* os.RemoveAll -> removeAllWithRetry

6 years agoBug fix for repo releases sorted (#3522)
Wendell Sun [Wed, 21 Feb 2018 01:38:03 +0000 (09:38 +0800)]
Bug fix for repo releases sorted (#3522)

Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
Use TimeStampNow function

6 years agoPopulate URL field of API commits (#3546)
Ethan Koenig [Tue, 20 Feb 2018 12:50:42 +0000 (04:50 -0800)]
Populate URL field of API commits (#3546)

* Populate URL field of API commits

* fix orgmode_test

6 years agoUpdate markbates/goth library (#3533)
Lauris BH [Mon, 19 Feb 2018 05:10:51 +0000 (07:10 +0200)]
Update markbates/goth library (#3533)

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years agoDocument generate commands (#3532)
Lauris BH [Mon, 19 Feb 2018 03:23:41 +0000 (05:23 +0200)]
Document generate commands (#3532)

* Document generate commands

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix examples and grammar

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years agoAdd issue closed time column to fix activity closed issues list (#3537)
Lauris BH [Mon, 19 Feb 2018 02:39:26 +0000 (04:39 +0200)]
Add issue closed time column to fix activity closed issues list (#3537)

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 18 Feb 2018 21:20:48 +0000 (21:20 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoForce remove test repo root path in case previous test is still locking it (#3528)
Lauris BH [Sun, 18 Feb 2018 21:19:40 +0000 (23:19 +0200)]
Force remove test repo root path in case previous test is still locking it (#3528)

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years agoFix escaping changed title in comments (#3530)
Lauris BH [Sun, 18 Feb 2018 20:06:37 +0000 (22:06 +0200)]
Fix escaping changed title in comments (#3530)

* Fix escaping changed title in comments

* Fix escaping of wiki page titile

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years agoImplements generator cli for secrets (#3531)
Codruț Constantin Gușoi [Sun, 18 Feb 2018 18:14:37 +0000 (18:14 +0000)]
Implements generator cli for secrets (#3531)

Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Sun, 18 Feb 2018 14:39:52 +0000 (14:39 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix app.ini sample file link in docs (#3529)
Lauris BH [Sun, 18 Feb 2018 14:38:50 +0000 (16:38 +0200)]
Fix app.ini sample file link in docs (#3529)

Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 16 Feb 2018 14:03:54 +0000 (14:03 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoFix ellipses, 'a[n]' and 'username' (issue #3512). (#3518)
bugreport0 [Fri, 16 Feb 2018 14:02:40 +0000 (00:32 +1030)]
Fix ellipses, 'a[n]' and 'username' (issue #3512). (#3518)

6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Fri, 16 Feb 2018 01:57:33 +0000 (01:57 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoAdd info from #2286, minor fixes to YAML indentation (#3338)
Richard Coleman [Fri, 16 Feb 2018 01:56:10 +0000 (01:56 +0000)]
Add info from #2286, minor fixes to YAML indentation (#3338)

* Add info from #2286, minor fixes to YAML indentation

* Add space to make YAML valid again

6 years agoAdd option to enable or disable swagger endpoints (#3502)
Piotr Orzechowski [Wed, 14 Feb 2018 04:46:00 +0000 (05:46 +0100)]
Add option to enable or disable swagger endpoints (#3502)

6 years agoImprove wiki test (#3493)
Ethan Koenig [Tue, 13 Feb 2018 09:19:49 +0000 (01:19 -0800)]
Improve wiki test (#3493)

6 years agoAdd missing licenses (#3497)
Jonas Franz [Tue, 13 Feb 2018 05:10:40 +0000 (06:10 +0100)]
Add missing licenses (#3497)

Signed-off-by: Jonas Franz <info@jonasfranz.de>
6 years agoUpdating generate-licenses.go to fetch licenses from maintained repository. (#3484)
Jonas Franz [Mon, 12 Feb 2018 18:20:30 +0000 (19:20 +0100)]
Updating generate-licenses.go to fetch licenses from maintained repository. (#3484)

Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years agoEscape search query (#3486)
Jonas Franz [Sun, 11 Feb 2018 13:42:28 +0000 (14:42 +0100)]
Escape search query (#3486)

Signed-off-by: Jonas Franz <info@jonasfranz.de>
6 years agoUpdate code.gitea.io/git (#3482)
Ethan Koenig [Sat, 10 Feb 2018 18:19:26 +0000 (10:19 -0800)]
Update code.gitea.io/git (#3482)

6 years agoAdd EUPL v1.2 as license (Fixes go-gitea/gitea#3439) (#3475)
Jonas Franz [Fri, 9 Feb 2018 13:11:19 +0000 (14:11 +0100)]
Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) (#3475)

Signed-off-by: Jonas Franz <info@jonasfranz.de>
6 years agoFixes missing avatars in offline mode (#3471)
Codruț Constantin Gușoi [Thu, 8 Feb 2018 15:43:08 +0000 (15:43 +0000)]
Fixes missing avatars in offline mode (#3471)

Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
6 years agoDocs: Fix broken markdown with unescaped character (#3470)
Jonas Bröms [Thu, 8 Feb 2018 03:29:42 +0000 (04:29 +0100)]
Docs: Fix broken markdown with unescaped character (#3470)

6 years agoClarify Indexer MAX_FILE_SIZE (#3469)
Jonas Bröms [Thu, 8 Feb 2018 02:10:36 +0000 (03:10 +0100)]
Clarify Indexer MAX_FILE_SIZE (#3469)

6 years agoFix checklist padding (#3460)
modmew8 [Tue, 6 Feb 2018 10:22:31 +0000 (11:22 +0100)]
Fix checklist padding (#3460)

* Changed style of checklist in issuelist.

* Adjusted padding for progressbar, updated index.css.

* Fixed another wrong tab to spaces.

Signed-off-by: modmew8 <modmew8@gmail.com>
6 years agoImprovements to git integration test (#3466)
Ethan Koenig [Tue, 6 Feb 2018 09:27:24 +0000 (01:27 -0800)]
Improvements to git integration test (#3466)

6 years agoReduce repo indexer disk usage (#3452)
Ethan Koenig [Mon, 5 Feb 2018 18:29:17 +0000 (10:29 -0800)]
Reduce repo indexer disk usage (#3452)

6 years agoFix rendering of wiki page list if wiki repo contains other files (#3454)
Lauris BH [Mon, 5 Feb 2018 14:56:30 +0000 (16:56 +0200)]
Fix rendering of wiki page list if wiki repo contains other files (#3454)

* Fix rendering of wiki page list if wiki repo contains other files

* Improve wiki filename tests

6 years agoFix synchronization bug in repo indexer (#3455)
Ethan Koenig [Mon, 5 Feb 2018 08:39:51 +0000 (00:39 -0800)]
Fix synchronization bug in repo indexer (#3455)

6 years ago Enable caching on assets and avatars (#3376)
Morgan Bazalgette [Sat, 3 Feb 2018 22:37:05 +0000 (23:37 +0100)]
 Enable caching on assets and avatars (#3376)

* Enable caching on assets and avatars

Fixes #3323

* Only set avatar in user BeforeUpdate when there is no avatar set

* add error checking after stat

* gofmt

* Change cache time for avatars to an hour

6 years agoUpdate hard-coded version to 1.5.0-dev (#3450)
techknowlogick [Sat, 3 Feb 2018 15:03:43 +0000 (10:03 -0500)]
Update hard-coded version to 1.5.0-dev (#3450)

Now that 1.4.0 is out the new target is 1.5.0

(See #2390 and #2988 for more context if needed)

6 years agoAllow square brackets in external issue patterns (#3408)
Christian Köberl [Sat, 3 Feb 2018 09:51:02 +0000 (10:51 +0100)]
Allow square brackets in external issue patterns (#3408)

* Allow square brackets in external issue patterns

* Added false test cases for checklist elements

6 years agoEmoji Autocomplete (#3433)
modmew8 [Sat, 3 Feb 2018 08:09:35 +0000 (09:09 +0100)]
Emoji Autocomplete (#3433)

* Implemented emoji autocomplete.

* Changed emoji access url.

* Reverted vendor css to default, moved all style changes to _tribute.less

* Made no-results overwriteable, added missing autocomplete to edit issue field.

Signed-off-by: modmew8 <modmew8@gmail.com>
6 years ago[skip ci] Updated translations via Crowdin
GiteaBot [Wed, 31 Jan 2018 15:41:59 +0000 (15:41 +0000)]
[skip ci] Updated translations via Crowdin

6 years agoadd changelog for 1.4.0 (#3435)
Morgan Bazalgette [Wed, 31 Jan 2018 15:40:57 +0000 (16:40 +0100)]
add changelog for 1.4.0 (#3435)

* add changelog for 1.4.0

* remove docs

* Remove some more noise

* Small reorganization, removed bugfixes that were not present in last stable version

* Move LFS lock to features, add just merged bugfix info