1275 Commits (89c94e2f8e871028492d5460fd3a10794f4ced1b)

Author SHA1 Message Date
GiteaBot 89c94e2f8e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 7250f5342f [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot afea4faa33 [skip ci] Updated translations via Crowdin 4 years ago
赵智超 d8b5235ded
Add ui style for "Open a blank issue" button (#12824)
* Add ui style for "Open a blank issue" button

Signed-off-by: a1012112796 <1012112796@qq.com>

* Apply review suggestion @silverwind

* format

* format 2

* fix message

Co-authored-by: Lauris BH <lauris@nix.lv>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
4 years ago
GiteaBot ace8a283f1 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 81ed47c29d [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 3d0ad2885a [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot c950ea10ab [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 6a1a6332de [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 33f606ce4c [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 53b656582e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 55e05ad1ce [skip ci] Updated translations via Crowdin 4 years ago
赵智超 ae528d8321
Translate two small lables on commit statuse list (#12821)
* Requested
* Details

Signed-off-by: a1012112796 <1012112796@qq.com>
4 years ago
GiteaBot c18c6cf4cf [skip ci] Updated translations via Crowdin 4 years ago
John Olheiser 26c4a049da
Issue templates directory (#11450)
* Issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add some comments, appease the linter

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add docs and re-use dir candidates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add default labels to issue templates

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Generate swagger

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Suggested changes

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update issue.go

* Suggestions

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Extract metadata from legacy if possible

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 910947fbcd [skip ci] Updated translations via Crowdin 4 years ago
zeripath 4eb0a1dfaf
Disable watch and star if not signed in (#12807)
Fix #12070

Signed-off-by: Andrew Thornton <art27@cantab.net>
4 years ago
GiteaBot 29ac1f9122 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 5b10da241b [skip ci] Updated translations via Crowdin 4 years ago
John Olheiser c3e8c9441a
Add check for LDAP group membership (#10869)
This is a port of gogs/gogs#4398

The only changes made by myself are:

Add locales
Add some JS to the UI
Otherwise all code credit goes to @aboron

Resolves #10829

Signed-off-by: jolheiser <john.olheiser@gmail.com>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
Bagas Sanjaya 4c42fce401
Add placeholder text for bio profile text form (#12792)
* Add placeholder text
  * Localize
4 years ago
GiteaBot 7354efe702 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot b333aa7db4 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot fcc410c350 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0cd49aaebd [skip ci] Updated translations via Crowdin 4 years ago
Lunny Xiao e153cf07c3
Add a migrate service type switch page (#12697)
* Add a migrat service type switch page

* Improve translations

* remove images

* Fix images

* remove extra create repo button on dashboard

* Follow reviewers' opinions

* Fix frontend lint

* Remove wrong submit file

* Fix tests

* Adjust the size of image

* Apply suggestions from code review

Co-authored-by: 赵智超 <1012112796@qq.com>

* Remove username and password from migration of github/gitlab

* Improve docs

* Improve interface docs

Co-authored-by: 赵智超 <1012112796@qq.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 6483dbc8ec [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 090024db37 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 1fbc50f974 [skip ci] Updated translations via Crowdin 4 years ago
John Olheiser c6e4bc53aa
Check passwords against HaveIBeenPwned (#12716)
* Implement pwn

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Update module

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Apply suggestions mrsdizzie

Co-authored-by: mrsdizzie <info@mrsdizzie.com>

* Add link to HIBP

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add more details to admin command

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Add context to pwn

Signed-off-by: jolheiser <john.olheiser@gmail.com>

* Consistency and making some noise ;)

Signed-off-by: jolheiser <john.olheiser@gmail.com>

Co-authored-by: mrsdizzie <info@mrsdizzie.com>
Co-authored-by: zeripath <art27@cantab.net>
4 years ago
Vedran e204398754
Change/remove a branch of an open issue (#9080)
* Add field with isIssueWriter to front end

* Make branch field editable

* Switch frontend to form and POST from javascript

* Add /issue/id/ref endpoint to routes

* Use UpdateIssueTitle model to change ref in backend

* Removed crossreference check and adding comments on branch change

* Use ref returned from POST to update the field

* Prevent calling loadRepo from models/

* Branch/tag refreshed without page reload

* Remove filter for empty branch name

* Add clear option to tag list as well

* Delete button translation and coloring

* Fix for not showing selected branch name in new issue

* Check that branch is not being changed on a PR

* Change logic

* Notification when changing issue ref

* Fix for renamed permission parameter

* Fix for failing build

* Apply suggestions from code review

Co-authored-by: zeripath <art27@cantab.net>

Co-authored-by: Gitea <gitea@fake.local>
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 0ed8d268ad [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 9af60ce0bb [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 226aef7e0f [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0b198eb392 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 332dbe7393 [skip ci] Updated translations via Crowdin 4 years ago
zeripath f727e3e1c9
Fix editor.commit_empty_file_text locale string (#12744)
editor.commit_empty_file_text should read `about to commit`
not `about commit`

Signed-off-by: Andrew Thornton <art27@cantab.net>

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 43c303d35c [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0ed5e103fe [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot a755e5adeb [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 0cc4aadf58 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 67ec27150e [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 78509b5f9b [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 913ac9cacd [skip ci] Updated translations via Crowdin 4 years ago
6543 1ea1cade85
Add Created & Updated to Milestone (#12662)
* Add Created and Updated to Milestone table and expose via API

* Expose to UI - To Overloaded ?!?

* fix unit test

Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago
GiteaBot 7404786420 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot e80eda7d01 [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 9837b598fc [skip ci] Updated translations via Crowdin 4 years ago
GiteaBot 45c0ec3152 [skip ci] Updated translations via Crowdin 4 years ago
6543 ca81b6528b
UI: Inform user what meaning hourglass on reviews has (#12713)
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
4 years ago