1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-14 11:09:47 +00:00
forgejo/routers
6543 ad5c43ae5d
Reject duplicate AccessToken names ()
* make sure duplicate token names cannot be used

* add check to api routes too

* add @lunny s suggestion

* fix & don't forget User.ID

* AccessTokenByNameExists() return error too

* unique token for each test

* fix lint

Signed-off-by: 6543 <6543@obermui.de>

Co-authored-by: Lanre Adelowo <yo@lanre.wtf>
2020-04-13 22:02:48 +03:00
..
admin Users should not be able to prohibit their own login () 2020-04-06 10:23:15 -04:00
api/v1 Reject duplicate AccessToken names () 2020-04-13 22:02:48 +03:00
dev Display ui time with customize time location () 2019-08-15 22:46:21 +08:00
org Add Organization Wide Labels () 2020-04-01 01:14:46 -03:00
private Allow to set protected file patterns that can not be changed under no conditions () 2020-03-27 00:26:34 +02:00
repo remove package code.gitea.io/gitea/modules/git import out of models () 2020-04-10 14:26:37 +03:00
routes [suggest] change merge strategy: do not check write access if user in merge white list () 2020-04-08 14:26:50 +03:00
user Reject duplicate AccessToken names () 2020-04-13 22:02:48 +03:00
utils Handle push rejection message in Merge & Web Editor () 2020-02-22 15:08:48 +02:00
home.go Add detected file language to code search () 2020-02-20 16:53:55 -03:00
init.go Language statistics bar for repositories () 2020-02-11 11:34:17 +02:00
install.go Add support for database schema in PostgreSQL () 2020-01-20 16:45:14 +01:00
metrics.go Use gitea forked macaron () 2019-08-23 12:40:29 -04:00
swagger_json.go Add gitea-vet () 2020-04-05 07:20:50 +01:00