6543
a3b10dd83e
Format files ( #13698 )
...
* align "make help"
* format
* untouch build/generate-svg.js
* untouch .eslintrc
* combine editorconfig's
* rm editorconfig
Co-authored-by: Lauris BH <lauris@nix.lv >
Co-authored-by: techknowlogick <techknowlogick@gitea.io >
2020-11-28 01:12:22 -05:00
John Olheiser
bc3c254112
Refactor docs ( #13275 )
...
* First pass
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* More changes
Signed-off-by: jolheiser <john.olheiser@gmail.com >
* Redirects
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-10-23 11:59:45 -04:00
raoulb
48a798c5c1
Fix hugo shortcode typo in faq ( #12987 )
...
* Fix hugo shortcode typo in faq
* Switch to using language tags
2020-09-30 16:59:30 -04:00
zeripath
b228dcdebf
Add MySQL FAQ section ( #12780 )
...
* Add MySQL FAQ section
Signed-off-by: Andrew Thornton <art27@cantab.net >
* Update docs/content/doc/help/faq.en-us.md
* Update docs/content/doc/help/faq.en-us.md
Co-authored-by: mrsdizzie <info@mrsdizzie.com >
Co-authored-by: mrsdizzie <info@mrsdizzie.com >
2020-09-09 13:31:31 -04:00
John Olheiser
7b73adf12b
Add FAQ for markdown ( #10611 )
...
* Add FAQ for markdown
* Expand explanation @guillep2k
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-03-05 09:05:18 -06:00
6543
740566b2ab
update discord link ( #10455 )
2020-02-25 12:36:45 -05:00
John Olheiser
e8f747dca9
Update migration instructions ( #9955 )
...
Signed-off-by: jolheiser <john.olheiser@gmail.com >
2020-01-24 14:23:38 +00:00
Manush Dodunekov
f1a0f13155
Restricted users ( #6274 )
...
* 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 >
2020-01-13 18:33:46 +01:00
John Olheiser
f34e3fc9ce
Implement documentation search ( #8937 )
...
* Implement documentation search
Signed-off-by: jolheiser <john.olheiser@gmail.com >
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com >
2019-11-13 18:03:18 +00:00
John Olheiser
422ed5bcf1
Add password reset to FAQ ( #8883 )
...
* 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 >
2019-11-08 14:44:18 -05:00
John Olheiser
cdac1bfb5f
Add migrate command to docs ( #8842 )
...
* 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 >
2019-11-05 13:54:54 -05:00
Benson Muite
7e77680808
Update seek-help.zh-cn.md ( #8488 )
...
Update link to Mandarin help forum
2019-10-13 22:36:09 +01:00
Benson Muite
8655226b7c
Update seek-help.en-us.md ( #8487 )
...
Update link to Mandarin help
2019-10-13 21:07:30 +01:00
Mikaela Suomalainen
0772aa9c30
faq: mention EMAIL_DOMAIN_WHITELIST on allowing email domains ( #8198 )
...
* 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 >
2019-09-17 14:24:39 +08:00
John Olheiser
cb8e5bcbe1
Add FAQ for version downloads ( #6742 )
2019-04-24 14:44:58 -04:00
John Olheiser
97a69351a3
FAQ ( #6524 )
2019-04-12 22:46:52 -04:00
Aidan Fitzgerald
9853171de5
Copyedit docs ( #6275 )
2019-03-09 16:15:45 -05:00
James Ravenscroft
d4e165e172
Add LFS timeout issue to troubleshooting doc ( #5129 )
2018-10-20 19:49:04 +03:00
Fluf
0b4a690a78
Fix support channels ( #4014 )
...
Now matches navigation on Gitea website
2018-05-22 08:34:02 +03:00
Peter Hoffmann
646bf928b1
Explanation for missing releases ( #3823 )
...
Searched for missing releases/tags for some time, thought the solution might be helpful to others
2018-04-21 09:22:02 +08:00
Michael Lustfield
3f7768d4e8
General documentation cleanup ( #3317 )
...
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
2018-01-08 23:48:42 +01:00
techknowlogick
4b90703858
Import docs into main repository ( #2874 )
...
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net >
2017-11-26 23:44:32 +02:00