Lauris BH
f4b73303ea
Merge 4c76cf5a76
into d0fef4395f
2018-07-24 14:08:47 +00:00
Jonas Franz
4c76cf5a76
Append comments instead of setting
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-24 16:08:36 +02:00
Jonas Franz
dc4a27d109
refactored checkForInvalidation
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-24 15:14:39 +02:00
Jonas Franz
ce07867db1
Remove unnecessary change
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-24 15:00:45 +02:00
Jonas Franz
7eec1040e5
Merge branch 'master' of https://github.com/go-gitea/gitea into feat/approval-new
2018-07-24 14:59:44 +02:00
Jonas Franz
5539c9682c
Fix data-tab issues
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-24 14:59:04 +02:00
Jonas Franz
021f0288c0
Introducing CodeComments as type for map[string]map[int64][]*Comment
...
Other minor code improvements
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-24 13:03:46 +02:00
GiteaBot
d0fef4395f
[skip ci] Updated translations via Crowdin
2018-07-24 10:22:04 +00:00
Michael Kuhn
344dc07239
Add shortcut to save wiki page ( #4452 )
...
This allows saving the wiki page with Ctrl-Enter.
2018-07-24 12:20:52 +02:00
Kjell Kvinge
ba358ecbf5
Make max commits in graph configurable ( #4498 )
2018-07-23 17:12:06 +03:00
Lauris BH
ae9dd239fb
Fix migration from older releases ( #4495 )
2018-07-21 23:15:11 -04:00
GiteaBot
ec43e5619b
[skip ci] Updated translations via Crowdin
2018-07-21 18:18:18 +00:00
Kjell Kvinge
bed623600d
Accept 'Data:' in commit graph ( #4487 )
2018-07-21 14:17:09 -04:00
Jonas Franz
cb29fdb201
Fix test by updating comment type to new ID
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-21 17:15:53 +02:00
Jonas Franz
b29e72264e
Merge branch 'master' of https://github.com/go-gitea/gitea into feat/approval-new
2018-07-21 12:41:37 +02:00
GiteaBot
5fa403c874
[skip ci] Updated translations via Crowdin
2018-07-20 21:09:20 +00:00
Lunny Xiao
0bb1c84208
Add csv file render support defaultly ( #4105 )
...
* add csv file render support defaultly
* escaping csv column content
2018-07-21 00:08:15 +03:00
bugreport0
b174817b6a
Improve English translation for new features. ( #4481 )
2018-07-20 12:40:08 -04:00
Jonas Franz
5554ad2396
Regenerated CSS with latest less version
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-20 11:11:47 +02:00
Jonas Franz
8a6e6dc20c
fmt
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-20 10:59:37 +02:00
Jonas Franz
e7b2b61204
Regenerated css
...
Signed-off-by: Jonas Franz <info@jonasfranz.software>
2018-07-20 10:39:34 +02:00
Jonas Franz
65d4318036
Merge branch 'master' of https://github.com/go-gitea/gitea into feat/approval-new
2018-07-20 10:37:27 +02:00
GiteaBot
cc9fa062e6
[skip ci] Updated translations via Crowdin
2018-07-20 02:11:33 +00:00
Lauris BH
0c59edaafa
Update xorm to latest version and fix correct user
table referencing in sql ( #4473 )
2018-07-20 10:10:17 +08:00
GiteaBot
1e2da5d396
[skip ci] Updated translations via Crowdin
2018-07-19 17:59:34 +00:00
techknowlogick
492ec97a46
Redirect to correct page after using scratch token ( #4458 )
2018-07-19 13:58:33 -04:00
Lunny Xiao
d1337299e2
add valid for lfs oid ( #4461 )
2018-07-19 11:39:19 -04:00
GiteaBot
9ca8aaecb4
[skip ci] Updated translations via Crowdin
2018-07-19 15:26:27 +00:00
Joel da Rosa
91373901f6
Prevent html entity escaping ( #4471 )
2018-07-19 18:25:17 +03:00
techknowlogick
fe78154895
relative URLs for LibreJS page ( #4460 )
...
Fix #4449
2018-07-18 17:23:40 +08:00
kolaente
1bff02de55
Added dependencies for issues ( #2196 ) ( #2531 )
2018-07-17 17:23:58 -04:00
Mahmoud Al-Qudsi
7be5935c55
Add BSDmakefile to prevent errors when make
is called under FreeBSD ( #4446 )
...
The syntax of the gitea Makefile is not platform-agnostic and is
specific to the GNU version of `make`. BSD platforms such as FreeBSD
ship with bmake (BSD make) as their default `make` program; attempting
to compile gitea by simply executing `make` causes a wall of errors to
show as a result of syntax incompatible with BSD make.
If a file named `BSDmakefile` is present, `bmake` will give it
preference over a generic `Makefile`. This `BSDmakefile` is taken from
the BSD-licensed `gmake-proxy` project [0], which transparently proxies
all `make` commands to `gmake` (GNU make) on systems where `bmake` is
the default, and if `gmake` is not installed an error message is
displayed.
[0]: https://github.com/neosmart/gmake-proxy
2018-07-16 20:45:51 +02:00
kolaente
ef6813abc9
Issue due date api ( #3890 )
...
* Implemented basic api endpoint to manage deadlines
* Fixed checking for permissions
* Updating a deadline from the ui is now entirely done via the api
* cleanup
* Cosmetics
* fixed lint + fmt
* Added swagger model definition for deadline response
* Updated gitea-sdk
* Updated gitea-sdk
* More cleanup
* Generate swagger json
* Merge branch 'master' of https://github.com/go-gitea/gitea into issue-due-date-api
# Conflicts:
# public/swagger.v1.json
* Fixed permission to update a deadline via api
* Re-added form to change a deadline
* Added client-side validation + not ignore error messages from the api
* Added locale for error message
* Merge branch 'master' of https://github.com/go-gitea/gitea
# Conflicts:
# models/issue_comment.go
* Proper date validation
* Fixed indention
* moved css to css file
* added documentation for error codes
* after merge cleanup
* Added swagger description
* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD
* DO NOTHING BUT TRIGGER THAT F*CKIN CI SO IT PICKS UP THE LATEST COMMIT AS IT SHOULD
* regenerated stylesheets
2018-07-16 14:43:00 +02:00
GiteaBot
55d9ddf24a
[skip ci] Updated translations via Crowdin
2018-07-15 00:44:24 +00:00
Alexey Terentyev
ca474af3c6
Added front-end topics validation ( #4316 )
2018-07-14 20:43:32 -04:00
GiteaBot
8e103d3e76
[skip ci] Updated translations via Crowdin
2018-07-14 06:08:34 +00:00
techknowlogick
a7c5e58635
Clean up arc-green theme ( #4443 )
...
* Resolve some issues with Arc Green
* Fix editor styles
* zeebra stripes
* generate CSS file
2018-07-14 09:07:30 +03:00
GiteaBot
ca8c7bb2b5
[skip ci] Updated translations via Crowdin
2018-07-13 20:58:18 +00:00
Joel da Rosa
aa27cbf229
Locale for button Edit on protected branch ( #4442 )
2018-07-13 16:57:20 -04:00
GiteaBot
6813640d2f
[skip ci] Updated translations via Crowdin
2018-07-13 15:22:00 +00:00
Lauris BH
e95417ea2c
Fix column droping for MSSQL that need new transaction for that ( #4440 )
2018-07-13 11:20:40 -04:00
Lauris BH
659bc727bd
Fix query parameter name comment in issue API ( #4421 )
2018-07-12 16:40:41 +03:00
Thomas Boerger
e6b51200ab
Final CSP header fix ( #4432 )
2018-07-12 19:48:33 +08:00
Lauris BH
a7f90905df
Fix drone git@next plugin Gitea version display when building tag ( #4380 )
2018-07-12 06:32:01 +03:00
Thomas Boerger
8afd500c48
Add missing font hosts to CSP header ( #4429 )
2018-07-11 19:24:06 -04:00
Thomas Boerger
8b21cdba78
Fix CSP header for docs ( #4428 )
2018-07-12 00:27:48 +02:00
Thomas Boerger
3e950ef112
Use correct site id for netlify ( #4427 )
2018-07-11 23:45:03 +02:00
silverwind
c55caeaf0c
Update npm dependencies, regenerate CSS ( #4415 )
2018-07-11 10:54:28 -04:00
Thomas Boerger
d84490a0df
Replaced docker docs with netlify deployment ( #4420 )
2018-07-11 16:43:33 +02:00
Lauris BH
c2ec38f9b7
Disable swagger validation while it is not fixed in upstream ( #4423 )
2018-07-11 10:03:52 -04:00