Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-17 | 1 | -1/+1 |
| | |||||
* | ZH-CN translation of Advanced part (#5090) | BetaCat | 2018-10-17 | 5 | -2/+269 |
| | |||||
* | Update process to include tag vX.Y.0-dev on master branch (#5091) | Lauris BH | 2018-10-16 | 1 | -4/+6 |
| | |||||
* | CN translation of README (#5050) | BetaCat | 2018-10-15 | 2 | -7/+64 |
| | |||||
* | fix release creation via API (#5076) | Lunny Xiao | 2018-10-15 | 2 | -2/+98 |
| | | | | | | * fix release creation via API * fix release create tests | ||||
* | Fix dep for actual goth version used in dep lock file (#5078) | Lauris BH | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Fix golint to new URL (#5079) | Lauris BH | 2018-10-12 | 1 | -1/+1 |
| | |||||
* | Fixed spelling typos in CONTRIBUTING.md (#5061) | SagePtr | 2018-10-10 | 1 | -3/+3 |
| | |||||
* | Add HOWTO for releasing Gitea (#5054) | techknowlogick | 2018-10-10 | 1 | -0/+12 |
| | | | | | | | | * Add HOWTO for releasing Gitea Used instructions from: https://github.com/go-gitea/gitea/pull/2609#issuecomment-352159155 * Update CONTRIBUTING.md | ||||
* | Backport 1.5.2 changelog (#5053) | techknowlogick | 2018-10-09 | 1 | -0/+16 |
| | |||||
* | Fix adding review comment in split view (#5038) | Lauris BH | 2018-10-09 | 1 | -3/+2 |
| | |||||
* | Remove links from topics in edit mode (#5026) | SagePtr | 2018-10-06 | 1 | -1/+1 |
| | |||||
* | Fix missing AppSubUrl in few more templates (#5021) | SagePtr | 2018-10-05 | 2 | -2/+2 |
| | |||||
* | Fix missing AppSubUrl in some templates (#5020) | SagePtr | 2018-10-05 | 2 | -2/+2 |
| | |||||
* | Hide outdated comments in file view (#5017) | Jonas Franz | 2018-10-05 | 2 | -1/+12 |
| | | | | | | | | | | * Hide outdated comments in file view Signed-off-by: Jonas Franz <info@jonasfranz.software> * Add unit test by adding "invalidated" comment to fixtures Signed-off-by: Jonas Franz <info@jonasfranz.software> | ||||
* | Fix a typo in app.ini.sample (#5015) | Chih-Hsuan Yen | 2018-10-05 | 1 | -1/+1 |
| | |||||
* | Add missing envionment vars for DB with Docker (#5007) | Dane | 2018-10-03 | 1 | -0/+10 |
| | | | | | | | | Current docs demonstrate how to configure a database container but don't explicitly specify that you should add additional environment variables to the Gitea container to make it use the database. This just demonstrates the changes required. Signed-off-by: Dane Elwell <dane.elwell@ukfast.co.uk> | ||||
* | README: update make command to build full release (#5004) | AJ ONeal | 2018-10-03 | 1 | -1/+1 |
| | | | | | | | | * update make command to build full release * use quoted TAGS `TAGS=bindata` => `TAGS="bindata"` | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-10-02 | 1 | -1/+1 |
| | |||||
* | Upgrade gopkg.in/testfixtures.v2 (#4999) | Mura Li | 2018-10-02 | 13 | -168/+705 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-29 | 1 | -2/+2 |
| | |||||
* | Disable debug routes unless PPROF is enabled in configuration (#4995) | Lauris BH | 2018-09-29 | 3 | -15/+20 |
| | |||||
* | Fix #rrggbbaa color to rgba for better browser compatibility (#4990) | SagePtr | 2018-09-29 | 2 | -3/+3 |
| | |||||
* | Detect charset and convert non UTF-8 files for display (#4950) | Lauris BH | 2018-09-29 | 3 | -4/+44 |
| | | | | | | | | | | | | | | * Detect charset and convert non UTF-8 files for display * Refactor and move function to correct module * Revert unrelated changes * More unrelated changes * Duplicate content for small text to have better encoding detection * Check if original content is valid before duplicating it | ||||
* | Fix layout of the topics editing form (#4971) | Iwasa Kazmi | 2018-09-29 | 4 | -6/+5 |
| | | | | | | | | | | | | | | | | | | | | | * Fix layout of the topic edit. - made right-hand column wider so that it has enough space for "Done" button. - fixed issue that jQuery's .show() breaks functionality of the Semantic UI Grid. * Improve switching visibility of the topic edit Changes to support old browsers that doesn't support 'flex' keyword. - Removed style "display: none" from index.css so that the grid can be displayed without specifying new "display" style. - Added style "display:none" to the grid element in HTML template as the initial style. - In index.js, visibility of the grid element is changed by set "display:none" style to the element or removing it from the element. | ||||
* | make sure milestone listing is consistent across board (#4987) | Lanre Adelowo | 2018-09-28 | 1 | -1/+1 |
| | |||||
* | Fix user menu item styling (#4985) | silverwind | 2018-09-27 | 3 | -2/+7 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-27 | 2 | -6/+8 |
| | |||||
* | Adjust maintainers (#4979) | flufmonster | 2018-09-27 | 1 | -1/+0 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-25 | 4 | -1/+105 |
| | |||||
* | Fix preview when adding new code review comment (#4975) | Lauris BH | 2018-09-25 | 1 | -10/+3 |
| | |||||
* | Update Swagger API to match the return of /users/search (#4847) | zeripath | 2018-09-21 | 2 | -2/+25 |
| | | | Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | ADD: Hint to function of docker version tags (#4967) | Wyall | 2018-09-21 | 1 | -0/+2 |
| | | | I wasn't sure about how tags work, maybe this is interesting for people with less knowledge of docker. | ||||
* | Fix #4877 to follow the OpenID Connect Audiences spec (#4878) | OvermindDL1 | 2018-09-20 | 2 | -4/+32 |
| | | | | | Signed-off-by: Gabriel Robertson <overminddl1@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-20 | 8 | -10/+2 |
| | |||||
* | Fix null pointer dereference in ParseCommitWithSignature (#4962) | SagePtr | 2018-09-20 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-19 | 1 | -0/+10 |
| | |||||
* | Fix interpunction in English translation. (#4958) | bugreport0 | 2018-09-19 | 1 | -2/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-18 | 1 | -2/+2 |
| | |||||
* | fix url in discord webhook (#4953) | crito | 2018-09-17 | 1 | -1/+2 |
| | | | | | opening issues generates a webhook to discord that contains a url to the gitea api. the message title in discord is therefore referencing to the api instead of the issue itself. | ||||
* | Code review UI improvements and bugfixes (#4682) | Lauris BH | 2018-09-17 | 11 | -33/+101 |
| | | | | | | | | | | | | | | | | * Code review UI improvements * More fixes to dark theme * Style fix * Fix to allow add code review comments only on review files tab * More readability dark style fixes * Fix commenting on deleted files. Fixes #4752 * Fix line blame getting for multiple corner cases | ||||
* | Fix some issues with special chars in branch names (#3767) | nubenum | 2018-09-17 | 12 | -25/+26 |
| | | | Signed-off-by: Robin Durner <github@nubenum.de> | ||||
* | make sure to catch the right error so it is displayed as an error on the ui ↵ | Lanre Adelowo | 2018-09-16 | 2 | -2/+2 |
| | | | | not a 500 (#4945) | ||||
* | fix(topics): don't redirect to expole page. (#4938) | Bo-Yi Wu | 2018-09-15 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-09-15 | 3 | -0/+19 |
| | |||||
* | doc: add Cloudron package (#4937) | Girish Ramakrishnan | 2018-09-15 | 1 | -0/+13 |
| | | | Fixes #4936 | ||||
* | Allow admin toggle forcing a password change for newly created users (#4563) | Lanre Adelowo | 2018-09-13 | 5 | -13/+60 |
| | |||||
* | fix bug forget to remove Stopwatch when remove repository (#4928) | linweijie2012 | 2018-09-13 | 1 | -0/+3 |
| | |||||
* | Force user to change password (#4489) | Lanre Adelowo | 2018-09-13 | 13 | -22/+255 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * redirect to login page after successfully activating account * force users to change password if account was created by an admin * force users to change password if account was created by an admin * fixed build * fixed build * fix pending issues with translation and wrong routes * make sure path check is safe * remove unneccessary newline * make sure users that don't have to view the form get redirected * move route to use /settings prefix so as to make sure unauthenticated users can't view the page * update as per @lafriks review * add necessary comment * remove unrelated changes * support redirecting to location the user actually want to go to before being forced to change his/her password * run make fmt * added tests * improve assertions * add assertion * fix copyright year Signed-off-by: Lanre Adelowo <yo@lanre.wtf> | ||||
* | Fix bug when repo remained bare if multiple branches pushed (#4923) | SagePtr | 2018-09-13 | 1 | -2/+4 |
| |