6525 Commits (7be5935c55dcdf198efdf1306bbeb2b54aa0b900)
 

Author SHA1 Message Date
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
6 years ago
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
6 years ago
GiteaBot 55d9ddf24a [skip ci] Updated translations via Crowdin 6 years ago
Alexey Terentyev ca474af3c6 Added front-end topics validation (#4316) 6 years ago
GiteaBot 8e103d3e76 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick a7c5e58635 Clean up arc-green theme (#4443)
* Resolve some issues with Arc Green

* Fix editor styles

* zeebra stripes

* generate CSS file
6 years ago
GiteaBot ca8c7bb2b5 [skip ci] Updated translations via Crowdin 6 years ago
Joel da Rosa aa27cbf229 Locale for button Edit on protected branch (#4442) 6 years ago
GiteaBot 6813640d2f [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH e95417ea2c Fix column droping for MSSQL that need new transaction for that (#4440) 6 years ago
Lauris BH 659bc727bd
Fix query parameter name comment in issue API (#4421) 6 years ago
Thomas Boerger e6b51200ab Final CSP header fix (#4432) 6 years ago
Lauris BH a7f90905df
Fix drone git@next plugin Gitea version display when building tag (#4380) 6 years ago
Thomas Boerger 8afd500c48 Add missing font hosts to CSP header (#4429) 6 years ago
Thomas Boerger 8b21cdba78
Fix CSP header for docs (#4428) 6 years ago
Thomas Boerger 3e950ef112 Use correct site id for netlify (#4427) 6 years ago
silverwind c55caeaf0c Update npm dependencies, regenerate CSS (#4415) 6 years ago
Thomas Boerger d84490a0df Replaced docker docs with netlify deployment (#4420) 6 years ago
Lauris BH c2ec38f9b7 Disable swagger validation while it is not fixed in upstream (#4423) 6 years ago
GiteaBot 61f4ad2fc5 [skip ci] Updated translations via Crowdin 6 years ago
Niclas Kroon c9687c036d update TRANSLATORS (#4406) 6 years ago
GiteaBot 3e445cce06 [skip ci] Updated translations via Crowdin 6 years ago
BNolet 80169460ec 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.
6 years ago
GiteaBot efd202f40f [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick ab55ca7ebd
Add ability to delete a token (#4235)
Fix #4234
6 years ago
Lunny Xiao 1675fc4301 add git timeout settings docs (#4383) 6 years ago
techknowlogick 61b40520ba GPG verification docs (#4381)
* GPG verification docs

* update URL
6 years ago
techknowlogick f1d6a1fffc
Add the ability to have built in themes in Gitea (#4198)
This makes it easier for user who want to theme but
don't have the ability to know how to customize templates
all that is required is a change in a config option

The reason why I chose the DEFAULT_THEME as variable,
as perhaps in the future we will allow users to chose their
theme whon logged in just like we do with languages
6 years ago
GiteaBot 28c1c90230 [skip ci] Updated translations via Crowdin 6 years ago
Jonas Franz 2a60e72fcd
Replace src with raw to fix image paths (#4377)
Signed-off-by: Jonas Franz <info@jonasfranz.software>
6 years ago
GiteaBot cfb76cd99e [skip ci] Updated translations via Crowdin 6 years ago
Guido Diepen 7c943b1cad Implemented hover text showing user FullName (#4261)
For each action that is displayed in either the public activity overview
of a user, or in the dashboard overview, the link to the username is now
extended with a title attribute to show the FullName as hover text

Signed-off-by: Guido Diepen <site-github@guidodiepen.nl>
6 years ago
Lanre Adelowo 5bc8782d33 Don't display buttons if there are no system notifications (#4280)
* Don't display buttons if there are no notices

* remove redundant gt check
6 years ago
Nicolas Da Mutten e07d3ad0fc Fixes repo membership check in API (#4341)
Untested, since I can't compile (yet).
6 years ago
Fluf f035dcd4f2 Add Recaptcha functionality to Gitea (#4044) 6 years ago
Lauris BH 54fedd4070 Add default merge options when adding new repository (#4369) 6 years ago
GiteaBot 07063e3e11 [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH 69e2ab1611 Allow administrator to create repository for any organization (#4368) 6 years ago
GiteaBot 4eae810d63 [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH 4a8ee0b5cc
Check that repositories can only be migrated to own user or organizations (#4366)
* Repositories can only migrated to own user or organizations

* Add check for organization that user does not belong to

* Allow admin to migrate repositories for other users
6 years ago
Lunny Xiao b46066f17c fix repository last updated time update when delete a user who watched the repo (#4363) 6 years ago
GiteaBot 95f0f62ea4 [skip ci] Updated translations via Crowdin 6 years ago
Antoine GIRARD 74f9f98f78 Simply remove tidb and deps (#3993) 6 years ago
Matthew Richardson 2e3475f02c Fix typos in i18n variable names. (#4080) 6 years ago
GiteaBot df77ad31d5 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick c3bbf43970 Fix docker build (#4358)
/app/gitea/gitea is the file, and /usr/local/bin is where the symlink will be located
6 years ago
GiteaBot fc53f95f23 [skip ci] Updated translations via Crowdin 6 years ago
Tao Wang 823318bfbe Add missing path in the Docker app.ini template (#2181) 6 years ago
tarelda 5676f60cba Keep preseeded database password (#4284) 6 years ago
GiteaBot 3fed13b0ee [skip ci] Updated translations via Crowdin 6 years ago