techknowlogick
7e3fb05280
Fix link in HTTPS doc ( #4135 )
7 years ago
GiteaBot
4f1f2eade2
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
0b8180c2ae
update debian binary information ( #4132 )
7 years ago
GiteaBot
ccff0619d9
[skip ci] Updated translations via Crowdin
7 years ago
Lauris BH
79035e6e33
More detailed documentation on how to set up from binary ( #4121 )
* More detailed documentation on how to set up from binary
Also change recommended file locations
7 years ago
techknowlogick
960f448233
1.4.2 changelog ( #4124 )
7 years ago
AJ ONeal
c1ae4e9c2a
Add pronunciation to README.md ( #4123 )
7 years ago
Daniel Peukert
6798507b76
Minor 'Installation with Docker' docs page fix ( #4122 )
7 years ago
Marcin Kuźmiński
f12c942d28
Update comparison.en-us.md with RhodeCode Community edition ( #4112 )
Added RhodeCode Community edition into comparison page
7 years ago
Inon S
7fb5f07ced
Removed unnecessary line referencing LFS struct ( #4113 )
https://github.com/go-gitea/gitea/pull/4035#issuecomment-394286204
@ohwgiles points out that the config section should, in fact, still be in accordance with the "server" struct, which contains the "LFS" struct. I should just remove the line
```
sec = Cfg.Section("LFS")
```
7 years ago
GiteaBot
75c0aa01ed
[skip ci] Updated translations via Crowdin
7 years ago
Bwko
ff7ddc5893
Add tag check to release draft creation ( #3729 )
7 years ago
Jonas Franz
81cf93e4ed
Add how-to for enabling HTTPS ( #4101 )
Signed-off-by: Jonas Franz <info@jonasfranz.de>
7 years ago
GiteaBot
3756189308
[skip ci] Updated translations via Crowdin
7 years ago
Fluf
a6a238c961
Remove dupelicate link ( #4100 )
7 years ago
Alexey Terentyev
ddef5d01b0
Update gitgraph.js to fix "Cannot read property color of undefined" ( #4095 )
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
4fac99dc8a
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
73557311bc
swagger: add 'required: true' for params in URL ( #4097 )
* Partial fix for #4010
Swagger validation needs 'required: true' for parameters that are in
the URL path.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
GiteaBot
d2fdbe8da9
[skip ci] Updated translations via Crowdin
7 years ago
Fluf
2cdaeb316d
Add make command to validate swagger file ( #4096 )
Partial fix for #4088
7 years ago
GiteaBot
04bb3b8a36
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
8949d0a210
add simple descriptions for file API responses ( #4089 )
* Partial fix for #4010
Swagger needs a description field in each swagger:operation response. Adding
minimal text for now on the way to getting swagger validate to pass. Many
standard swagger client libraries will not work with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
stevegt
b0a4ece3eb
add simple descriptions for swagger validate ( #4087 )
* Partial fix for #4010
Swagger needs a comment line above each swagger:response comment -- it
uses these to populate the description: fields. Adding minimal text
for now on the way to getting swagger validate to pass. Many standard
swagger client libraries will not work at all with gitea until validate
passes, so prioritizing that over better descriptions for now.
Signed-off-by: Steve Traugott <stevegt@t7a.org>
7 years ago
techknowlogick
f250afcb11
Update Contribution docs with non-404 link ( #4077 )
7 years ago
GiteaBot
28675220e7
[skip ci] Updated translations via Crowdin
7 years ago
Antoine GIRARD
f8f511d36f
Fix #4081 Check for leading / in base before removing it ( #4082 )
7 years ago
Inon S
b4308d7012
LFS: make HTTP auth period configurable ( #4035 )
* 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
7 years ago
techknowlogick
a7a0f8f05f
Remove autolink.js references ( #4072 )
* Autolink.js no longer used
Fixes #4069
* Remove autolink.js references
* Fix reference to u2f js
7 years ago
Jonas Franz
9aa6c274e5
Fix relative markdown links with anchors ( #4058 )
* Replace '%28' with '#'
Add test case
Signed-off-by: Jonas Franz <info@jonasfranz.software>
* Use ResolveReference instead of strings.Replace
Signed-off-by: Jonas Franz <info@jonasfranz.software>
7 years ago
Alexey Terentyev
e7d22999a2
Added deletion of an empty line at the end of the file ( #4050 ) ( #4054 )
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
d93cd8dcf4
[skip ci] Updated translations via Crowdin
7 years ago
stevegt
b6a2f26045
Fix drone CLI install link ( #4071 )
Fixes #4070
7 years ago
Lunny Xiao
918251f925
fix attachment ENABLED ( #4064 )
* fix attachment ENABLED
* change wrong name on app.ini.sample
7 years ago
Michael Kuhn
98c6d0a4d8
Fix wiki redirects ( #3919 )
When creating or editing a wiki page, the redirect to the wiki page does
not work because the file name is used instead of the page name.
7 years ago
David Schneiderbauer
aa91fbce9d
update git vendor ( #4059 )
7 years ago
techknowlogick
c1094a14ea
Update drone test instructions in CONTRIBUTING.md ( #4055 )
7 years ago
GiteaBot
e8ff39974d
[skip ci] Updated translations via Crowdin
7 years ago
techknowlogick
1485a7033a
Mac OS X -> macOS ( #4056 )
7 years ago
David Schneiderbauer
5ac3a2c049
add api section to config cheat sheet ( #4037 )
7 years ago
Fluf
37f3a9b1d3
Make home.tmpl visible with Signin-View enabled ( #4040 )
Fix #3846
7 years ago
3_1_3_u
3a8fb33f80
fix add a Ukrainian language ( #4036 ) ( #4042 )
7 years ago
GiteaBot
153ec79d55
[skip ci] Updated translations via Crowdin
7 years ago
David Schneiderbauer
494432993d
add i18n section in config cheat sheet, reordered app.ini.sample ( #4038 )
* add i18n section in config cheat sheet, reordered app.ini.sample
* fix wrong default config
7 years ago
GiteaBot
5769082557
[skip ci] Updated translations via Crowdin
7 years ago
GiteaBot
4f41ab4f7f
[skip ci] Updated translations via Crowdin
7 years ago
Lunny Xiao
a5da5274b8
fix writer cannot read bare repo guide ( #4033 )
7 years ago
GiteaBot
5594ddbce5
[skip ci] Updated translations via Crowdin
7 years ago
Magnus Lindvall
16e14c2a35
LDAP Public SSH Keys synchronization ( #1844 )
* Add LDAP Key Synchronization feature
Signed-off-by: Magnus Lindvall <magnus@dnmgns.com>
* Add migration: add login source id column for public_key table
* Only update keys if needed
* Add function to only list pubkey synchronized from ldap
* Only list pub ssh keys synchronized from ldap. Do not sort strings as ExistsInSlice does it.
* Only get keys belonging to current login source id
* Set default login source id to 0
* Some minor cleanup. Add integration tests (updete dep testify)
7 years ago
Alexey Terentyev
6b125b90e7
Added repository search ordered by stars or forks. Forks column in admin repo list. ( #3969 )
* Added repository search order by stars or forks.
Added Forks column to admin repository list.
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
* Renamed search repo template
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
7 years ago
GiteaBot
19b4a8e34d
[skip ci] Updated translations via Crowdin
7 years ago