411 Commits (ba358ecbf5d58dc6b2f166a84a4b6c6633cfa397)

Author SHA1 Message Date
GiteaBot ec43e5619b [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 5fa403c874 [skip ci] Updated translations via Crowdin 6 years ago
bugreport0 b174817b6a Improve English translation for new features. (#4481) 6 years ago
GiteaBot cc9fa062e6 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 1e2da5d396 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 9ca8aaecb4 [skip ci] Updated translations via Crowdin 6 years ago
kolaente 1bff02de55 Added dependencies for issues (#2196) (#2531) 6 years ago
kolaente ef6813abc9 Issue due date api (#3890)
* 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
6 years ago
GiteaBot 55d9ddf24a [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 8e103d3e76 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot ca8c7bb2b5 [skip ci] Updated translations via Crowdin 6 years ago
Joel da Rosa aa27cbf229 Locale for button Edit on protected branch (#4442) 6 years ago
GiteaBot 6813640d2f [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 61f4ad2fc5 [skip ci] Updated translations via Crowdin 6 years ago
Niclas Kroon c9687c036d update TRANSLATORS (#4406) 6 years ago
GiteaBot 3e445cce06 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot efd202f40f [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 28c1c90230 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot cfb76cd99e [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 07063e3e11 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 4eae810d63 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 95f0f62ea4 [skip ci] Updated translations via Crowdin 6 years ago
Matthew Richardson 2e3475f02c Fix typos in i18n variable names. (#4080) 6 years ago
GiteaBot df77ad31d5 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot fc53f95f23 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 3fed13b0ee [skip ci] Updated translations via Crowdin 6 years ago
cezar97 51ba3df5ff Add `noreferrer` to rel='noopener` for <a> tags (#4328) 6 years ago
Pofilo 5d1a6382b6 #4354 Fix translation (#4355) 6 years ago
GiteaBot 100a538622 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot a4dfe4b9b1 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 83e72f17f6 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot bbf9abde49 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 69796ddd64 [skip ci] Updated translations via Crowdin 6 years ago
Guilhem Marion 3089833167 Update TRANSLATORS (#4349) 6 years ago
GiteaBot f4b7b424c1 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot e8a17e4558 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot a711d41f54 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot a9ffbeb679 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot b8c2420ae2 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 8bb9b67a29 [skip ci] Updated translations via Crowdin 6 years ago
Alexey Terentyev 46d19c4676 Fix topics addition (Another solution) (#4031) (#4258)
* Added topics validation, fixed repo topics duplication (#4031)

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Added tests

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Fixed fmt

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Added comments to exported functions

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Deleted RemoveDuplicateTopics function

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Fixed messages

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Added migration

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* fmt migration file

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* fixed lint

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Added Copyright

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Added query solution for duplicates

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Fixed migration query

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Changed RegExp. Fixed migration

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* fmt migration file

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Fixed test for changed regexp

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Removed validation log messages

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Renamed migration file

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>

* Renamed validate function

Signed-off-by: Alexey Terentyev <axifnx@gmail.com>
6 years ago
GiteaBot ac110d1b73 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 3f2f5752cb [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 6e39f3d422 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 3aafa0400e [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot c919b07a53 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot a75f251195 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 0ea18698af [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 37359aee68 [skip ci] Updated translations via Crowdin 6 years ago
GiteaBot 508092a248 [skip ci] Updated translations via Crowdin 6 years ago