0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-18 16:14:28 +01:00
gitea/routers
6543 2ab8c78c30 Refactor Issues Subscription (#8738)
* FIX: getIssueWatchers() get only aktive suscriber

* save query to work later with it or not ...

* fix test + add new case

* corect tests + GetIssueWatch

* API issue_subscripton: Put/Delete require tocken

* remove redundant code

* swagger specify return value

* remove unused binding

* remove note
because I'll implement this in a different way and in another PR

* ID should be unique!

* use xorm session

* Revert "use xorm session"

This reverts commit c1de540147.

* better test code
* more acurate comments
* use assert.False/True instead of Equal

* use more assert methodes
2019-11-20 22:50:54 +08:00
..
admin Fix password checks on admin create/edit user (#9076) 2019-11-20 00:07:51 +00:00
api/v1 Refactor Issues Subscription (#8738) 2019-11-20 22:50:54 +08:00
dev
org Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
private
repo Team permission to create repository in organization (#8312) 2019-11-20 19:27:49 +08:00
routes
user Add password requirement info on error (#9074) 2019-11-19 22:44:58 +00:00
utils
home.go Explore page: Add topic param to pagination (#9077) (#9078) 2019-11-20 04:07:09 -05:00
init.go
install.go
metrics.go
swagger_json.go