summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make max commits in graph configurable (#4498)Kjell Kvinge2018-07-234-1/+7
|
* Fix migration from older releases (#4495)Lauris BH2018-07-211-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-212-1/+61
|
* Accept 'Data:' in commit graph (#4487)Kjell Kvinge2018-07-212-1/+31
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-2013-204/+26
|
* Add csv file render support defaultly (#4105)Lunny Xiao2018-07-213-0/+84
| | | | | | * add csv file render support defaultly * escaping csv column content
* Improve English translation for new features. (#4481)bugreport02018-07-201-33/+32
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-202-1/+10
|
* Update xorm to latest version and fix correct `user` table referencing in ↵Lauris BH2018-07-2049-1076/+1692
| | | | sql (#4473)
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-191-4/+4
|
* Redirect to correct page after using scratch token (#4458)techknowlogick2018-07-191-1/+2
|
* add valid for lfs oid (#4461)Lunny Xiao2018-07-191-9/+18
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-192-11/+42
|
* Prevent html entity escaping (#4471)Joel da Rosa2018-07-192-2/+2
|
* relative URLs for LibreJS page (#4460)techknowlogick2018-07-181-24/+24
| | | Fix #4449
* Added dependencies for issues (#2196) (#2531)kolaente2018-07-1729-48/+967
|
* Add BSDmakefile to prevent errors when `make` is called under FreeBSD (#4446)Mahmoud Al-Qudsi2018-07-161-0/+51
| | | | | | | | | | | | | | | | 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
* Issue due date api (#3890)kolaente2018-07-1612-90/+258
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-151-0/+1
|
* Added front-end topics validation (#4316)Alexey Terentyev2018-07-1426-724/+5725
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-142-0/+2
|
* Clean up arc-green theme (#4443)techknowlogick2018-07-142-2/+18
| | | | | | | | | | * Resolve some issues with Arc Green * Fix editor styles * zeebra stripes * generate CSS file
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-131-8/+8
|
* Locale for button Edit on protected branch (#4442)Joel da Rosa2018-07-132-1/+2
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-131-1/+5
|
* Fix column droping for MSSQL that need new transaction for that (#4440)Lauris BH2018-07-132-0/+16
|
* Fix query parameter name comment in issue API (#4421)Lauris BH2018-07-122-4/+4
|
* Final CSP header fix (#4432)Thomas Boerger2018-07-121-1/+1
|
* Fix drone git@next plugin Gitea version display when building tag (#4380)Lauris BH2018-07-121-11/+13
|
* Add missing font hosts to CSP header (#4429)Thomas Boerger2018-07-111-1/+1
|
* Fix CSP header for docs (#4428)Thomas Boerger2018-07-121-1/+1
|
* Use correct site id for netlify (#4427)Thomas Boerger2018-07-111-1/+1
|
* Update npm dependencies, regenerate CSS (#4415)silverwind2018-07-113-251/+141
|
* Replaced docker docs with netlify deployment (#4420)Thomas Boerger2018-07-117-94/+28
|
* Disable swagger validation while it is not fixed in upstream (#4423)Lauris BH2018-07-111-1/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-112-2/+306
|
* update TRANSLATORS (#4406)Niclas Kroon2018-07-111-0/+1
|
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-082-0/+110
|
* Added question for Gitea hosted Gitea (#4397)BNolet2018-07-081-0/+4
| | | 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.
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-072-1/+12
|
* Add ability to delete a token (#4235)techknowlogick2018-07-067-1/+138
| | | Fix #4234
* add git timeout settings docs (#4383)Lunny Xiao2018-07-062-0/+14
|
* GPG verification docs (#4381)techknowlogick2018-07-061-1/+9
| | | | | | * GPG verification docs * update URL
* Add the ability to have built in themes in Gitea (#4198)techknowlogick2018-07-0511-75/+849
| | | | | | | | | 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
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-051-0/+124
|
* Replace src with raw to fix image paths (#4377)Jonas Franz2018-07-051-1/+1
| | | Signed-off-by: Jonas Franz <info@jonasfranz.software>
* [skip ci] Updated translations via CrowdinGiteaBot2018-07-052-0/+20
|
* Implemented hover text showing user FullName (#4261)Guido Diepen2018-07-052-1/+7
| | | | | | | 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>
* Don't display buttons if there are no system notifications (#4280)Lanre Adelowo2018-07-051-24/+26
| | | | | | * Don't display buttons if there are no notices * remove redundant gt check
* Fixes repo membership check in API (#4341)Nicolas Da Mutten2018-07-051-1/+1
| | | Untested, since I can't compile (yet).