summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fix git lfs path (#3016)Antoine GIRARD2017-11-295-21/+58
| | | | | | | | * add suffix .git * Remove Content-Type on GET methods * Add migrations to force creation before any further potential migration
* Improve memory usage when reaching diff limits (#2990)Duncan Ogilvie2017-11-291-12/+20
| | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* Fix master build for docs docker (#3004)techknowlogick2017-11-292-2/+4
|
* Git LFS lock api (#2938)Antoine GIRARD2017-11-289-16/+638
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add fingerprint to ssh key endpoints. (#3009)Vlad Temian2017-11-285-13/+84
| | | | | | * Add fingerprint to ssh key endpoints. * Update gitea sdk vendor
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-281-2/+7
|
* Various wiki bug fixes (#2996)Ethan Koenig2017-11-2840-379/+1085
| | | | | | * Update macaron * Various wiki bug fixes
* Dockerfile for docs copy proper files into image (#2989)techknowlogick2017-11-271-2/+2
| | | fixes docker build from: #2874
* Don't print SQL in unit tests (#2995)Ethan Koenig2017-11-271-1/+4
| | | * Add GITEA_UNIT_TESTS_VERBOSE environment variable to enable printing SQL
* [ci skip] Fix #2964 Document updated proposal process (#2999)techknowlogick2017-11-271-2/+4
|
* Update link for tips on how to get faster reviews (#2997)techknowlogick2017-11-271-1/+1
| | | Kubernetes merged guides, and this is now the current location of guide
* Remove duplicate "Max Diff Lines" from config view (#2987)Duncan Ogilvie2017-11-271-2/+0
| | | Signed-off-by: Duncan Ogilvie <mr.exodia.tpodt@gmail.com>
* [ci skip] Add @techknowlogick to MAINTAINERS file (#2993)techknowlogick2017-11-271-0/+1
|
* Adding time tracking to feature list (#2982)techknowlogick2017-11-271-0/+1
| | | | Now that 1.3 is out time tracking is a new feature go-gitea/docs#148
* Update hard-coded version to 1.4.0-dev (#2988)techknowlogick2017-11-271-1/+1
| | | Now that 1.3.0 is out the new target is 1.4.0
* Fix go-get, src and raw urls to new scheme (#2978)Lauris BH2017-11-275-15/+15
|
* Import docs into main repository (#2874)techknowlogick2017-11-2668-0/+3720
| | | | | * import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>
* Fix coverage reports (#2974)Ethan Koenig2017-11-261-8/+1
|
* Fix fault PR renaming app.ini (#2977)Jonas Bröms2017-11-261-0/+0
|
* Rename conf dir > custom.sample (#1522)Jonas Bröms2017-11-261-0/+4
| | | * Explain app.ini purpose
* Enable admin to search by email (#2888)Ethan Koenig2017-11-262-10/+16
|
* Fix error when add user has full name to team (#2973)Lunny Xiao2017-11-261-0/+5
| | | | | | * fix error when add user has full name to team * add comment for extra uname check
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-262-0/+4
|
* Fix bench deps since #2916 (#2971)Antoine GIRARD2017-11-261-4/+4
|
* Fix files/commits of merged PRs (#2937)Ethan Koenig2017-11-251-8/+30
|
* Fix language names (#2955)Piotr Orzechowski2017-11-232-3/+3
|
* Update gitgraph.js to fix blurry commit graph on HiDPI screens (#2957)Michael Kuhn2017-11-232-4/+21
|
* Fix over-escaped characters (#2956)Ethan Koenig2017-11-225-19/+17
|
* Remove render issue link (#2954)Timur Makarchuk2017-11-221-13/+0
| | | | | | * Remove function that does nothing * Remove unused import
* Spaces to tabs in templates (#2953)Ethan Koenig2017-11-217-185/+184
|
* Remove unnecessary IssueList attribute loads (#2936)Ethan Koenig2017-11-212-9/+16
|
* Add dingtalk webhook (#2777)Lunny Xiao2017-11-2116-11/+725
| | | | | | | | | | | | * add dingtalk webhook type * add vendor * some fixes * fix name check * fix name check & improvment
* Disable add key button if SSH is disabled (#2873)Michael Kuhn2017-11-218-8/+39
|
* Drop deprecated GOGS_WORK_DIR use (#2946)Jonas Bröms2017-11-211-4/+0
|
* Drop unmaintained gogs migration script (#2947)Jonas Bröms2017-11-211-206/+0
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-201-11/+11
|
* App restarts to quickly if it fails to start. (#2945)William Mantly Jr2017-11-211-0/+1
|
* Apply LANDING_PAGE config options for logged in users (#2894)schaffman52017-11-203-4/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'. * Updated comments. Signed-off-by: Mike Schaffer <mschaff@gmail.com> * Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'. Signed-off-by: Mike Schaffer <mschaff@gmail.com> * Extended LANDINGPAGE config variable to logged in users and added switch for 'organizations' in addition to 'home' and 'explore'. * Updated comments. Signed-off-by: Mike Schaffer <mschaff@gmail.com> * Extended LANDINGPAGE config variable to trigger when user logs in and added switch for 'organizations' in addition to 'home' and 'explore'. Signed-off-by: Mike Schaffer <mschaff@gmail.com> * Removed superfluous conditional and correct whitespace. Signed-off-by: Mike Schaffer <mschaff@gmail.com> * Update app.ini Reverted new line. * Formatting. Signed-off-by: Mike Schaffer <mschaff@gmail.com>
* Fix comment API paths (#2813)Ethan Koenig2017-11-204-94/+278
|
* Fix API status code for hook creation (#2814)Ethan Koenig2017-11-203-4/+5
| | | | | | * Fix API status code for hook creation * Named constants for response statuses
* Restore build as the default make rule (#2935)Ethan Koenig2017-11-191-2/+2
|
* Combine identical Makefile rules (#2916)Ethan Koenig2017-11-171-9/+6
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-171-0/+3
|
* Fix govendor for x/crupto curve25519 (#2925)Lauris BH2017-11-172-1/+835
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-161-0/+3
|
* Docker multi-arch base (#1985)Antoine GIRARD2017-11-165-91/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Create docker/manifest/base.yml serve as base for build docker image for most platform (386,amd64,arm,arm64) * Add make task docker-multi-arch-push-manifest To update references of a multi-arch image on docker registry. * Use SED_INPLACE generic sed command * Delete Dockerfile.aarch64 Delete Dockerfile.rpi * Use gitea/gitea-base as base and replace deprecated MAINTAINER by LABEL (https://docs.docker.com/engine/reference/builder/#maintainer-deprecated) * Fix rebase * Use sapk/gitea-base as base * Split makefile for docker * Fix version to v3.6 Could use in later version edge of alpine official library that support multi-arch for armhf. * Remove sapk/gitea-base and use directly new official alpine multi-arch
* Fix memcache support when value is returned as string always (#2924)Lauris BH2017-11-161-2/+27
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-162-0/+6
|
* Update golang x/crypto dependencies (#2923)Lauris BH2017-11-1631-1305/+1320
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-159-18/+3
|