2
0
Commit Graph

6548 Commits

Author SHA1 Message Date
Lauris BH
675e2d787e Fix uk-UA locale. Fixes #4518 2018-07-26 13:30:56 +03:00
GiteaBot
ed179682ba [skip ci] Updated translations via Crowdin 2018-07-25 17:55:49 +00:00
Lanre Adelowo
6142545996 Add flash message after an account has been successfully activated (#4510)
* added new locale text
2018-07-25 20:54:56 +03:00
GiteaBot
b68fa64cf2 [skip ci] Updated translations via Crowdin 2018-07-25 12:12:34 +00:00
Lanre Adelowo
2fcda8132a Respect email privacy option in user search via API (#4512)
* respect user's email privacy option

* make email visible to admin irrespective of privacy option
2018-07-25 15:11:22 +03:00
GiteaBot
4ee201e007 [skip ci] Updated translations via Crowdin 2018-07-24 10:22:04 +00:00
Michael Kuhn
466f0e576c 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
1ea34074e6 Make max commits in graph configurable (#4498) 2018-07-23 17:12:06 +03:00
Lauris BH
43c76c1dc4 Fix migration from older releases (#4495) 2018-07-21 23:15:11 -04:00
GiteaBot
9ca2498359 [skip ci] Updated translations via Crowdin 2018-07-21 18:18:18 +00:00
Kjell Kvinge
c31fe4f1d9 Accept 'Data:' in commit graph (#4487) 2018-07-21 14:17:09 -04:00
GiteaBot
d9720630bc [skip ci] Updated translations via Crowdin 2018-07-20 21:09:20 +00:00
Lunny Xiao
2999e2a471 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
6b5b96c613 Improve English translation for new features. (#4481) 2018-07-20 12:40:08 -04:00
GiteaBot
e018edb933 [skip ci] Updated translations via Crowdin 2018-07-20 02:11:33 +00:00
Lauris BH
904ebf97e8 Update xorm to latest version and fix correct user table referencing in sql (#4473) 2018-07-20 10:10:17 +08:00
GiteaBot
7357dd793e [skip ci] Updated translations via Crowdin 2018-07-19 17:59:34 +00:00
techknowlogick
2d497eda57 Redirect to correct page after using scratch token (#4458) 2018-07-19 13:58:33 -04:00
Lunny Xiao
fe36a98380 add valid for lfs oid (#4461) 2018-07-19 11:39:19 -04:00
GiteaBot
c7556879ef [skip ci] Updated translations via Crowdin 2018-07-19 15:26:27 +00:00
Joel da Rosa
5a02fc49c2 Prevent html entity escaping (#4471) 2018-07-19 18:25:17 +03:00
techknowlogick
35524896cb relative URLs for LibreJS page (#4460)
Fix #4449
2018-07-18 17:23:40 +08:00
kolaente
6dec2eea32 Added dependencies for issues (#2196) (#2531) 2018-07-17 17:23:58 -04:00
Mahmoud Al-Qudsi
e57c65715d 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
1817140dc5 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
aa7953f2c4 [skip ci] Updated translations via Crowdin 2018-07-15 00:44:24 +00:00
Alexey Terentyev
8e16b9ca13 Added front-end topics validation (#4316) 2018-07-14 20:43:32 -04:00
GiteaBot
e78b20dd0f [skip ci] Updated translations via Crowdin 2018-07-14 06:08:34 +00:00
techknowlogick
b7ac4883bd 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
b7f2296fcc [skip ci] Updated translations via Crowdin 2018-07-13 20:58:18 +00:00
Joel da Rosa
ca079391f6 Locale for button Edit on protected branch (#4442) 2018-07-13 16:57:20 -04:00
GiteaBot
b64628c97c [skip ci] Updated translations via Crowdin 2018-07-13 15:22:00 +00:00
Lauris BH
33f1dcc53b Fix column droping for MSSQL that need new transaction for that (#4440) 2018-07-13 11:20:40 -04:00
Lauris BH
9b10fd8e1e Fix query parameter name comment in issue API (#4421) 2018-07-12 16:40:41 +03:00
Thomas Boerger
05dc16b699 Final CSP header fix (#4432) 2018-07-12 19:48:33 +08:00
Lauris BH
cbb8145db8 Fix drone git@next plugin Gitea version display when building tag (#4380) 2018-07-12 06:32:01 +03:00
Thomas Boerger
21431b025a Add missing font hosts to CSP header (#4429) 2018-07-11 19:24:06 -04:00
Thomas Boerger
fdcd413445 Fix CSP header for docs (#4428) 2018-07-12 00:27:48 +02:00
Thomas Boerger
0f688e5ba9 Use correct site id for netlify (#4427) 2018-07-11 23:45:03 +02:00
silverwind
4ebe1531b9 Update npm dependencies, regenerate CSS (#4415) 2018-07-11 10:54:28 -04:00
Thomas Boerger
c10b40d28d Replaced docker docs with netlify deployment (#4420) 2018-07-11 16:43:33 +02:00
Lauris BH
633c18d279 Disable swagger validation while it is not fixed in upstream (#4423) 2018-07-11 10:03:52 -04:00
GiteaBot
c41820c91c [skip ci] Updated translations via Crowdin 2018-07-11 11:37:10 +00:00
Niclas Kroon
3e3197d7e2 update TRANSLATORS (#4406) 2018-07-11 14:36:04 +03:00
GiteaBot
9a97009947 [skip ci] Updated translations via Crowdin 2018-07-08 20:42:36 +00:00
BNolet
8f90fbefbc Added question for Gitea hosted Gitea (#4397)
Currently some issues need to be resolved and features need to be implemented before we can move the Gitea development workflow to a Gitea instance. Many ask why Gitea isn't hosted on Gitea, now that's in the FAQ.
2018-07-08 22:41:31 +02:00
GiteaBot
f6672eaedf [skip ci] Updated translations via Crowdin 2018-07-07 01:55:43 +00:00
techknowlogick
378b777071 Add ability to delete a token (#4235)
Fix #4234
2018-07-06 21:54:30 -04:00
Lunny Xiao
3ea3f0a5b3 add git timeout settings docs (#4383) 2018-07-06 08:49:37 +03:00
techknowlogick
73b8c1da2f GPG verification docs (#4381)
* GPG verification docs

* update URL
2018-07-06 09:36:54 +08:00