aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Remove unnecessary Safe tags (#3778)Bwko2018-04-106-14/+13
|
* Add EnableTimetracking option to app settings (#3719)Bwko2018-04-096-16/+38
|
* fix: show Clipboard button if disable HTTP of git protocol (#3773)Bo-Yi Wu2018-04-091-1/+1
|
* Use the active branch for the code tab (#3720)Bwko2018-04-091-1/+1
|
* Modify pagination. (#3766)Pheng Heong TAN2018-04-081-21/+1
| | | | | | | I wanted navigation to the page "first" and the page "last" of the pages of commits. I discovered this has already been implemented in one of the templates. Signed-off-by: Tan Pheng Heong <phtan90@gmail.com>
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-041-1/+34
|
* Clarify purpose of ROOT_URL (#3759)Adrian Sieber2018-04-051-1/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-04-042-0/+49
|
* Enhance healthcheck for database connectivity (#3754)Evan Sherwood2018-04-041-1/+4
| | | | | | | | Modify the call to ping the database to fail gracefully if the database has not yet been configured by the end user, such as after a clean install. This allows /healthcheck to return a 200 with a modified status message instead of causing a PANIC. Signed-off-by: Evan Sherwood <evan@sherwood.io>
* Add Size column to attachment (#3734)Jonas Franz2018-03-314-23/+57
| | | | | | | | | | | | | | | * 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>
* Add config option to enable or disable log executed SQL (#3726)Lunny Xiao2018-03-305-1/+7
| | | | | | * add config option to enable or disable log executed SQL * rename ShowSQL to LogSQL
* fix go vet error (#3740)Lunny Xiao2018-03-302-9/+9
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-291-0/+6
|
* refactor: import order. (#3736)Bo-Yi Wu2018-03-2918-31/+36
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-292-0/+37
|
* Correctly check http git access rights for reverse proxy authorized users ↵Lauris BH2018-03-291-20/+20
| | | | (#3721)
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-272-3/+7
|
* Add repository setting to enable/disable health checks (#3607)Allen Wild2018-03-277-2/+73
| | | | | | | | | | | | | | 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>
* Set default branchname on first push (#3715)Bwko2018-03-251-1/+5
|
* Update certificates to enable self-signed certs (#3708)Jone Marius Vignes2018-03-251-0/+2
| | | | | | | | | | | | | 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.
* Add protected branch whitelists for merging (#3689)Chri-s2018-03-258-41/+209
| | | | | | | | * Add database migrations for merge whitelist * Add merge whitelist settings for protected branches * Add checks for merge whitelists
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-231-1/+1
|
* Don't warn users about *every* dirty form (#3707)Gerben2018-03-2315-16/+19
| | | | | | | | | | | 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.
* Change protected branch settings title to existing locale entry (#3694)Chri-s2018-03-211-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-201-13/+13
|
* Fix style of "In your repositories" when selected (#3699)Alex Ward2018-03-201-1/+1
| | | Signed-off-by: Alex Ward <alxwrd@googlemail.com>
* Improve release page UI (#3693)Jonas Franz2018-03-192-3/+15
| | | | | | | | | | * 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>
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-193-2/+3
|
* Escape branch name in dropdown menu (#3691)Jonas Franz2018-03-191-2/+2
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-182-0/+5
|
* Codesearch message fix (#3684)kolaente2018-03-181-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-171-0/+3
|
* Add myself to MAINTAINERS (#3680)Jonas Franz2018-03-161-0/+1
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-161-0/+22
|
* Global code search support (#3664)Lunny Xiao2018-03-1610-9/+238
| | | | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-153-0/+6
|
* Refactor and simplify redirect to url (#3674)Lauris BH2018-03-155-24/+29
|
* Added checks for protected branches in pull requests (#3544)Chri-s2018-03-134-1/+54
| | | | | | | | | | | | | | | | | | * 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>
* Add label descriptions (#3662)Lauris BH2018-03-1314-34/+109
| | | | | | * Add label descriptions * Add default descriptions to label template
* Update markbates/goth libary to fix OAuth2 support (#3661)Lauris BH2018-03-133-40/+74
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-1222-22/+6
|
* Docker multi-stage (#2927)Antoine GIRARD2018-03-123-15/+34
| | | | | | | | | | | | * 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
* Add separate string for the 'Create Team' button. (#3647)bugreport02018-03-092-2/+3
| | | | | | * Add separate string for the 'Create Team' button. * Add separate string for the 'Create Team' button.
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-091-0/+1
|
* Fix MySQL and PostgreSQL column drop SQL (#3649)Lauris BH2018-03-091-1/+1
|
* Added issue search via api (#3612)kolaente2018-03-072-6/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2018-03-072-0/+2
|
* Fix column removal in MSSQL (#3638)Lauris BH2018-03-072-21/+61
| | | | | | | | * Fix column removal in MSSQL * Use xorm session in MSSQL drop column operations * Add transaction as MSSQL alter table is transactional
* Make columns in split view of the same width (#3619)Morgan Bazalgette2018-03-072-32/+45
| | | | as well as fix indentation and add 1px border to line counter of the new code on the right.
* Add string to confirm wiki data erasure (#3629)bugreport02018-03-062-1/+2
| | | | | | * Add a string to confirm wiki data erasure. * Add a string to confirm wiki data erasure.