| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Edit example of `./gitea dump` to include -c option to pass app.ini
Signed-off-by: Jesse Lucas <jesse@jesselucas.com>
|
| |
|
| |
|
| |
|
|
|
|
|
| |
* More detailed documentation on how to set up from binary
Also change recommended file locations
|
| |
|
|
|
| |
Added RhodeCode Community edition into comparison page
|
|
|
| |
Signed-off-by: Jonas Franz <info@jonasfranz.de>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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 i18n section in config cheat sheet, reordered app.ini.sample
* fix wrong default config
|
|
|
| |
Matches rest of headings
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add disable registration as an environment variable
for docker
* Add REQUIRE_SIGNIN_VIEW as env var to docker
* Add variables to template
* Update docker docs
|
|
|
| |
Fixes #3904
|
|
|
| |
Now matches navigation on Gitea website
|
|
|
|
|
|
|
|
|
| |
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>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Add support for U2F
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add vendor library
Add missing translations
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Minor improvements
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F support for Firefox, Chrome (Android) by introducing a custom JS library
Add U2F error handling
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F login page to OAuth
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Move U2F user settings to a separate file
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add unit tests for u2f model
Renamed u2f table name
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Fix problems caused by refactoring
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add U2F documentation
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Remove not needed console.log-s
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Add default values to app.ini.sample
Add FIDO U2F to comparison
Signed-off-by: Jonas Franz <info@jonasfranz.software>
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* Add cli commands to regen hooks & keys
* make fmt
* Allow passing path to config as an option
* add docs
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* add more webhook support
* move hooks templates to standalone dir and add more webhooks ui
* fix tests
* update vendor checksum
* update vendor
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
* load attributes when created release
* update comparsion doc
|
| |
|
|
|
|
|
|
|
|
| |
* Add documentation in regards to issues/pull request templates
Fixes #3491
* update per suggestion to use list
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
Searched for missing releases/tags for some time, thought the solution might be helpful to others
|
| |
|
| |
|
|
|
|
|
|
| |
* add config option to enable or disable log executed SQL
* rename ShowSQL to LogSQL
|
|
|
| |
Updates the manual for latest gogs changes.
|
|
|
|
|
|
|
|
|
|
| |
* Document generate commands
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
* Fix examples and grammar
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
|
|
|
| |
Signed-off-by: Lauris Bukšis-Haberkorns <lauris@nix.lv>
|
|
|
|
|
|
| |
* Add info from #2286, minor fixes to YAML indentation
* Add space to make YAML valid again
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* Update source installation requirements
We require Golang 1.8 since we use `net/url.PathEscape` which was not introduced until then
* Use Golang 1.8 for build and test
If we state Golang 1.8 we should test using that version as well
* Use golang 1.8 only for single build to see if everything compiles
* Change back edge also for commented out sqlite test
|
|
|
|
| |
Now includes all the template hooks in the page, and a detailed
example for the common case of adding an "about" page.
|
|
|
|
|
|
|
|
|
| |
These templates add content to the top navbar
and to the repository page.
This way we do not have to copy and modify the whole
template, and re-modify it after upgrading Gitea if
it changes.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
|
|
|
| |
* Clean up spelling, grammar, perspective, whitespace, language, markup, etc.
|
|
|
|
|
|
| |
* Update gitea version on docs/install-from-binary
* Update all versions
|
|
|
|
|
|
| |
* Add missing indexer doc in configuration
* Unify MAX_FILE_SIZE to 1024 * 1024
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The makefile did not download the theme if the directory "themes/gitea"
is there, even if empty.
On a fresh Ubuntu install, curl is not included, so the theme rule fails
just after creating the empty directory. When you try again after
installing curl, the rule is not triggered.
This could also happen if the download fails for other reasons.
This change makes the theme rule depend on the file "theme.toml"
which will be there only after unpacking a successfully downloaded
theme archive.
Signed-off-by: Alberto González Palomo <bugs@sentido-labs.com>
|
|
|
|
|
|
| |
* Add defaults to config cheatsheet, and clean up document.
* Updates and touchups, per review.
|