Commit Graph

6086 Commits (be825aaa88c1c3fd2e4f0f79a4de0ae699eee39e)
 

Author SHA1 Message Date
Jonas Bröms be825aaa88 Clarify Indexer MAX_FILE_SIZE ()
modmew8 ffd0062438 Fix checklist padding ()
* 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>
Ethan Koenig a2648281a0 Improvements to git integration test ()
Ethan Koenig a89592d4ab Reduce repo indexer disk usage ()
Lauris BH 283e87d814
Fix rendering of wiki page list if wiki repo contains other files ()
* Fix rendering of wiki page list if wiki repo contains other files

* Improve wiki filename tests
Ethan Koenig b16c84de7b Fix synchronization bug in repo indexer ()
Morgan Bazalgette 17655cdf1b Enable caching on assets and avatars ()
* Enable caching on assets and avatars

Fixes 

* 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
techknowlogick 77f8bad2fb Update hard-coded version to 1.5.0-dev ()
Now that 1.4.0 is out the new target is 1.5.0

(See  and  for more context if needed)
Christian Köberl e9e2a9cdcc Allow square brackets in external issue patterns ()
* Allow square brackets in external issue patterns

* Added false test cases for checklist elements
modmew8 e08b3a592e Emoji Autocomplete ()
* 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>
GiteaBot b62ce2e246 [skip ci] Updated translations via Crowdin
Morgan Bazalgette 10171b7e2f add changelog for 1.4.0 ()
* 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
Lauris BH f9a5cc4d8e
Use correct transaltion key for delete email button ()
Antoine GIRARD b3fd94c13d Add sensitive headers ()
* Add HeaderWithSensitiveCase methods to respect casing

* Update webhook.go
GiteaBot d09704e903 [skip ci] Updated translations via Crowdin
Lauris BH ca4f5c37e6
Fix branch deletion for squash or rebase merged pull requests ()
GiteaBot 5911f98392 [skip ci] Updated translations via Crowdin
Lauris BH aef30071c9
Fix go-get content type ()
GiteaBot 7af81973cb [skip ci] Updated translations via Crowdin
Ethan Koenig 46c7fe371d Fix PR merge error ()
Lauris BH 28b81899d0
Add doctype to go-get=1 reponse ()
Ethan Koenig 3968c1149e Fix SQL type error for webhooks ()
Lauris BH e189b06baa
Add mising `LOCAL_WIKI_PATH` documentation ()
GiteaBot 7fd2d8e392 [skip ci] Updated translations via Crowdin
Ethan Koenig bac6ac033a Fix race condition in repo renaming ()
Ethan Koenig c55a027da3 Fix empty checkout bug ()
Antoine GIRARD 36a94da8da doc: Improve integrations examples ()
Timo Schindler bcd7f42529 Added quoting for passwords in sample.app.ini and documentation ()
Wendell Sun b627f1131b Change local copy origin url after repository rename ()
Fix 
Antoine GIRARD 9e842c8a72 Fix SSH auth lfs locks ()
* Fix SSH auth LFS locks

* Activate SSH/lock test

* Remove debug

* Follow @lunny recommendation for AfterLoad method
Lunny Xiao 97fe773491 fix MSSQL bug on org ()
Lauris BH a0c397df08
Recognize more characters in crossreferenced repo name ()
GiteaBot 9e87fe8c06 [skip ci] Updated translations via Crowdin
Kazuki Sawada 07b4e47a56 Add myself to TRANSLATORS ()
GiteaBot 82a7b0292e [skip ci] Updated translations via Crowdin
Morgan Bazalgette d644e88107 HTML escape all lines of the search result ()
Fixes .
Sandro Santilli 00d08473b8 Use GiteaServer as the user agent for http requests ()
Otherwise we're still presenting ourselves as GogsServer...
Antoine GIRARD 1ce3572409 Remove useless check ()
In , I put check inside all write key function. This one is useless no.
Sandro Santilli 05ab747054 Force-push to base repo's ref/pull/#/head ()
* 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
Lauris BH ca306985d3
Change how merged PR commit info are prepared ()
* Change how merged PR commits and diff are made

* Update code.gitea.io/git dependency

* Fix typo

* Remove unneeded local variable
Ethan Koenig b0d5bb909b Delete indexer DB entries when (re)creating index ()
* comment
GiteaBot a880b17296 [skip ci] Updated translations via Crowdin
Kim "BKC" Carlbäcker e722bdbb03
Update source installation requirements ()
* 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
Antoine GIRARD 095fb9f2e3 Add integrations tests from git cli ()
* test: integration add git cli tests

Extracted form for easing review process and debug 

* test: integration add git cli big file commit

* fix:  Don't rewrite key if internal server
Marc Brückner 695b10bedd Fix API-Endpoint release ()
* Fixes API-Endpoint release ()

* Using context.ReferencesGitRepo(); doing the same in the PATCH route.

* Add release create, get and update test
GiteaBot cc0c4a30a7 [skip ci] Updated translations via Crowdin
Lauris BH a68bf746a4
Change reserved avatar name to correct - avatars ()
GiteaBot e2bb7933e8 [skip ci] Updated translations via Crowdin
muhfaris bec09378f9 Fix Delete repository message ()
Ethan Koenig d29aa76777 Fix en-US locale ()