Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make max commits in graph configurable (#4498) | Kjell Kvinge | 2018-07-23 | 4 | -1/+7 |
| | |||||
* | Fix migration from older releases (#4495) | Lauris BH | 2018-07-21 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-21 | 2 | -1/+61 |
| | |||||
* | Accept 'Data:' in commit graph (#4487) | Kjell Kvinge | 2018-07-21 | 2 | -1/+31 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-20 | 13 | -204/+26 |
| | |||||
* | Add csv file render support defaultly (#4105) | Lunny Xiao | 2018-07-21 | 3 | -0/+84 |
| | | | | | | * add csv file render support defaultly * escaping csv column content | ||||
* | Improve English translation for new features. (#4481) | bugreport0 | 2018-07-20 | 1 | -33/+32 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-20 | 2 | -1/+10 |
| | |||||
* | Update xorm to latest version and fix correct `user` table referencing in ↵ | Lauris BH | 2018-07-20 | 49 | -1076/+1692 |
| | | | | sql (#4473) | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-19 | 1 | -4/+4 |
| | |||||
* | Redirect to correct page after using scratch token (#4458) | techknowlogick | 2018-07-19 | 1 | -1/+2 |
| | |||||
* | add valid for lfs oid (#4461) | Lunny Xiao | 2018-07-19 | 1 | -9/+18 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-19 | 2 | -11/+42 |
| | |||||
* | Prevent html entity escaping (#4471) | Joel da Rosa | 2018-07-19 | 2 | -2/+2 |
| | |||||
* | relative URLs for LibreJS page (#4460) | techknowlogick | 2018-07-18 | 1 | -24/+24 |
| | | | Fix #4449 | ||||
* | Added dependencies for issues (#2196) (#2531) | kolaente | 2018-07-17 | 29 | -48/+967 |
| | |||||
* | Add BSDmakefile to prevent errors when `make` is called under FreeBSD (#4446) | Mahmoud Al-Qudsi | 2018-07-16 | 1 | -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) | kolaente | 2018-07-16 | 12 | -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 Crowdin | GiteaBot | 2018-07-15 | 1 | -0/+1 |
| | |||||
* | Added front-end topics validation (#4316) | Alexey Terentyev | 2018-07-14 | 26 | -724/+5725 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-14 | 2 | -0/+2 |
| | |||||
* | Clean up arc-green theme (#4443) | techknowlogick | 2018-07-14 | 2 | -2/+18 |
| | | | | | | | | | | * Resolve some issues with Arc Green * Fix editor styles * zeebra stripes * generate CSS file | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-13 | 1 | -8/+8 |
| | |||||
* | Locale for button Edit on protected branch (#4442) | Joel da Rosa | 2018-07-13 | 2 | -1/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-13 | 1 | -1/+5 |
| | |||||
* | Fix column droping for MSSQL that need new transaction for that (#4440) | Lauris BH | 2018-07-13 | 2 | -0/+16 |
| | |||||
* | Fix query parameter name comment in issue API (#4421) | Lauris BH | 2018-07-12 | 2 | -4/+4 |
| | |||||
* | Final CSP header fix (#4432) | Thomas Boerger | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Fix drone git@next plugin Gitea version display when building tag (#4380) | Lauris BH | 2018-07-12 | 1 | -11/+13 |
| | |||||
* | Add missing font hosts to CSP header (#4429) | Thomas Boerger | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Fix CSP header for docs (#4428) | Thomas Boerger | 2018-07-12 | 1 | -1/+1 |
| | |||||
* | Use correct site id for netlify (#4427) | Thomas Boerger | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | Update npm dependencies, regenerate CSS (#4415) | silverwind | 2018-07-11 | 3 | -251/+141 |
| | |||||
* | Replaced docker docs with netlify deployment (#4420) | Thomas Boerger | 2018-07-11 | 7 | -94/+28 |
| | |||||
* | Disable swagger validation while it is not fixed in upstream (#4423) | Lauris BH | 2018-07-11 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-11 | 2 | -2/+306 |
| | |||||
* | update TRANSLATORS (#4406) | Niclas Kroon | 2018-07-11 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-08 | 2 | -0/+110 |
| | |||||
* | Added question for Gitea hosted Gitea (#4397) | BNolet | 2018-07-08 | 1 | -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 Crowdin | GiteaBot | 2018-07-07 | 2 | -1/+12 |
| | |||||
* | Add ability to delete a token (#4235) | techknowlogick | 2018-07-06 | 7 | -1/+138 |
| | | | Fix #4234 | ||||
* | add git timeout settings docs (#4383) | Lunny Xiao | 2018-07-06 | 2 | -0/+14 |
| | |||||
* | GPG verification docs (#4381) | techknowlogick | 2018-07-06 | 1 | -1/+9 |
| | | | | | | * GPG verification docs * update URL | ||||
* | Add the ability to have built in themes in Gitea (#4198) | techknowlogick | 2018-07-05 | 11 | -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 Crowdin | GiteaBot | 2018-07-05 | 1 | -0/+124 |
| | |||||
* | Replace src with raw to fix image paths (#4377) | Jonas Franz | 2018-07-05 | 1 | -1/+1 |
| | | | Signed-off-by: Jonas Franz <info@jonasfranz.software> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-05 | 2 | -0/+20 |
| | |||||
* | Implemented hover text showing user FullName (#4261) | Guido Diepen | 2018-07-05 | 2 | -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 Adelowo | 2018-07-05 | 1 | -24/+26 |
| | | | | | | * Don't display buttons if there are no notices * remove redundant gt check | ||||
* | Fixes repo membership check in API (#4341) | Nicolas Da Mutten | 2018-07-05 | 1 | -1/+1 |
| | | | Untested, since I can't compile (yet). |