gitea/routers
Antoine GIRARD d99f4ab003 Git LFS lock api ()
* Implement routes

* move to api/sdk and create model

* Implement add + list

* List return 200 empty list no 404

* Add verify lfs lock api

* Add delete and start implementing auth control

* Revert to code.gitea.io/sdk/gitea vendor

* Apply needed check for all lfs locks route

* Add simple tests

* fix lint

* Improve tests

* Add delete test + fix

* Add lfs ascii header

* Various fixes from review + remove useless code + add more corner case testing

* Remove repo link since only id is needed.

Save a little of memory and cpu time.

* Improve tests

* Use TEXT column format for path + test

* fix mispell

* Use NewRequestWithJSON for POST tests

* Clean path

* Improve DB format

* Revert uniquess repoid+path

* (Re)-setup uniqueness + max path length

* Fixed TEXT in place of VARCHAR

* Settle back to maximum VARCHAR(3072)

* Let place for repoid in key

* Let place for repoid in key

* Let place for repoid in key

* Revert back
2017-11-28 22:58:37 +02:00
..
admin Enable admin to search by email () 2017-11-26 16:40:38 +08:00
api/v1 Add fingerprint to ssh key endpoints. () 2017-11-28 17:21:39 +02:00
dev
org Fix error when add user has full name to team () 2017-11-26 10:01:48 +02:00
private
repo Various wiki bug fixes () 2017-11-28 17:43:51 +08:00
routes Git LFS lock api () 2017-11-28 22:58:37 +02:00
user Disable add key button if SSH is disabled () 2017-11-21 11:49:33 +08:00
home.go
init.go Set session and indexers' data files rel to AppDataPath () 2017-11-03 10:56:20 +02:00
install.go