| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
| |
* Add defaults to config cheatsheet, and clean up document.
* Updates and touchups, per review.
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
| |
* support default private when creating or migrating repository
* fix fmt
* use string constants on repository default private in app.ini
* fix fmt
|
| |
|
|
|
| |
Include defaults in cheat sheet, for that section
|
| |
|
| |
|
| |
|
| |
|
|
|
| |
original PR go-gitea/docs#147 and author @0xbaadf00d
|
| |
|
|
|
|
| |
Now that 1.3 is out time tracking is a new feature
go-gitea/docs#148
|
|
* import docs into main repository
Signed-off-by: Matti Ranta <matti@mdranta.net>
|