summaryrefslogtreecommitdiffstats
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* Third party docs (#6282)John Olheiser2019-03-081-0/+33
|
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+7
|
* add create issue via email comparison (#6227)Martin Delille2019-03-021-0/+1
|
* add service desk to comparison (#6220)Martin Delille2019-03-021-0/+1
| | | | | | * add service desk to comparison * add link to issue
* Update to docs README (#6221)John Olheiser2019-03-011-7/+3
| | | | | | * Update to docs README * Update Hugo link
* Doc updates for customization and installation. (#6176)John Olheiser2019-02-282-6/+62
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Doc updates and changing default sqlite DB path Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update customizing locales and THEMES Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add link to templates directory Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add portion for final step of running Gitea Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add recommended to service file usage Signed-off-by: jolheiser <john.olheiser@gmail.com> * Removed DB path change, moving to another PR Updated doc sentence structure Signed-off-by: jolheiser <john.olheiser@gmail.com> * Revert change to template wording Signed-off-by: jolheiser <john.olheiser@gmail.com> * Move recommended run-type to top
* Add more tests and docs for issue indexer, add db indexer type for searching ↵Lunny Xiao2019-02-212-0/+19
| | | | | | | | | | | | | | from database (#6144) * add more tests and docs for issue indexer, add db indexer type for searching from database * fix typo * fix typo * fix lint * improve docs
* Makefile changes for Windows and easier development (#6103)John Olheiser2019-02-201-0/+2
| | | | | | | | * Added Go Path and node_modules to PATH * Uses npx now for generate-stylesheets * Uses `go env GOPATH` to calculate adding GOPATH/bin to PATH * Added note about installing Node 8.0+ to generate stylesheets * Added preferred Node version to CONTRIBUTING.md
* Implement "conversation lock" for issue comments (#5073)Lanre Adelowo2019-02-182-1/+4
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-4/+5
|
* add doc/features/comparison zh-cn translation (#6067)我没有抓狂2019-02-161-0/+125
|
* Update and expand information about building Gitea (#6019)zeripath2019-02-122-52/+320
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update and expand building information Signed-off-by: Andrew Thornton <art27@cantab.net> * remove extraneous extra line Signed-off-by: Andrew Thornton <art27@cantab.net> * Fix spelling mistake Signed-off-by: Andrew Thornton <art27@cantab.net> * Note about documentation for the website Signed-off-by: Andrew Thornton <art27@cantab.net> * More changes Signed-off-by: Andrew Thornton <art27@cantab.net> * Clarified the automatic build dependency * Update the from-source to match the hacking information * Extend quotes * Update required go and discord link Signed-off-by: Andrew Thornton <art27@cantab.net> * Update hacking-on-gitea.en-us.md Add in information about postcss
* update docs (#6032)Lanre Adelowo2019-02-101-1/+1
|
* Add option to close issues via commit on a non master branch (#5992)Lanre Adelowo2019-02-101-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * fixes #5957 * add tests to make sure config option is respected * use already defined struct * - use migration to make the flag repo wide not for the entire gitea instance Also note that the config value can still be set so as to be able to control the value for new repositories that are to be created - fix copy/paste error in copyright header year and rearrange import - use repo config instead of server config value to determine if a commit should close an issue - update testsuite * use global config only when creating a new repository * allow repo admin toggle feature via UI * fix typo and improve testcase * fix fixtures * add DEFAULT prefix to config value * fix test
* add default time out for git operations (#6015)Lunny Xiao2019-02-092-0/+3
|
* Feature - Pagination for git tree API (#5838)Richard Mahn2019-02-062-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Feature - Pagination for git tree API * Handles case when page is negative * Does a for loop over the start and end rather than all entries * Removed redundent logic * Adds per_page as a query parameter * Adds DEFAULT_GIT_TREES_PER_PAGE for settings, ran make fmt * Fix typo in cheat-sheet en * Makes page start at 1, generated swagger * Use updates to SDK * Updates to use latest sdk * Updates swagger for tree api * Adds test for GetTreeBySHA * Updates per PR reviews * Updates per PR reviews * Remove file * Formatting * Fix to swagger file * Fix to swagger * Update v1_json.tmpl * Fix to swagger file
* Allow Macaron to be set to log through to gitea.log (#5667)zeripath2019-02-051-0/+1
| | | | | | * Allow Macaron to be set to log through gitea.log Fix #4291
* add other session providers (#5963)techknowlogick2019-02-051-1/+1
|
* Make log mailer for testing (#5893)zeripath2019-02-021-1/+5
| | | | | | | | | | | | | | | | | | * Create log mailer for testing email settings Signed-off-by: Andrew Thornton <art27@cantab.net> * Switch on the log mailer for the integration tests This ensures that the sending mail process works Signed-off-by: Andrew Thornton <art27@cantab.net> * rename the from user for mysql/mssql * rename log sender to dummy sender * update the integration tests
* Fix wrong URL to download link. (#5881)vee w2019-01-281-3/+3
| | | | | | | | * Fix wrong URL to download link. The link does not contain trailing slash and cause error page displayed. * Update version
* New Issue ?body= query (#5851)kekero2019-01-281-1/+4
| | | | | | | | * New Issue ?body= query * Override issue template with body query * Add documentation for issue body query
* Config option to disable automatic repo watching (#5852)sebastian-sauer2019-01-271-0/+1
| | | | | | | | | Add a new config option to enable / disable the automatic watching of repos for new repositories and if a user is added to a team. Fixes #653 Signed-off-by: Sebastian Sauer <sauer.sebastian@gmail.com>
* improve the releases api paging (#5831)Lunny Xiao2019-01-242-1/+8
| | | | | | * improve the releases api paging * add max limit on API paging
* Remove tidb reference from docs (#5823)techknowlogick2019-01-244-4/+0
| | | | | | | | | | * Remove tidb reference from docs * Update from-source.fr-fr.md * Update from-source.zh-cn.md * Update from-source.zh-tw.md
* Adapt documentation to renamed ENABLE_SWAGGER option (#5811)Peter Colberg2019-01-233-3/+3
| | | | | Updates documentation to account for the renamed ENABLE_SWAGGER_ENDPOINT from #3572 (commit a74426d631e3311cc3c460ae9917f76f0221f4de) Signed-off-by: Peter Colberg <peter@colberg.org>
* Add documentation for SHOW_REGISTRATION_BUTTON (#5778)techknowlogick2019-01-191-0/+1
| | | | * Fix #5737
* Make db connect more robust (#5738)Paul Brackin2019-01-191-0/+2
|
* update docs to include THEMES config value (#5752)Lanre Adelowo2019-01-172-1/+3
| | | | | | | | * update docs to include THEMES * Update app.ini.sample * Update config-cheat-sheet.en-us.md
* Add Prerequisites (#5734)vee w2019-01-161-0/+21
| | | | Add set system user guide. Add absolute path for sqlite3 guide.
* Support CORS headers to git smart http protocol (#5719)Lunny Xiao2019-01-141-0/+3
|
* Add flag to skip repository dumping (#5695)Zsombor2019-01-131-0/+2
|
* Add docs about database migration (#5661)Shikiryu2019-01-102-0/+2
| | | | | | * Add docs about database migration * Reorder upgrade from Gogs steps
* document command line flags (#5675)Lanre Adelowo2019-01-091-1/+7
|
* Add docs on passing SSH through to container (#5019)Dane2019-01-051-0/+64
| | | | | | | | | | | | | | | | | * Add docs on passing SSH through to container Wasn't clear how to pass SSH connections through the container, found a few blog posts which described roughly the same procedure I've documented here. Credit should really go to: * https://blog.sakuragawa.moe/gitea-in-docker-container-and-sharing-ssh-with-host/ * http://www.ateijelo.com/blog/2016/07/09/share-port-22-between-docker-gogs-ssh-and-local-system Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk> * Add note to resolve @lafriks feedback
* Documentation: Clarity for HTTPS setups (#5626)v1.7.0-dev0x5c2019-01-032-3/+16
| | | | | | [https-setup] - Made it clearer that HTTP redirection is possible [config-cheat-sheet] - Clarified the behavihour of the redirection-related config keys
* Gitlab does have discord integration now (#5589)Charles2018-12-241-1/+1
|
* Fix translation errors in doc advanced part (zh-cn) (#5112)BetaCat2018-12-231-1/+1
| | | | | | | | * ZH-CN translation of Advanced part * Fix translation errors * Resolve issues
* Support reverse proxy providing email (#5554)zeripath2018-12-181-0/+4
| | | This PR implements #2347
* improve the git-scm url's in docs and sample.ini (#5467)Roman2018-12-051-2/+2
| | | | | | | | | | | | | | * remove old git-version from git-scm url in app.ini The url includes the version of git, which is not required to view the page. If you open the page without the version you get the current version and it's possible to switch the used version. Signed-off-by: Roman <romaaan.git@gmail.com> * docs: mention the git-scm url for git configs Signed-off-by: Roman <romaaan.git@gmail.com>
* Explicitly decide whether to use TLS in mailer's configuration (#5024)Lanre Adelowo2018-11-261-3/+4
| | | | | | | | * explicitly decide on using TLS for mail connections * explicitly decide on using TLS for mail connections * keep compatibility
* Notes on upgrading docker installation (#5395)Ryan Halliday2018-11-251-0/+13
| | | | | | | | * Notes on upgrading docker installation Basis from [gogs/gogs](https://github.com/gogs/gogs/blob/master/docker/README.md) * Feedback from @sapk to use docker-compose only
* [website] file rendering through external binaries (#5387)Juan Pablo Santos Rodríguez2018-11-231-0/+70
| | | | | | | | * #3758: [doc] file rendering through external binaries * fix subsections markup * include proposed changes from PR review
* Block registration based on email domain (#5157)Lanre Adelowo2018-11-141-0/+2
| | | * implement email domain whitelist
* Prometheus endpoint (#5256)Stanislav2018-11-041-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | * Add prometheus collector and route * dep ensure -add github.com/prometheus/client_golang/prometheus * dep ensure -update github.com/golang/protobuf * add metrics to reserved usernames * add comment head in metrics package * fix style imports * add metrics settings * add bearer token check * mapping metrics configs * fix lint * update config cheat sheet * update conf sample, typo fix
* Clean up docs (#5274)techknowlogick2018-11-042-3/+7
| | | | | | | | | | | | * make docs more clear * make docs more clear * Add analytics * Update customizing-gitea.en-us.md * Update app.ini.sample
* Create AuthorizedKeysCommand (#5236)zeripath2018-11-011-0/+21
|
* Pass link prefixes to external markup parsers (#5201)Nicolas Lenz2018-10-301-0/+4
| | | | | | | | | | | | | | * Pass environment variables for URL prefixes to external markup parser Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Document external markup link prefix environment variables Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com> * Run format on link prefix changes Signed-off-by: Nicolas Lenz <nicolas@eisfunke.com>
* Update with-docker.en-us.md (#5203)Paul Strickland2018-10-271-2/+2
| | | Improve grammar in second paragraph.
* Update the docs for sqlite_unlock_notify (#5145)Mura Li2018-10-234-4/+4
|
* User action heatmap (#5131)kolaente2018-10-231-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added basic heatmap data * Added extra case for sqlite * Built basic heatmap into user profile * Get contribution data from api & styling * Fixed lint & added extra group by statements for all database types * generated swagger spec * generated swagger spec * generated swagger spec * fixed swagger spec * fmt * Added tests * Added setting to enable/disable user heatmap * Added locale for loading text * Removed UseTiDB * Updated librejs & moment.js * Fixed import order * Fixed heatmap in postgresql * Update docs/content/doc/advanced/config-cheat-sheet.en-us.md Co-Authored-By: kolaente <konrad@kola-entertainments.de> * Added copyright header * Fixed a bug to show the heatmap for the actual user instead of the currently logged in * Added integration test for heatmaps * Added a heatmap on the dashboard * Fixed timestamp parsing * Hide heatmap on mobile * optimized postgresql group by query * Improved sqlite group by statement