Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-02-05 | 1 | -0/+2 |
| | |||||
* | Pull request conflict files detection (#5951) | Lunny Xiao | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | * add conflict detection * test pull request conflict files * fix detection files number * fix comments | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-02-05 | 2 | -0/+2 |
| | |||||
* | Automatically clear stopwatch on merging a PR (#4327) | Lanre Adelowo | 2019-02-05 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | * Don't display buttons if there are no notices * clear stopwatch on merging a PR * remove redundant gt check * use ctx.Flash as per @bkcsoft comment * stop timer on closing issues/PRs too * updated translation as per review * redirect to login page after successfully activating account * remove unrelated changes * stop timer for issues that are closed via commits too..Not just the 'close' UI button | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-02-04 | 2 | -0/+5 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-02-04 | 13 | -13/+0 |
| | |||||
* | Fix ssh deploy and user key constraints (#1357) (#5939) | zeripath | 2019-02-03 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | 1. A key can either be an ssh user key or a deploy key. It cannot be both. 2. If a key is a user key - it can only be associated with one user. 3. If a key is a deploy key - it can be used in multiple repositories and the permissions it has on those repositories can be different. 4. If a repository is deleted, its deploy keys must be deleted too. We currently don't enforce any of this and multiple repositories access with different permissions doesn't work at all. This PR enforces the following constraints: - [x] You should not be able to add the same user key as another user - [x] You should not be able to add a ssh user key which is being used as a deploy key - [x] You should not be able to add a ssh deploy key which is being used as a user key - [x] If you add an ssh deploy key to another repository you should be able to use it in different modes without losing the ability to use it in the other mode. - [x] If you delete a repository you must delete all its deploy keys. Fix #1357 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-31 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-29 | 3 | -0/+20 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-28 | 7 | -7/+1 |
| | |||||
* | Fix "pulls.blocked_by_approvals" text (#5879) | Lanre Adelowo | 2019-01-28 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-28 | 4 | -0/+89 |
| | |||||
* | Fix wording of #5858 issue.review.reject string (#5869) | zeripath | 2019-01-27 | 1 | -1/+1 |
| | | | | | As per @lafriks comment this should be: requested changes Signed-off-by: Andrew Thornton <art27@cantab.net> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-27 | 1 | -0/+8 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-27 | 11 | -20/+18 |
| | |||||
* | Rename reject to 'request changes' (#5858) | Lanre Adelowo | 2019-01-26 | 1 | -2/+2 |
| | | | | | | * remame reject to 'request changes * make usee of requested changes in issue's view content | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-26 | 1 | -0/+15 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-24 | 1 | -0/+27 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-24 | 1 | -0/+19 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-23 | 29 | -0/+29 |
| | |||||
* | Feature: Archive repos (#5009) | kolaente | 2019-01-23 | 1 | -0/+16 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-22 | 2 | -0/+5 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-21 | 1 | -1/+4 |
| | |||||
* | Disallow empty titles (#5785) | Lanre Adelowo | 2019-01-21 | 1 | -0/+1 |
| | | | | | | | | | | | | * add util method and tests * make sure the title of an issue cannot be empty * wiki title cannot be empty * pull request title cannot be empty * update to make use of the new util methof | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-21 | 1 | -0/+2 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-19 | 1 | -0/+110 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-19 | 17 | -17/+0 |
| | |||||
* | Fix wording when user is unassigned from an issue (#5769) | Lanre Adelowo | 2019-01-19 | 1 | -1/+2 |
| | | | | Previous Gitea would display that the user had unassigned themselves even if the actor was not the user. Fixes #4418 | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-19 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 1 | -0/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 20 | -20/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-18 | 20 | -20/+20 |
| | |||||
* | Refactor repo.isBare to repo.isEmpty #5629 (#5714) | zeripath | 2019-01-17 | 21 | -21/+21 |
| | | | | | | | | * Refactor repo.isBare to repo.isEmpty #5629 Signed-off-by: Andrew Thornton <art27@cantab.net> * Remove Sync call | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-15 | 1 | -3/+4 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-14 | 3 | -0/+11 |
| | |||||
* | Discord Oauth2 support (#4476) | techknowlogick | 2019-01-13 | 1 | -0/+1 |
| | | | | | | | | | | | | | | * add discord auth * add vendor for discord * fix syntax error * make fmt * update version of goth in use * update markbates/goth | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-12 | 3 | -1/+10 |
| | |||||
* | allow user fork repo even when as a guest.. This will prompt the user to ↵ | Lanre Adelowo | 2019-01-10 | 1 | -0/+1 |
| | | | | login and if authentication was successful, the user will be redirected to fork the repo (#5690) | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-11 | 3 | -2/+20 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-09 | 1 | -0/+4 |
| | |||||
* | Allow for user specific themes (#5668) | Lanre Adelowo | 2019-01-09 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | * add migration and basic UI for changing a user's theme * update user themem * use right text on button * load theme based on users' selection * load theme based on users' selection in pwa too * update sample config * delete older theme loading * implement AfterLoad to set users' theme properly * set up default theme when creating a user. This uses the installation wide theme * use flash messages for error * set default theme when creating a user from the cli * fix @lunny review | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-04 | 2 | -78/+1101 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-04 | 1 | -0/+9 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-03 | 1 | -0/+11 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2019-01-02 | 1 | -0/+3 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-31 | 10 | -11/+4 |
| | |||||
* | Webhook for Pull Request approval/rejection (#5027) | Lanre Adelowo | 2018-12-27 | 1 | -1/+1 |
| | |||||
* | Add rebase with merge commit merge style (#3844) (#4052) | Julian | 2018-12-27 | 1 | -0/+2 |
| | | | Signed-off-by: Julian Tölle <julian.toelle97@gmail.com> | ||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-26 | 1 | -1/+1 |
| | |||||
* | [skip ci] Updated translations via Crowdin | GiteaBot | 2018-12-24 | 1 | -0/+75 |
| |