6558 Commits (a74426d631e3311cc3c460ae9917f76f0221f4de)
 

Author SHA1 Message Date
Piotr Orzechowski a74426d631 Swagger.v1.json template (#3572)
* Turn swagger.v1.json into template

* Rename ENABLE_SWAGGER_ENDPOINT option to ENABLE_SWAGGER
6 years ago
GiteaBot 412583a3f2 [skip ci] Updated translations via Crowdin 6 years ago
SagePtr c1224124ea Fix incorrect MergeWhitelistTeamIDs check in CanUserMerge function (#4519) (#4525) 6 years ago
GiteaBot 5927599e43 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick adf3f004b6
Switch plaintext scratch tokens to use hash instead (#4331) 6 years ago
SagePtr ac968c3c6f Fix out-of-transaction query in removeOrgUser (#4521) (#4522) 6 years ago
Lukas Treyer be4ec0cbba env var GITEA_PUSHER_EMAIL (#4516)
* env var GITEA_PUSHER_EMAIL

* set pusher email only if email address is not private
6 years ago
GiteaBot a847d16f5b [skip ci] Updated translations via Crowdin 6 years ago
kolaente 8d1ad55598 Responsive design fixes (#4508)
* reset to master

* build css

* Fixed spacing
6 years ago
William Le Pommelet f847884d16 Fix doc typo (#4517)
* fix language list

Standardized the languages' names within the list displayed when picking up a language at the bottom of the webpages

* typo

fix a typo into documentation (template rather than templete)

* fix languages list
6 years ago
Lauris BH 1b9b894731
Fix uk-UA locale. Fixes #4518 6 years ago
GiteaBot 7a30208e05 [skip ci] Updated translations via Crowdin 6 years ago
Lanre Adelowo 630f234223 Add flash message after an account has been successfully activated (#4510)
* added new locale text
6 years ago
GiteaBot 32f25598b3 [skip ci] Updated translations via Crowdin 6 years ago
Lanre Adelowo 4bf0cae1f5 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
6 years ago
GiteaBot d0fef4395f [skip ci] Updated translations via Crowdin 6 years ago
Michael Kuhn 344dc07239 Add shortcut to save wiki page (#4452)
This allows saving the wiki page with Ctrl-Enter.
6 years ago
Kjell Kvinge ba358ecbf5 Make max commits in graph configurable (#4498) 6 years ago
Lauris BH ae9dd239fb Fix migration from older releases (#4495) 6 years ago
GiteaBot ec43e5619b [skip ci] Updated translations via Crowdin 6 years ago
Kjell Kvinge bed623600d Accept 'Data:' in commit graph (#4487) 6 years ago
GiteaBot 5fa403c874 [skip ci] Updated translations via Crowdin 6 years ago
Lunny Xiao 0bb1c84208 Add csv file render support defaultly (#4105)
* add csv file render support defaultly

* escaping csv column content
6 years ago
bugreport0 b174817b6a Improve English translation for new features. (#4481) 6 years ago
GiteaBot cc9fa062e6 [skip ci] Updated translations via Crowdin 6 years ago
Lauris BH 0c59edaafa Update xorm to latest version and fix correct `user` table referencing in sql (#4473) 6 years ago
GiteaBot 1e2da5d396 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick 492ec97a46
Redirect to correct page after using scratch token (#4458) 6 years ago
Lunny Xiao d1337299e2 add valid for lfs oid (#4461) 6 years ago
GiteaBot 9ca8aaecb4 [skip ci] Updated translations via Crowdin 6 years ago
Joel da Rosa 91373901f6 Prevent html entity escaping (#4471) 6 years ago
techknowlogick fe78154895 relative URLs for LibreJS page (#4460)
Fix #4449
6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531) 6 years ago
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