Commit Graph

5883 Commits (3163abedd6c3814d04b380c036ca19a7bffe908f)
 

Author SHA1 Message Date
Ethan Koenig 3163abedd6 Fix ref parsing in commit messages ()
techknowlogick b0971ae37c Reduce overhead of upgrades for users with custom stylesheets/JS ()
silverwind 4947cfb7b0 Remove box-shadow from UI, fix dashboard issue ()
Lunny Xiao ef5364950b fix issue list branch link broken ()
silverwind d44aa831f3 Convert tabs to spaces in .less files ()
silverwind f9db60e3bd Adjust branch button size ()
silverwind 8cd616e977 Fix misalignment issue in repo header ()
Lunny Xiao b3d5ba6f90 Fix missing password length check when change password ()
* fix missing password length check when change password

* add tests for change password
Lunny Xiao 35cc5b0402
Remove GetRepositoryByRef and add GetRepositoryByOwnerAndName ()
* remove GetRepositoryByRef and add GetRepositoryByOwnerAndName

* fix tests

* fix tests bug

* some improvements
silverwind 674422b642 Fix CSS instructions in CONTRIBUTING.md ()
silverwind d8d38ed059 Dashboard: Fix line height problem in issue titles ()
Piotr Orzechowski 57edc3155f Default log level to Info without hardcoding it in installer ()
Lunny Xiao 9a8805d785 remove duplicated sanitize ()
Lunny Xiao 13e59c8b7a remove unused variable ()
Ethan Koenig 91f3d77ceb Unit tests for wiki routers ()
Mike Fellows 82e8486f13 Update docs for LDAP (via BindDN) user sync option. ()
techknowlogick 474dfcc798 French translation for docs ()
original PR  and author @0xbaadf00d
Lunny Xiao d517b56682
add notice for docker run gitea http port issue ()
Sondre Nilsen 86ee41ec03 Expandable commit bodies ()
* Initial working state of expandable commit bodies

* Fix all commits having showing button for multiline commits

* Refactor checking multiline messages method

* Force newlines with <br> in commit body

* Show multiple lines in the list view of repositories

* Fixed proper newlines and minor refactor

Use <pre> instead of <p>, this is so we can use \n instead of having to manually place <br> into the HTML. Makes it easier to display commit bodies.

* Fix commit list messages jumping around

* Fix indentation in view_list.tmpl

* Use vertical-align: baseline instead of top

* Refactor commit button toggle function

* Remove RenderCommitBodyLink function

* Add comments

* Add newline at the end of _repository.less

* Fix long commit bodies not properly wrapping inside <pre>

* Don't split on double newlines

* Show the commit body in commit view

* Update stylesheets

* Add/fix comments and run make fmt

* Fix spaces not being tabs
GiteaBot 4cf90aa865 [skip ci] Updated translations via Crowdin
Ethan Koenig 013db70fce Removed unused field in form ()
GiteaBot 033ad9a79f [skip ci] Updated translations via Crowdin
Sandro Santilli 67b0d2175d Set OpenID support on by default when installing new instance ()
GiteaBot b9452c48ac [skip ci] Updated translations via Crowdin
techknowlogick 899c900e59 use unique name for docs docker build step in CI ()
Otherwise drone may combine the logs
techknowlogick dab2b354c7 Removing disqus from docs site ()
Gitea now has a forum which is probably a better venue for
these types of conversations
GiteaBot cbc6bbfbeb [skip ci] Updated translations via Crowdin
Duncan Ogilvie 551f3cbe42 Memory usage improvements ()
* govendor update code.gitea.io/git

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>

* Greatly improve memory usage

Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
Antoine GIRARD 4035ab05fa Fix git lfs path ()
* add suffix .git

* Remove Content-Type on GET methods

* Add migrations to force creation before any further potential migration
Duncan Ogilvie c80d147fa9 Improve memory usage when reaching diff limits ()
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
techknowlogick d39b88ae88 Fix master build for docs docker ()
Antoine GIRARD d99f4ab003 Git LFS lock api ()
* Implement routes

* move to api/sdk and create model

* Implement add + list

* List return 200 empty list no 404

* Add verify lfs lock api

* Add delete and start implementing auth control

* Revert to code.gitea.io/sdk/gitea vendor

* Apply needed check for all lfs locks route

* Add simple tests

* fix lint

* Improve tests

* Add delete test + fix

* Add lfs ascii header

* Various fixes from review + remove useless code + add more corner case testing

* Remove repo link since only id is needed.

Save a little of memory and cpu time.

* Improve tests

* Use TEXT column format for path + test

* fix mispell

* Use NewRequestWithJSON for POST tests

* Clean path

* Improve DB format

* Revert uniquess repoid+path

* (Re)-setup uniqueness + max path length

* Fixed TEXT in place of VARCHAR

* Settle back to maximum VARCHAR(3072)

* Let place for repoid in key

* Let place for repoid in key

* Let place for repoid in key

* Revert back
Vlad Temian 6ad4990a65 Add fingerprint to ssh key endpoints. ()
* Add fingerprint to ssh key endpoints.

* Update gitea sdk vendor
GiteaBot 0c69b768b9 [skip ci] Updated translations via Crowdin
Ethan Koenig b7ebaf6d20 Various wiki bug fixes ()
* Update macaron

* Various wiki bug fixes
techknowlogick 6a58e3f9fc Dockerfile for docs copy proper files into image ()
fixes docker build from: 
Ethan Koenig 1028ef2def Don't print SQL in unit tests ()
* Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
techknowlogick 8b58772659 [ci skip] Fix Document updated proposal process ()
techknowlogick 621efaa340 Update link for tips on how to get faster reviews ()
Kubernetes merged guides, and this is now the current location of guide
Duncan Ogilvie 8ee08fe8bc Remove duplicate "Max Diff Lines" from config view ()
Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
techknowlogick 0e76f38e4d [ci skip] Add @techknowlogick to MAINTAINERS file ()
techknowlogick cc2b1fea9a Adding time tracking to feature list ()
Now that 1.3 is out time tracking is a new feature
techknowlogick 238bb80cdd Update hard-coded version to 1.4.0-dev ()
Now that 1.3.0 is out the new target is 1.4.0
Lauris BH 0d4c63fd70
Fix go-get, src and raw urls to new scheme ()
techknowlogick fb5c6b6444 Import docs into main repository ()
* import docs into main repository

Signed-off-by: Matti Ranta <matti@mdranta.net>
Ethan Koenig f148a4a1ed Fix coverage reports ()
Jonas Bröms 4d85c1d3c8 Fix fault PR renaming app.ini ()
Jonas Bröms 7091db8192 Rename conf dir > custom.sample ()
* Explain app.ini purpose
Ethan Koenig 716ac1214f Enable admin to search by email ()
Lunny Xiao 061c501d54 Fix error when add user has full name to team ()
* fix error when add user has full name to team

* add comment for extra uname check