summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Changelog for release v1.4.1 (#3891)v1.4.1Lauris BH2018-05-031-0/+17
| | | | | | * Changelog for release v1.4.1 * Fix typo
* Do not allow inactive users to access repositories using private keys ↵Lauris BH2018-05-021-0/+6
| | | | (#3887) (#3889)
* Fix to use only needed columns from tables to get repository git paths ↵Lauris BH2018-05-022-4/+48
| | | | (#3870) (#3883)
* Add "error" as reserved username (#3882) (#3886)Lauris BH2018-05-021-1/+1
|
* Fix docs site index page (#3868) (#3881)Lauris BH2018-05-024-1/+5
|
* fix gpg expired bug when time is zero (#3584) (#3884)Lauris BH2018-05-022-1/+6
|
* Fix path cleanup in multiple places (#3871) (#3873)Lauris BH2018-05-013-7/+17
|
* Fix only updated_unix when adding a comment (Backport of #3855 to 1.4 ) (#3860)kolaente2018-04-301-1/+1
|
* Fix building of docs with latest hugo version (#3856) (#3862)Lauris BH2018-04-301-0/+2
|
* Remove unnecessary Safe tags (#3779)Bwko2018-04-116-14/+13
|
* Fix typo in deleteUser (#3781) (#3783)Michael Kuhn2018-04-111-1/+1
| | | num_watches was used where num_stars should have been used.
* Use the active branch for the code tab (#3776)Bwko2018-04-101-1/+1
|
* Backport: fix: show Clipboard button if disable HTTP of git protocol #3773 ↵Bo-Yi Wu2018-04-091-1/+1
| | | | (#3774)
* Correctly check http git access rights for reverse proxy authorized users ↵Lauris BH2018-04-041-20/+20
| | | | (#3721) (#3743)
* fix go vet error (#3740) (#3744)Lunny Xiao2018-03-302-9/+9
|
* Set default branchname on first push (#3723)Bwko2018-03-271-1/+5
|
* Changelog for release 1.4.0 (#3714)v1.4.0Lauris BH2018-03-251-25/+16
|
* Escape branch name in dropdown menu (#3692)Jonas Franz2018-03-191-2/+2
| | | | | | Signed-off-by: Jonas Franz <info@jonasfranz.software> (cherry picked from commit 61ce616) Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Changelog for 1.4.0-rc3 (#3679)v1.4.0-rc3Lauris BH2018-03-161-0/+8
|
* Refactor and simplify redirect to url (#3674) (#3676)Lauris BH2018-03-165-24/+29
|
* Update markbates/goth libary to fix OAuth2 support (#3661) (#3663)Lauris BH2018-03-133-40/+74
|
* Fix MySQL and PostgreSQL column drop SQL (#3649) (#3651)Lauris BH2018-03-101-1/+1
|
* Fix column removal in MSSQL (#3638) (#3640)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
* Fix wiki inter-links with spaces (#3560) (#3632)Lauris BH2018-03-061-1/+5
|
* Changelog for release 1.4.0-rc2 (#3610)v1.4.0-rc2Lauris BH2018-03-031-0/+16
|
* Fix query protected branch bug (#3563) (#3571)Wendell Sun2018-02-241-2/+1
| | | Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
* Fix remove team member issue (#3566) (#3570)Wendell Sun2018-02-232-9/+27
| | | Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
* Fix the protected branch panic issue (#3567) (#3569)Wendell Sun2018-02-231-0/+4
| | | Signed-off-by: Wendell Sun <iwendellsun@gmail.com>
* if Mirrors repo no content is fetched, updated time should not be changed ↵Bo-Yi Wu2018-02-231-1/+15
| | | | | | #3551 (#3565) Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* Bug fix for repo releases sorted (#3522) (#3555)Wendell Sun2018-02-221-1/+3
| | | | | Signed-off-by: Wendell Sun <iwendellsun@gmail.com> Use TimeStampNow function
* refactor: reduce sql query in retrieveFeeds (#3554)Bo-Yi Wu2018-02-213-32/+116
|
* Add issue closed time column to fix activity closed issues list (#3537) (#3540)Lauris BH2018-02-196-6/+50
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Update markbates/goth library (#3533) (#3539)Lauris BH2018-02-1911-157/+281
| | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Force remove test repo root path in case previous test is still locking it ↵Lauris BH2018-02-191-1/+14
| | | | | (#3528) (#3536) Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix escaping changed title in comments (#3530) (#3534)Lauris BH2018-02-195-25/+60
| | | | | | | * Fix escaping changed title in comments * Fix escaping of wiki page titile Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Clarify Indexer MAX_FILE_SIZE (#3469) (#3474)Jonas Bröms2018-02-151-1/+1
|
* Fixes missing avatars in offline mode (#3471) (#3477)Codruț Constantin Gușoi2018-02-141-1/+3
| | | Signed-off-by: Codruț Constantin Gușoi <codrut.gusoi@gmail.com>
* Improve wiki test (#3493) (#3511)Ethan Koenig2018-02-141-7/+23
|
* Escape search query (Backport 1.4) (#3488)Jonas Franz2018-02-112-1/+8
| | | | | | | | | | | | * Escape search query Signed-off-by: Jonas Franz <info@jonasfranz.de> (cherry picked from commit 2970889) * Reordered imports Signed-off-by: Jonas Franz <info@jonasfranz.de>
* Fix synchronization bug in repo indexer (#3455) (#3461)Ethan Koenig2018-02-081-62/+100
|
* Fix rendering of wiki page list if wiki repo contains other files (#3454) ↵Lauris BH2018-02-064-2/+26
| | | | | | | (#3463) * Fix rendering of wiki page list if wiki repo contains other files * Improve wiki filename tests
* Change 1.4.0-rc1 version release datev1.4.0-rc1Lauris Bukšis-Haberkorns2018-02-011-1/+1
| | | | Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-314-53/+1026
|
* add changelog for 1.4.0 (#3435)Morgan Bazalgette2018-01-311-0/+108
| | | | | | | | | | | | * 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
* Use correct transaltion key for delete email button (#3422)Lauris BH2018-01-311-20/+20
|
* Add sensitive headers (#3429)Antoine GIRARD2018-01-312-2/+8
| | | | | | | * Add HeaderWithSensitiveCase methods to respect casing * Update webhook.go
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-303-13/+16
|
* Fix branch deletion for squash or rebase merged pull requests (#3425)Lauris BH2018-01-301-31/+15
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-01-292-1/+6
|
* Fix go-get content type (#3426)Lauris BH2018-01-291-1/+3
|