You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/docs/content/doc/advanced
guillep2k 01a4a7cb14 Auto-subscribe user to repository when they commit/tag to it (#7657)
* Add support for AUTO_WATCH_ON_CHANGES and AUTO_WATCH_ON_CLONE

* Update models/repo_watch.go

Co-Authored-By: Lauris BH <lauris@nix.lv>

* Round up changes suggested by lafriks

* Added changes suggested from automated tests

* Updated deleteUser to take RepoWatchModeDont into account, corrected inverted DefaultWatchOnClone and DefaultWatchOnChanges behaviour, updated and added tests.

* Reinsert import "github.com/Unknwon/com" on http.go

* Add migration for new column `watch`.`mode`

* Remove serv code

* Remove WATCH_ON_CLONE; use hooks, add integrations

* Renamed watch_test.go to repo_watch_test.go

* Correct fmt

* Add missing EOL

* Correct name of test function

* Reword cheat and ini descriptions

* Add update to migration to ensure column value

* Clarify comment

Co-Authored-By: zeripath <art27@cantab.net>

* Simplify if condition
5 years ago
..
api-usage.en-us.md DOCS: add mention of swagger api reference (#8452) 6 years ago
api-usage.zh-cn.md Adapt documentation to renamed ENABLE_SWAGGER option (#5811) 6 years ago
ci-cd.en-us.md Add buildbot CI (#8378) 6 years ago
config-cheat-sheet.en-us.md Auto-subscribe user to repository when they commit/tag to it (#7657) 5 years ago
config-cheat-sheet.zh-cn.md Webhook support custom proxy (#8760) 5 years ago
customizing-gitea.en-us.md [Docs] add explicit info about customization of homepage (#8694) 6 years ago
customizing-gitea.zh-cn.md Fix translation errors in doc advanced part (zh-cn) (#5112) 6 years ago
external-renderers.en-us.md Change external asciidoctor tool to embeded mode (#8677) 6 years ago
hacking-on-gitea.en-us.md Add 'make revive' to instructions for checking code (#8314) 6 years ago
hacking-on-gitea.zh-cn.md ZH-CN translation of Advanced part (#5090) 7 years ago
logging-documentation.en-us.md Move serv hook functionality & drop GitLogger (#6993) 6 years ago
mail-templates-us.md Use templates for issue e-mail subject and body (#8329) 5 years ago
make.en-us.md General documentation cleanup (#3317) 7 years ago
make.fr-fr.md General documentation cleanup (#3317) 7 years ago
make.zh-cn.md ZH-CN translation of Advanced part (#5090) 7 years ago
migrations.en-us.md Import topics during migration (#7851) 6 years ago
oauth2-provider.md Add oauth2 documentation (#6604) 6 years ago
repo-indexer.en-us.md Restrict repository indexing by glob match (#7767) 6 years ago
signing.en-us.md Sign merges, CRUD, Wiki and Repository initialisation with gpg key (#7631) 6 years ago
specific-variables.en-us.md Copyedit docs (#6275) 6 years ago
specific-variables.zh-cn.md ZH-CN translation of Advanced part (#5090) 7 years ago
third-party-tools.en-us.md Update third-party-tools.en-us.md (#8148) 6 years ago
third-party-tools.zh-cn.md Create third-party-tools.zh-cn.md (#6303) 5 years ago