summaryrefslogtreecommitdiffstats
path: root/docs/content/doc/help
Commit message (Collapse)AuthorAgeFilesLines
* Add FAQ for markdown (#10611)John Olheiser2020-03-051-0/+6
| | | | | | | | * Add FAQ for markdown * Expand explanation @guillep2k Signed-off-by: jolheiser <john.olheiser@gmail.com>
* update discord link (#10455)65432020-02-251-1/+1
|
* Update migration instructions (#9955)John Olheiser2020-01-241-1/+3
| | | | Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Restricted users (#6274)Manush Dodunekov2020-01-131-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Restricted users (#4334): initial implementation * Add User.IsRestricted & UI to edit it * Pass user object instead of user id to places where IsRestricted flag matters * Restricted users: maintain access rows for all referenced repos (incl public) * Take logged in user & IsRestricted flag into account in org/repo listings, searches and accesses * Add basic repo access tests for restricted users Signed-off-by: Manush Dodunekov <manush@stendahls.se> * Mention restricted users in the faq Signed-off-by: Manush Dodunekov <manush@stendahls.se> * Revert unnecessary change `.isUserPartOfOrg` -> `.IsUserPartOfOrg` Signed-off-by: Manush Dodunekov <manush@stendahls.se> * Remove unnecessary `org.IsOrganization()` call Signed-off-by: Manush Dodunekov <manush@stendahls.se> * Revert to an `int64` keyed `accessMap` * Add type `userAccess` * Add convenience func updateUserAccess() * Turn accessMap into a `map[int64]userAccess` Signed-off-by: Manush Dodunekov <manush@stendahls.se> * or even better: `map[int64]*userAccess` * updateUserAccess(): use tighter syntax as suggested by lafriks * even tighter * Avoid extra loop * Don't disclose limited orgs to unauthenticated users * Don't assume block only applies to orgs * Use an array of `VisibleType` for filtering * fix yet another thinko * Ok - no need for u * Revert "Ok - no need for u" This reverts commit 5c3e886aabd5acd997a3b35687d322439732c200. Co-authored-by: Antoine GIRARD <sapk@users.noreply.github.com> Co-authored-by: Lauris BH <lauris@nix.lv>
* Implement documentation search (#8937)John Olheiser2019-11-134-0/+100
| | | | | | * Implement documentation search Signed-off-by: jolheiser <john.olheiser@gmail.com> Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
* Add password reset to FAQ (#8883)John Olheiser2019-11-081-1/+16
| | | | | | | | | | | | | | | | | | | | | | * Add password reset to FAQ Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add links to email setup docs Signed-off-by: jolheiser <john.olheiser@gmail.com> * Add en-us to email setup Signed-off-by: jolheiser <john.olheiser@gmail.com> * Update docs/content/doc/help/faq.en-us.md Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com> * Manually merge changes from @guillep2k and add small changes Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Add migrate command to docs (#8842)John Olheiser2019-11-051-0/+4
| | | | | | | | | | | | | | | | | | * Add migrate command to docs Signed-off-by: jolheiser <john.olheiser@gmail.com> * Link to CLI Signed-off-by: jolheiser <john.olheiser@gmail.com> * Clarify idempotence Signed-off-by: jolheiser <john.olheiser@gmail.com> * Sneak in convert command Signed-off-by: jolheiser <john.olheiser@gmail.com>
* Update seek-help.zh-cn.md (#8488)Benson Muite2019-10-131-1/+1
| | | Update link to Mandarin help forum
* Update seek-help.en-us.md (#8487)Benson Muite2019-10-131-1/+1
| | | Update link to Mandarin help
* faq: mention EMAIL_DOMAIN_WHITELIST on allowing email domains (#8198)Mikaela Suomalainen2019-09-171-3/+7
| | | | | | | | | | | | | | | | | | | | | | * faq: mention EMAIL_DOMAIN_WHITELIST on allowing email domains Signed-off-by: Mikaela Suomalainen <mikaela+git@mikaela.info> * faq: separate openid from allow/block email domain Signed-off-by: Mikaela Suomalainen <mikaela+git@mikaela.info> * faq: update ToC Signed-off-by: Mikaela Suomalainen <mikaela+git@mikaela.info> * Update docs/content/doc/help/faq.en-us.md Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com> * Update docs/content/doc/help/faq.en-us.md Co-Authored-By: John Olheiser <42128690+jolheiser@users.noreply.github.com>
* Add FAQ for version downloads (#6742)John Olheiser2019-04-241-0/+12
|
* FAQ (#6524)John Olheiser2019-04-123-97/+268
|
* Copyedit docs (#6275)Aidan Fitzgerald2019-03-092-7/+7
|
* Add LFS timeout issue to troubleshooting doc (#5129)James Ravenscroft2018-10-201-0/+14
|
* Fix support channels (#4014)Fluf2018-05-221-3/+2
| | | Now matches navigation on Gitea website
* Explanation for missing releases (#3823)Peter Hoffmann2018-04-211-0/+14
| | | Searched for missing releases/tags for some time, thought the solution might be helpful to others
* General documentation cleanup (#3317)Michael Lustfield2018-01-082-22/+49
| | | * Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
* Import docs into main repository (#2874)techknowlogick2017-11-262-0/+92
* import docs into main repository Signed-off-by: Matti Ranta <matti@mdranta.net>