Marcin Kuźmiński
809babb562
Update comparison.en-us.md with RhodeCode Community edition ( #4112 )
...
Added RhodeCode Community edition into comparison page
2018-06-04 15:01:35 -04:00
Inon S
1bcabb8b1e
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")
```
2018-06-04 21:07:42 +03:00
GiteaBot
d62bc3362b
[skip ci] Updated translations via Crowdin
2018-06-04 05:35:46 +00:00
Bwko
1f877f8c87
Add tag check to release draft creation ( #3729 )
2018-06-04 08:34:44 +03:00
Jonas Franz
fb1daad13d
Add how-to for enabling HTTPS ( #4101 )
...
Signed-off-by: Jonas Franz <info@jonasfranz.de>
2018-06-03 09:55:23 +08:00
GiteaBot
da466b0505
[skip ci] Updated translations via Crowdin
2018-06-03 01:15:41 +00:00
Fluf
85b7fd1e61
Remove dupelicate link ( #4100 )
2018-06-03 09:14:37 +08:00
Alexey Terentyev
7893e5939a
Update gitgraph.js to fix "Cannot read property color of undefined" ( #4095 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
2018-06-02 18:54:40 +03:00
GiteaBot
9a1772b0fa
[skip ci] Updated translations via Crowdin
2018-06-02 15:21:24 +00:00
stevegt
a5f63fc4d1
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>
2018-06-02 18:20:28 +03:00
GiteaBot
b8c1dc55b4
[skip ci] Updated translations via Crowdin
2018-06-02 11:30:08 +00:00
Fluf
28fb255d91
Add make command to validate swagger file ( #4096 )
...
Partial fix for #4088
2018-06-02 14:29:12 +03:00
GiteaBot
0549762fd0
[skip ci] Updated translations via Crowdin
2018-06-01 05:52:46 +00:00
stevegt
39f2aa7c12
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>
2018-06-01 13:51:49 +08:00
stevegt
7707ad7a0a
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>
2018-05-31 19:13:55 +08:00
techknowlogick
728cc27284
Update Contribution docs with non-404 link ( #4077 )
2018-05-30 18:06:57 -04:00
GiteaBot
af05212bf8
[skip ci] Updated translations via Crowdin
2018-05-30 13:25:15 +00:00
Antoine GIRARD
35c3510335
Fix #4081 Check for leading / in base before removing it ( #4082 )
2018-05-30 21:23:43 +08:00
Inon S
15f6ec9632
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
2018-05-29 16:07:16 +08:00
techknowlogick
832ca509d3
Remove autolink.js references ( #4072 )
...
* Autolink.js no longer used
Fixes #4069
* Remove autolink.js references
* Fix reference to u2f js
2018-05-29 13:54:15 +08:00
Jonas Franz
2139c152cb
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>
2018-05-28 23:51:42 -04:00
Alexey Terentyev
f86f56e19c
Added deletion of an empty line at the end of the file ( #4050 ) ( #4054 )
...
Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
2018-05-29 11:08:55 +08:00
GiteaBot
9aa8fdc5d7
[skip ci] Updated translations via Crowdin
2018-05-29 00:26:42 +00:00
stevegt
dc789ad7db
Fix drone CLI install link ( #4071 )
...
Fixes #4070
2018-05-29 08:25:13 +08:00
Lunny Xiao
5c95f7c7ce
fix attachment ENABLED ( #4064 )
...
* fix attachment ENABLED
* change wrong name on app.ini.sample
2018-05-28 22:56:54 +08:00
Michael Kuhn
fd274ffcd9
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.
2018-05-28 09:38:20 -04:00
David Schneiderbauer
0be2b34cec
update git vendor ( #4059 )
2018-05-27 21:47:34 +03:00
techknowlogick
b6604505e7
Update drone test instructions in CONTRIBUTING.md ( #4055 )
2018-05-27 13:01:02 -04:00
GiteaBot
5095dfaed6
[skip ci] Updated translations via Crowdin
2018-05-27 10:49:19 +00:00
techknowlogick
2986e942ee
Mac OS X -> macOS ( #4056 )
2018-05-27 18:47:58 +08:00
Fluf
f2199d18c1
Responsive recaptcha styles
2018-05-25 15:53:28 -04:00
Fluf
f4ddfa18a3
Update built stylesheet
2018-05-25 15:52:42 -04:00
flufmonster
5039fe17b8
add built stylesheet
2018-05-25 13:47:02 +00:00
Fluf
d9e4392b1a
Switch to form field
2018-05-25 09:46:27 -04:00
Fluf
313e7dd47b
Switch to form field
2018-05-25 09:45:53 -04:00
flufmonster
b49c864475
add field to form
2018-05-25 13:43:17 +00:00
Fluf
1effea1b3e
Remove inline styles
2018-05-25 09:20:24 -04:00
Fluf
e787c7f06c
Remove inline styles
2018-05-25 09:19:58 -04:00
Fluf
7e6a60a064
Add styles to Less
2018-05-25 09:19:35 -04:00
Fluf
f203c2f292
Remove script from body
2018-05-25 09:07:15 -04:00
Fluf
02ac7e37c5
Remove script from body
2018-05-25 09:06:37 -04:00
Fluf
22d6265f44
Move script to footer
2018-05-25 09:06:11 -04:00
Fluf
a39289d0a9
Remove empty line and initialize Response differently
2018-05-25 08:59:44 -04:00
Fluf
f6d9d2ba7b
Remove helper functions
2018-05-25 08:57:00 -04:00
Fluf
0b12d2adc4
Fix import order
2018-05-24 22:23:06 -04:00
Fluf
76b57f15a6
Add comment to function
2018-05-24 22:17:26 -04:00
Fluf
55bbfac16d
Add comment to struct
2018-05-24 22:02:13 -04:00
Fluf Monster
a46718613b
Add Recaptcha functionality to Gitea
2018-05-25 01:48:51 +00:00
David Schneiderbauer
2eabf18c9b
add api section to config cheat sheet ( #4037 )
2018-05-24 16:36:45 -04:00
Fluf
2a9799493a
Make home.tmpl visible with Signin-View enabled ( #4040 )
...
Fix #3846
2018-05-24 15:51:28 -04:00