Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-05-22 | 1 | -0/+15 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-05-01 | 2 | -0/+466 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-03-27 | 2 | -1/+2 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-03-20 | 1 | -0/+6 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-03-13 | 1 | -0/+9 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-02-27 | 1 | -0/+58 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-02-20 | 3 | -186/+669 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-02-06 | 1 | -0/+5 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-01-30 | 2 | -1/+94 |
| | |||||
* | Fix various typos (#18219) | luzpaz | 2022-01-10 | 1 | -1/+1 |
| | | | | | Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby,te,unknwon` Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> | ||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2022-01-02 | 2 | -0/+50 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-11-21 | 3 | -2/+5 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-11-14 | 5 | -19/+408 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-10-31 | 2 | -3/+25 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-09-19 | 1 | -0/+21 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-08-22 | 11 | -1/+1124 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-07-25 | 4 | -2/+117 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-07-04 | 1 | -0/+78 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-06-27 | 1 | -0/+112 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-05-16 | 5 | -1/+80 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-03-14 | 4 | -0/+171 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-03-07 | 377 | -46401/+12603 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-02-28 | 1 | -0/+212 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-02-21 | 1 | -0/+28 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-02-14 | 3 | -2/+25 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-02-07 | 1 | -0/+50 |
| | |||||
* | [skip ci] Updated licenses and gitignores | GiteaBot | 2021-01-24 | 397 | -13257/+12501 |
| | |||||
* | Add make targed generate-license & generate-gitignore + Update (#12682) | 6543 | 2020-09-02 | 51 | -28/+8409 |
| | | | | | | | * Add make targed generate-license & generate-gitignore * Update Gitignores & Licenses Co-authored-by: techknowlogick <techknowlogick@gitea.io> | ||||
* | chore: update license list (#9436) | Antoine GIRARD | 2019-12-20 | 41 | -0/+4325 |
| | | | | | | go run scripts/generate-licenses.go Co-authored-by: zeripath <art27@cantab.net> | ||||
* | Update licenses (#8752) | zeripath | 2019-10-30 | 111 | -503/+303 |
| | | | Replaces #8182 | ||||
* | Update Licenses (#5558) | zeripath | 2018-12-18 | 349 | -7925/+48971 |
| | |||||
* | Add missing licenses (#3497) | Jonas Franz | 2018-02-13 | 52 | -0/+1932 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.de> | ||||
* | Updating generate-licenses.go to fetch licenses from maintained repository. ↵ | Jonas Franz | 2018-02-12 | 316 | -17484/+8204 |
| | | | | | (#3484) Signed-off-by: Jonas Franz <info@jonasfranz.software> | ||||
* | Add EUPL v1.2 as license (Fixes go-gitea/gitea#3439) (#3475) | Jonas Franz | 2018-02-09 | 1 | -0/+190 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.de> | ||||
* | Synced licenses with github repo (#1246) | Thomas Boerger | 2017-03-15 | 326 | -1336/+17454 |
| | | | | | | * Added script to download licenses from github * Synced licenses with github repo | ||||
* | Bindata is optional and over-writable on restart (#354) | Thomas Boerger | 2016-12-22 | 34 | -0/+2696 |
* Moved conf assets into options folder * Dropped old bindata * Started to integrate options bindata and accessors * Do not enforce a builtin app.ini * Replaced bindata calls with options * Dropped bindata task from makefile, it's the generate task now * Always embedd app.ini to provide sane config defaults * Use sane defaults for the configuration * Defined default value for SSH_KEYGEN_PATH * Dropped "NEVER EVER MODIFY THIS FILE" header from app.ini * Fixed new paths in latest test additions * Drop bindata with make clean task * Set more proper default values |