summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* French translation for docs (#3030)techknowlogick2017-11-3014-1/+817
| | | original PR go-gitea/docs#147 and author @0xbaadf00d
* add notice for docker run gitea http port issue (#3020)Lunny Xiao2017-11-302-0/+4
|
* Expandable commit bodies (#2980)Sondre Nilsen2017-11-307-5/+53
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-291-0/+3
|
* Removed unused field in form (#3023)Ethan Koenig2017-11-292-6/+4
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-296-6/+21
|
* Set OpenID support on by default when installing new instance (#3010)Sandro Santilli2017-11-292-3/+3
|
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-291-0/+1
|
* use unique name for docs docker build step in CI (#3018)techknowlogick2017-11-291-2/+2
| | | Otherwise drone may combine the logs
* Removing disqus from docs site (#3015)techknowlogick2017-11-291-1/+0
| | | | Gitea now has a forum which is probably a better venue for these types of conversations
* [skip ci] Updated translations via CrowdinGiteaBot2017-11-292-1/+1
|
* Memory usage improvements (#3013)Duncan Ogilvie2017-11-299-22/+86
| | | | | | | | | | * 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>
* 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>