gitea/routers/repo
Alexey Terentyev 46d19c4676 Fix topics addition (Another solution) () ()
* Added topics validation, fixed repo topics duplication ()

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>
..
activity.go Handle refactor ()
attachment.go Log attachment blocked events ()
branch.go Handle refactor ()
commit.go Handle refactor ()
download.go Handle refactor ()
editor.go Fix path cleanup in multiple places ()
http.go Correctly check http git access rights for reverse proxy authorized users ()
issue.go Add more webhooks support and refactor webhook templates directory ()
issue_label.go Add label descriptions ()
issue_label_test.go fix go vet error ()
issue_stopwatch.go Handle refactor ()
issue_timetrack.go Handle refactor ()
issue_watch.go Handle refactor ()
main_test.go Unit tests for wiki routers ()
middlewares.go Handle refactor ()
pull.go Multiple assignees ()
release.go Fix some webhooks bugs ()
release_test.go Fix missing branch in release bug ()
repo.go Refactor and simplify redirect to url ()
search.go Global code search support ()
setting.go Add repository setting to enable/disable health checks ()
setting_protected_branch.go Add protected branch whitelists for merging ()
settings_test.go Writable deploy keys (closes ) ()
topic.go Fix topics addition (Another solution) () ()
view.go HTML-escape text READMEs ()
webhook.go Fix webhook type conflation. ()
wiki.go Fix wiki redirects ()
wiki_test.go Improve wiki test ()