1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-01 07:01:12 +00:00

[v2] modified repo create, file upload, update, download, ...

* repo create: myhome, pubrepo, group
* handled 'is_password_set' etc.
* view-online is not offered for file in enc repo in 'passwd local' mode
* removed 'open local file'
* added 'v2 tip' in seafile_access_check page
This commit is contained in:
llj
2013-10-14 19:42:04 +08:00
parent 6be3bbd0fc
commit 2e270ca45e
29 changed files with 1191 additions and 245 deletions

View File

@@ -54,6 +54,12 @@ $(document).click(function(e) {
}
});
// clear repo enc info when log out
$('#logout').click(function() {
if ('localStorage' in window && window['localStorage'] !== null) {
localStorage.clear();
}
});
if ($.browser.mozilla || $.browser.msie) {
$('a').focus(function() {
$(this).blur();