Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix doc typo (#4517) | William Le Pommelet | 2018-07-26 | 1 | -1/+1 |
| | | | | | | | | | | | | * 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 | ||||
* | Fix uk-UA locale. Fixes #4518 | Lauris BH | 2018-07-26 | 1 | -2/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-25 | 2 | -4/+51 |
| | |||||
* | Add flash message after an account has been successfully activated (#4510) | Lanre Adelowo | 2018-07-25 | 2 | -0/+2 |
| | | | | * added new locale text | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-25 | 1 | -0/+25 |
| | |||||
* | Respect email privacy option in user search via API (#4512) | Lanre Adelowo | 2018-07-25 | 1 | -1/+1 |
| | | | | | | * respect user's email privacy option * make email visible to admin irrespective of privacy option | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-07-24 | 2 | -1/+53 |
| | |||||
* | Add shortcut to save wiki page (#4452) | Michael Kuhn | 2018-07-24 | 2 | -2/+3 |
| | | | This allows saving the wiki page with Ctrl-Enter. | ||||
* | 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 |
| |