You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
forgejo/modules
Antoine GIRARD d99f4ab003 Git LFS lock api (#2938)
* 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
7 years ago
..
auth Add dingtalk webhook (#2777) 7 years ago
avatar Use assert in legacy unit tests (#867) 7 years ago
base Use identicon image for default gravatar. (#2767) 7 years ago
cache Fix memcache support when value is returned as string always (#2924) 7 years ago
context Various wiki bug fixes (#2996) 7 years ago
cron Add branch overiew page (#2108) 7 years ago
highlight No highlighting for .txt files (#1922) 7 years ago
httplib Add internal routes for ssh hook comands (#1471) 7 years ago
indexer Code/repo search (#2582) 7 years ago
lfs Git LFS lock api (#2938) 7 years ago
log Fix lint errors (#2547) 7 years ago
mailer Add support for extra sendmail arguments (#2731) 7 years ago
markup Fix issue link rendering in commit messages (#2897) 7 years ago
minwinsvc Fix Git hooks not being executed on Windows when running as a service (#1149) 7 years ago
notification Notification - Step 1 (#523) 8 years ago
options Fix typos in models/ and modules/ (#1248) 7 years ago
private improve protected branch to add whitelist support (#2451) 7 years ago
process Fix run command race (#1470) 7 years ago
public Allow custom public files (#782) 8 years ago
search Code/repo search (#2582) 7 years ago
setting Fix language names (#2955) 7 years ago
ssh Configurable SSH key exchange algorithm and MAC suite (#2806) 7 years ago
sync Fix status table race condition (#1835) 7 years ago
templates Various wiki bug fixes (#2996) 7 years ago
test Fix counts on issues dashboard (#2215) 7 years ago
user golint fixed for modules/user 8 years ago
util Code/repo search (#2582) 7 years ago
validation Create new branch from branch selection dropdown (#2130) 7 years ago