summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/advanced
Commit message (Collapse)AuthorAgeFilesLines
...
* Third party docs (#6282)John Olheiser2019-03-081-0/+33
|
* Integrate OAuth2 Provider (#5378)Jonas Franz2019-03-081-0/+7
|
* Doc updates for customization and installation. (#6176)John Olheiser2019-02-281-2/+38
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-181-0/+3
|
* Allow to set organization visibility (public, internal, private) (#1763)Rémy Boulanouar2019-02-181-4/+5
|
* Update and expand information about building Gitea (#6019)zeripath2019-02-121-21/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* 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
* 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
* 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-171-0/+2
| | | | | | | | * update docs to include THEMES * Update app.ini.sample * Update config-cheat-sheet.en-us.md
* Support CORS headers to git smart http protocol (#5719)Lunny Xiao2019-01-141-0/+3
|
* Documentation: Clarity for HTTPS setups (#5626)v1.7.0-dev0x5c2019-01-031-3/+2
| | | | | | [https-setup] - Made it clearer that HTTP redirection is possible [config-cheat-sheet] - Clarified the behavihour of the redirection-related config keys
* 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
* [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
* 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>
* 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
* ZH-CN translation of Advanced part (#5090)BetaCat2018-10-175-2/+269
|
* Remove zookeeper documentation (#4910)Fluf2018-09-111-1/+0
| | | Fix #3763
* Add sudo functionality to the API (#4809)zeripath2018-09-061-0/+4
|
* Punctuation changes in documentation (#4866)maiki2018-09-041-9/+9
|
* MySQL TLS (#4642)Russell Aunger2018-08-231-1/+1
|
* add letsencrypt to Gitea (#4189)Fluf2018-08-211-0/+5
|
* Disable merging a WIP Pull request (#4529)Julien Tant2018-08-131-0/+4
| | | | | | | | | | | | | | | | | * prevent pull request to be merged when PR is a WIP * add tests * add helper to prepend WIP: in PR title * move default wip prefixes into settings * use configurable WIP prefixes in javascript and default to first one in templates * add documentation * add unit test on pull model Signed-off-by: Julien Tant <julien@craftyx.fr>
* Fix doc typo (#4517)William Le Pommelet2018-07-261-1/+1
| | | | | | | | | | | | * fix language list Standardized the languages' names within the list displayed when picking up a language at the bottom of the webpages * typo fix a typo into documentation (template rather than templete) * fix languages list
* Make max commits in graph configurable (#4498)Kjell Kvinge2018-07-231-0/+1
|
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-171-0/+1
|
* add git timeout settings docs (#4383)Lunny Xiao2018-07-062-0/+14
|
* Add the ability to have built in themes in Gitea (#4198)techknowlogick2018-07-052-0/+5
| | | | | | | | | This makes it easier for user who want to theme but don't have the ability to know how to customize templates all that is required is a change in a config option The reason why I chose the DEFAULT_THEME as variable, as perhaps in the future we will allow users to chose their theme whon logged in just like we do with languages
* Add Recaptcha functionality to Gitea (#4044)Fluf2018-07-051-1/+4
|
* Create api-usage doc page (#4306)stevegt2018-06-251-0/+75
| | | | | | | | | | | | | | | | | | | | * add api user guides in doc * update user-guides api page * fix typo: user guides -> user guide * move api-usage page under advanced category * flesh out API usage docs * Build on work by @tungsheng * Address issues raised in #4037, #3673, and #4243 * Close #4247 Signed-off-by: Steve Traugott <stevegt@t7a.org>
* LFS: make HTTP auth period configurable (#4035)Inon S2018-05-291-0/+1
| | | | | | | | | | | | | | * LFS: make HTTP auth period configurable * Formatting: Removed semicolon Due to automated fmt-check failure (drone.gitea.io) * applying code reviews * Applied code review comment: Change HTTPAuthExpiry to time.Duration * Updated config cheat sheet
* add api section to config cheat sheet (#4037)David Schneiderbauer2018-05-241-0/+5
|
* add i18n section in config cheat sheet, reordered app.ini.sample (#4038)David Schneiderbauer2018-05-241-0/+30
| | | | | | * add i18n section in config cheat sheet, reordered app.ini.sample * fix wrong default config
* doc: update LOCAL_ROOT_URL description for PROTOCOL = 'unix' case (#3760)Timothée Ravier2018-05-221-0/+5
| | | | | | | | | Update the sample configuration and config cheat sheet description for the LOCAL_ROOT_URL configuration variable to mention the special case required if PROTOCOL is set to 'unix'. Fixes #3741. Signed-off-by: Timothée Ravier <tim@siosm.fr>