Jonas Franz
7c6fdc5062
Escape search query ( #3486 )
Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
Ethan Koenig
2dee67b1cf
Update code.gitea.io/git ( #3482 )
7 years ago
Jonas Franz
027b9cbf18
Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) ( #3475 )
Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
Codruț Constantin Gușoi
9431028046
Fixes missing avatars in offline mode ( #3471 )
Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
7 years ago
Jonas Bröms
632e054d19
Docs: Fix broken markdown with unescaped character ( #3470 )
7 years ago
Jonas Bröms
8d36b66f54
Clarify Indexer MAX_FILE_SIZE ( #3469 )
7 years ago
modmew8
b6b1eefa55
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>
7 years ago
Ethan Koenig
89a5e832b0
Improvements to git integration test ( #3466 )
7 years ago
Ethan Koenig
a7293f3b59
Reduce repo indexer disk usage ( #3452 )
7 years ago
Lauris BH
eee4183e85
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
7 years ago
Ethan Koenig
3e3d137e09
Fix synchronization bug in repo indexer ( #3455 )
7 years ago
Morgan Bazalgette
9a67d8ba91
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
7 years ago
techknowlogick
262e145dff
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)
7 years ago
Christian Köberl
573a25c9ba
Allow square brackets in external issue patterns ( #3408 )
* Allow square brackets in external issue patterns
* Added false test cases for checklist elements
7 years ago
modmew8
0e584b248d
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>
7 years ago
GiteaBot
2ab0efebaa
[skip ci] Updated translations via Crowdin
7 years ago
Morgan Bazalgette
1de89559af
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
7 years ago
Lauris BH
398832b759
Use correct transaltion key for delete email button ( #3422 )
7 years ago
Antoine GIRARD
00d731f93e
Add sensitive headers ( #3429 )
* Add HeaderWithSensitiveCase methods to respect casing
* Update webhook.go
7 years ago
GiteaBot
1491a70197
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
cd0e313265
Fix branch deletion for squash or rebase merged pull requests ( #3425 )
7 years ago
GiteaBot
3dee764d10
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
57f5bb502e
Fix go-get content type ( #3426 )
7 years ago
GiteaBot
157aac4ec7
[skip ci] Updated translations via Crowdin
7 years ago
Ethan Koenig
a4126d4d84
Fix PR merge error ( #3421 )
7 years ago
Lauris BH
94439e7314
Add doctype to go-get=1 reponse ( #3423 )
7 years ago
Ethan Koenig
9ad13bf858
Fix SQL type error for webhooks ( #3424 )
7 years ago
GiteaBot
8cc1940b1a
[skip ci] Updated translations via Crowdin
7 years ago
Ethan Koenig
340f07c2bb
Fix race condition in repo renaming ( #3418 )
7 years ago
Ethan Koenig
5252024e91
Fix empty checkout bug ( #3419 )
7 years ago
Antoine GIRARD
8aea959fe6
doc: Improve integrations examples ( #3416 )
7 years ago
Timo Schindler
8a183738b8
Added quoting for passwords in sample.app.ini and documentation ( #3395 )
7 years ago
Wendell Sun
3ef7e2b452
Change local copy origin url after repository rename ( #3399 )
Fix #3378
7 years ago
Antoine GIRARD
cb3867c754
Fix SSH auth lfs locks ( #3152 )
* Fix SSH auth LFS locks
* Activate SSH/lock test
* Remove debug
* Follow @lunny recommendation for AfterLoad method
7 years ago
Lunny Xiao
244b144c42
fix MSSQL bug on org ( #3405 )
7 years ago
Lauris BH
ed04e0e8d1
Recognize more characters in crossreferenced repo name ( #3413 )
7 years ago
GiteaBot
023b01ba2e
[skip ci] Updated translations via Crowdin
7 years ago
Kazuki Sawada
59acdf12ab
Add myself to TRANSLATORS ( #3415 )
7 years ago
GiteaBot
5c540264b5
[skip ci] Updated translations via Crowdin
7 years ago
Morgan Bazalgette
07b0de9ef4
HTML escape all lines of the search result ( #3402 )
Fixes #3383 .
7 years ago
Sandro Santilli
0f174d85ca
Use GiteaServer as the user agent for http requests ( #3404 )
Otherwise we're still presenting ourselves as GogsServer...
7 years ago
Antoine GIRARD
fbb8ce3603
Remove useless check ( #3384 )
In #3377 , I put check inside all write key function. This one is useless no.
7 years ago
Sandro Santilli
12619c74a7
Force-push to base repo's ref/pull/#/head ( #3393 )
* Force-push to base repo's ref/pull/#/head
Fixes force-pushing to pull request branches, otherwise failing with:
[...gitea/models/pull.go:1022 AddTestPullRequestTask()] [E] PushToBaseRepo: Push: exit status 1 - To /path/to/gitea-repositories/org/repo.git
! [rejected] issue-fix -> refs/pull/20/head (non-fast-forward)
* format
7 years ago
Lauris BH
5be20e7d75
Change how merged PR commit info are prepared ( #3368 )
* Change how merged PR commits and diff are made
* Update code.gitea.io/git dependency
* Fix typo
* Remove unneeded local variable
7 years ago
Ethan Koenig
95cc1b78f4
Delete indexer DB entries when (re)creating index ( #3385 )
* comment
7 years ago
GiteaBot
5ead86c57c
[skip ci] Updated translations via Crowdin
7 years ago
Kim "BKC" Carlbäcker
2eb42f083f
Update source installation requirements ( #3124 )
* Update source installation requirements
We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then
* Use Golang 1.8 for build and test
If we state Golang 1.8 we should test using that version as well
* Use golang 1.8 only for single build to see if everything compiles
* Change back edge also for commented out sqlite test
7 years ago
Antoine GIRARD
dff4d0bf54
Add integrations tests from git cli ( #3377 )
* test: integration add git cli tests
Extracted form for easing review process and debug #3152
* test: integration add git cli big file commit
* fix: Don't rewrite key if internal server
7 years ago
Marc Brückner
771af935bf
Fix API-Endpoint release ( #3012 )
* Fixes API-Endpoint release (#3005 )
* Using context.ReferencesGitRepo(); doing the same in the PATCH route.
* Add release create, get and update test
7 years ago
GiteaBot
029e3216d3
[skip ci] Updated translations via Crowdin
7 years ago