11 Commits

Author SHA1 Message Date
Unknwon
451aef7a1c
release: improve page load performance
Previously, we load all releases of a repository which could hurt
performance when the repository has a lot of releases.

Now we're able to only load releases in current page view we need
to show by matching with 'tag_name'.
2017-03-10 14:12:46 -05:00
Unknwon
7de71333c6
repo: several minor improvements
1. Fix sample content didn't show up when hook doesn't exist.
2. Fix CSS 'word-break' to use 'break-word' not 'break-all'.
3. Fix single quote in 'locale_en-US.ini' file.
2017-02-19 13:18:16 -05:00
Unknwon
0a2f87f941
cron: add repository archive cleanup (#4061) 2017-02-18 19:35:59 -05:00
Unknwon
c69900325d
commits: able to specify pageSize dynamically (#3965)
Usage: <url>?page={page}&pageSize={pageSize}

Also avoid/removed getting total commits count for pagination,
users are only allowed navigation by 'newer' and 'older'.
2017-02-18 18:37:47 -05:00
Unknwon
07801cbf09
repo/release: add pagination (#2164) 2017-02-17 17:41:55 -05:00
Unknwon
3b49a99b60
wiki: fix crash with blob name contains tab (#3916) 2017-02-16 11:47:54 -05:00
Unknwon
b9560ec9cb
vendor: update git-module (#4128) 2017-02-15 18:34:02 -05:00
Unknwon
94f91543b6
Fix compilation error 2017-02-15 04:09:07 -05:00
Unknwon
a0253cab62
vendor: update git-module 2017-02-14 17:21:55 -05:00
Unknwon
039dc33367
git: delegate all server-side Git hooks (#1623) 2017-02-14 16:22:16 -05:00
Unknwon
2fd69f13d9
vendor: check in vendors
Bye bye glide...
2017-02-09 19:48:13 -05:00