gitea/modules/repository
zeripath 30f7ddb833
Ensure memcache TTL cannot be over 30 days (#14592)
Memcached TTL cannot be > 30 days and if it is attempted the TTL is interpreted as
a unix timestamp.

This PR ensures that the TTL is switched to a unix timestamp in those cases.

Fix #14571

Signed-off-by: Andrew Thornton <art27@cantab.net>
2021-02-09 22:29:03 +00:00
..
adopt.go
branch.go [API] Add pagination to ListBranches (#14524) 2021-02-03 20:06:13 +01:00
cache.go Ensure memcache TTL cannot be over 30 days (#14592) 2021-02-09 22:29:03 +00:00
check.go
commits.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
commits_test.go Fix frontpage avatars (#13853) 2020-12-09 01:12:15 +01:00
create.go Check if label template exist first (#14384) 2021-01-18 21:00:50 +01:00
create_test.go
fork.go
fork_test.go
generate.go Ensure that HEAD is updated to match default branch in template generation (#13948) 2020-12-11 22:41:59 +01:00
hooks.go
init.go [API] Add pagination to ListBranches (#14524) 2021-02-03 20:06:13 +01:00
main_test.go
push.go
repo.go Add MirrorInterval to the API (#14163) 2021-01-02 18:47:47 -05:00
update.go