6566 Commits (9c354a539ab498ebfdebf7395cf17f95f8b24ac8)
 

Author SHA1 Message Date
Lunny Xiao 9c354a539a
fix bugs when too many IN variables (#4594) 6 years ago
Allen Wild c40f5d2d4c api: repos/search: add parameters to control the sort order (#3964)
The backend SearchRepositoryByName function supports several sort order
options, hook these up to the /repos/search API.

New parameters for /repos/search:
    'sort':  alpha, created, updated, size, or id
    'order': asc or desc

'sort' defaults to alpha.
'order' defaults to ascending, and is ignored if 'sort' is not specified.
The overall default behavior is unchanged (alphabetically ascending).

This partially implements issue #3963

Signed-off-by: Allen Wild <allenwild93@gmail.com>
6 years ago
Dingjun 819f50ccd5 fix panic issue on update avatar email (#4580) (#4581)
fix #4580
6 years ago
Julien Tant ced08d18a4 fix IsPullReuqestBroken->IsPullRequestBroken (#4578)
Signed-off-by: Julien Tant <julien@craftyx.fr>
6 years ago
Benedikt Kroll d57233680b Add documentation on how to update Gitea to new version (#4500) 6 years ago
Lanre Adelowo b11ddd8d4c fix status code label for a successful webhook (#4540) 6 years ago
GiteaBot e277b3e0e4 [skip ci] Updated translations via Crowdin 6 years ago
techknowlogick 895e538836
Update jQuery to v1.12.4 (#4551)
Fix #4384
6 years ago
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