diff --git a/net-mgmt/seafile-server/Makefile b/net-mgmt/seafile-server/Makefile index e178a4d551a6..57b9c7072fb8 100644 --- a/net-mgmt/seafile-server/Makefile +++ b/net-mgmt/seafile-server/Makefile @@ -1,135 +1,121 @@ PORTNAME= seafile-server DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_VER} DISTVERSIONSUFFIX= -server CATEGORIES= net-mgmt MAINTAINER= ultima@FreeBSD.org COMMENT= Open Source Cloud Storage (Server) LICENSE= GPLv3 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= valac:lang/vala LIB_DEPENDS= libsearpc.so:devel/libsearpc \ libevhtp.so:www/libevhtp \ libzdb.so:databases/libzdb \ libcurl.so:ftp/curl \ libinotify.so:devel/libinotify \ libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson \ libonig.so:devel/oniguruma RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}sqlite3>0:databases/py-sqlite3@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}urllib3>0:net/py-urllib3@${PY_FLAVOR} \ bash:shells/bash CONFLICTS= seafile USES= autoreconf compiler:c11 gnome iconv libarchive libtool localbase mysql \ pathfix pgsql pkgconfig python:3.6+ shebangfix sqlite ssl USE_GITHUB= yes GH_ACCOUNT= haiwen USE_GNOME= glib20 USE_RC_SUBR= seafile -SHEBANG_FILES= scripts/*.sh scripts/upgrade/*.sh *.sh scripts/build/*.py \ - scripts/*.py scripts/upgrade/*.py tools/seafile-admin +SHEBANG_FILES= tools/seafile-admin GNU_CONFIGURE= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl \ -lcrypto" PKG_CONFIG_PATH="${WRKDIR}/pkgconfig" PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include/evhtp SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FUSE LDAP NLS OPTIONS_DEFAULT= FUSE LDAP OPTIONS_EXCLUDE_DragonFly= FUSE OPTIONS_SUB= yes FUSE_DESC= Use file system in userspace FUSE_CONFIGURE_ENABLE= fuse FUSE_LIB_DEPENDS= libfuse.so:sysutils/fusefs-libs LDAP_CONFIGURE_ENABLE= ldap LDAP_USE= openldap=yes NLS_USES= gettext .include _PKGCONFIGDIR= ${WRKDIR}/pkgconfig post-patch: # Fix P_KTHREAD r295435 ${REINPLACE_CMD} 's/P_KTHREAD/P_KPROC/' ${WRKSRC}/lib/utils.c - ${REINPLACE_CMD} -E 's/stat.+\$$/stat -f %Su $$/' ${WRKSRC}/scripts/seafile.sh - ${REINPLACE_CMD} 's/%%SEAFILE_USER%%/${USERS:[1]}/ ; s/%%SEAFILE_GROUP%%/${GROUPS:[1]}/' \ - ${WRKSRC}/scripts/setup-seafile.sh ${WRKSRC}/scripts/setup-seafile-mysql.py # Fix python hardcodings ${REINPLACE_CMD} 's/python3\.[0-9]/${PYTHON_VERSION}/g; s/python3 /${PYTHON_VERSION} / ; \ - s/PYTHON=python3/PYTHON=${PYTHON_VERSION}/' \ - ${WRKSRC}/controller/seafile-controller.c ${WRKSRC}/scripts/reset-admin.sh \ - ${WRKSRC}/scripts/upgrade/upgrade_[7-9].[0-9]_[7-9].[0-9].sh \ - ${WRKSRC}/scripts/seahub.sh ${WRKSRC}/scripts/setup-seafile.sh \ - ${WRKSRC}/scripts/setup-seafile-mysql.sh \ - ${WRKSRC}/scripts/setup-seafile-mysql.py - ${REINPLACE_CMD} 's/python/${PYTHON_VERSION}/' \ - ${WRKSRC}/scripts/upgrade/regenerate_secret_key.sh + s/PYTHON=python3/PYTHON=${PYTHON_VERSION}/ ; s|/python3/|/${PYTHON_VERSION}/|g' \ + ${WRKSRC}/controller/seafile-controller.c @${MKDIR} ${_PKGCONFIGDIR} .if ${MYSQL_FLAVOUR} == mariadb # If mariadb is the selected flavor, link the pc file as # mysqlclient so PKG_CHECK_MODULES can find it. Mariadb # doesn't supply this file in the same way other flavours do. @${LN} -sf ${LOCALBASE}/libdata/pkgconfig/libmariadb.pc \ ${_PKGCONFIGDIR}/mysqlclient.pc .elif ${SSL_DEFAULT} == base # Add bogus pc file to satisfy mysqlclient depend for ssl=base @${PRINTF} 'Name:\nDescription:\nVersion:' \ >${_PKGCONFIGDIR}/openssl.pc .endif post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SEABIN} ${STAGEDIR}${PREFIX}/${SEALIB} \ - ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/seafile/share/doc/seafile \ - ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade + ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/seafile/share/doc/seafile .for SERVPROG in seaf-fsck seafserv-gc seaf-fuse seaf-migrate \ seaf-server seaf-server-init seafile-controller if [ -e "${STAGEDIR}${PREFIX}/bin/${SERVPROG}" ]; then \ ${INSTALL_PROGRAM} ${STAGEDIR}${PREFIX}/bin/${SERVPROG} ${STAGEDIR}${PREFIX}/${SEABIN}; \ ${RM} ${STAGEDIR}${PREFIX}/bin/${SERVPROG}; \ fi .endfor .for SERVPROG in seafile-controller seaf-server ${LN} -s "../${SEABIN}/${SERVPROG}" ${STAGEDIR}${PREFIX}/bin/${SERVPROG} .endfor (cd ${STAGEDIR}${PREFIX}/lib && \ ${COPYTREE_SHARE} ${PYTHON_VERSION} ${STAGEDIR}${PREFIX}/${SEALIB}) @${RM} -rf ${STAGEDIR}${PREFIX}/lib/${PYTHON_VERSION} \ ${STAGEDIR}${PREFIX}/bin/seafile-admin - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][yh] ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER} - ${INSTALL_SCRIPT} ${WRKSRC}/scripts/upgrade/*.[ps][yh] \ - ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade ${INSTALL_DATA} ${WRKSRC}/doc/seafile-tutorial.doc \ ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/seafile/share/doc/seafile/ (cd ${WRKSRC}/scripts && \ - ${COPYTREE_SHARE} "sql upgrade/sql" ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}) + ${COPYTREE_SHARE} "sql" ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}) makesum-all: .for PORT in net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub ${MAKE} -C "${PORTSDIR}/${PORT}" makesum .endfor .include "${.CURDIR}/Makefile.include" .include diff --git a/net-mgmt/seafile-server/Makefile.include b/net-mgmt/seafile-server/Makefile.include index 258c923db649..ddc93e27cc95 100644 --- a/net-mgmt/seafile-server/Makefile.include +++ b/net-mgmt/seafile-server/Makefile.include @@ -1,29 +1,29 @@ -SEAFILE_VER= 8.0.7 -SEAHUB_VER= 8.0.7 +SEAFILE_VER= 9.0.2 +SEAHUB_VER= 9.0.2 # Various vars used in most/all the Makefiles HAIWENDIR= www/haiwen SEAFILE_SERVER= ${HAIWENDIR}/seafile-server SEAHUBDIR= ${SEAFILE_SERVER}/seahub SEABIN= ${SEAFILE_SERVER}/seafile/bin SEALIB= ${SEAFILE_SERVER}/seafile/lib SITEPACKAGEDIR= ${SEAHUBDIR}/thirdpart SEAHUB_DATA_DIR= ${HAIWENDIR}/seahub-data USERS= seafile GROUPS= ${USERS} PLIST_SUB+= USERS=${USERS} \ GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ SEAHUBDIR=${SEAHUBDIR} \ HAIWENDIR=${HAIWENDIR} \ SITEPACKAGEDIR=${SITEPACKAGEDIR} SUB_LIST+= USERS=${USERS} \ GROUPS=${GROUPS} \ SEAFILE_SERVER=${SEAFILE_SERVER} \ HAIWENDIR=${HAIWENDIR} \ PYTHON=${PYTHON_VERSION} \ PYTHON_VER=${PYTHON_VER} diff --git a/net-mgmt/seafile-server/distinfo b/net-mgmt/seafile-server/distinfo index 6781cbbfd1e4..b010e19343f8 100644 --- a/net-mgmt/seafile-server/distinfo +++ b/net-mgmt/seafile-server/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630718047 -SHA256 (haiwen-seafile-server-v8.0.7-server_GH0.tar.gz) = b41bedd254aa1730a574452d986a58cbc84dc8f9cd63ee035087132b1f947d55 -SIZE (haiwen-seafile-server-v8.0.7-server_GH0.tar.gz) = 718851 +TIMESTAMP = 1639252431 +SHA256 (haiwen-seafile-server-v9.0.2-server_GH0.tar.gz) = 292257b584dcb775504fb22595e5b0903005abfee1990078527c7f9726548c8c +SIZE (haiwen-seafile-server-v9.0.2-server_GH0.tar.gz) = 709379 diff --git a/net-mgmt/seafile-server/files/patch-server_upload-file.c b/net-mgmt/seafile-server/files/patch-server_upload-file.c index 91e369966739..4b2e40dd49b1 100644 --- a/net-mgmt/seafile-server/files/patch-server_upload-file.c +++ b/net-mgmt/seafile-server/files/patch-server_upload-file.c @@ -1,71 +1,71 @@ ---- server/upload-file.c.orig 2019-12-23 10:30:49 UTC +--- server/upload-file.c.orig 2021-12-09 05:24:45 UTC +++ server/upload-file.c -@@ -2306,7 +2306,7 @@ out: +@@ -2234,7 +2234,7 @@ out: /* Set keepalive to 0. This will cause evhtp to close the * connection after sending the reply. */ - req->keepalive = 0; + evhtp_request_set_keepalive(req, 0); fsm->state = RECV_ERROR; } -@@ -2607,8 +2607,8 @@ upload_headers_cb (evhtp_request_t *req, evhtp_headers +@@ -2545,8 +2545,8 @@ upload_headers_cb (evhtp_request_t *req, evhtp_headers } /* Set up per-request hooks, so that we can read file data piece by piece. */ - evhtp_set_hook (&req->hooks, evhtp_hook_on_read, upload_read_cb, fsm); - evhtp_set_hook (&req->hooks, evhtp_hook_on_request_fini, upload_finish_cb, fsm); + evhtp_request_set_hook (req, evhtp_hook_on_read, upload_read_cb, fsm); + evhtp_request_set_hook (req, evhtp_hook_on_request_fini, upload_finish_cb, fsm); /* Set arg for upload_cb or update_cb. */ req->cbarg = fsm; -@@ -2623,7 +2623,7 @@ err: +@@ -2561,7 +2561,7 @@ err: /* Set keepalive to 0. This will cause evhtp to close the * connection after sending the reply. */ - req->keepalive = 0; -+ evhtp_request_set_keepalive(req, 0); - send_error_reply (req, EVHTP_RES_BADREQ, err_msg); ++ evhtp_request_set_keepalive(req, 0); + send_error_reply (req, error_code, err_msg); g_free (repo_id); -@@ -2724,32 +2724,32 @@ upload_file_init (evhtp_t *htp, const char *http_temp_ +@@ -2662,32 +2662,32 @@ upload_file_init (evhtp_t *htp, const char *http_temp_ g_free (cluster_shared_dir); cb = evhtp_set_regex_cb (htp, "^/upload-api/.*", upload_api_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); cb = evhtp_set_regex_cb (htp, "^/upload-raw-blks-api/.*", upload_raw_blks_api_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); cb = evhtp_set_regex_cb (htp, "^/upload-blks-api/.*", upload_blks_api_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); /* cb = evhtp_set_regex_cb (htp, "^/upload-blks-aj/.*", upload_blks_ajax_cb, NULL); */ /* evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); */ cb = evhtp_set_regex_cb (htp, "^/upload-aj/.*", upload_ajax_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); cb = evhtp_set_regex_cb (htp, "^/update-api/.*", update_api_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); cb = evhtp_set_regex_cb (htp, "^/update-blks-api/.*", update_blks_api_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); /* cb = evhtp_set_regex_cb (htp, "^/update-blks-aj/.*", update_blks_ajax_cb, NULL); */ /* evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); */ cb = evhtp_set_regex_cb (htp, "^/update-aj/.*", update_ajax_cb, NULL); - evhtp_set_hook(&cb->hooks, evhtp_hook_on_headers, upload_headers_cb, NULL); + evhtp_callback_set_hook(cb, evhtp_hook_on_headers, upload_headers_cb, NULL); evhtp_set_regex_cb (htp, "^/upload_progress.*", upload_progress_cb, NULL); diff --git a/net-mgmt/seafile-server/pkg-plist b/net-mgmt/seafile-server/pkg-plist index cbebabbdc5f8..0d8d5d58fd21 100644 --- a/net-mgmt/seafile-server/pkg-plist +++ b/net-mgmt/seafile-server/pkg-plist @@ -1,141 +1,32 @@ bin/seaf-server bin/seafile-controller include/seafile/seafile-object.h libdata/pkgconfig/libseafile.pc -%%SEAFILE_SERVER%%/check_init_admin.py -%%SEAFILE_SERVER%%/reset-admin.sh -%%SEAFILE_SERVER%%/seaf-fsck.sh -%%SEAFILE_SERVER%%/seaf-fuse.sh -%%SEAFILE_SERVER%%/seaf-gc.sh -%%SEAFILE_SERVER%%/seafile.sh %%SEAFILE_SERVER%%/seafile/bin/seaf-fsck %%FUSE%%%%SEAFILE_SERVER%%/seafile/bin/seaf-fuse %%SEAFILE_SERVER%%/seafile/bin/seaf-server %%SEAFILE_SERVER%%/seafile/bin/seafile-controller %%SEAFILE_SERVER%%/seafile/bin/seafserv-gc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/__init__.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/__pycache__/rpcclient.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/__pycache__/rpcclient.cpython-%%PYTHON_SUFFIX%%.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seafile/rpcclient.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__init__.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/__init__.cpython-%%PYTHON_SUFFIX%%.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/api.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/api.cpython-%%PYTHON_SUFFIX%%.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/service.cpython-%%PYTHON_SUFFIX%%.opt-1.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/__pycache__/service.cpython-%%PYTHON_SUFFIX%%.pyc %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/api.py %%SEAFILE_SERVER%%/seafile/%%PYTHON_SITELIBDIR%%/seaserv/service.py %%SEAFILE_SERVER%%/seafile/share/doc/seafile/seafile-tutorial.doc -%%SEAFILE_SERVER%%/seafobj_migrate.py -%%SEAHUBDIR%%.sh -%%SEAFILE_SERVER%%/setup-seafile-mysql.py -%%SEAFILE_SERVER%%/setup-seafile-mysql.sh -%%SEAFILE_SERVER%%/setup-seafile.sh %%SEAFILE_SERVER%%/sql/mysql/ccnet.sql %%SEAFILE_SERVER%%/sql/mysql/seafile.sql %%SEAFILE_SERVER%%/sql/sqlite/config.sql %%SEAFILE_SERVER%%/sql/sqlite/groupmgr.sql %%SEAFILE_SERVER%%/sql/sqlite/org.sql %%SEAFILE_SERVER%%/sql/sqlite/seafile.sql %%SEAFILE_SERVER%%/sql/sqlite/user.sql -%%SEAFILE_SERVER%%/sqlite2mysql.py -%%SEAFILE_SERVER%%/sqlite2mysql.sh -%%SEAFILE_SERVER%%/upgrade/add_collate.sh -%%SEAFILE_SERVER%%/upgrade/db_update_1.3_1.4.py -%%SEAFILE_SERVER%%/upgrade/db_update_helper.py -%%SEAFILE_SERVER%%/upgrade/fix_mysql_user.py -%%SEAFILE_SERVER%%/upgrade/minor-upgrade.sh -%%SEAFILE_SERVER%%/upgrade/regenerate_secret_key.sh -%%SEAFILE_SERVER%%/upgrade/sql/1.6.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.6.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/2.0.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/2.0.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/2.1.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/2.1.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/2.2.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/%%GTK3_VERSION%%/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/%%GTK3_VERSION%%/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/3.1.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/3.1.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/sqlite3/ccnet/groupmgr.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/4.3.0/mysql/.gitkeep -%%SEAFILE_SERVER%%/upgrade/sql/4.3.0/sqlite3/.gitkeep -%%SEAFILE_SERVER%%/upgrade/sql/4.4.0/mysql/.gitkeep -%%SEAFILE_SERVER%%/upgrade/sql/4.4.0/sqlite3/.gitkeep -%%SEAFILE_SERVER%%/upgrade/sql/5.0.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/5.0.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.0.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.0.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.1.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.1.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/sqlite3/ccnet/usermgr.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/seafevents.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/seafevents.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/ccnet.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/ccnet/usermgr.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/seafile.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.1.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/7.1.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/mysql/seafevents.sql -%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/mysql/seahub.sql -%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/sqlite3/seafevents.sql -%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/sqlite3/seahub.sql -%%SEAFILE_SERVER%%/upgrade/upgrade_1.2_1.3.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.3_1.4.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.4_1.5.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.5_1.6.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.6_1.7.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.7_1.8.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_1.8_2.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_2.0_2.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_2.1_2.2.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_2.2_3.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_3.0_3.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_3.1_4.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_4.0_4.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_4.1_4.2.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_4.2_4.3.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_4.3_4.4.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_4.4_5.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_5.0_5.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_5.1_6.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_6.0_6.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_6.1_6.2.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_6.2_6.3.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_6.3_7.0.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_7.0_7.1.sh -%%SEAFILE_SERVER%%/upgrade/upgrade_7.1_8.0.sh diff --git a/www/py-seafdav/distinfo b/www/py-seafdav/distinfo index ddab6002742d..141dc8d52d5e 100644 --- a/www/py-seafdav/distinfo +++ b/www/py-seafdav/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630718049 -SHA256 (haiwen-seafdav-v8.0.7-server_GH0.tar.gz) = 71d33d3843ba784c69d9e82c4cf383153f12486b5b98367c4d58915c7f22d521 -SIZE (haiwen-seafdav-v8.0.7-server_GH0.tar.gz) = 2693418 +TIMESTAMP = 1639252433 +SHA256 (haiwen-seafdav-v9.0.2-server_GH0.tar.gz) = f20c690cd5414b7d167532020760adf8d0b7efd4d3d1b93e116b206607461d63 +SIZE (haiwen-seafdav-v9.0.2-server_GH0.tar.gz) = 2693432 diff --git a/www/py-seafobj/distinfo b/www/py-seafobj/distinfo index dc7971921d29..f6c9d157ccdb 100644 --- a/www/py-seafobj/distinfo +++ b/www/py-seafobj/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630718053 -SHA256 (haiwen-seafobj-v8.0.7-server_GH0.tar.gz) = 357fbdbd703856ea01dbcddaa8893740d6908da3a75f52dfc8629bedd081fd59 -SIZE (haiwen-seafobj-v8.0.7-server_GH0.tar.gz) = 10058996 +TIMESTAMP = 1639252435 +SHA256 (haiwen-seafobj-v9.0.2-server_GH0.tar.gz) = 2272550e21724d013d54ad2fb40e366ea0781f86f2e85e5b7bedd061b70150b5 +SIZE (haiwen-seafobj-v9.0.2-server_GH0.tar.gz) = 10058984 diff --git a/www/seahub/Makefile b/www/seahub/Makefile index 803a45cefd9a..dac99f018d6f 100644 --- a/www/seahub/Makefile +++ b/www/seahub/Makefile @@ -1,96 +1,116 @@ PORTNAME= seahub DISTVERSIONPREFIX= v DISTVERSION= ${SEAHUB_VER} DISTVERSIONSUFFIX= -server -PORTREVISION= 1 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org COMMENT= Web frontend for Seafile LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/www/haiwen/seafile-server/seafile/bin/seaf-server:net-mgmt/seafile-server \ ${PYTHON_PKGNAMEPREFIX}django22>=0:www/py-django22@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}future>=0:devel/py-future@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-statici18n>=0:www/py-django-statici18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-webpack-loader>=0:www/py-django-webpack-loader@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}mysqlclient>0:databases/py-mysqlclient@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-picklefield>=0:www/py-django-picklefield@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-formtools>=0:www/py-django-formtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-simple-captcha>=0:www/py-django-simple-captcha@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=0:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ ${PY_PILLOW} \ - ${PYTHON_PKGNAMEPREFIX}pyjwt1>=0:www/py-pyjwt1@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pyjwt>=0:www/py-pyjwt@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pycryptodome>=0:security/py-pycryptodome@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0:www/py-requests-oauthlib@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pysaml26>=6.5.1:security/py-pysaml26@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}pymysql>0:databases/py-pymysql@${PY_FLAVOR} USES= gettext-tools:build python:3.6+ shebangfix USE_GITHUB= yes GH_ACCOUNT= haiwen -SHEBANG_FILES= *.sh tests/*.sh *.template *.py tools/*.py seahub/*.py +SHEBANG_FILES= *.sh tests/*.sh *.template *.py tools/*.py seahub/*.py \ + scripts/*.sh scripts/upgrade/*.sh *.sh scripts/build/*.py \ + scripts/*.py scripts/upgrade/*.py NO_ARCH= yes OPTIONS_DEFINE= SEAFOBJ SEAFDAV NLS OPTIONS_DEFAULT= SEAFOBJ SEAFDAV OPTIONS_SUB= yes ALL_TARGET= locale SEAFOBJ_DESC= Enable Seafile file object modeling support SEAFDAV_DESC= Enable Seafile WsgiDav-based support SEAFOBJ_CONFIGURE_WITH= seafobj SEAFOBJ_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}seafobj>0:www/py-seafobj@${PY_FLAVOR} SEAFDAV_CONFIGURE_WITH= seafdav SEAFDAV_RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}seafdav>0:www/py-seafdav@${PY_FLAVOR} NLS_USES= gettext iconv NLS_CONFIGURE_OFF= --disable-nls USE_RC_SUBR= ${PORTNAME} SUB_FILES= pkg-message post-patch: ${REINPLACE_CMD} -Ee "s|SEAFILE_VERSION = '[0-9]+\.[0-9]+\.[0-9]+'|SEAFILE_VERSION = '${SEAFILE_VER}'|" \ ${WRKSRC}/seahub/settings.py ${REINPLACE_CMD} -e 's|##FIX_WWWDIR##|${PREFIX}/${HAIWENDIR}|' ${WRKSRC}/*.template ${REINPLACE_CMD} -e 's|##FIX_SEALIB##|${PREFIX}/${SEALIB}|' ${WRKSRC}/*.template ${REINPLACE_CMD} -e 's|##FIX_SITEPACKAGEDIR##|${PREFIX}/${SITEPACKAGEDIR}|' ${WRKSRC}/*.template ${REINPLACE_CMD} -e 's|##PYTHON_VERSION##|${PYTHON_VERSION}|g' ${WRKSRC}/*.template ${REINPLACE_CMD} -e 's|##FIX_LOCALBASE##|${LOCALBASE}|' ${WRKSRC}/*.template - ${FIND} ${WRKSRC} -name "*.bak" -exec ${RM} {} \; - ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} {} \; (cd ${WRKSRC}; (for file in run-seahub.sh.template \ send_user_notifications.sh.template setenv.sh.template; do \ ${CP} $$file $${file%%.template}; \ done)) + ${REINPLACE_CMD} -E 's/stat.+\$$/stat -f %Su $$/' ${WRKSRC}/scripts/seafile.sh + ${REINPLACE_CMD} 's/%%SEAFILE_USER%%/${USERS:[1]}/ ; s/%%SEAFILE_GROUP%%/${GROUPS:[1]}/' \ + ${WRKSRC}/scripts/setup-seafile.sh ${WRKSRC}/scripts/setup-seafile-mysql.py +# Fix python hardcodings + ${REINPLACE_CMD} 's/python3\.[0-9]/${PYTHON_VERSION}/g; s/python3 /${PYTHON_VERSION} / ; \ + s/PYTHON=python3/PYTHON=${PYTHON_VERSION}/ ; s|/python3/|/${PYTHON_VERSION}/|g' \ + ${WRKSRC}/scripts/*.sh \ + ${WRKSRC}/scripts/setup-seafile-mysql.py \ + ${WRKSRC}/scripts/upgrade/upgrade_[7-9].[0-9]_[7-9].[0-9].sh + ${REINPLACE_CMD} 's/python/${PYTHON_VERSION}/' \ + ${WRKSRC}/scripts/upgrade/regenerate_secret_key.sh + ${FIND} ${WRKSRC} -name "*.bak" -exec ${RM} {} \; + ${FIND} ${WRKSRC} -name "*.orig" -exec ${RM} {} \; ${RM} ${WRKSRC}/.gitignore do-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/runtime/ \ ${STAGEDIR}${PREFIX}/${SEAHUBDIR} ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR} \ - ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR}/custom + ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR}/custom \ + ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/${SEAHUBDIR} \ "! -name Makefile ! -name seahub.conf ! -name avatars \ ! -name default-non-register.jpg ! -name default.png ! -name groups") (cd ${WRKSRC}/media && ${COPYTREE_SHARE} ./avatars \ ${STAGEDIR}${PREFIX}/${SEAHUB_DATA_DIR}) ${LN} -fs ../../../seahub-data/avatars \ ${STAGEDIR}${PREFIX}/${SEAHUBDIR}/media/avatars + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.[ps][yh] ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER} + ${INSTALL_SCRIPT} ${WRKSRC}/scripts/upgrade/*.[ps][yh] \ + ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade + (cd ${WRKSRC}/scripts && \ + ${COPYTREE_SHARE} "upgrade/sql" ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}) .include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include" .include diff --git a/www/seahub/distinfo b/www/seahub/distinfo index 8d9d2020fcb6..5d2d98531330 100644 --- a/www/seahub/distinfo +++ b/www/seahub/distinfo @@ -1,3 +1,3 @@ -TIMESTAMP = 1630718061 -SHA256 (haiwen-seahub-v8.0.7-server_GH0.tar.gz) = 3b1cdac99bf5e8ddd4d81f3a05820f08a0916078018b2366b0bff86737805b64 -SIZE (haiwen-seahub-v8.0.7-server_GH0.tar.gz) = 27628035 +TIMESTAMP = 1639252440 +SHA256 (haiwen-seahub-v9.0.2-server_GH0.tar.gz) = 1c13800c3e2db89ff5f5eae26e7fd1cabaa3bcfe702c3c58062e34437d308cb8 +SIZE (haiwen-seahub-v9.0.2-server_GH0.tar.gz) = 28567480 diff --git a/net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py b/www/seahub/files/patch-scripts_setup-seafile-mysql.py similarity index 100% rename from net-mgmt/seafile-server/files/patch-scripts_setup-seafile-mysql.py rename to www/seahub/files/patch-scripts_setup-seafile-mysql.py diff --git a/net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh b/www/seahub/files/patch-scripts_setup-seafile.sh similarity index 100% rename from net-mgmt/seafile-server/files/patch-scripts_setup-seafile.sh rename to www/seahub/files/patch-scripts_setup-seafile.sh diff --git a/net-mgmt/seafile-server/files/patch-scripts_upgrade_regenerate__secret__key.sh b/www/seahub/files/patch-scripts_upgrade_regenerate__secret__key.sh similarity index 100% rename from net-mgmt/seafile-server/files/patch-scripts_upgrade_regenerate__secret__key.sh rename to www/seahub/files/patch-scripts_upgrade_regenerate__secret__key.sh diff --git a/www/seahub/pkg-plist b/www/seahub/pkg-plist index 2973662dccf7..a7cc404d35a5 100644 --- a/www/seahub/pkg-plist +++ b/www/seahub/pkg-plist @@ -1,2821 +1,3215 @@ +%%SEAFILE_SERVER%%/check-db-type.py +%%SEAFILE_SERVER%%/check_init_admin.py +%%SEAFILE_SERVER%%/index_op.py +%%SEAFILE_SERVER%%/migrate-repo.py +%%SEAFILE_SERVER%%/migrate-repo.sh +%%SEAFILE_SERVER%%/migrate.py +%%SEAFILE_SERVER%%/migrate.sh +%%SEAFILE_SERVER%%/pro.py +%%SEAFILE_SERVER%%/remove-objs.py +%%SEAFILE_SERVER%%/remove-objs.sh +%%SEAFILE_SERVER%%/reset-admin.sh +%%SEAFILE_SERVER%%/run_index_master.sh +%%SEAFILE_SERVER%%/run_index_worker.sh +%%SEAFILE_SERVER%%/seaf-backup-cmd.py +%%SEAFILE_SERVER%%/seaf-backup-cmd.sh +%%SEAFILE_SERVER%%/seaf-encrypt.sh +%%SEAFILE_SERVER%%/seaf-fsck.sh +%%SEAFILE_SERVER%%/seaf-fuse.sh +%%SEAFILE_SERVER%%/seaf-gc.sh +%%SEAFILE_SERVER%%/seaf-import.sh +%%SEAFILE_SERVER%%/%%USERS%%-background-tasks.sh +%%SEAFILE_SERVER%%/%%USERS%%.sh +%%SEAFILE_SERVER%%/seafobj_migrate.py +%%SEAHUBDIR%%.sh %%SEAHUBDIR%%/.github/workflows/dist.yml %%SEAHUBDIR%%/.github/workflows/test.yml %%SEAHUBDIR%%/.tx/config %%SEAHUBDIR%%/CONTRIBUTORS %%SEAHUBDIR%%/HACKING %%SEAHUBDIR%%/LICENSE-thirdparty.txt %%SEAHUBDIR%%/LICENSE.txt %%SEAHUBDIR%%/README.markdown %%SEAHUBDIR%%/bin/restart.template %%SEAHUBDIR%%/bin/start.template %%SEAHUBDIR%%/code-check.sh %%SEAHUBDIR%%/dev-requirements.txt %%SEAHUBDIR%%/fabfile/__init__.py %%SEAHUBDIR%%/fabfile/copyright.py %%SEAHUBDIR%%/fabfile/locale.py %%SEAHUBDIR%%/frontend/.babelrc %%SEAHUBDIR%%/frontend/.eslintrc.json %%SEAHUBDIR%%/frontend/config/env.js %%SEAHUBDIR%%/frontend/config/getHttpsConfig.js %%SEAHUBDIR%%/frontend/config/jest/cssTransform.js %%SEAHUBDIR%%/frontend/config/jest/fileTransform.js %%SEAHUBDIR%%/frontend/config/modules.js %%SEAHUBDIR%%/frontend/config/paths.js %%SEAHUBDIR%%/frontend/config/pnpTs.js %%SEAHUBDIR%%/frontend/config/polyfills.js %%SEAHUBDIR%%/frontend/config/server.js %%SEAHUBDIR%%/frontend/config/webpack.config.js %%SEAHUBDIR%%/frontend/config/webpack.entry.js %%SEAHUBDIR%%/frontend/config/webpackDevServer.config.js %%SEAHUBDIR%%/frontend/package-lock.json %%SEAHUBDIR%%/frontend/package.json %%SEAHUBDIR%%/frontend/scripts/build.js %%SEAHUBDIR%%/frontend/scripts/start.js %%SEAHUBDIR%%/frontend/scripts/test.js %%SEAHUBDIR%%/frontend/src/app.js %%SEAHUBDIR%%/frontend/src/assets/%%USERS%%-logo.png %%SEAHUBDIR%%/frontend/src/components/audio-player.js %%SEAHUBDIR%%/frontend/src/components/btn-qr-code.js %%SEAHUBDIR%%/frontend/src/components/common/account.js %%SEAHUBDIR%%/frontend/src/components/common/logout.js %%SEAHUBDIR%%/frontend/src/components/common/notice-item.js %%SEAHUBDIR%%/frontend/src/components/common/notification.js %%SEAHUBDIR%%/frontend/src/components/context-menu/actions.js %%SEAHUBDIR%%/frontend/src/components/context-menu/context-menu.js %%SEAHUBDIR%%/frontend/src/components/context-menu/globalEventListener.js %%SEAHUBDIR%%/frontend/src/components/context-menu/helpers.js %%SEAHUBDIR%%/frontend/src/components/copy-to-clipboard.js %%SEAHUBDIR%%/frontend/src/components/cur-dir-path/dir-path.js %%SEAHUBDIR%%/frontend/src/components/cur-dir-path/dir-tool.js %%SEAHUBDIR%%/frontend/src/components/cur-dir-path/index.js %%SEAHUBDIR%%/frontend/src/components/date-and-time-picker.js %%SEAHUBDIR%%/frontend/src/components/dialog/about-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/add-abuse-report-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/add-related-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/add-reviewer-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/change-repo-password-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/clean-trash.js %%SEAHUBDIR%%/frontend/src/components/dialog/commit-details.js %%SEAHUBDIR%%/frontend/src/components/dialog/common-operation-confirmation-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/confirm-delete-account.js %%SEAHUBDIR%%/frontend/src/components/dialog/confirm-disconnect-dingtalk.js %%SEAHUBDIR%%/frontend/src/components/dialog/confirm-disconnect-wechat.js %%SEAHUBDIR%%/frontend/src/components/dialog/confirm-restore-repo.js %%SEAHUBDIR%%/frontend/src/components/dialog/confirm-unlink-device.js %%SEAHUBDIR%%/frontend/src/components/dialog/copy-dirent-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/copy-move-dirent-progress-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-department-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-folder-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/create-tag-dialog.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/add-custom-permission.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/custom-permission-editor.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/custom-permission-item.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/custom-permission-manager.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/edit-custom-permission.js +%%SEAHUBDIR%%/frontend/src/components/dialog/custom-permission/list-custom-permissions.js %%SEAHUBDIR%%/frontend/src/components/dialog/delete-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/delete-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/dismiss-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/edit-filetag-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/edit-repo-commit-labels.js %%SEAHUBDIR%%/frontend/src/components/dialog/file-participant-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/generate-share-link.js %%SEAHUBDIR%%/frontend/src/components/dialog/generate-upload-link.js %%SEAHUBDIR%%/frontend/src/components/dialog/guide-for-new-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/image-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/import-dingtalk-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/import-members-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/import-work-weixin-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/insert-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/insert-repo-image-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/internal-link-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/internal-link.js %%SEAHUBDIR%%/frontend/src/components/dialog/invitation-revoke-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/invite-people-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/label-repo-state-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/leave-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-decrypt-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-history-setting-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-old-files-auto-del-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-sub-folder-permission-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-sub-folder-set-group-permission-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/lib-sub-folder-set-user-permission-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/list-created-files-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/list-related-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/list-repo-drafts-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/list-tag-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/list-taggedfiles-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/local-draft-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/manage-members-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/move-dirent-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/new-wiki-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/op-menu.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-add-admin-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-add-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-add-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-add-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-add-user-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-admin-invite-user-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-delete-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-delete-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-delete-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-logs-file-update-detail.js %%SEAHUBDIR%%/frontend/src/components/dialog/org-set-group-quota-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/perm-select.js %%SEAHUBDIR%%/frontend/src/components/dialog/readme-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/related-file-dialogs.js %%SEAHUBDIR%%/frontend/src/components/dialog/rename-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/rename-dirent.js %%SEAHUBDIR%%/frontend/src/components/dialog/rename-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/repo-api-token-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/repo-share-upload-links-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/reset-encrypted-repo-password-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/save-shared-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/search-file-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/set-org-user-contact-email.js %%SEAHUBDIR%%/frontend/src/components/dialog/set-org-user-name.js %%SEAHUBDIR%%/frontend/src/components/dialog/set-org-user-quota.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-admin-link.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-link-permission-select.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-to-group.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-to-invite-people.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-to-other-server.js %%SEAHUBDIR%%/frontend/src/components/dialog/share-to-user.js %%SEAHUBDIR%%/frontend/src/components/dialog/sort-options.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/set-quota.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-institution-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-or-update-term-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-org-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-sys-notification-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-add-user-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-batch-add-admin-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-create-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-delete-repo-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-add-member-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-group-transfer-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-import-user-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-lib-history-setting-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-logs-export-excel-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-rename-department-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-repo-transfer-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-group-quota-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-max-user-number-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-set-org-name-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-group.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-share-to-user.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/sysadmin-unlink-device-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/sysadmin-dialog/update-user.js %%SEAHUBDIR%%/frontend/src/components/dialog/terms-editor-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/terms-preview-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/transfer-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/transfer-group-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/update-tag-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/update-webdav-password.js %%SEAHUBDIR%%/frontend/src/components/dialog/upload-remind-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/view-link-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/wiki-delete-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/wiki-select-dialog.js %%SEAHUBDIR%%/frontend/src/components/dialog/zip-download-dialog.js %%SEAHUBDIR%%/frontend/src/components/dir-view-mode/dir-column-file.js %%SEAHUBDIR%%/frontend/src/components/dir-view-mode/dir-column-nav.js %%SEAHUBDIR%%/frontend/src/components/dir-view-mode/dir-column-view.js %%SEAHUBDIR%%/frontend/src/components/dir-view-mode/dir-grid-view.js %%SEAHUBDIR%%/frontend/src/components/dir-view-mode/dir-list-view.js %%SEAHUBDIR%%/frontend/src/components/dirent-detail/detail-comments-list.js %%SEAHUBDIR%%/frontend/src/components/dirent-detail/detail-list-view.js %%SEAHUBDIR%%/frontend/src/components/dirent-detail/dirent-details.js %%SEAHUBDIR%%/frontend/src/components/dirent-detail/file-details.js %%SEAHUBDIR%%/frontend/src/components/dirent-detail/lib-details.js %%SEAHUBDIR%%/frontend/src/components/dirent-grid-view/dirent-grid-item.js %%SEAHUBDIR%%/frontend/src/components/dirent-grid-view/dirent-grid-view.js %%SEAHUBDIR%%/frontend/src/components/dirent-list-view/dirent-list-item.js %%SEAHUBDIR%%/frontend/src/components/dirent-list-view/dirent-list-view.js %%SEAHUBDIR%%/frontend/src/components/dirent-list-view/dirent-none-view.js %%SEAHUBDIR%%/frontend/src/components/draft-list-view/draft-list-item.js %%SEAHUBDIR%%/frontend/src/components/draft-list-view/draft-list-view.js %%SEAHUBDIR%%/frontend/src/components/draggable/dirents-dragged-preview.js %%SEAHUBDIR%%/frontend/src/components/dropdown-menu/item-dropdown-menu.js %%SEAHUBDIR%%/frontend/src/components/empty-tip.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/file-chooser.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/repo-list-item.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/repo-list-view.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/searched-list-item.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/searched-list-view.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/tree-list-item.js %%SEAHUBDIR%%/frontend/src/components/file-chooser/tree-list-view.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/audio.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/image.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/markdown.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/pdf.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/svg.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/text.js %%SEAHUBDIR%%/frontend/src/components/file-content-view/video.js %%SEAHUBDIR%%/frontend/src/components/file-uploader/file-uploader.js %%SEAHUBDIR%%/frontend/src/components/file-uploader/forbid-upload-list-item.js %%SEAHUBDIR%%/frontend/src/components/file-uploader/upload-list-item.js %%SEAHUBDIR%%/frontend/src/components/file-uploader/upload-progress-dialog.js %%SEAHUBDIR%%/frontend/src/components/file-view/comment-panel.js %%SEAHUBDIR%%/frontend/src/components/file-view/file-info.js %%SEAHUBDIR%%/frontend/src/components/file-view/file-toolbar.js %%SEAHUBDIR%%/frontend/src/components/file-view/file-view-tip.js %%SEAHUBDIR%%/frontend/src/components/file-view/file-view.js %%SEAHUBDIR%%/frontend/src/components/file-view/participants-list.js +%%SEAHUBDIR%%/frontend/src/components/group-members.js %%SEAHUBDIR%%/frontend/src/components/history-list-view/history-list-item.js %%SEAHUBDIR%%/frontend/src/components/history-list-view/history-list-view.js %%SEAHUBDIR%%/frontend/src/components/history-trash-file-view/download.js %%SEAHUBDIR%%/frontend/src/components/history-trash-file-view/file-view-tip.js %%SEAHUBDIR%%/frontend/src/components/history-trash-file-view/file-view.js %%SEAHUBDIR%%/frontend/src/components/icon-button.js %%SEAHUBDIR%%/frontend/src/components/index-viewer.js %%SEAHUBDIR%%/frontend/src/components/libs-mobile-thead.js +%%SEAHUBDIR%%/frontend/src/components/list-and-add-group-members.js %%SEAHUBDIR%%/frontend/src/components/loading.js %%SEAHUBDIR%%/frontend/src/components/logo.js %%SEAHUBDIR%%/frontend/src/components/main-content-wrapper.js %%SEAHUBDIR%%/frontend/src/components/main-panel.js %%SEAHUBDIR%%/frontend/src/components/main-side-nav.js %%SEAHUBDIR%%/frontend/src/components/markdown-view/comment-dialog.js %%SEAHUBDIR%%/frontend/src/components/markdown-view/history-list.js %%SEAHUBDIR%%/frontend/src/components/menu-control.js %%SEAHUBDIR%%/frontend/src/components/modal-portal.js %%SEAHUBDIR%%/frontend/src/components/more.js +%%SEAHUBDIR%%/frontend/src/components/op-icon.js %%SEAHUBDIR%%/frontend/src/components/org-admin-group-nav.js %%SEAHUBDIR%%/frontend/src/components/org-admin-user-nav.js %%SEAHUBDIR%%/frontend/src/components/paginator.js %%SEAHUBDIR%%/frontend/src/components/pdf-viewer.js %%SEAHUBDIR%%/frontend/src/components/permission-denied-tip.js %%SEAHUBDIR%%/frontend/src/components/rename.js %%SEAHUBDIR%%/frontend/src/components/repo-info-bar.js %%SEAHUBDIR%%/frontend/src/components/review-list-view/review-comment-dialog.js %%SEAHUBDIR%%/frontend/src/components/review-list-view/review-comments.js +%%SEAHUBDIR%%/frontend/src/components/search-group-members.js %%SEAHUBDIR%%/frontend/src/components/search/search-by-name.js %%SEAHUBDIR%%/frontend/src/components/search/search-result-item.js %%SEAHUBDIR%%/frontend/src/components/search/search.js %%SEAHUBDIR%%/frontend/src/components/search/wiki-search.js %%SEAHUBDIR%%/frontend/src/components/select-editor/repo-api-token-permission-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/role-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/select-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/share-link-permission-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/share-permission-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/sysadmin-group-role-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/sysadmin-user-membership-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/sysadmin-user-role-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/sysadmin-user-status-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/user-status-editor.js %%SEAHUBDIR%%/frontend/src/components/select-editor/wiki-permission-editor.js %%SEAHUBDIR%%/frontend/src/components/send-link.js %%SEAHUBDIR%%/frontend/src/components/shared-file-view/shared-file-view-tip.js %%SEAHUBDIR%%/frontend/src/components/shared-file-view/shared-file-view.js %%SEAHUBDIR%%/frontend/src/components/shared-link-file-uploader/file-uploader.js %%SEAHUBDIR%%/frontend/src/components/shared-link-file-uploader/forbid-upload-list-item.js %%SEAHUBDIR%%/frontend/src/components/shared-link-file-uploader/upload-list-item.js %%SEAHUBDIR%%/frontend/src/components/shared-link-file-uploader/upload-progress-dialog.js %%SEAHUBDIR%%/frontend/src/components/shared-link.js %%SEAHUBDIR%%/frontend/src/components/shared-repo-list-view/shared-repo-list-item.js %%SEAHUBDIR%%/frontend/src/components/shared-repo-list-view/shared-repo-list-view.js %%SEAHUBDIR%%/frontend/src/components/side-nav-footer.js %%SEAHUBDIR%%/frontend/src/components/side-panel.js %%SEAHUBDIR%%/frontend/src/components/system-notification.js %%SEAHUBDIR%%/frontend/src/components/terms-preview-widget.js %%SEAHUBDIR%%/frontend/src/components/toast/alert.js %%SEAHUBDIR%%/frontend/src/components/toast/index.js %%SEAHUBDIR%%/frontend/src/components/toast/toast.js %%SEAHUBDIR%%/frontend/src/components/toast/toastManager.js %%SEAHUBDIR%%/frontend/src/components/toast/toaster.js %%SEAHUBDIR%%/frontend/src/components/toolbar/common-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/dir-operation-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/general-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/groups-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/invitations-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/markdown-viewer-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/multiple-dir-operation-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/repo-view-toobar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/view-file-toolbar.js %%SEAHUBDIR%%/frontend/src/components/toolbar/view-mode-toolbar.js %%SEAHUBDIR%%/frontend/src/components/tree-view/tree-helper.js %%SEAHUBDIR%%/frontend/src/components/tree-view/tree-node-view.js %%SEAHUBDIR%%/frontend/src/components/tree-view/tree-node.js %%SEAHUBDIR%%/frontend/src/components/tree-view/tree-view.js %%SEAHUBDIR%%/frontend/src/components/tree-view/tree.js %%SEAHUBDIR%%/frontend/src/components/user-select.js %%SEAHUBDIR%%/frontend/src/components/user-settings/delete-account.js %%SEAHUBDIR%%/frontend/src/components/user-settings/email-notice.js %%SEAHUBDIR%%/frontend/src/components/user-settings/language-setting.js %%SEAHUBDIR%%/frontend/src/components/user-settings/list-in-address-book.js %%SEAHUBDIR%%/frontend/src/components/user-settings/side-nav.js %%SEAHUBDIR%%/frontend/src/components/user-settings/social-login-dingtalk.js %%SEAHUBDIR%%/frontend/src/components/user-settings/social-login.js %%SEAHUBDIR%%/frontend/src/components/user-settings/two-factor-auth.js %%SEAHUBDIR%%/frontend/src/components/user-settings/user-avatar-form.js %%SEAHUBDIR%%/frontend/src/components/user-settings/user-basic-info-form.js %%SEAHUBDIR%%/frontend/src/components/user-settings/web-api-auth-token.js %%SEAHUBDIR%%/frontend/src/components/user-settings/webdav-password.js %%SEAHUBDIR%%/frontend/src/components/video-player.js %%SEAHUBDIR%%/frontend/src/components/wiki-dir-list-view/wiki-dir-list-item.js %%SEAHUBDIR%%/frontend/src/components/wiki-dir-list-view/wiki-dir-list-view.js %%SEAHUBDIR%%/frontend/src/components/wiki-list-view/wiki-list-item.js %%SEAHUBDIR%%/frontend/src/components/wiki-list-view/wiki-list-view.js %%SEAHUBDIR%%/frontend/src/components/wiki-markdown-viewer.js %%SEAHUBDIR%%/frontend/src/components/wiki-outline.js %%SEAHUBDIR%%/frontend/src/css/add-reviewer-dialog.css %%SEAHUBDIR%%/frontend/src/css/audio-file-view.css %%SEAHUBDIR%%/frontend/src/css/btn-qr-code.css %%SEAHUBDIR%%/frontend/src/css/comments-list.css %%SEAHUBDIR%%/frontend/src/css/commit-details.css %%SEAHUBDIR%%/frontend/src/css/date-and-time-picker.css %%SEAHUBDIR%%/frontend/src/css/dingtalk-departments.css %%SEAHUBDIR%%/frontend/src/css/dirent-detail.css %%SEAHUBDIR%%/frontend/src/css/dirent-list-item.css %%SEAHUBDIR%%/frontend/src/css/dirents-menu.css %%SEAHUBDIR%%/frontend/src/css/draft.css %%SEAHUBDIR%%/frontend/src/css/file-chooser.css %%SEAHUBDIR%%/frontend/src/css/file-history-old.css %%SEAHUBDIR%%/frontend/src/css/file-history.css %%SEAHUBDIR%%/frontend/src/css/file-uploader.css %%SEAHUBDIR%%/frontend/src/css/file-view-data-grid.css %%SEAHUBDIR%%/frontend/src/css/file-view.css %%SEAHUBDIR%%/frontend/src/css/files-activities.css %%SEAHUBDIR%%/frontend/src/css/grid-view.css %%SEAHUBDIR%%/frontend/src/css/group-view.css %%SEAHUBDIR%%/frontend/src/css/groups.css %%SEAHUBDIR%%/frontend/src/css/image-file-view.css %%SEAHUBDIR%%/frontend/src/css/index-viewer.css %%SEAHUBDIR%%/frontend/src/css/insert-repo-image-dialog.css %%SEAHUBDIR%%/frontend/src/css/internal-link.css %%SEAHUBDIR%%/frontend/src/css/invitations.css %%SEAHUBDIR%%/frontend/src/css/layout.css %%SEAHUBDIR%%/frontend/src/css/lib-content-view.css %%SEAHUBDIR%%/frontend/src/css/lib-decrypt.css %%SEAHUBDIR%%/frontend/src/css/list-related-file-dialog.css %%SEAHUBDIR%%/frontend/src/css/manage-members-dialog.css %%SEAHUBDIR%%/frontend/src/css/markdown-viewer/comment-dialog.css %%SEAHUBDIR%%/frontend/src/css/markdown-viewer/history-viewer.css %%SEAHUBDIR%%/frontend/src/css/markdown-viewer/markdown-editor.css %%SEAHUBDIR%%/frontend/src/css/md-file-view.css %%SEAHUBDIR%%/frontend/src/css/org-admin-paginator.css %%SEAHUBDIR%%/frontend/src/css/org-admin-user.css %%SEAHUBDIR%%/frontend/src/css/org-department-item.css %%SEAHUBDIR%%/frontend/src/css/org-logs.css %%SEAHUBDIR%%/frontend/src/css/pagination.css %%SEAHUBDIR%%/frontend/src/css/participants-list.css %%SEAHUBDIR%%/frontend/src/css/pdf-file-view.css %%SEAHUBDIR%%/frontend/src/css/react-context-menu.css %%SEAHUBDIR%%/frontend/src/css/react-mentions-default-style.js %%SEAHUBDIR%%/frontend/src/css/related-files-list.css %%SEAHUBDIR%%/frontend/src/css/repo-folder-trash.css %%SEAHUBDIR%%/frontend/src/css/repo-history.css %%SEAHUBDIR%%/frontend/src/css/repo-info-bar.css %%SEAHUBDIR%%/frontend/src/css/repo-snapshot.css %%SEAHUBDIR%%/frontend/src/css/repo-tag.css %%SEAHUBDIR%%/frontend/src/css/review-comment-dialog.css %%SEAHUBDIR%%/frontend/src/css/review-comments.css %%SEAHUBDIR%%/frontend/src/css/review-content.css %%SEAHUBDIR%%/frontend/src/css/search.css %%SEAHUBDIR%%/frontend/src/css/select-editor.css %%SEAHUBDIR%%/frontend/src/css/share-link-dialog.css %%SEAHUBDIR%%/frontend/src/css/share-to-user.css %%SEAHUBDIR%%/frontend/src/css/shared-dir-view.css %%SEAHUBDIR%%/frontend/src/css/shared-file-view.css %%SEAHUBDIR%%/frontend/src/css/side-panel.css %%SEAHUBDIR%%/frontend/src/css/spreadsheet-file-view.css %%SEAHUBDIR%%/frontend/src/css/sub-folder-permission.css %%SEAHUBDIR%%/frontend/src/css/svg-file-view.css %%SEAHUBDIR%%/frontend/src/css/system-admin-web-settings.css %%SEAHUBDIR%%/frontend/src/css/system-info.css %%SEAHUBDIR%%/frontend/src/css/system-notification.css %%SEAHUBDIR%%/frontend/src/css/system-stat.css %%SEAHUBDIR%%/frontend/src/css/tc-accept.css %%SEAHUBDIR%%/frontend/src/css/terms-conditions-editor.css %%SEAHUBDIR%%/frontend/src/css/text-file-view.css %%SEAHUBDIR%%/frontend/src/css/tip-for-new-file.css %%SEAHUBDIR%%/frontend/src/css/toolbar.css %%SEAHUBDIR%%/frontend/src/css/top-search-by-name.css %%SEAHUBDIR%%/frontend/src/css/transfer-group-dialog.css %%SEAHUBDIR%%/frontend/src/css/tree-view-contextmenu.css %%SEAHUBDIR%%/frontend/src/css/upload-link.css %%SEAHUBDIR%%/frontend/src/css/user-notifications.css %%SEAHUBDIR%%/frontend/src/css/user-select.css %%SEAHUBDIR%%/frontend/src/css/user-settings.css %%SEAHUBDIR%%/frontend/src/css/video-file-view.css %%SEAHUBDIR%%/frontend/src/css/wiki.css %%SEAHUBDIR%%/frontend/src/css/work-weixin-departments.css %%SEAHUBDIR%%/frontend/src/draft.js %%SEAHUBDIR%%/frontend/src/file-history-old.js %%SEAHUBDIR%%/frontend/src/file-history.js %%SEAHUBDIR%%/frontend/src/file-view.js %%SEAHUBDIR%%/frontend/src/history-trash-file-view.js %%SEAHUBDIR%%/frontend/src/i18n-%%USERS%%-editor.js %%SEAHUBDIR%%/frontend/src/index.css %%SEAHUBDIR%%/frontend/src/index.js %%SEAHUBDIR%%/frontend/src/markdown-editor.js %%SEAHUBDIR%%/frontend/src/models/activity.js +%%SEAHUBDIR%%/frontend/src/models/custom-permission.js %%SEAHUBDIR%%/frontend/src/models/dirent.js %%SEAHUBDIR%%/frontend/src/models/draft.js %%SEAHUBDIR%%/frontend/src/models/file-tag.js %%SEAHUBDIR%%/frontend/src/models/group.js %%SEAHUBDIR%%/frontend/src/models/org-admin-repo.js %%SEAHUBDIR%%/frontend/src/models/org-group.js %%SEAHUBDIR%%/frontend/src/models/org-logs-file-audit.js %%SEAHUBDIR%%/frontend/src/models/org-logs-file-update.js %%SEAHUBDIR%%/frontend/src/models/org-logs-perm-audit.js %%SEAHUBDIR%%/frontend/src/models/org-user.js %%SEAHUBDIR%%/frontend/src/models/repo-info.js %%SEAHUBDIR%%/frontend/src/models/repo-tag.js %%SEAHUBDIR%%/frontend/src/models/repo.js %%SEAHUBDIR%%/frontend/src/models/review-comment.js %%SEAHUBDIR%%/frontend/src/models/review.js %%SEAHUBDIR%%/frontend/src/models/share-link.js %%SEAHUBDIR%%/frontend/src/models/shared-folder-info.js %%SEAHUBDIR%%/frontend/src/models/shared-repo-info.js %%SEAHUBDIR%%/frontend/src/models/sysadmin-admin-user.js %%SEAHUBDIR%%/frontend/src/models/sysadmin-user.js %%SEAHUBDIR%%/frontend/src/models/system-admin/dirent.js %%SEAHUBDIR%%/frontend/src/models/upload-link.js %%SEAHUBDIR%%/frontend/src/pages/dashboard/files-activities.js %%SEAHUBDIR%%/frontend/src/pages/drafts/draft-content.js %%SEAHUBDIR%%/frontend/src/pages/drafts/drafts-view.js %%SEAHUBDIR%%/frontend/src/pages/file-history-old/history-item.js %%SEAHUBDIR%%/frontend/src/pages/file-history/main-panel.js %%SEAHUBDIR%%/frontend/src/pages/file-history/side-panel.js %%SEAHUBDIR%%/frontend/src/pages/groups/group-view.js %%SEAHUBDIR%%/frontend/src/pages/groups/groups-view.js %%SEAHUBDIR%%/frontend/src/pages/invitations/invitations-view.js %%SEAHUBDIR%%/frontend/src/pages/lib-content-view/lib-content-container.js %%SEAHUBDIR%%/frontend/src/pages/lib-content-view/lib-content-toolbar.js %%SEAHUBDIR%%/frontend/src/pages/lib-content-view/lib-content-view.js %%SEAHUBDIR%%/frontend/src/pages/linked-devices/linked-devices.js %%SEAHUBDIR%%/frontend/src/pages/my-libs/my-libs-deleted.js %%SEAHUBDIR%%/frontend/src/pages/my-libs/my-libs.js %%SEAHUBDIR%%/frontend/src/pages/my-libs/mylib-repo-list-item.js %%SEAHUBDIR%%/frontend/src/pages/my-libs/mylib-repo-list-view.js %%SEAHUBDIR%%/frontend/src/pages/my-libs/mylib-repo-menu.js +%%SEAHUBDIR%%/frontend/src/pages/ocm-via-webdav/ocm-via-webdav.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/index.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/main-panel-topbar.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-admin-list.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-department-item.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-departments-list.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-departments.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-group-info.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-group-members.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-group-repos.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-groups-search-groups.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-groups.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-info.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-libraries.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-links.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-logs-file-audit.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-logs-file-update.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-logs-perm-audit.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-logs.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-user-item.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-user-profile.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-user-repos.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-user-shared-repos.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-users-admins.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-users-list.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-users-nav.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-users-search-users.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/org-users-users.js %%SEAHUBDIR%%/frontend/src/pages/org-admin/side-panel.js %%SEAHUBDIR%%/frontend/src/pages/repo-wiki-mode/side-panel.js %%SEAHUBDIR%%/frontend/src/pages/review/history-list.js %%SEAHUBDIR%%/frontend/src/pages/search/advanced-search.js %%SEAHUBDIR%%/frontend/src/pages/search/index.js %%SEAHUBDIR%%/frontend/src/pages/search/main-panel.js %%SEAHUBDIR%%/frontend/src/pages/search/search-results.js %%SEAHUBDIR%%/frontend/src/pages/share-admin/folders.js %%SEAHUBDIR%%/frontend/src/pages/share-admin/libraries.js %%SEAHUBDIR%%/frontend/src/pages/share-admin/share-links.js %%SEAHUBDIR%%/frontend/src/pages/share-admin/upload-links.js %%SEAHUBDIR%%/frontend/src/pages/share-with-ocm/remote-dir-content.js %%SEAHUBDIR%%/frontend/src/pages/share-with-ocm/remote-dir-path.js %%SEAHUBDIR%%/frontend/src/pages/share-with-ocm/remote-dir-topbar.js %%SEAHUBDIR%%/frontend/src/pages/share-with-ocm/remote-dir-view.js %%SEAHUBDIR%%/frontend/src/pages/share-with-ocm/shared-with-ocm.js %%SEAHUBDIR%%/frontend/src/pages/shared-libs/shared-libs.js %%SEAHUBDIR%%/frontend/src/pages/shared-with-all/public-shared-view.js %%SEAHUBDIR%%/frontend/src/pages/starred/starred.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/abuse-reports.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/admin-logs/login-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/admin-logs/logs-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/admin-logs/operation-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/department-detail.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/departments-list.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/departments.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/group-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/member-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/departments/repo-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/devices/desktop-devices.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/devices/devices-by-platform.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/devices/devices-errors.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/devices/devices-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/devices/mobile-devices.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/dingtalk-departments.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/dingtalk/dingtalk-department-members-list.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-node.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/dingtalk/dingtalk-departments-tree-panel.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/dingtalk/index.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/file-scan-records.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/group-members.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/group-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/group-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/groups-content.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/groups.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/groups/search-groups.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/index.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/info.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/institutions/institution-admins.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/institutions/institution-info.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/institutions/institution-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/institutions/institution-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/institutions/institutions.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/invitations/invitations.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/links/links-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/links/share-links.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/links/upload-links.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/file-access-item-menu.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/file-access-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/file-access-toggle-filter.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/file-update-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/login-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/logs-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/logs-page/share-permission-logs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/main-panel-topbar.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/main-panel.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/notifications/notifications.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/org-groups.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/org-info.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/org-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/org-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/org-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/orgs-content.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/orgs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/orgs/search-orgs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/all-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/dir-content.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/dir-path-bar.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/dir-view.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/repos-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/search-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/system-repo.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/repos/trash-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/search.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/side-panel.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/picker.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-chart.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-common-tool.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-file.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-reports.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-storage.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-traffic-orgs.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-traffic-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-traffic.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/statistic-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/traffic-table-body.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/statistic/traffic-table.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/terms-and-conditions/content.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/terms-and-conditions/item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/terms-and-conditions/terms-and-conditions.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/user-link.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/admin-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/ldap-imported-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/ldap-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/search-users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-groups.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-info.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-links.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/user-shared-repos.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/users-content.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/users-nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/users/users.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/virus-scan/all-virus-files.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/virus-scan/nav.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/virus-scan/unhandled-virus-files.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/checkbox-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/file-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/input-item.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/section.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/setting-item-base.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/web-settings/web-settings.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/work-weixin-departments.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/work-weixin/index.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/work-weixin/work-weixin-department-members-list.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-node.js %%SEAHUBDIR%%/frontend/src/pages/sys-admin/work-weixin/work-weixin-departments-tree-panel.js %%SEAHUBDIR%%/frontend/src/pages/upload-link/file-uploader.js %%SEAHUBDIR%%/frontend/src/pages/upload-link/forbid-upload-list-item.js %%SEAHUBDIR%%/frontend/src/pages/upload-link/index.js %%SEAHUBDIR%%/frontend/src/pages/upload-link/upload-list-item.js %%SEAHUBDIR%%/frontend/src/pages/upload-link/upload-progress-dialog.js %%SEAHUBDIR%%/frontend/src/pages/wiki/main-panel.js %%SEAHUBDIR%%/frontend/src/pages/wiki/side-panel.js %%SEAHUBDIR%%/frontend/src/pages/wikis/wikis.js %%SEAHUBDIR%%/frontend/src/repo-folder-trash.js %%SEAHUBDIR%%/frontend/src/repo-history.js %%SEAHUBDIR%%/frontend/src/repo-snapshot.js %%SEAHUBDIR%%/frontend/src/settings.js %%SEAHUBDIR%%/frontend/src/shared-dir-view.js %%SEAHUBDIR%%/frontend/src/shared-file-view-audio.js %%SEAHUBDIR%%/frontend/src/shared-file-view-document.js %%SEAHUBDIR%%/frontend/src/shared-file-view-image.js %%SEAHUBDIR%%/frontend/src/shared-file-view-markdown.js %%SEAHUBDIR%%/frontend/src/shared-file-view-pdf.js %%SEAHUBDIR%%/frontend/src/shared-file-view-spreadsheet.js %%SEAHUBDIR%%/frontend/src/shared-file-view-svg.js %%SEAHUBDIR%%/frontend/src/shared-file-view-text.js %%SEAHUBDIR%%/frontend/src/shared-file-view-unknown.js %%SEAHUBDIR%%/frontend/src/shared-file-view-video.js %%SEAHUBDIR%%/frontend/src/tc-accept.js %%SEAHUBDIR%%/frontend/src/tc-view.js %%SEAHUBDIR%%/frontend/src/translate.js %%SEAHUBDIR%%/frontend/src/user-notifications.js %%SEAHUBDIR%%/frontend/src/utils/collab-server.js %%SEAHUBDIR%%/frontend/src/utils/constants.js %%SEAHUBDIR%%/frontend/src/utils/date-format-utils.js %%SEAHUBDIR%%/frontend/src/utils/editor-utilities.js %%SEAHUBDIR%%/frontend/src/utils/markdown-utils.js %%SEAHUBDIR%%/frontend/src/utils/pinyin-by-unicode.js %%SEAHUBDIR%%/frontend/src/utils/%%USERS%%-api.js %%SEAHUBDIR%%/frontend/src/utils/%%USERS%%-markdown2html.js %%SEAHUBDIR%%/frontend/src/utils/text-translation.js %%SEAHUBDIR%%/frontend/src/utils/url-decorator.js %%SEAHUBDIR%%/frontend/src/utils/utils.js %%SEAHUBDIR%%/frontend/src/view-file-document.js %%SEAHUBDIR%%/frontend/src/view-file-spreadsheet.js %%SEAHUBDIR%%/frontend/src/view-file-text.js %%SEAHUBDIR%%/frontend/src/wiki.js %%SEAHUBDIR%%/frontend/webpack-stats.pro.json %%SEAHUBDIR%%/i18n.sh %%SEAHUBDIR%%/locale/ar/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/ar/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/ar/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/ar/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/ar_EG/LC_MESSAGES/django.mo -%%SEAHUBDIR%%/locale/ar_EG/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/bg/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/bg/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/bg/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/bg/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/bg_BG/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/bg_BG/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/ca/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/ca/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/ca/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/ca/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/cs/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/cs/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/cs/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/cs/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/cs_CZ/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/cs_CZ/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/cs_CZ/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/da_DK/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/da_DK/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/da_DK/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/de/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/de/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/de/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/de/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/el/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/el/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/el/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/el/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/el_GR/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/el_GR/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/el_GR/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/en/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/en/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/en/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/en/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/en_US/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/en_US/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/es/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/es/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/es/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/es/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/es_AR/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/es_AR/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/es_AR/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/es_AR/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/es_MX/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/es_MX/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/es_MX/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/es_MX/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/fi/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/fi/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/fi/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/fi/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/fr/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/fr/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/fr/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/fr/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/he/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/he/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/he/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/he/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/hr/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/hr/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/hr_HR/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/hr_HR/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/hu/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/hu/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/hu/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/hu/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/is/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/is/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/is/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/is/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/it/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/it/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/it/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/it/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/ja/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/ja/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/ja/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/ja/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/ko/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/ko/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/ko/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/ko/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/lt/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/lt/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/lt/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/lt/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/lt_LT/LC_MESSAGES/django.mo -%%SEAHUBDIR%%/locale/lt_LT/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/lv/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/lv/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/lv/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/lv/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/lv_LV/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/lv_LV/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/lv_LV/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/mk/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/mk/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/mk/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/mk/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/nb/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/nb/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/nb_NO/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/nb_NO/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/nb_NO/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/nl/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/nl/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/nl/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/nl/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/nl_BE/LC_MESSAGES/django.mo -%%SEAHUBDIR%%/locale/nl_BE/LC_MESSAGES/djangojs.mo -%%SEAHUBDIR%%/locale/nl_NL/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/nl_NL/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/nl_NL/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/pl/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/pl/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/pl/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/pl/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/pt_BR/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/pt_BR/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/pt_BR/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/pt_BR/LC_MESSAGES/djangojs.po -%%SEAHUBDIR%%/locale/pt_PT/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/pt_PT/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/pt_PT/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/ru/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/ru/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/ru/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/ru/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/sk/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/sk/LC_MESSAGES/django.po -%%SEAHUBDIR%%/locale/sk_SK/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/sk_SK/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/sk_SK/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/sl/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/sl/LC_MESSAGES/django.po -%%SEAHUBDIR%%/locale/sl_SI/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/sl_SI/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/sl_SI/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/sv/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/sv/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/sv/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/sv/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/th/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/th/LC_MESSAGES/django.po -%%SEAHUBDIR%%/locale/th_TH/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/th_TH/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/th_TH/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/tr/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/tr/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/tr/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/tr/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/uk/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/uk/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/uk/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/uk/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/vi/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/vi/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/vi/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/vi/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/zh_CN/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/zh_CN/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/zh_CN/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/zh_CN/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/locale/zh_TW/LC_MESSAGES/django.mo %%SEAHUBDIR%%/locale/zh_TW/LC_MESSAGES/django.po %%SEAHUBDIR%%/locale/zh_TW/LC_MESSAGES/djangojs.mo %%SEAHUBDIR%%/locale/zh_TW/LC_MESSAGES/djangojs.po %%SEAHUBDIR%%/manage.py %%SEAHUBDIR%%/media/assets/css/bootstrap.min.b00faad199b5.css %%SEAHUBDIR%%/media/assets/css/bootstrap.min.css %%SEAHUBDIR%%/media/assets/frontend/static/css/TCAccept.chunk.b514cdba9591.css %%SEAHUBDIR%%/media/assets/frontend/static/css/TCAccept.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/TCAccept.chunk.css.e0d00fdad7cb.map %%SEAHUBDIR%%/media/assets/frontend/static/css/TCAccept.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/TCView.chunk.5ebf0d2d551e.css %%SEAHUBDIR%%/media/assets/frontend/static/css/TCView.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/TCView.chunk.css.5f4395bd5445.map %%SEAHUBDIR%%/media/assets/frontend/static/css/TCView.chunk.css.map -%%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.796e189969b9.css +%%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.616e19aacf05.css %%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.css -%%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.css.24bbe6830237.map +%%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.css.07788f09cd14.map %%SEAHUBDIR%%/media/assets/frontend/static/css/app.chunk.css.map +%%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.4d53c3965f16.css %%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.css -%%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.css.fa8e87d1a3b8.map +%%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.css.9fa0f079774b.map %%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.css.map -%%SEAHUBDIR%%/media/assets/frontend/static/css/commons.chunk.f668aa29560e.css %%SEAHUBDIR%%/media/assets/frontend/static/css/draft.chunk.99facfd7fd0f.css %%SEAHUBDIR%%/media/assets/frontend/static/css/draft.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/draft.chunk.css.af70e78607ce.map %%SEAHUBDIR%%/media/assets/frontend/static/css/draft.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistory.chunk.83fbc09d5a02.css %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistory.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistory.chunk.css.4c8c9971cd64.map %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistory.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistoryOld.chunk.554d5d3a92d9.css %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistoryOld.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistoryOld.chunk.css.1ecc98e117e3.map %%SEAHUBDIR%%/media/assets/frontend/static/css/fileHistoryOld.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/historyTrashFileView.chunk.648ed4486974.css %%SEAHUBDIR%%/media/assets/frontend/static/css/historyTrashFileView.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/historyTrashFileView.chunk.css.4eb03419591a.map %%SEAHUBDIR%%/media/assets/frontend/static/css/historyTrashFileView.chunk.css.map -%%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.98f8fad1742a.css +%%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.777bb75d7cd0.css %%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.css -%%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.css.e889093cfe42.map +%%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.css.340676e80f48.map %%SEAHUBDIR%%/media/assets/frontend/static/css/markdownEditor.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/orgAdmin.chunk.8b57d27cb5c0.css %%SEAHUBDIR%%/media/assets/frontend/static/css/orgAdmin.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/orgAdmin.chunk.css.811e78ed42e6.map %%SEAHUBDIR%%/media/assets/frontend/static/css/orgAdmin.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoFolderTrash.chunk.6c6623e2f571.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoFolderTrash.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoFolderTrash.chunk.css.022d3ff592f9.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoFolderTrash.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoHistory.chunk.cb07366cf120.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoHistory.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoHistory.chunk.css.7977a24e3e88.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoHistory.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoSnapshot.chunk.349335579fe4.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoSnapshot.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/repoSnapshot.chunk.css.d9e1588da8ba.map %%SEAHUBDIR%%/media/assets/frontend/static/css/repoSnapshot.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/settings.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/settings.chunk.css.2304f55889fb.map %%SEAHUBDIR%%/media/assets/frontend/static/css/settings.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/settings.chunk.e471fa64059a.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedDirView.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedDirView.chunk.css.5acfe90cc0e8.map %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedDirView.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedDirView.chunk.fa0e8a191cbe.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedFileViewSpreadsheet.chunk.3ccfe53fa7a0.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedFileViewSpreadsheet.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedFileViewSpreadsheet.chunk.css.ca0aa89c680b.map %%SEAHUBDIR%%/media/assets/frontend/static/css/sharedFileViewSpreadsheet.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/sysAdmin.chunk.0c435158abfc.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sysAdmin.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/sysAdmin.chunk.css.71cec040b4d3.map %%SEAHUBDIR%%/media/assets/frontend/static/css/sysAdmin.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/uploadLink.chunk.280c4aa0c7b1.css %%SEAHUBDIR%%/media/assets/frontend/static/css/uploadLink.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/uploadLink.chunk.css.c99db4929f50.map %%SEAHUBDIR%%/media/assets/frontend/static/css/uploadLink.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/userNotifications.chunk.21481f5b3b17.css %%SEAHUBDIR%%/media/assets/frontend/static/css/userNotifications.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/userNotifications.chunk.css.4a8d33ffcda2.map %%SEAHUBDIR%%/media/assets/frontend/static/css/userNotifications.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/viewFileSpreadsheet.chunk.47220f71a4af.css %%SEAHUBDIR%%/media/assets/frontend/static/css/viewFileSpreadsheet.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/viewFileSpreadsheet.chunk.css.3eb4a97945fe.map %%SEAHUBDIR%%/media/assets/frontend/static/css/viewFileSpreadsheet.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/wiki.chunk.css %%SEAHUBDIR%%/media/assets/frontend/static/css/wiki.chunk.css.104bd8a5f7b1.map %%SEAHUBDIR%%/media/assets/frontend/static/css/wiki.chunk.css.map %%SEAHUBDIR%%/media/assets/frontend/static/css/wiki.chunk.eb21f94192fe.css -%%SEAHUBDIR%%/media/assets/frontend/static/js/TCAccept.chunk.6c67369642ab.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/TCAccept.chunk.e0905528f5d8.js %%SEAHUBDIR%%/media/assets/frontend/static/js/TCAccept.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/TCAccept.chunk.js.a33a33ebb381.map %%SEAHUBDIR%%/media/assets/frontend/static/js/TCAccept.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/TCView.chunk.f62ecb0def6d.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/TCView.chunk.448613cc0e73.js %%SEAHUBDIR%%/media/assets/frontend/static/js/TCView.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/TCView.chunk.js.06650baad97b.map %%SEAHUBDIR%%/media/assets/frontend/static/js/TCView.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.255d2847e10a.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.6d1a57e96d41.js %%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.js.e7cda91f37e5.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.js.254965bdd3ba.map %%SEAHUBDIR%%/media/assets/frontend/static/js/app.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.f0565a22c7bc.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.4b9fb64ea60b.js %%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.js.187be030c636.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.js.273535edded4.map %%SEAHUBDIR%%/media/assets/frontend/static/js/commons.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/draft.chunk.4ece3ebe94ef.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/draft.chunk.ae2d1d903e80.js %%SEAHUBDIR%%/media/assets/frontend/static/js/draft.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/draft.chunk.js.2496d567d278.map %%SEAHUBDIR%%/media/assets/frontend/static/js/draft.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistory.chunk.a962e603cfbd.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistory.chunk.fb963dc6551f.js %%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistory.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistory.chunk.js.9f50a9302aba.map %%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistory.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.20e44009c051.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.ad05df6e058b.js %%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.js.9aa5053bde50.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.js.331ddc5b5603.map %%SEAHUBDIR%%/media/assets/frontend/static/js/fileHistoryOld.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.1a3659144e29.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.005b18000a4c.js %%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.js.50aaea110933.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.js.2cbe961aaf1c.map %%SEAHUBDIR%%/media/assets/frontend/static/js/fileView.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.cd24a9dd0f09.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.e01553856a9a.js %%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.js.8eb8e2a76b71.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.js.42ffc175485b.map %%SEAHUBDIR%%/media/assets/frontend/static/js/historyTrashFileView.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.eb55903a6757.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.9c67dbdc93ca.js %%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.js.74a535afb2a0.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.js.c9562bf1873e.map %%SEAHUBDIR%%/media/assets/frontend/static/js/markdownEditor.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/orgAdmin.chunk.f9935e53034a.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/orgAdmin.chunk.0293c6d61d57.js %%SEAHUBDIR%%/media/assets/frontend/static/js/orgAdmin.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/orgAdmin.chunk.js.5ff0ef95a6cb.map %%SEAHUBDIR%%/media/assets/frontend/static/js/orgAdmin.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.20623124a38b.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.ce3ee62836c4.js %%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.js.aec6e5f07305.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.js.1a8ea2d39acb.map %%SEAHUBDIR%%/media/assets/frontend/static/js/repoFolderTrash.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.d75b0f317f2b.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.4cec17f8fcad.js %%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.js.4bf4d4882f7f.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.js.a6745a1394a6.map %%SEAHUBDIR%%/media/assets/frontend/static/js/repoHistory.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.ffe51de7305e.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.7ac0ed21ea04.js %%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.js.7072055e1613.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.js.a96cf3787332.map %%SEAHUBDIR%%/media/assets/frontend/static/js/repoSnapshot.chunk.js.map %%SEAHUBDIR%%/media/assets/frontend/static/js/runtime.f951dbc7e084.js %%SEAHUBDIR%%/media/assets/frontend/static/js/runtime.js %%SEAHUBDIR%%/media/assets/frontend/static/js/runtime.js.19b4ffdb34e6.map %%SEAHUBDIR%%/media/assets/frontend/static/js/runtime.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/search.chunk.0b633aba4fbf.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/search.chunk.95d9cbce4349.js %%SEAHUBDIR%%/media/assets/frontend/static/js/search.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/search.chunk.js.b65e7bde1f6f.map %%SEAHUBDIR%%/media/assets/frontend/static/js/search.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.8edeb322f600.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.aa7ca2b842e5.js %%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.js.c44742255deb.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.js.2a61533a1baa.map %%SEAHUBDIR%%/media/assets/frontend/static/js/settings.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.91a8eff6d397.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.40525c748812.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.js.c9edd9d19060.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.js.5d89c30e2c3a.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedDirView.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewAudio.chunk.c0ae10c3a20c.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewAudio.chunk.d6326f276416.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewAudio.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewAudio.chunk.js.e6ad94126f4b.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewAudio.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.5ec4e3be8896.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.b27520a1869c.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.js.2161a6df64a7.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.js.088a6a47dee8.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewDocument.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewImage.chunk.844751dfa689.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewImage.chunk.02689d96623c.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewImage.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewImage.chunk.js.3418081aa4aa.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewImage.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewMarkdown.chunk.927ac7f733f7.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewMarkdown.chunk.aaf354248f93.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewMarkdown.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewMarkdown.chunk.js.666ae420e1aa.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewMarkdown.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewPDF.chunk.2258939c30b2.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewPDF.chunk.ca4fe00e2e11.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewPDF.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewPDF.chunk.js.7dea40add6f8.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewPDF.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSVG.chunk.e510f13458ad.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSVG.chunk.c966a757e5c5.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSVG.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSVG.chunk.js.f3f741942462.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSVG.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSpreadsheet.chunk.5dc6ed4398d7.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSpreadsheet.chunk.54804ca95d29.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSpreadsheet.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSpreadsheet.chunk.js.b2d1eee16cbb.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewSpreadsheet.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewText.chunk.bc6fc86309fa.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewText.chunk.f64373b016aa.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewText.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewText.chunk.js.4ef5058b591b.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewText.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewUnknown.chunk.ea9a6587f0a1.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewUnknown.chunk.ead90eecccde.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewUnknown.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewUnknown.chunk.js.b5643139972c.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewUnknown.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewVideo.chunk.87e8f4b08579.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewVideo.chunk.183b034329d8.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewVideo.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewVideo.chunk.js.1ae41a85e159.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sharedFileViewVideo.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.dd1a486f89a3.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.cadd236a1cb9.js %%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.js.b0e7e5f72f9b.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.js.b23980c12235.map %%SEAHUBDIR%%/media/assets/frontend/static/js/sysAdmin.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.2e2bc6ebd899.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.88c29424c93a.js %%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.js.6c13758a77e6.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.js.78bbeabe84a3.map %%SEAHUBDIR%%/media/assets/frontend/static/js/uploadLink.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/userNotifications.chunk.a4181e2136b1.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/userNotifications.chunk.9573611f8e76.js %%SEAHUBDIR%%/media/assets/frontend/static/js/userNotifications.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/userNotifications.chunk.js.8f504b149f58.map %%SEAHUBDIR%%/media/assets/frontend/static/js/userNotifications.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.6c64ada14cce.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.fb90521156f9.js %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.js.99dcc5bc42eb.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.js.8f89b6e59fb0.map %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileDocument.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileSpreadsheet.chunk.f854f056bc3a.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileSpreadsheet.chunk.7dee50a36f00.js %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileSpreadsheet.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileSpreadsheet.chunk.js.fbfdf7338d73.map %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileSpreadsheet.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileText.chunk.a9ea3e5b57c5.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileText.chunk.6e2227854c03.js %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileText.chunk.js %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileText.chunk.js.f0b0d1ae20e8.map %%SEAHUBDIR%%/media/assets/frontend/static/js/viewFileText.chunk.js.map -%%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.9e9caeb61185.js +%%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.75a0377baa68.js %%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.js -%%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.js.048608b50834.map +%%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.js.cbbacb4d6940.map %%SEAHUBDIR%%/media/assets/frontend/static/js/wiki.chunk.js.map -%%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.d7a2b06f5ab4.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.9a97ec617cb3.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.2053d1d7d136.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.1602bb5aad18.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/cs/djangojs.d43934322966.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/cs/djangojs.ca60078b06ff.js %%SEAHUBDIR%%/media/assets/scripts/i18n/cs/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.d6e15c4b0e5b.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.73996168abba.js %%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.ae8dc26151a9.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.b2edf5e25c65.js %%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/en/djangojs.2623d59dd64d.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/en/djangojs.705ead69114e.js %%SEAHUBDIR%%/media/assets/scripts/i18n/en/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.0880663e6dec.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.aca8e3e7a4e8.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.d63b0b07088d.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.a6ad35c3b3d4.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.fe2dce3dae0c.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.c7a163473b76.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.819a72b9c01a.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.618285320ff1.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.79dd9a10397f.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.92c5ed40a662.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.0cc1a2a6c66a.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.96ddc2c6cc08.js %%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.4920bad42d77.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.b0092411a355.js %%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.db2771a40896.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.4df12eb3a36e.js %%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.ed0401a698cd.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.72b818a4d152.js %%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.8f239254bc3f.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.92b917b60042.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.ce80c4905247.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.99bd848d42b9.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.6d89698e8961.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.096d9ce2166f.js %%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.d2eb8350bcbb.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.6ff029fafe86.js %%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.3385cccb7b3a.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.db7a254e1b60.js %%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.d03adfd24f18.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.fed93460cf52.js %%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ru/djangojs.f0c6b0b96109.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ru/djangojs.d319f1e0097d.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ru/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sk/djangojs.06183425c030.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.d7d3ebdaa129.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.1157faa2449b.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.2fee2a74930d.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.af55d9338ddf.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.254c797c9b13.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.ab7675c1eb28.js %%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.41f499b62a0f.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.3f23ce1b9baa.js %%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.618f504ab106.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.b04d6303bc30.js %%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.f7181587ed37.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.2032e73c832a.js %%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.bb0ce8be5244.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.7c164596c78f.js %%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.ef3c0a7e3323.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.aa283ff3ca88.js %%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery-ui.min.bdcd176b5ec2.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery-ui.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.min.dc5e7f18c8d3.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.simplemodal.55150926fcd1.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.simplemodal.js %%SEAHUBDIR%%/media/assets/staticfiles.json %%SEAHUBDIR%%/media/cors/result.html %%SEAHUBDIR%%/media/css/bootstrap.popover.min.css %%SEAHUBDIR%%/media/css/font/fontawesome-webfont.eot %%SEAHUBDIR%%/media/css/font/fontawesome-webfont.ttf %%SEAHUBDIR%%/media/css/font/fontawesome-webfont.woff %%SEAHUBDIR%%/media/css/jquery-ui.datepicker.min.css %%SEAHUBDIR%%/media/css/print_for_md_file_view.css %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/iconfont.eot %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/iconfont.svg %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/iconfont.ttf %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/iconfont.woff %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/iconfont.woff2 %%SEAHUBDIR%%/media/css/%%USERS%%-editor-font/%%USERS%%-editor-font.css %%SEAHUBDIR%%/media/css/%%USERS%%-ui.css %%SEAHUBDIR%%/media/css/seahub.css %%SEAHUBDIR%%/media/css/seahub_react.css %%SEAHUBDIR%%/media/css/sf_font2/%%USERS%%-font2.eot %%SEAHUBDIR%%/media/css/sf_font2/%%USERS%%-font2.svg %%SEAHUBDIR%%/media/css/sf_font2/%%USERS%%-font2.ttf %%SEAHUBDIR%%/media/css/sf_font2/%%USERS%%-font2.woff %%SEAHUBDIR%%/media/css/sf_font3/iconfont.css %%SEAHUBDIR%%/media/css/sf_font3/iconfont.eot %%SEAHUBDIR%%/media/css/sf_font3/iconfont.js %%SEAHUBDIR%%/media/css/sf_font3/iconfont.svg %%SEAHUBDIR%%/media/css/sf_font3/iconfont.ttf %%SEAHUBDIR%%/media/css/sf_font3/iconfont.woff %%SEAHUBDIR%%/media/css/sf_font3/iconfont.woff2 +%%SEAHUBDIR%%/media/favicons/favicon.ico +%%SEAHUBDIR%%/media/favicons/favicon.svg +%%SEAHUBDIR%%/media/favicons/icon-192.png +%%SEAHUBDIR%%/media/favicons/icon-512.png +%%SEAHUBDIR%%/media/favicons/manifest.webmanifest %%SEAHUBDIR%%/media/fontawesome/css/fontawesome-all.min.css %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-regular-400.eot %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-regular-400.svg %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-regular-400.ttf %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-regular-400.woff %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-regular-400.woff2 %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-solid-900.eot %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-solid-900.svg %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-solid-900.ttf %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-solid-900.woff %%SEAHUBDIR%%/media/fontawesome/webfonts/fa-solid-900.woff2 %%SEAHUBDIR%%/media/img/add.png %%SEAHUBDIR%%/media/img/bg.png %%SEAHUBDIR%%/media/img/edit.png %%SEAHUBDIR%%/media/img/email_bg.jpg -%%SEAHUBDIR%%/media/img/favicon.ico %%SEAHUBDIR%%/media/img/file-locked-32.png %%SEAHUBDIR%%/media/img/file/192/excel.png %%SEAHUBDIR%%/media/img/file/192/file.png %%SEAHUBDIR%%/media/img/file/192/music.png %%SEAHUBDIR%%/media/img/file/192/pdf.png %%SEAHUBDIR%%/media/img/file/192/pic.png %%SEAHUBDIR%%/media/img/file/192/ppt.png %%SEAHUBDIR%%/media/img/file/192/txt.png %%SEAHUBDIR%%/media/img/file/192/video.png %%SEAHUBDIR%%/media/img/file/192/word.png %%SEAHUBDIR%%/media/img/file/24/excel.png %%SEAHUBDIR%%/media/img/file/24/file.png %%SEAHUBDIR%%/media/img/file/24/music.png %%SEAHUBDIR%%/media/img/file/24/pdf.png %%SEAHUBDIR%%/media/img/file/24/pic.png %%SEAHUBDIR%%/media/img/file/24/ppt.png %%SEAHUBDIR%%/media/img/file/24/txt.png %%SEAHUBDIR%%/media/img/file/24/video.png %%SEAHUBDIR%%/media/img/file/24/word.png %%SEAHUBDIR%%/media/img/folder-192.png %%SEAHUBDIR%%/media/img/folder-24.png %%SEAHUBDIR%%/media/img/folder-read-only-192.png %%SEAHUBDIR%%/media/img/folder-read-only-24.png %%SEAHUBDIR%%/media/img/grid.png %%SEAHUBDIR%%/media/img/grippy_large.png %%SEAHUBDIR%%/media/img/help/cloud.png %%SEAHUBDIR%%/media/img/help/column_view.png %%SEAHUBDIR%%/media/img/help/context_menu.png %%SEAHUBDIR%%/media/img/help/dept_admin.png %%SEAHUBDIR%%/media/img/help/dept_admin_manage_libs.png %%SEAHUBDIR%%/media/img/help/dept_admin_manage_members.png %%SEAHUBDIR%%/media/img/help/desktop_lock_file.png %%SEAHUBDIR%%/media/img/help/desktop_my_locked_file.png %%SEAHUBDIR%%/media/img/help/desktop_other_locked_file.png %%SEAHUBDIR%%/media/img/help/drive-accounts.png %%SEAHUBDIR%%/media/img/help/drive-cache-setting.png %%SEAHUBDIR%%/media/img/help/drive-fetch-finish.png %%SEAHUBDIR%%/media/img/help/drive-login.png %%SEAHUBDIR%%/media/img/help/drive.png %%SEAHUBDIR%%/media/img/help/editor_side_bar.png %%SEAHUBDIR%%/media/img/help/file_history.png %%SEAHUBDIR%%/media/img/help/history_setting.png %%SEAHUBDIR%%/media/img/help/image-1584674198415.png %%SEAHUBDIR%%/media/img/help/image-1584674764725.png %%SEAHUBDIR%%/media/img/help/image-1584675088821.png %%SEAHUBDIR%%/media/img/help/libraries_view.png %%SEAHUBDIR%%/media/img/help/library_browse.png %%SEAHUBDIR%%/media/img/help/locked-by-me.png %%SEAHUBDIR%%/media/img/help/locked.png %%SEAHUBDIR%%/media/img/help/markdown_editor.png %%SEAHUBDIR%%/media/img/help/partial-synced.png %%SEAHUBDIR%%/media/img/help/read-only.png %%SEAHUBDIR%%/media/img/help/read_only.png %%SEAHUBDIR%%/media/img/help/related_files.png %%SEAHUBDIR%%/media/img/help/resync-a-library.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-add-account.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-cloud-file-browser.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-cloud.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-create-library-02.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-create-library.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-init-choose-folder.png %%SEAHUBDIR%%/media/img/help/%%USERS%%-sync-library.png %%SEAHUBDIR%%/media/img/help/set-sync-interval.png %%SEAHUBDIR%%/media/img/help/sync-a-sub-folder.png %%SEAHUBDIR%%/media/img/help/sync-with-an-existing-01.png %%SEAHUBDIR%%/media/img/help/sync-with-an-existing-02.png %%SEAHUBDIR%%/media/img/help/synced.png %%SEAHUBDIR%%/media/img/help/sys_admin_departments.png %%SEAHUBDIR%%/media/img/help/tags_from_file_browser.png %%SEAHUBDIR%%/media/img/help/tags_from_side_bar.png %%SEAHUBDIR%%/media/img/help/tags_summary.png %%SEAHUBDIR%%/media/img/help/web_file_locked.png %%SEAHUBDIR%%/media/img/help/web_folder_perm_ro.png %%SEAHUBDIR%%/media/img/help/web_lock_file.png %%SEAHUBDIR%%/media/img/lib/24/lib-cloud-preview-edit.png %%SEAHUBDIR%%/media/img/lib/24/lib-cloud-preview.png %%SEAHUBDIR%%/media/img/lib/24/lib-encrypted.png %%SEAHUBDIR%%/media/img/lib/24/lib-readonly.png %%SEAHUBDIR%%/media/img/lib/24/lib.png %%SEAHUBDIR%%/media/img/lib/256/lib-cloud-preview-edit.png %%SEAHUBDIR%%/media/img/lib/256/lib-cloud-preview.png %%SEAHUBDIR%%/media/img/lib/256/lib-encrypted.png %%SEAHUBDIR%%/media/img/lib/256/lib-readonly.png %%SEAHUBDIR%%/media/img/lib/256/lib.png %%SEAHUBDIR%%/media/img/lib/48/lib-cloud-preview-edit.png %%SEAHUBDIR%%/media/img/lib/48/lib-cloud-preview.png %%SEAHUBDIR%%/media/img/lib/48/lib-encrypted.png %%SEAHUBDIR%%/media/img/lib/48/lib-readonly.png %%SEAHUBDIR%%/media/img/lib/48/lib.png %%SEAHUBDIR%%/media/img/loading-icon.gif %%SEAHUBDIR%%/media/img/lock.png %%SEAHUBDIR%%/media/img/login-bg.jpg %%SEAHUBDIR%%/media/img/member-list-empty-2x.png %%SEAHUBDIR%%/media/img/no-items-tip.png %%SEAHUBDIR%%/media/img/rm.png %%SEAHUBDIR%%/media/img/%%USERS%%-logo.png %%SEAHUBDIR%%/media/img/ui-icons_444444_256x240.png %%SEAHUBDIR%%/media/img/weixin.png %%SEAHUBDIR%%/media/img/welcome.png %%SEAHUBDIR%%/media/js/Chart.bundle.min.js %%SEAHUBDIR%%/media/js/CryptoJS/components/lib-typedarrays-min.js %%SEAHUBDIR%%/media/js/CryptoJS/rollups/aes.js %%SEAHUBDIR%%/media/js/CryptoJS/rollups/sha1.js +%%SEAHUBDIR%%/media/js/GStarSDK.js %%SEAHUBDIR%%/media/js/base.js %%SEAHUBDIR%%/media/js/bootstrap.min.js %%SEAHUBDIR%%/media/js/file_crypto.js %%SEAHUBDIR%%/media/js/jq.min.js %%SEAHUBDIR%%/media/js/jquery.fileupload.min.js %%SEAHUBDIR%%/media/js/mathjax/tex-svg.js -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78ms-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/78ms-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/83pv-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90ms-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90ms-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90msp-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90msp-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90pv-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/90pv-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Add-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Add-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Add-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Add-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-0.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-1.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-3.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-4.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-5.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-6.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-CNS1-UCS2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-0.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-1.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-3.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-4.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-5.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-GB1-UCS2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-0.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-1.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-3.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-4.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-5.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-6.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Japan1-UCS2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Korea1-0.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Korea1-1.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Korea1-2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Adobe-Korea1-UCS2.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/B5pc-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/B5pc-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS1-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS1-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS2-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/CNS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETHK-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETHK-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETen-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETen-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETenms-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/ETenms-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Ext-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Ext-RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Ext-RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Ext-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GB-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GB-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GB-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GB-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBK-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBK-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBK2K-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBK2K-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBKp-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBKp-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBT-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBT-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBT-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBT-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBTpc-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBTpc-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBpc-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/GBpc-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKdla-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKdla-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKdlb-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKdlb-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKgccs-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKgccs-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKm314-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKm314-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKm471-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKm471-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKscs-B5-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/HKscs-B5-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Hankaku.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Hiragana.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-Johab-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-Johab-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCms-UHC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCms-UHC-HW-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCms-UHC-HW-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCms-UHC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCpc-EUC-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/KSCpc-EUC-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Katakana.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/LICENSE -%%SEAHUBDIR%%/media/js/pdf/cmaps/NWP-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/NWP-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/RKSJ-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/RKSJ-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/Roman.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UCS2-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UCS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF16-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF16-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF8-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniCNS-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UCS2-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UCS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF16-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF16-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF8-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniGB-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UCS2-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UCS2-HW-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UCS2-HW-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UCS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF16-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF16-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF8-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF16-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF16-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF8-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJIS2004-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISPro-UCS2-HW-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISPro-UCS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISPro-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISX0213-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISX0213-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISX02132004-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniJISX02132004-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UCS2-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UCS2-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF16-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF16-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF32-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF32-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF8-H.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/UniKS-UTF8-V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/V.bcmap -%%SEAHUBDIR%%/media/js/pdf/cmaps/WP-Symbol.bcmap -%%SEAHUBDIR%%/media/js/pdf/images/annotation-noicon.svg -%%SEAHUBDIR%%/media/js/pdf/locale/ach/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/af/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ak/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/an/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ar/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/as/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ast/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/az/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/be/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/bg/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/bn-BD/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/bn-IN/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/br/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/brx/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/bs/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ca/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/cak/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/crh/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/cs/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/csb/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/cy/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/da/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/de/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/el/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/en-CA/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/en-GB/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/en-US/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/en-ZA/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/eo/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/es-AR/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/es-CL/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/es-ES/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/es-MX/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/et/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/eu/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/fa/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ff/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/fi/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/fr/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/fy-NL/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ga-IE/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/gd/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/gl/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/gn/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/gu-IN/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/he/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hi-IN/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hr/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hsb/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hto/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hu/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/hy-AM/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ia/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/id/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/is/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/it/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ja/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ka/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/kab/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/kk/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/km/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/kn/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ko/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/kok/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ks/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ku/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/lg/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/lij/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/lo/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/locale.properties -%%SEAHUBDIR%%/media/js/pdf/locale/lt/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ltg/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/lv/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/mai/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/meh/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/mk/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ml/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/mn/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/mr/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ms/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/my/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/nb-NO/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ne-NP/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/nl/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/nn-NO/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/nso/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/oc/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/or/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/pa-IN/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/pl/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/pt-BR/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/pt-PT/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/rm/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ro/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ru/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/rw/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sah/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sat/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/si/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sk/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sl/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/son/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sq/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sr/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sv-SE/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/sw/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ta-LK/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ta/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/te/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/th/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/tl/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/tn/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/tr/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/tsz/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/uk/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/ur/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/uz/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/vi/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/wo/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/xh/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/zam/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/zh-CN/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/zh-TW/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/locale/zu/viewer.properties -%%SEAHUBDIR%%/media/js/pdf/pdf.min.js -%%SEAHUBDIR%%/media/js/pdf/pdf.worker.min.js -%%SEAHUBDIR%%/media/js/pdf/viewer.js +%%SEAHUBDIR%%/media/js/pdf/build/pdf.js +%%SEAHUBDIR%%/media/js/pdf/build/pdf.worker.js +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78ms-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/78ms-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/83pv-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90ms-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90ms-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90msp-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90msp-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90pv-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/90pv-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Add-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Add-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Add-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Add-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-0.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-1.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-3.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-4.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-5.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-6.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-CNS1-UCS2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-0.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-1.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-3.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-4.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-5.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-GB1-UCS2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-0.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-1.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-3.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-4.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-5.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-6.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Japan1-UCS2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Korea1-0.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Korea1-1.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Korea1-2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Adobe-Korea1-UCS2.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/B5pc-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/B5pc-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS1-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS1-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS2-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/CNS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETHK-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETHK-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETen-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETen-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETenms-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/ETenms-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Ext-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Ext-RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Ext-RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Ext-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GB-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GB-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GB-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GB-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBK-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBK-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBK2K-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBK2K-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBKp-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBKp-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBT-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBT-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBT-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBT-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBTpc-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBTpc-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBpc-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/GBpc-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKdla-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKdla-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKdlb-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKdlb-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKgccs-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKgccs-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKm314-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKm314-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKm471-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKm471-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKscs-B5-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/HKscs-B5-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Hankaku.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Hiragana.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-Johab-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-Johab-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCms-UHC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCms-UHC-HW-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCms-UHC-HW-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCms-UHC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCpc-EUC-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/KSCpc-EUC-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Katakana.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/LICENSE +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/NWP-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/NWP-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/RKSJ-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/RKSJ-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/Roman.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UCS2-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UCS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF16-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF16-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF8-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniCNS-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UCS2-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UCS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF16-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF16-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF8-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniGB-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UCS2-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UCS2-HW-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UCS2-HW-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UCS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF16-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF16-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF8-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF16-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF16-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF8-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJIS2004-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISPro-UCS2-HW-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISPro-UCS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISPro-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISX0213-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISX0213-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISX02132004-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniJISX02132004-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UCS2-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UCS2-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF16-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF16-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF32-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF32-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF8-H.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/UniKS-UTF8-V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/V.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/cmaps/WP-Symbol.bcmap +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-check.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-comment.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-help.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-insert.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-key.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-newparagraph.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-noicon.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-note.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/annotation-paragraph.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/findbarButton-next.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/findbarButton-previous.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/grab.cur +%%SEAHUBDIR%%/media/js/pdf/web/images/grabbing.cur +%%SEAHUBDIR%%/media/js/pdf/web/images/loading-dark.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/loading-icon.gif +%%SEAHUBDIR%%/media/js/pdf/web/images/loading.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-documentProperties.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-firstPage.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-handTool.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-lastPage.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-rotateCcw.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-rotateCw.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-scrollHorizontal.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-scrollVertical.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-scrollWrapped.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-selectTool.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-spreadEven.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-spreadNone.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/secondaryToolbarButton-spreadOdd.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/shadow.png +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-bookmark.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-currentOutlineItem.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-download.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-menuArrow.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-openFile.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-pageDown.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-pageUp.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-presentationMode.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-print.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-search.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-secondaryToolbarToggle.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-sidebarToggle.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-viewAttachments.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-viewLayers.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-viewOutline.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-viewThumbnail.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-zoomIn.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/toolbarButton-zoomOut.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/treeitem-collapsed.svg +%%SEAHUBDIR%%/media/js/pdf/web/images/treeitem-expanded.svg +%%SEAHUBDIR%%/media/js/pdf/web/locale/ach/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/af/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/an/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ar/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ast/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/az/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/be/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/bg/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/bn/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/bo/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/br/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/brx/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/bs/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ca/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/cak/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ckb/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/cs/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/cy/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/da/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/de/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/dsb/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/el/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/en-CA/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/en-GB/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/en-US/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/eo/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/es-AR/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/es-CL/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/es-ES/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/es-MX/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/et/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/eu/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/fa/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ff/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/fi/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/fr/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/fy-NL/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ga-IE/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/gd/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/gl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/gn/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/gu-IN/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/he/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hi-IN/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hr/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hsb/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hu/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hy-AM/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/hye/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ia/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/id/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/is/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/it/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ja/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ka/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/kab/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/kk/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/km/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/kn/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ko/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/lij/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/lo/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/locale.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/lt/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ltg/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/lv/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/meh/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/mk/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/mr/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ms/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/my/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/nb-NO/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ne-NP/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/nl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/nn-NO/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/oc/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/pa-IN/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/pl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/pt-BR/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/pt-PT/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/rm/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ro/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ru/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/scn/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sco/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/si/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sk/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/son/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sq/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sr/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/sv-SE/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/szl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ta/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/te/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/tg/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/th/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/tl/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/tr/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/trs/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/uk/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/ur/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/uz/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/vi/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/wo/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/xh/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/zh-CN/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/locale/zh-TW/viewer.properties +%%SEAHUBDIR%%/media/js/pdf/web/viewer.js +%%SEAHUBDIR%%/media/js/pdf/web/viewer.js.map %%SEAHUBDIR%%/media/js/repo_crypto.js %%SEAHUBDIR%%/media/js/watermark.js %%SEAHUBDIR%%/media/locales/cs/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/de/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/en/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/es-AR/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/es-MX/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/es/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/fr/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/it/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/ru/%%USERS%%-editor.json %%SEAHUBDIR%%/media/locales/zh-CN/%%USERS%%-editor.json %%SEAHUBDIR%%/media/office-template/empty.docx %%SEAHUBDIR%%/media/office-template/empty.pptx %%SEAHUBDIR%%/media/office-template/empty.xlsx %%SEAHUBDIR%%/pylintrc %%SEAHUBDIR%%/pylintrc.template %%SEAHUBDIR%%/pytest.ini %%SEAHUBDIR%%/requirements.txt %%SEAHUBDIR%%/run-seahub.sh.template +%%SEAHUBDIR%%/scripts/build/build-pro.py +%%SEAHUBDIR%%/scripts/build/build-server.py +%%SEAHUBDIR%%/scripts/check-db-type.py +%%SEAHUBDIR%%/scripts/check_init_admin.py +%%SEAHUBDIR%%/scripts/index_op.py +%%SEAHUBDIR%%/scripts/migrate-repo.py +%%SEAHUBDIR%%/scripts/migrate-repo.sh +%%SEAHUBDIR%%/scripts/migrate.py +%%SEAHUBDIR%%/scripts/migrate.sh +%%SEAHUBDIR%%/scripts/pro.py +%%SEAHUBDIR%%/scripts/remove-objs.py +%%SEAHUBDIR%%/scripts/remove-objs.sh +%%SEAHUBDIR%%/scripts/reset-admin.sh +%%SEAHUBDIR%%/scripts/run_index_master.sh +%%SEAHUBDIR%%/scripts/run_index_worker.sh +%%SEAHUBDIR%%/scripts/seaf-backup-cmd.py +%%SEAHUBDIR%%/scripts/seaf-backup-cmd.sh +%%SEAHUBDIR%%/scripts/seaf-encrypt.sh +%%SEAHUBDIR%%/scripts/seaf-fsck.sh +%%SEAHUBDIR%%/scripts/seaf-fuse.sh +%%SEAHUBDIR%%/scripts/seaf-gc.sh +%%SEAHUBDIR%%/scripts/seaf-import.sh +%%SEAHUBDIR%%/scripts/%%USERS%%-background-tasks.sh +%%SEAHUBDIR%%/scripts/%%USERS%%.sh +%%SEAHUBDIR%%/scripts/seafobj_migrate.py +%%SEAHUBDIR%%/scripts/seahub.sh +%%SEAHUBDIR%%/scripts/server-release.md +%%SEAHUBDIR%%/scripts/setup-%%USERS%%-mysql.py +%%SEAHUBDIR%%/scripts/setup-%%USERS%%-mysql.sh +%%SEAHUBDIR%%/scripts/setup-%%USERS%%.sh +%%SEAHUBDIR%%/scripts/sqlite2mysql.py +%%SEAHUBDIR%%/scripts/sqlite2mysql.sh +%%SEAHUBDIR%%/scripts/upgrade/add_collate.sh +%%SEAHUBDIR%%/scripts/upgrade/check_backend.py +%%SEAHUBDIR%%/scripts/upgrade/db_update_1.3_1.4.py +%%SEAHUBDIR%%/scripts/upgrade/db_update_helper.py +%%SEAHUBDIR%%/scripts/upgrade/fix_mysql_user.py +%%SEAHUBDIR%%/scripts/upgrade/minor-upgrade.sh +%%SEAHUBDIR%%/scripts/upgrade/regenerate_secret_key.sh +%%SEAHUBDIR%%/scripts/upgrade/sql/1.6.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.6.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.7.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.7.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.7.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.7.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.8.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.8.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/1.8.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/2.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/2.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/2.1.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/2.1.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/2.2.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/3.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/3.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/3.1.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/3.1.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.1.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.1.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.1.0/sqlite3/ccnet/groupmgr.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.1.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.2.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.2.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.2.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.2.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/4.3.0/mysql/.gitkeep +%%SEAHUBDIR%%/scripts/upgrade/sql/4.3.0/sqlite3/.gitkeep +%%SEAHUBDIR%%/scripts/upgrade/sql/4.4.0/mysql/.gitkeep +%%SEAHUBDIR%%/scripts/upgrade/sql/4.4.0/sqlite3/.gitkeep +%%SEAHUBDIR%%/scripts/upgrade/sql/5.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/5.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/5.1.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/5.1.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/5.1.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/5.1.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.1.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.1.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.2.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.2.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.2.0/sqlite3/ccnet/usermgr.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.2.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/mysql/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/sqlite3/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/6.3.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/mysql/ccnet.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/sqlite3/ccnet/usermgr.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.1.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/7.1.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/8.0.0/mysql/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/8.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/8.0.0/sqlite3/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/8.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/mysql/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/mysql/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/mysql/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/sqlite3/seafevents.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/sqlite3/%%USERS%%.sql +%%SEAHUBDIR%%/scripts/upgrade/sql/9.0.0/sqlite3/seahub.sql +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.2_1.3.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.3_1.4.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.4_1.5.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.5_1.6.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.6_1.7.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.7_1.8.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_1.8_2.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_2.0_2.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_2.1_2.2.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_2.2_3.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_3.0_3.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_3.1_4.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_4.0_4.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_4.1_4.2.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_4.2_4.3.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_4.3_4.4.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_4.4_5.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_5.0_5.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_5.1_6.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_6.0_6.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_6.1_6.2.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_6.2_6.3.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_6.3_7.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_7.0_7.1.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_7.1_8.0.sh +%%SEAHUBDIR%%/scripts/upgrade/upgrade_8.0_9.0.sh %%SEAHUBDIR%%/seahub/__init__.py %%SEAHUBDIR%%/seahub/abuse_reports/__init__.py %%SEAHUBDIR%%/seahub/abuse_reports/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/abuse_reports/migrations/__init__.py %%SEAHUBDIR%%/seahub/abuse_reports/models.py +%%SEAHUBDIR%%/seahub/adfs_auth/__init__.py +%%SEAHUBDIR%%/seahub/adfs_auth/attribute-maps/basic.py +%%SEAHUBDIR%%/seahub/adfs_auth/attribute-maps/saml_uri.py +%%SEAHUBDIR%%/seahub/adfs_auth/attribute-maps/shibboleth_uri.py +%%SEAHUBDIR%%/seahub/adfs_auth/backends.py +%%SEAHUBDIR%%/seahub/adfs_auth/views.py %%SEAHUBDIR%%/seahub/admin_log/__init__.py %%SEAHUBDIR%%/seahub/admin_log/admin.py %%SEAHUBDIR%%/seahub/admin_log/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/admin_log/migrations/__init__.py %%SEAHUBDIR%%/seahub/admin_log/models.py %%SEAHUBDIR%%/seahub/admin_log/signals.py %%SEAHUBDIR%%/seahub/admin_log/views.py %%SEAHUBDIR%%/seahub/api2/__init__.py %%SEAHUBDIR%%/seahub/api2/authentication.py %%SEAHUBDIR%%/seahub/api2/base.py %%SEAHUBDIR%%/seahub/api2/endpoints/__init__.py %%SEAHUBDIR%%/seahub/api2/endpoints/abuse_reports.py %%SEAHUBDIR%%/seahub/api2/endpoints/activities.py %%SEAHUBDIR%%/seahub/api2/endpoints/address_book/__init__.py %%SEAHUBDIR%%/seahub/api2/endpoints/address_book/groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/address_book/members.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/__init__.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/abuse_reports.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/account.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/address_book/__init__.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/address_book/groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/admin_role.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/default_library.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/device_errors.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/device_trusted_ip.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/devices.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/dingtalk.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/favicon.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/file_audit.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/file_scan_records.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/file_update.py +%%SEAHUBDIR%%/seahub/api2/endpoints/admin/generate_user_auth_token.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/group_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/group_members.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/group_owned_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/institution_users.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/institutions.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/invitations.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/library_dirents.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/library_history.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/license.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/login_bg_image.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/login_logs.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/logo.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/logs.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/notifications.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/operation_logs.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/org_groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/org_repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/org_stats.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/org_users.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/organizations.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/perm_audit.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/revision_tag.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/share_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/shares.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/statistics.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/sys_notifications.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/sysinfo.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/system_library.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/terms_and_conditions.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/trash_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/two_factor_auth.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/upload_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/user_activities.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/users.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/users_batch.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/utils.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/virus_scan_records.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/web_settings.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/work_weixin.py %%SEAHUBDIR%%/seahub/api2/endpoints/all_groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/auth_token_by_session.py %%SEAHUBDIR%%/seahub/api2/endpoints/be_shared_repo.py %%SEAHUBDIR%%/seahub/api2/endpoints/cancel_zip_task.py %%SEAHUBDIR%%/seahub/api2/endpoints/copy_move_task.py +%%SEAHUBDIR%%/seahub/api2/endpoints/custom_share_permissions.py %%SEAHUBDIR%%/seahub/api2/endpoints/deleted_repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/departments.py %%SEAHUBDIR%%/seahub/api2/endpoints/dir.py %%SEAHUBDIR%%/seahub/api2/endpoints/dir_shared_items.py %%SEAHUBDIR%%/seahub/api2/endpoints/draft_reviewer.py %%SEAHUBDIR%%/seahub/api2/endpoints/drafts.py %%SEAHUBDIR%%/seahub/api2/endpoints/file.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_comment.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_comments.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_comments_counts.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_history.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_participants.py %%SEAHUBDIR%%/seahub/api2/endpoints/file_tag.py %%SEAHUBDIR%%/seahub/api2/endpoints/group_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/group_members.py %%SEAHUBDIR%%/seahub/api2/endpoints/group_owned_libraries.py %%SEAHUBDIR%%/seahub/api2/endpoints/groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/invitation.py %%SEAHUBDIR%%/seahub/api2/endpoints/invitations.py %%SEAHUBDIR%%/seahub/api2/endpoints/markdown_lint.py %%SEAHUBDIR%%/seahub/api2/endpoints/move_folder_merge.py %%SEAHUBDIR%%/seahub/api2/endpoints/notifications.py %%SEAHUBDIR%%/seahub/api2/endpoints/ocm.py %%SEAHUBDIR%%/seahub/api2/endpoints/ocm_repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/public_repos_search.py %%SEAHUBDIR%%/seahub/api2/endpoints/query_copy_move_progress.py %%SEAHUBDIR%%/seahub/api2/endpoints/query_zip_progress.py %%SEAHUBDIR%%/seahub/api2/endpoints/recent_added_files.py %%SEAHUBDIR%%/seahub/api2/endpoints/related_files.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_api_tokens.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_auto_delete.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_commit.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_commit_dir.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_commit_revert.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_draft_info.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_file_uploaded_bytes.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_history.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_related_users.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_send_new_password.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_set_password.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_share_invitation.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_share_invitations.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_share_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_tags.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_trash.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_upload_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/repos_batch.py %%SEAHUBDIR%%/seahub/api2/endpoints/revision_tag.py %%SEAHUBDIR%%/seahub/api2/endpoints/search_file.py %%SEAHUBDIR%%/seahub/api2/endpoints/search_group.py %%SEAHUBDIR%%/seahub/api2/endpoints/search_user.py %%SEAHUBDIR%%/seahub/api2/endpoints/send_share_link_email.py %%SEAHUBDIR%%/seahub/api2/endpoints/send_upload_link_email.py %%SEAHUBDIR%%/seahub/api2/endpoints/share_link_zip_task.py %%SEAHUBDIR%%/seahub/api2/endpoints/share_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/shareable_groups.py %%SEAHUBDIR%%/seahub/api2/endpoints/shared_folders.py %%SEAHUBDIR%%/seahub/api2/endpoints/shared_repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/shared_upload_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/smart_link.py %%SEAHUBDIR%%/seahub/api2/endpoints/starred_items.py %%SEAHUBDIR%%/seahub/api2/endpoints/tag_filter_file.py %%SEAHUBDIR%%/seahub/api2/endpoints/upload_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/user.py %%SEAHUBDIR%%/seahub/api2/endpoints/user_avatar.py %%SEAHUBDIR%%/seahub/api2/endpoints/utils.py %%SEAHUBDIR%%/seahub/api2/endpoints/via_repo_token.py %%SEAHUBDIR%%/seahub/api2/endpoints/webdav_secret.py %%SEAHUBDIR%%/seahub/api2/endpoints/wiki_pages.py %%SEAHUBDIR%%/seahub/api2/endpoints/wikis.py %%SEAHUBDIR%%/seahub/api2/endpoints/zip_task.py %%SEAHUBDIR%%/seahub/api2/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/api2/migrations/__init__.py %%SEAHUBDIR%%/seahub/api2/models.py %%SEAHUBDIR%%/seahub/api2/permissions.py %%SEAHUBDIR%%/seahub/api2/serializers.py %%SEAHUBDIR%%/seahub/api2/status.py %%SEAHUBDIR%%/seahub/api2/tests.py %%SEAHUBDIR%%/seahub/api2/throttling.py %%SEAHUBDIR%%/seahub/api2/urls.py %%SEAHUBDIR%%/seahub/api2/utils.py %%SEAHUBDIR%%/seahub/api2/views.py %%SEAHUBDIR%%/seahub/api2/views_auth.py %%SEAHUBDIR%%/seahub/api2/views_misc.py %%SEAHUBDIR%%/seahub/auth/LICENSE %%SEAHUBDIR%%/seahub/auth/__init__.py %%SEAHUBDIR%%/seahub/auth/backends.py %%SEAHUBDIR%%/seahub/auth/context_processors.py %%SEAHUBDIR%%/seahub/auth/decorators.py %%SEAHUBDIR%%/seahub/auth/fixtures/authtestdata.json %%SEAHUBDIR%%/seahub/auth/forms.py %%SEAHUBDIR%%/seahub/auth/handlers/modpython.py %%SEAHUBDIR%%/seahub/auth/middleware.py %%SEAHUBDIR%%/seahub/auth/models.py %%SEAHUBDIR%%/seahub/auth/signals.py %%SEAHUBDIR%%/seahub/auth/tokens.py %%SEAHUBDIR%%/seahub/auth/urls.py %%SEAHUBDIR%%/seahub/auth/utils.py %%SEAHUBDIR%%/seahub/auth/views.py %%SEAHUBDIR%%/seahub/avatar/LICENSE.txt %%SEAHUBDIR%%/seahub/avatar/__init__.py %%SEAHUBDIR%%/seahub/avatar/admin.py %%SEAHUBDIR%%/seahub/avatar/forms.py %%SEAHUBDIR%%/seahub/avatar/i18n.sh.template %%SEAHUBDIR%%/seahub/avatar/management/__init__.py %%SEAHUBDIR%%/seahub/avatar/management/commands/__init__.py %%SEAHUBDIR%%/seahub/avatar/management/commands/migrate_avatars_fs2db.py %%SEAHUBDIR%%/seahub/avatar/management/commands/rebuild_avatars.py %%SEAHUBDIR%%/seahub/avatar/media/avatar/img/default.jpg %%SEAHUBDIR%%/seahub/avatar/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/avatar/migrations/__init__.py %%SEAHUBDIR%%/seahub/avatar/models.py %%SEAHUBDIR%%/seahub/avatar/settings.py %%SEAHUBDIR%%/seahub/avatar/signals.py %%SEAHUBDIR%%/seahub/avatar/sql/migration.md %%SEAHUBDIR%%/seahub/avatar/sql/uploaded_file.sql %%SEAHUBDIR%%/seahub/avatar/templates/avatar/add.html %%SEAHUBDIR%%/seahub/avatar/templates/avatar/base.html %%SEAHUBDIR%%/seahub/avatar/templates/avatar/change.html %%SEAHUBDIR%%/seahub/avatar/templates/avatar/confirm_delete.html %%SEAHUBDIR%%/seahub/avatar/templates/notification/avatar_friend_updated/full.txt %%SEAHUBDIR%%/seahub/avatar/templates/notification/avatar_friend_updated/notice.html %%SEAHUBDIR%%/seahub/avatar/templates/notification/avatar_updated/full.txt %%SEAHUBDIR%%/seahub/avatar/templates/notification/avatar_updated/notice.html %%SEAHUBDIR%%/seahub/avatar/templatetags/__init__.py %%SEAHUBDIR%%/seahub/avatar/templatetags/avatar_tags.py %%SEAHUBDIR%%/seahub/avatar/templatetags/group_avatar_tags.py %%SEAHUBDIR%%/seahub/avatar/testdata/imagefilewithoutext %%SEAHUBDIR%%/seahub/avatar/testdata/imagefilewithwrongext.ogg %%SEAHUBDIR%%/seahub/avatar/testdata/nonimagefile %%SEAHUBDIR%%/seahub/avatar/testdata/test.png %%SEAHUBDIR%%/seahub/avatar/testdata/testbig.png %%SEAHUBDIR%%/seahub/avatar/tests.py %%SEAHUBDIR%%/seahub/avatar/urls.py %%SEAHUBDIR%%/seahub/avatar/util.py %%SEAHUBDIR%%/seahub/avatar/views.py %%SEAHUBDIR%%/seahub/base/__init__.py %%SEAHUBDIR%%/seahub/base/accounts.py %%SEAHUBDIR%%/seahub/base/apps.py %%SEAHUBDIR%%/seahub/base/context_processors.py %%SEAHUBDIR%%/seahub/base/database_storage/__init__.py %%SEAHUBDIR%%/seahub/base/database_storage/database_storage.py %%SEAHUBDIR%%/seahub/base/decorators.py %%SEAHUBDIR%%/seahub/base/fields.py %%SEAHUBDIR%%/seahub/base/generic.py %%SEAHUBDIR%%/seahub/base/i18n.sh.template %%SEAHUBDIR%%/seahub/base/management/__init__.py %%SEAHUBDIR%%/seahub/base/management/commands/__init__.py %%SEAHUBDIR%%/seahub/base/management/commands/changepassword.py %%SEAHUBDIR%%/seahub/base/management/commands/check_user_quota.py %%SEAHUBDIR%%/seahub/base/management/commands/clean_db_records.py %%SEAHUBDIR%%/seahub/base/management/commands/clear_invalid_repo_data.py %%SEAHUBDIR%%/seahub/base/management/commands/createsuperuser.py %%SEAHUBDIR%%/seahub/base/management/commands/export_file_access_log.py %%SEAHUBDIR%%/seahub/base/management/commands/export_user_storage_report.py %%SEAHUBDIR%%/seahub/base/management/commands/export_user_traffic_report.py %%SEAHUBDIR%%/seahub/base/management/commands/export_users.py %%SEAHUBDIR%%/seahub/base/management/commands/migrate_file_comment.py %%SEAHUBDIR%%/seahub/base/middleware.py %%SEAHUBDIR%%/seahub/base/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/base/migrations/0002_reposecretkey.py %%SEAHUBDIR%%/seahub/base/migrations/0003_auto_20181016_1242.py %%SEAHUBDIR%%/seahub/base/migrations/__init__.py %%SEAHUBDIR%%/seahub/base/mixins.py %%SEAHUBDIR%%/seahub/base/models.py %%SEAHUBDIR%%/seahub/base/profile.py %%SEAHUBDIR%%/seahub/base/registration_urls.py %%SEAHUBDIR%%/seahub/base/sudo_mode.py %%SEAHUBDIR%%/seahub/base/templatetags/__init__.py %%SEAHUBDIR%%/seahub/base/templatetags/rest_framework.py %%SEAHUBDIR%%/seahub/base/templatetags/seahub_tags.py %%SEAHUBDIR%%/seahub/base/templatetags/upload_tags.py %%SEAHUBDIR%%/seahub/base/tests.py %%SEAHUBDIR%%/seahub/base/utils.py %%SEAHUBDIR%%/seahub/base/views.py %%SEAHUBDIR%%/seahub/bisheng_office/__init__.py %%SEAHUBDIR%%/seahub/bisheng_office/settings.py %%SEAHUBDIR%%/seahub/bisheng_office/utils.py %%SEAHUBDIR%%/seahub/bisheng_office/views.py +%%SEAHUBDIR%%/seahub/cad/__init__.py +%%SEAHUBDIR%%/seahub/cad/settings.py +%%SEAHUBDIR%%/seahub/cad/urls.py +%%SEAHUBDIR%%/seahub/cad/utils.py +%%SEAHUBDIR%%/seahub/cad/views.py %%SEAHUBDIR%%/seahub/cconvert.py %%SEAHUBDIR%%/seahub/constants.py %%SEAHUBDIR%%/seahub/contacts/__init__.py %%SEAHUBDIR%%/seahub/contacts/i18n.sh.template %%SEAHUBDIR%%/seahub/contacts/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/contacts/migrations/__init__.py %%SEAHUBDIR%%/seahub/contacts/models.py %%SEAHUBDIR%%/seahub/contacts/settings.py %%SEAHUBDIR%%/seahub/contacts/signals.py %%SEAHUBDIR%%/seahub/contacts/templates/contacts/contact_list.html %%SEAHUBDIR%%/seahub/contacts/urls.py %%SEAHUBDIR%%/seahub/contacts/views.py %%SEAHUBDIR%%/seahub/convert-utf-8.txt %%SEAHUBDIR%%/seahub/dingtalk/__init__.py %%SEAHUBDIR%%/seahub/dingtalk/admin.py %%SEAHUBDIR%%/seahub/dingtalk/management/__init__.py %%SEAHUBDIR%%/seahub/dingtalk/management/commands/__init__.py %%SEAHUBDIR%%/seahub/dingtalk/management/commands/fix_dingtalk_departments_sync.py %%SEAHUBDIR%%/seahub/dingtalk/migrations/__init__.py %%SEAHUBDIR%%/seahub/dingtalk/models.py %%SEAHUBDIR%%/seahub/dingtalk/settings.py %%SEAHUBDIR%%/seahub/dingtalk/tests.py %%SEAHUBDIR%%/seahub/dingtalk/utils.py %%SEAHUBDIR%%/seahub/dingtalk/views.py +%%SEAHUBDIR%%/seahub/django_cas_ng/__init__.py +%%SEAHUBDIR%%/seahub/django_cas_ng/backends.py +%%SEAHUBDIR%%/seahub/django_cas_ng/decorators.py +%%SEAHUBDIR%%/seahub/django_cas_ng/management/__init__.py +%%SEAHUBDIR%%/seahub/django_cas_ng/management/commands/__init__.py +%%SEAHUBDIR%%/seahub/django_cas_ng/management/commands/django_cas_ng_clean_sessions.py +%%SEAHUBDIR%%/seahub/django_cas_ng/middleware.py +%%SEAHUBDIR%%/seahub/django_cas_ng/migrations/0001_initial.py +%%SEAHUBDIR%%/seahub/django_cas_ng/migrations/0002_auto_20180410_0948.py +%%SEAHUBDIR%%/seahub/django_cas_ng/migrations/__init__.py +%%SEAHUBDIR%%/seahub/django_cas_ng/models.py +%%SEAHUBDIR%%/seahub/django_cas_ng/signals.py +%%SEAHUBDIR%%/seahub/django_cas_ng/utils.py +%%SEAHUBDIR%%/seahub/django_cas_ng/views.py %%SEAHUBDIR%%/seahub/drafts/__init__.py -%%SEAHUBDIR%%/seahub/drafts/apps.py %%SEAHUBDIR%%/seahub/drafts/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/drafts/migrations/0002_draftreview_author.py %%SEAHUBDIR%%/seahub/drafts/migrations/0003_auto_20190301_0648.py %%SEAHUBDIR%%/seahub/drafts/migrations/0004_auto_20190610_0628.py %%SEAHUBDIR%%/seahub/drafts/migrations/__init__.py %%SEAHUBDIR%%/seahub/drafts/models.py %%SEAHUBDIR%%/seahub/drafts/signals.py %%SEAHUBDIR%%/seahub/drafts/urls.py %%SEAHUBDIR%%/seahub/drafts/utils.py %%SEAHUBDIR%%/seahub/drafts/views.py %%SEAHUBDIR%%/seahub/file_participants/__init__.py %%SEAHUBDIR%%/seahub/file_participants/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/file_participants/migrations/__init__.py %%SEAHUBDIR%%/seahub/file_participants/models.py %%SEAHUBDIR%%/seahub/file_participants/utils.py %%SEAHUBDIR%%/seahub/file_tags/__init__.py -%%SEAHUBDIR%%/seahub/file_tags/apps.py %%SEAHUBDIR%%/seahub/file_tags/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/file_tags/migrations/0002_remove_filetags_parent_folder_uuid.py %%SEAHUBDIR%%/seahub/file_tags/migrations/__init__.py %%SEAHUBDIR%%/seahub/file_tags/models.py %%SEAHUBDIR%%/seahub/forms.py %%SEAHUBDIR%%/seahub/fts/__init__.py %%SEAHUBDIR%%/seahub/fts/models.py %%SEAHUBDIR%%/seahub/fts/tests.py %%SEAHUBDIR%%/seahub/fts/views.py %%SEAHUBDIR%%/seahub/group/__init__.py %%SEAHUBDIR%%/seahub/group/decorators.py %%SEAHUBDIR%%/seahub/group/error_msg.py %%SEAHUBDIR%%/seahub/group/fixtures/groupmessage.json %%SEAHUBDIR%%/seahub/group/forms.py %%SEAHUBDIR%%/seahub/group/i18n.sh.template %%SEAHUBDIR%%/seahub/group/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/group/migrations/__init__.py %%SEAHUBDIR%%/seahub/group/settings.py %%SEAHUBDIR%%/seahub/group/signals.py %%SEAHUBDIR%%/seahub/group/templates/group/add_member_email.html %%SEAHUBDIR%%/seahub/group/templates/group/group_join_email.html %%SEAHUBDIR%%/seahub/group/tests/__init__.py %%SEAHUBDIR%%/seahub/group/tests/testdata/large_message %%SEAHUBDIR%%/seahub/group/tests/testdata/valid_message %%SEAHUBDIR%%/seahub/group/tests/tests.py %%SEAHUBDIR%%/seahub/group/urls.py %%SEAHUBDIR%%/seahub/group/utils.py %%SEAHUBDIR%%/seahub/group/views.py %%SEAHUBDIR%%/seahub/handlers.py %%SEAHUBDIR%%/seahub/help/__init__.py %%SEAHUBDIR%%/seahub/help/models.py %%SEAHUBDIR%%/seahub/help/templates/help/base.html %%SEAHUBDIR%%/seahub/help/templates/help/conflicts.html %%SEAHUBDIR%%/seahub/help/templates/help/deleting_a_library.html %%SEAHUBDIR%%/seahub/help/templates/help/departments.html %%SEAHUBDIR%%/seahub/help/templates/help/desktop_proxy.html %%SEAHUBDIR%%/seahub/help/templates/help/drive_client_2.0_for_windows_10.html %%SEAHUBDIR%%/seahub/help/templates/help/encrypted_libraries.html %%SEAHUBDIR%%/seahub/help/templates/help/file_locking.html %%SEAHUBDIR%%/seahub/help/templates/help/finding_older_version_files.html %%SEAHUBDIR%%/seahub/help/templates/help/folder_permission.html %%SEAHUBDIR%%/seahub/help/templates/help/full_text_file_search.html %%SEAHUBDIR%%/seahub/help/templates/help/groups_managing.html %%SEAHUBDIR%%/seahub/help/templates/help/ignore.html %%SEAHUBDIR%%/seahub/help/templates/help/install_sync.html %%SEAHUBDIR%%/seahub/help/templates/help/introduction.html %%SEAHUBDIR%%/seahub/help/templates/help/libraries_managing.html %%SEAHUBDIR%%/seahub/help/templates/help/library_history_and_snapshots.html %%SEAHUBDIR%%/seahub/help/templates/help/manage_library_as_wiki.html %%SEAHUBDIR%%/seahub/help/templates/help/read-only_syncing.html %%SEAHUBDIR%%/seahub/help/templates/help/restoring_deleted_files.html %%SEAHUBDIR%%/seahub/help/templates/help/selective_sync.html %%SEAHUBDIR%%/seahub/help/templates/help/setting_library_history.html %%SEAHUBDIR%%/seahub/help/templates/help/sharing_files_and_folders.html %%SEAHUBDIR%%/seahub/help/templates/help/sync_interval.html %%SEAHUBDIR%%/seahub/help/templates/help/syncing_existing_folders.html %%SEAHUBDIR%%/seahub/help/templates/help/unsync_resync.html %%SEAHUBDIR%%/seahub/help/templates/help/using_drive_client.html %%SEAHUBDIR%%/seahub/help/templates/help/viewing_files_within_web_app.html %%SEAHUBDIR%%/seahub/help/tests.py %%SEAHUBDIR%%/seahub/help/urls.py %%SEAHUBDIR%%/seahub/help/views.py %%SEAHUBDIR%%/seahub/institutions/__init__.py %%SEAHUBDIR%%/seahub/institutions/admin.py %%SEAHUBDIR%%/seahub/institutions/decorators.py %%SEAHUBDIR%%/seahub/institutions/middleware.py %%SEAHUBDIR%%/seahub/institutions/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/institutions/migrations/0002_institutionquota.py %%SEAHUBDIR%%/seahub/institutions/migrations/0003_auto_20180426_0710.py %%SEAHUBDIR%%/seahub/institutions/migrations/__init__.py %%SEAHUBDIR%%/seahub/institutions/models.py %%SEAHUBDIR%%/seahub/institutions/templates/institutions/base.html %%SEAHUBDIR%%/seahub/institutions/templates/institutions/info.html %%SEAHUBDIR%%/seahub/institutions/templates/institutions/user_info.html %%SEAHUBDIR%%/seahub/institutions/templates/institutions/useradmin.html %%SEAHUBDIR%%/seahub/institutions/templates/institutions/useradmin_search.html %%SEAHUBDIR%%/seahub/institutions/tests.py %%SEAHUBDIR%%/seahub/institutions/urls.py %%SEAHUBDIR%%/seahub/institutions/utils.py %%SEAHUBDIR%%/seahub/institutions/views.py %%SEAHUBDIR%%/seahub/invitations/__init__.py %%SEAHUBDIR%%/seahub/invitations/admin.py %%SEAHUBDIR%%/seahub/invitations/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/invitations/migrations/0002_invitation_invite_type.py %%SEAHUBDIR%%/seahub/invitations/migrations/0003_auto_20160510_1703.py %%SEAHUBDIR%%/seahub/invitations/migrations/0004_auto_20160629_1610.py %%SEAHUBDIR%%/seahub/invitations/migrations/0005_auto_20160629_1614.py %%SEAHUBDIR%%/seahub/invitations/migrations/__init__.py %%SEAHUBDIR%%/seahub/invitations/models.py %%SEAHUBDIR%%/seahub/invitations/settings.py %%SEAHUBDIR%%/seahub/invitations/signals.py %%SEAHUBDIR%%/seahub/invitations/templates/invitations/invitation_email.html %%SEAHUBDIR%%/seahub/invitations/templates/invitations/invitation_email_subject.txt %%SEAHUBDIR%%/seahub/invitations/templates/invitations/invitation_revoke_email.html %%SEAHUBDIR%%/seahub/invitations/templates/invitations/token_view.html %%SEAHUBDIR%%/seahub/invitations/urls.py %%SEAHUBDIR%%/seahub/invitations/utils.py %%SEAHUBDIR%%/seahub/invitations/views.py +%%SEAHUBDIR%%/seahub/krb5_auth/LICENSE +%%SEAHUBDIR%%/seahub/krb5_auth/__init__.py +%%SEAHUBDIR%%/seahub/krb5_auth/backend.py +%%SEAHUBDIR%%/seahub/krb5_auth/middleware.py +%%SEAHUBDIR%%/seahub/krb5_auth/settings.template %%SEAHUBDIR%%/seahub/notifications/__init__.py %%SEAHUBDIR%%/seahub/notifications/i18n.sh.template %%SEAHUBDIR%%/seahub/notifications/management/__init__.py %%SEAHUBDIR%%/seahub/notifications/management/commands/__init__.py %%SEAHUBDIR%%/seahub/notifications/management/commands/notify_admins_on_virus.py %%SEAHUBDIR%%/seahub/notifications/management/commands/send_dingtalk_notifications.py %%SEAHUBDIR%%/seahub/notifications/management/commands/send_file_updates.py %%SEAHUBDIR%%/seahub/notifications/management/commands/send_notices.py %%SEAHUBDIR%%/seahub/notifications/management/commands/send_notices_to_social_account.py %%SEAHUBDIR%%/seahub/notifications/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/notifications/migrations/0002_auto_20180426_0710.py %%SEAHUBDIR%%/seahub/notifications/migrations/0003_auto_20181115_0825.py %%SEAHUBDIR%%/seahub/notifications/migrations/__init__.py %%SEAHUBDIR%%/seahub/notifications/models.py %%SEAHUBDIR%%/seahub/notifications/settings.py %%SEAHUBDIR%%/seahub/notifications/templates/notifications/file_updates_email.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notice_email.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notice_msg/folder_share_msg.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notice_msg/folder_share_to_group_msg.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notice_msg/repo_share_msg.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notice_msg/repo_share_to_group_msg.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notify_virus.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/user_notification_list_react.html %%SEAHUBDIR%%/seahub/notifications/tests.py %%SEAHUBDIR%%/seahub/notifications/urls.py %%SEAHUBDIR%%/seahub/notifications/utils.py %%SEAHUBDIR%%/seahub/notifications/views.py %%SEAHUBDIR%%/seahub/oauth/__init__.py %%SEAHUBDIR%%/seahub/oauth/admin.py %%SEAHUBDIR%%/seahub/oauth/backends.py %%SEAHUBDIR%%/seahub/oauth/migrations/__init__.py %%SEAHUBDIR%%/seahub/oauth/models.py %%SEAHUBDIR%%/seahub/oauth/tests.py %%SEAHUBDIR%%/seahub/oauth/urls.py %%SEAHUBDIR%%/seahub/oauth/views.py %%SEAHUBDIR%%/seahub/ocm/__init__.py %%SEAHUBDIR%%/seahub/ocm/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/ocm/migrations/__init__.py %%SEAHUBDIR%%/seahub/ocm/models.py %%SEAHUBDIR%%/seahub/ocm/settings.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/__init__.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/migrations/0001_initial.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/migrations/0002_auto_20210926_1503.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/migrations/0003_auto_20210926_1505.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/migrations/0004_receivedshares_is_dir.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/migrations/__init__.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/models.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/ocm_api.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/settings.py +%%SEAHUBDIR%%/seahub/ocm_via_webdav/urls.py %%SEAHUBDIR%%/seahub/onlyoffice/__init__.py %%SEAHUBDIR%%/seahub/onlyoffice/admin.py +%%SEAHUBDIR%%/seahub/onlyoffice/converter.py +%%SEAHUBDIR%%/seahub/onlyoffice/converter_utils.py %%SEAHUBDIR%%/seahub/onlyoffice/migrations/__init__.py +%%SEAHUBDIR%%/seahub/onlyoffice/models.py %%SEAHUBDIR%%/seahub/onlyoffice/settings.py %%SEAHUBDIR%%/seahub/onlyoffice/utils.py %%SEAHUBDIR%%/seahub/onlyoffice/views.py %%SEAHUBDIR%%/seahub/options/__init__.py %%SEAHUBDIR%%/seahub/options/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/options/migrations/0002_auto_20181107_0811.py %%SEAHUBDIR%%/seahub/options/migrations/__init__.py %%SEAHUBDIR%%/seahub/options/models.py %%SEAHUBDIR%%/seahub/options/templates/options/set_user_options.html %%SEAHUBDIR%%/seahub/options/tests.py %%SEAHUBDIR%%/seahub/options/urls.py %%SEAHUBDIR%%/seahub/options/views.py +%%SEAHUBDIR%%/seahub/organizations/__init__.py +%%SEAHUBDIR%%/seahub/organizations/api/__init__.py +%%SEAHUBDIR%%/seahub/organizations/api/address_book/__init__.py +%%SEAHUBDIR%%/seahub/organizations/api/address_book/groups.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/__init__.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/groups.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/info.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/links.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/logs.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/repos.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/user_repos.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/user_set_password.py +%%SEAHUBDIR%%/seahub/organizations/api/admin/users.py +%%SEAHUBDIR%%/seahub/organizations/api/group_libraries.py +%%SEAHUBDIR%%/seahub/organizations/api/group_members.py +%%SEAHUBDIR%%/seahub/organizations/api/group_owned_libraries.py +%%SEAHUBDIR%%/seahub/organizations/api/groups.py +%%SEAHUBDIR%%/seahub/organizations/api/permissions.py +%%SEAHUBDIR%%/seahub/organizations/api/users.py +%%SEAHUBDIR%%/seahub/organizations/api/utils.py +%%SEAHUBDIR%%/seahub/organizations/api_urls.py +%%SEAHUBDIR%%/seahub/organizations/decorators.py +%%SEAHUBDIR%%/seahub/organizations/forms.py +%%SEAHUBDIR%%/seahub/organizations/middleware.py +%%SEAHUBDIR%%/seahub/organizations/migrations/0001_initial.py +%%SEAHUBDIR%%/seahub/organizations/migrations/0002_orgsettings.py +%%SEAHUBDIR%%/seahub/organizations/migrations/0003_auto_20190116_0323.py +%%SEAHUBDIR%%/seahub/organizations/migrations/__init__.py +%%SEAHUBDIR%%/seahub/organizations/models.py +%%SEAHUBDIR%%/seahub/organizations/settings.py +%%SEAHUBDIR%%/seahub/organizations/signals.py +%%SEAHUBDIR%%/seahub/organizations/templates/organizations/org_admin_react.html +%%SEAHUBDIR%%/seahub/organizations/templates/organizations/org_register.html +%%SEAHUBDIR%%/seahub/organizations/templates/organizations/sysadmin_log_paginator.html +%%SEAHUBDIR%%/seahub/organizations/tests.py +%%SEAHUBDIR%%/seahub/organizations/urls.py +%%SEAHUBDIR%%/seahub/organizations/utils.py +%%SEAHUBDIR%%/seahub/organizations/views.py %%SEAHUBDIR%%/seahub/password_session/LICENSE %%SEAHUBDIR%%/seahub/password_session/__init__.py %%SEAHUBDIR%%/seahub/password_session/handlers.py %%SEAHUBDIR%%/seahub/password_session/middleware.py %%SEAHUBDIR%%/seahub/po.py %%SEAHUBDIR%%/seahub/profile/__init__.py %%SEAHUBDIR%%/seahub/profile/admin.py %%SEAHUBDIR%%/seahub/profile/forms.py %%SEAHUBDIR%%/seahub/profile/i18n.sh.template %%SEAHUBDIR%%/seahub/profile/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/profile/migrations/0002_auto_20190122_0225.py %%SEAHUBDIR%%/seahub/profile/migrations/__init__.py %%SEAHUBDIR%%/seahub/profile/models.py %%SEAHUBDIR%%/seahub/profile/settings.py %%SEAHUBDIR%%/seahub/profile/templates/profile/set_profile_react.html %%SEAHUBDIR%%/seahub/profile/templates/profile/user_profile.html %%SEAHUBDIR%%/seahub/profile/tests.py %%SEAHUBDIR%%/seahub/profile/urls.py %%SEAHUBDIR%%/seahub/profile/utils.py %%SEAHUBDIR%%/seahub/profile/views.py %%SEAHUBDIR%%/seahub/related_files/__init__.py -%%SEAHUBDIR%%/seahub/related_files/apps.py %%SEAHUBDIR%%/seahub/related_files/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/related_files/migrations/__init__.py %%SEAHUBDIR%%/seahub/related_files/models.py %%SEAHUBDIR%%/seahub/repo_api_tokens/__init__.py %%SEAHUBDIR%%/seahub/repo_api_tokens/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/repo_api_tokens/migrations/__init__.py %%SEAHUBDIR%%/seahub/repo_api_tokens/models.py %%SEAHUBDIR%%/seahub/repo_api_tokens/utils.py %%SEAHUBDIR%%/seahub/repo_auto_delete/management/commands/scan_repo_auto_delete.py %%SEAHUBDIR%%/seahub/repo_auto_delete/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/repo_auto_delete/migrations/__init__.py %%SEAHUBDIR%%/seahub/repo_auto_delete/models.py %%SEAHUBDIR%%/seahub/repo_tags/__init__.py %%SEAHUBDIR%%/seahub/repo_tags/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/repo_tags/migrations/__init__.py %%SEAHUBDIR%%/seahub/repo_tags/models.py %%SEAHUBDIR%%/seahub/revision_tag/__init__.py %%SEAHUBDIR%%/seahub/revision_tag/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/revision_tag/migrations/__init__.py %%SEAHUBDIR%%/seahub/revision_tag/models.py %%SEAHUBDIR%%/seahub/role_permissions/__init__.py %%SEAHUBDIR%%/seahub/role_permissions/admin.py %%SEAHUBDIR%%/seahub/role_permissions/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/role_permissions/migrations/__init__.py %%SEAHUBDIR%%/seahub/role_permissions/models.py %%SEAHUBDIR%%/seahub/role_permissions/settings.py %%SEAHUBDIR%%/seahub/role_permissions/utils.py %%SEAHUBDIR%%/seahub/role_permissions/views.py +%%SEAHUBDIR%%/seahub/search/__init__.py +%%SEAHUBDIR%%/seahub/search/templates/search_results.html +%%SEAHUBDIR%%/seahub/search/templates/search_results_react.html +%%SEAHUBDIR%%/seahub/search/utils.py +%%SEAHUBDIR%%/seahub/search/views.py %%SEAHUBDIR%%/seahub/share/__init__.py %%SEAHUBDIR%%/seahub/share/decorators.py %%SEAHUBDIR%%/seahub/share/forms.py %%SEAHUBDIR%%/seahub/share/i18n.sh.template %%SEAHUBDIR%%/seahub/share/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/share/migrations/__init__.py %%SEAHUBDIR%%/seahub/share/models.py %%SEAHUBDIR%%/seahub/share/signals.py %%SEAHUBDIR%%/seahub/share/templates/share/audit_code_email.html %%SEAHUBDIR%%/seahub/share/templates/share/share_link_audit.html %%SEAHUBDIR%%/seahub/share/tests.py %%SEAHUBDIR%%/seahub/share/urls.py %%SEAHUBDIR%%/seahub/share/utils.py %%SEAHUBDIR%%/seahub/share/views.py %%SEAHUBDIR%%/seahub/shortcuts.py %%SEAHUBDIR%%/seahub/signals.py +%%SEAHUBDIR%%/seahub/sysadmin_extra/__init__.py +%%SEAHUBDIR%%/seahub/sysadmin_extra/migrations/0001_initial.py +%%SEAHUBDIR%%/seahub/sysadmin_extra/migrations/__init__.py +%%SEAHUBDIR%%/seahub/sysadmin_extra/models.py +%%SEAHUBDIR%%/seahub/sysadmin_extra/views.py %%SEAHUBDIR%%/seahub/tags/__init__.py %%SEAHUBDIR%%/seahub/tags/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/tags/migrations/__init__.py %%SEAHUBDIR%%/seahub/tags/models.py %%SEAHUBDIR%%/seahub/templates/404.html %%SEAHUBDIR%%/seahub/templates/500.html %%SEAHUBDIR%%/seahub/templates/base.html %%SEAHUBDIR%%/seahub/templates/base_for_react.html %%SEAHUBDIR%%/seahub/templates/base_for_small_panel.html %%SEAHUBDIR%%/seahub/templates/base_wide_page.html -%%SEAHUBDIR%%/seahub/templates/cdoc_file_view_react.html %%SEAHUBDIR%%/seahub/templates/choose_register.html %%SEAHUBDIR%%/seahub/templates/common_file_view_react.html %%SEAHUBDIR%%/seahub/templates/decrypt_repo_form.html %%SEAHUBDIR%%/seahub/templates/document_file_view_react.html %%SEAHUBDIR%%/seahub/templates/download.html %%SEAHUBDIR%%/seahub/templates/draft.html %%SEAHUBDIR%%/seahub/templates/email_base.html %%SEAHUBDIR%%/seahub/templates/error.html %%SEAHUBDIR%%/seahub/templates/file_access.html %%SEAHUBDIR%%/seahub/templates/file_revisions_new.html %%SEAHUBDIR%%/seahub/templates/file_revisions_old.html %%SEAHUBDIR%%/seahub/templates/file_view_react.html %%SEAHUBDIR%%/seahub/templates/history_file_view_react.html %%SEAHUBDIR%%/seahub/templates/home_base.html %%SEAHUBDIR%%/seahub/templates/i18n.html %%SEAHUBDIR%%/seahub/templates/markdown_file_view_react.html %%SEAHUBDIR%%/seahub/templates/react_app.html %%SEAHUBDIR%%/seahub/templates/registration/activate.html %%SEAHUBDIR%%/seahub/templates/registration/activate_request_email.txt %%SEAHUBDIR%%/seahub/templates/registration/activate_request_email_subject.txt %%SEAHUBDIR%%/seahub/templates/registration/activation_complete.html %%SEAHUBDIR%%/seahub/templates/registration/activation_email.html %%SEAHUBDIR%%/seahub/templates/registration/activation_email.txt %%SEAHUBDIR%%/seahub/templates/registration/activation_email_subject.txt %%SEAHUBDIR%%/seahub/templates/registration/login.html %%SEAHUBDIR%%/seahub/templates/registration/logout.html %%SEAHUBDIR%%/seahub/templates/registration/password_change_done.html %%SEAHUBDIR%%/seahub/templates/registration/password_change_form.html %%SEAHUBDIR%%/seahub/templates/registration/password_reset_complete.html %%SEAHUBDIR%%/seahub/templates/registration/password_reset_confirm.html %%SEAHUBDIR%%/seahub/templates/registration/password_reset_done.html %%SEAHUBDIR%%/seahub/templates/registration/password_reset_email.html %%SEAHUBDIR%%/seahub/templates/registration/password_reset_form.html %%SEAHUBDIR%%/seahub/templates/registration/password_set_form.html %%SEAHUBDIR%%/seahub/templates/registration/register_complete_email.html %%SEAHUBDIR%%/seahub/templates/registration/register_complete_email_subject.html %%SEAHUBDIR%%/seahub/templates/registration/registration_complete.html %%SEAHUBDIR%%/seahub/templates/registration/registration_form.html %%SEAHUBDIR%%/seahub/templates/remote_user/create_unknown_user_false.html %%SEAHUBDIR%%/seahub/templates/remote_user/error.html %%SEAHUBDIR%%/seahub/templates/remote_user/not_active.html %%SEAHUBDIR%%/seahub/templates/repo_dir_recycle_view.html %%SEAHUBDIR%%/seahub/templates/repo_folder_trash_react.html %%SEAHUBDIR%%/seahub/templates/repo_history_react.html %%SEAHUBDIR%%/seahub/templates/repo_history_view.html %%SEAHUBDIR%%/seahub/templates/repo_snapshot_react.html %%SEAHUBDIR%%/seahub/templates/robots.txt %%SEAHUBDIR%%/seahub/templates/share_access_validation.html %%SEAHUBDIR%%/seahub/templates/shared_file_view_react.html %%SEAHUBDIR%%/seahub/templates/shared_link_email.html %%SEAHUBDIR%%/seahub/templates/shared_upload_link_email.html %%SEAHUBDIR%%/seahub/templates/shibboleth/complete.html %%SEAHUBDIR%%/seahub/templates/shibboleth/success.html.template %%SEAHUBDIR%%/seahub/templates/snippets/add_watermark.html %%SEAHUBDIR%%/seahub/templates/snippets/admin_paginator.html %%SEAHUBDIR%%/seahub/templates/snippets/go_back_js.html %%SEAHUBDIR%%/seahub/templates/snippets/password_strength_js.html %%SEAHUBDIR%%/seahub/templates/snippets/policy_service_link.html %%SEAHUBDIR%%/seahub/templates/snippets/repo_create_js.html %%SEAHUBDIR%%/seahub/templates/snippets/repo_dir_trash_tr.html %%SEAHUBDIR%%/seahub/templates/snippets/reset_repo_password.html %%SEAHUBDIR%%/seahub/templates/spreadsheet_file_view_react.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sudo_mode.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sysadmin_react_app.html %%SEAHUBDIR%%/seahub/templates/sysadmin/user_activation_email.html %%SEAHUBDIR%%/seahub/templates/sysadmin/user_add_email.html %%SEAHUBDIR%%/seahub/templates/sysadmin/user_batch_add_email.html %%SEAHUBDIR%%/seahub/templates/sysadmin/user_freeze_email.html %%SEAHUBDIR%%/seahub/templates/sysadmin/user_reset_email.html %%SEAHUBDIR%%/seahub/templates/termsandconditions/tc_accept_terms_react.html %%SEAHUBDIR%%/seahub/templates/termsandconditions/tc_view_terms_react.html %%SEAHUBDIR%%/seahub/templates/text_diff.html %%SEAHUBDIR%%/seahub/templates/text_file_view_react.html %%SEAHUBDIR%%/seahub/templates/user_404.html %%SEAHUBDIR%%/seahub/templates/user_quota_full.html +%%SEAHUBDIR%%/seahub/templates/view_file_cad.html %%SEAHUBDIR%%/seahub/templates/view_file_onlyoffice.html %%SEAHUBDIR%%/seahub/templates/view_file_thirdparty_editor.html %%SEAHUBDIR%%/seahub/templates/view_file_wopi.html %%SEAHUBDIR%%/seahub/templates/view_shared_dir_react.html %%SEAHUBDIR%%/seahub/templates/view_shared_upload_link.html %%SEAHUBDIR%%/seahub/templates/view_shared_upload_link_react.html %%SEAHUBDIR%%/seahub/templates/wiki/wiki.html %%SEAHUBDIR%%/seahub/test_settings.py %%SEAHUBDIR%%/seahub/test_utils.py %%SEAHUBDIR%%/seahub/thirdparty_editor/__init__.py %%SEAHUBDIR%%/seahub/thirdparty_editor/settings.py %%SEAHUBDIR%%/seahub/thirdparty_editor/urls.py %%SEAHUBDIR%%/seahub/thirdparty_editor/views.py %%SEAHUBDIR%%/seahub/thumbnail/__init__.py %%SEAHUBDIR%%/seahub/thumbnail/management/__init__.py %%SEAHUBDIR%%/seahub/thumbnail/management/commands/__init__.py %%SEAHUBDIR%%/seahub/thumbnail/management/commands/clean_thumbnail.py %%SEAHUBDIR%%/seahub/thumbnail/models.py %%SEAHUBDIR%%/seahub/thumbnail/tests.py %%SEAHUBDIR%%/seahub/thumbnail/urls.py %%SEAHUBDIR%%/seahub/thumbnail/utils.py %%SEAHUBDIR%%/seahub/thumbnail/views.py %%SEAHUBDIR%%/seahub/trusted_ip/__init__.py %%SEAHUBDIR%%/seahub/trusted_ip/locale/en/LC_MESSAGES/django.mo %%SEAHUBDIR%%/seahub/trusted_ip/locale/en/LC_MESSAGES/django.po %%SEAHUBDIR%%/seahub/trusted_ip/locale/zh_CN/LC_MESSAGES/django.mo %%SEAHUBDIR%%/seahub/trusted_ip/locale/zh_CN/LC_MESSAGES/django.po %%SEAHUBDIR%%/seahub/trusted_ip/middleware.py %%SEAHUBDIR%%/seahub/trusted_ip/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/trusted_ip/migrations/__init__.py %%SEAHUBDIR%%/seahub/trusted_ip/models.py %%SEAHUBDIR%%/seahub/trusted_ip/templates/trusted_ip/403_trusted_ip.html %%SEAHUBDIR%%/seahub/trusted_ip/templates/trusted_ip/sysadmin-templates_tab.html %%SEAHUBDIR%%/seahub/two_factor/TODO %%SEAHUBDIR%%/seahub/two_factor/__init__.py %%SEAHUBDIR%%/seahub/two_factor/apps.py %%SEAHUBDIR%%/seahub/two_factor/conf.py %%SEAHUBDIR%%/seahub/two_factor/decorators.py %%SEAHUBDIR%%/seahub/two_factor/forms.py %%SEAHUBDIR%%/seahub/two_factor/gateways/__init__.py %%SEAHUBDIR%%/seahub/two_factor/gateways/fake.py %%SEAHUBDIR%%/seahub/two_factor/gateways/seaf_messenger.py %%SEAHUBDIR%%/seahub/two_factor/gateways/twilio/__init__.py %%SEAHUBDIR%%/seahub/two_factor/gateways/twilio/gateway.py %%SEAHUBDIR%%/seahub/two_factor/gateways/twilio/middleware.py %%SEAHUBDIR%%/seahub/two_factor/gateways/twilio/urls.py %%SEAHUBDIR%%/seahub/two_factor/gateways/twilio/views.py %%SEAHUBDIR%%/seahub/two_factor/management/__init__.py %%SEAHUBDIR%%/seahub/two_factor/management/commands/__init__.py %%SEAHUBDIR%%/seahub/two_factor/management/commands/two_factor_disable.py %%SEAHUBDIR%%/seahub/two_factor/management/commands/two_factor_status.py %%SEAHUBDIR%%/seahub/two_factor/middleware.py %%SEAHUBDIR%%/seahub/two_factor/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/two_factor/migrations/__init__.py %%SEAHUBDIR%%/seahub/two_factor/models/__init__.py %%SEAHUBDIR%%/seahub/two_factor/models/base.py %%SEAHUBDIR%%/seahub/two_factor/models/phone.py %%SEAHUBDIR%%/seahub/two_factor/models/static.py %%SEAHUBDIR%%/seahub/two_factor/models/totp.py %%SEAHUBDIR%%/seahub/two_factor/oath.py %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/_base.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/_base_focus.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/_wizard_actions.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/_wizard_forms.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/backup_tokens.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/login.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/otp_required.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/phone_register.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/setup.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/core/setup_complete.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/profile/disable.html %%SEAHUBDIR%%/seahub/two_factor/templates/two_factor/profile/profile.html %%SEAHUBDIR%%/seahub/two_factor/templatetags/__init__.py %%SEAHUBDIR%%/seahub/two_factor/urls.py %%SEAHUBDIR%%/seahub/two_factor/utils.py %%SEAHUBDIR%%/seahub/two_factor/views/__init__.py %%SEAHUBDIR%%/seahub/two_factor/views/core.py %%SEAHUBDIR%%/seahub/two_factor/views/login.py %%SEAHUBDIR%%/seahub/two_factor/views/mixins.py %%SEAHUBDIR%%/seahub/two_factor/views/profile.py %%SEAHUBDIR%%/seahub/two_factor/views/utils.py %%SEAHUBDIR%%/seahub/urls.py %%SEAHUBDIR%%/seahub/utils/__init__.py %%SEAHUBDIR%%/seahub/utils/auth.py %%SEAHUBDIR%%/seahub/utils/devices.py %%SEAHUBDIR%%/seahub/utils/error_msg.py %%SEAHUBDIR%%/seahub/utils/file_op.py %%SEAHUBDIR%%/seahub/utils/file_revisions.py %%SEAHUBDIR%%/seahub/utils/file_size.py %%SEAHUBDIR%%/seahub/utils/file_tags.py %%SEAHUBDIR%%/seahub/utils/file_types.py %%SEAHUBDIR%%/seahub/utils/hasher.py %%SEAHUBDIR%%/seahub/utils/html.py %%SEAHUBDIR%%/seahub/utils/htmldiff.py %%SEAHUBDIR%%/seahub/utils/http.py %%SEAHUBDIR%%/seahub/utils/ip.py %%SEAHUBDIR%%/seahub/utils/ldap.py %%SEAHUBDIR%%/seahub/utils/licenseparse.py %%SEAHUBDIR%%/seahub/utils/logger.py %%SEAHUBDIR%%/seahub/utils/mail.py %%SEAHUBDIR%%/seahub/utils/markdown_lint.py %%SEAHUBDIR%%/seahub/utils/ms_excel.py %%SEAHUBDIR%%/seahub/utils/paginator.py %%SEAHUBDIR%%/seahub/utils/repo.py %%SEAHUBDIR%%/seahub/utils/rooturl.py %%SEAHUBDIR%%/seahub/utils/rpc.py %%SEAHUBDIR%%/seahub/utils/slugify/__init__.py %%SEAHUBDIR%%/seahub/utils/star.py %%SEAHUBDIR%%/seahub/utils/sysinfo.py %%SEAHUBDIR%%/seahub/utils/timeutils.py %%SEAHUBDIR%%/seahub/utils/two_factor_auth.py %%SEAHUBDIR%%/seahub/utils/urls.py %%SEAHUBDIR%%/seahub/utils/user_permissions.py %%SEAHUBDIR%%/seahub/views/__init__.py %%SEAHUBDIR%%/seahub/views/ajax.py %%SEAHUBDIR%%/seahub/views/file.py %%SEAHUBDIR%%/seahub/views/i18n.py %%SEAHUBDIR%%/seahub/views/repo.py %%SEAHUBDIR%%/seahub/views/sso.py %%SEAHUBDIR%%/seahub/views/sysadmin.py %%SEAHUBDIR%%/seahub/views/tests/__init__.py %%SEAHUBDIR%%/seahub/weixin/__init__.py %%SEAHUBDIR%%/seahub/weixin/settings.py %%SEAHUBDIR%%/seahub/weixin/urls.py %%SEAHUBDIR%%/seahub/weixin/views.py %%SEAHUBDIR%%/seahub/wiki/__init__.py %%SEAHUBDIR%%/seahub/wiki/management/__init__.py %%SEAHUBDIR%%/seahub/wiki/management/commands/__init__.py %%SEAHUBDIR%%/seahub/wiki/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/wiki/migrations/0002_auto_20180326_0548.py %%SEAHUBDIR%%/seahub/wiki/migrations/0003_auto_20180428_0619.py %%SEAHUBDIR%%/seahub/wiki/migrations/__init__.py %%SEAHUBDIR%%/seahub/wiki/models.py %%SEAHUBDIR%%/seahub/wiki/urls.py %%SEAHUBDIR%%/seahub/wiki/utils.py %%SEAHUBDIR%%/seahub/wiki/views.py %%SEAHUBDIR%%/seahub/wopi/__init__.py %%SEAHUBDIR%%/seahub/wopi/settings.py %%SEAHUBDIR%%/seahub/wopi/urls.py %%SEAHUBDIR%%/seahub/wopi/utils.py %%SEAHUBDIR%%/seahub/wopi/views.py %%SEAHUBDIR%%/seahub/work_weixin/__init__.py %%SEAHUBDIR%%/seahub/work_weixin/management/__init__.py %%SEAHUBDIR%%/seahub/work_weixin/management/commands/__init__.py %%SEAHUBDIR%%/seahub/work_weixin/management/commands/fix_work_weixin_departments_sync.py %%SEAHUBDIR%%/seahub/work_weixin/settings.py %%SEAHUBDIR%%/seahub/work_weixin/urls.py %%SEAHUBDIR%%/seahub/work_weixin/utils.py %%SEAHUBDIR%%/seahub/work_weixin/views.py %%SEAHUBDIR%%/seahub/wsgi.py %%SEAHUBDIR%%/send_user_notifications.sh.template %%SEAHUBDIR%%/setenv.sh.template %%SEAHUBDIR%%/sql/README.md %%SEAHUBDIR%%/sql/mysql.sql %%SEAHUBDIR%%/sql/oracle.sql %%SEAHUBDIR%%/sql/sqlite3.sql %%SEAHUBDIR%%/static/css/bootstrap.min.css %%SEAHUBDIR%%/static/scripts/i18n/ar/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/ca/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/cs/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/de/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/el/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/en/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/es-ar/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/es-mx/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/es/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/fi/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/fr/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/he/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/hu/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/is/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/it/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/ja/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/ko/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/lv/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/nl/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/pl/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/pt-br/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/ru/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/sk/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/sl/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/sv/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/th/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/tr/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/uk/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/vi/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/zh-cn/djangojs.js %%SEAHUBDIR%%/static/scripts/i18n/zh-tw/djangojs.js %%SEAHUBDIR%%/static/scripts/lib/jquery-ui.min.js %%SEAHUBDIR%%/static/scripts/lib/jquery.min.js %%SEAHUBDIR%%/static/scripts/lib/jquery.simplemodal.js %%SEAHUBDIR%%/test-requirements.txt %%SEAHUBDIR%%/tests/__init__.py %%SEAHUBDIR%%/tests/api/__init__.py %%SEAHUBDIR%%/tests/api/apitestbase.py %%SEAHUBDIR%%/tests/api/endpoints/__init__.py %%SEAHUBDIR%%/tests/api/endpoints/admin/__init__.py %%SEAHUBDIR%%/tests/api/endpoints/admin/address_book/test_group.py %%SEAHUBDIR%%/tests/api/endpoints/admin/address_book/test_groups.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_abuse_reports.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_account.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_admin_role.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_default_library.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_device_errors.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_device_trusted_ip.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_devices.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_favicon.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_file_audit_log.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_file_update_log.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_group_libraries.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_group_members.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_groups.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_institution_users.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_institutions.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_invitations.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_libraries.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_library_dirents.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_library_history.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_license.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_login_bg_image.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_login_logs.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_logo.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_logs.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_notifications.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_groups.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_repos.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_stats.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_users.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_organizations.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_perm_audit_log.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_revision_tag.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_share_links.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_shares.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_statistics.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_sys_notifications.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_sysinfo.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_system_library.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_terms_and_conditions.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_two_factor_auth.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_upload_links.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_users.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_web_settings.py %%SEAHUBDIR%%/tests/api/endpoints/test_abuse_reports.py %%SEAHUBDIR%%/tests/api/endpoints/test_be_shared_repo.py %%SEAHUBDIR%%/tests/api/endpoints/test_deleted_repos.py %%SEAHUBDIR%%/tests/api/endpoints/test_dir_shared_items.py %%SEAHUBDIR%%/tests/api/endpoints/test_dir_view.py %%SEAHUBDIR%%/tests/api/endpoints/test_drafts.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_comment.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_comments.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_comments_counts.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_history.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_participants.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_tag.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_view.py %%SEAHUBDIR%%/tests/api/endpoints/test_group_libraries.py %%SEAHUBDIR%%/tests/api/endpoints/test_group_members.py %%SEAHUBDIR%%/tests/api/endpoints/test_groups.py %%SEAHUBDIR%%/tests/api/endpoints/test_invitation.py %%SEAHUBDIR%%/tests/api/endpoints/test_invitations.py %%SEAHUBDIR%%/tests/api/endpoints/test_notifications.py %%SEAHUBDIR%%/tests/api/endpoints/test_query_zip_progress.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_api_tokens.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_commit_dir.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_commit_revert.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_history.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_related_users.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_set_password.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_share_invitation.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_share_invitations.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_trash.py %%SEAHUBDIR%%/tests/api/endpoints/test_repos.py %%SEAHUBDIR%%/tests/api/endpoints/test_repos_batch.py %%SEAHUBDIR%%/tests/api/endpoints/test_revision_tag.py %%SEAHUBDIR%%/tests/api/endpoints/test_search_group.py %%SEAHUBDIR%%/tests/api/endpoints/test_search_user.py %%SEAHUBDIR%%/tests/api/endpoints/test_send_share_link.py %%SEAHUBDIR%%/tests/api/endpoints/test_send_upload_link.py %%SEAHUBDIR%%/tests/api/endpoints/test_share_link_zip_task.py %%SEAHUBDIR%%/tests/api/endpoints/test_share_links.py %%SEAHUBDIR%%/tests/api/endpoints/test_shareable_groups.py %%SEAHUBDIR%%/tests/api/endpoints/test_shared_folders.py %%SEAHUBDIR%%/tests/api/endpoints/test_shared_repos.py %%SEAHUBDIR%%/tests/api/endpoints/test_shared_upload_links.py %%SEAHUBDIR%%/tests/api/endpoints/test_smart_link.py %%SEAHUBDIR%%/tests/api/endpoints/test_starred_items.py %%SEAHUBDIR%%/tests/api/endpoints/test_upload_links.py %%SEAHUBDIR%%/tests/api/endpoints/test_user.py %%SEAHUBDIR%%/tests/api/endpoints/test_user_avatar.py %%SEAHUBDIR%%/tests/api/endpoints/test_via_repo_token.py %%SEAHUBDIR%%/tests/api/endpoints/test_webdav_secret.py %%SEAHUBDIR%%/tests/api/endpoints/test_wikis.py %%SEAHUBDIR%%/tests/api/endpoints/test_zip_task.py %%SEAHUBDIR%%/tests/api/models/__init__.py %%SEAHUBDIR%%/tests/api/models/test_token_v2.py %%SEAHUBDIR%%/tests/api/test_accounts.py %%SEAHUBDIR%%/tests/api/test_auth.py %%SEAHUBDIR%%/tests/api/test_avatar.py %%SEAHUBDIR%%/tests/api/test_beshared.py %%SEAHUBDIR%%/tests/api/test_default_repo.py %%SEAHUBDIR%%/tests/api/test_devices.py %%SEAHUBDIR%%/tests/api/test_dir.py %%SEAHUBDIR%%/tests/api/test_dir_revert.py %%SEAHUBDIR%%/tests/api/test_dir_sub_repo.py %%SEAHUBDIR%%/tests/api/test_file_ops.py %%SEAHUBDIR%%/tests/api/test_file_revert.py %%SEAHUBDIR%%/tests/api/test_files.py %%SEAHUBDIR%%/tests/api/test_group_repos.py %%SEAHUBDIR%%/tests/api/test_groups.py %%SEAHUBDIR%%/tests/api/test_html_repo_history_changes.py %%SEAHUBDIR%%/tests/api/test_misc.py %%SEAHUBDIR%%/tests/api/test_obtain_auth_token.py %%SEAHUBDIR%%/tests/api/test_ping.py %%SEAHUBDIR%%/tests/api/test_public_repo.py %%SEAHUBDIR%%/tests/api/test_repo.py %%SEAHUBDIR%%/tests/api/test_repo_group_folder_perm.py %%SEAHUBDIR%%/tests/api/test_repo_history_limit.py %%SEAHUBDIR%%/tests/api/test_repo_owner.py %%SEAHUBDIR%%/tests/api/test_repo_shared_links.py %%SEAHUBDIR%%/tests/api/test_repo_tokens.py %%SEAHUBDIR%%/tests/api/test_repo_user_folder_perm.py %%SEAHUBDIR%%/tests/api/test_repos.py %%SEAHUBDIR%%/tests/api/test_search.py %%SEAHUBDIR%%/tests/api/test_serializers.py %%SEAHUBDIR%%/tests/api/test_shared_repo.py %%SEAHUBDIR%%/tests/api/test_shares.py %%SEAHUBDIR%%/tests/api/test_starredfiles.py %%SEAHUBDIR%%/tests/api/test_throttings.py %%SEAHUBDIR%%/tests/api/urls.py %%SEAHUBDIR%%/tests/api/views/__init__.py %%SEAHUBDIR%%/tests/api/views/test_account_info.py %%SEAHUBDIR%%/tests/api/views/test_default_repo.py %%SEAHUBDIR%%/tests/api/views/test_download_repo.py %%SEAHUBDIR%%/tests/common/__init__.py %%SEAHUBDIR%%/tests/common/common.py %%SEAHUBDIR%%/tests/common/utils.py %%SEAHUBDIR%%/tests/dist_and_push.sh %%SEAHUBDIR%%/tests/github_actions_dist.sh %%SEAHUBDIR%%/tests/seahub/__init__.py %%SEAHUBDIR%%/tests/seahub/auth/forms/__init__.py %%SEAHUBDIR%%/tests/seahub/auth/forms/test_authentication.py %%SEAHUBDIR%%/tests/seahub/auth/views/__init__.py %%SEAHUBDIR%%/tests/seahub/auth/views/test_login.py %%SEAHUBDIR%%/tests/seahub/auth/views/test_logout.py %%SEAHUBDIR%%/tests/seahub/auth/views/test_password_change.py %%SEAHUBDIR%%/tests/seahub/base/__init__.py %%SEAHUBDIR%%/tests/seahub/base/database_storage/test_database_storage.py %%SEAHUBDIR%%/tests/seahub/base/templatetags/test_seahub_tags.py %%SEAHUBDIR%%/tests/seahub/base/test_accounts.py %%SEAHUBDIR%%/tests/seahub/base/test_models.py %%SEAHUBDIR%%/tests/seahub/drafts/__init__.py %%SEAHUBDIR%%/tests/seahub/drafts/test_models.py %%SEAHUBDIR%%/tests/seahub/file_participants/__init__.py %%SEAHUBDIR%%/tests/seahub/forms/test_add_user_form.py %%SEAHUBDIR%%/tests/seahub/group/views/test_group_check.py %%SEAHUBDIR%%/tests/seahub/group/views/test_group_discuss.py %%SEAHUBDIR%%/tests/seahub/institutions/test_views.py %%SEAHUBDIR%%/tests/seahub/invitations/__init__.py %%SEAHUBDIR%%/tests/seahub/invitations/test_models.py %%SEAHUBDIR%%/tests/seahub/invitations/test_utils.py %%SEAHUBDIR%%/tests/seahub/invitations/test_views.py %%SEAHUBDIR%%/tests/seahub/notifications/__init__.py %%SEAHUBDIR%%/tests/seahub/notifications/management/__init__.py %%SEAHUBDIR%%/tests/seahub/notifications/management/commands/__init__.py %%SEAHUBDIR%%/tests/seahub/notifications/management/commands/test_notify_admins_on_virus.py %%SEAHUBDIR%%/tests/seahub/notifications/management/commands/test_send_file_updates.py %%SEAHUBDIR%%/tests/seahub/notifications/management/commands/test_send_notices.py %%SEAHUBDIR%%/tests/seahub/notifications/test_models.py %%SEAHUBDIR%%/tests/seahub/options/__init__.py %%SEAHUBDIR%%/tests/seahub/options/test_models.py %%SEAHUBDIR%%/tests/seahub/profile/__init__.py %%SEAHUBDIR%%/tests/seahub/profile/models/test_profile_manager.py %%SEAHUBDIR%%/tests/seahub/profile/models/test_update_nickname_cache.py %%SEAHUBDIR%%/tests/seahub/profile/views/__init__.py %%SEAHUBDIR%%/tests/seahub/profile/views/test_edit_profile.py %%SEAHUBDIR%%/tests/seahub/profile/views/test_profile.py %%SEAHUBDIR%%/tests/seahub/role_permissions/__init__.py %%SEAHUBDIR%%/tests/seahub/role_permissions/test_settings.py %%SEAHUBDIR%%/tests/seahub/role_permissions/test_utils.py %%SEAHUBDIR%%/tests/seahub/share/models/__init__.py %%SEAHUBDIR%%/tests/seahub/share/models/test_extra_groups_share_permission.py %%SEAHUBDIR%%/tests/seahub/share/models/test_extra_share_permission.py %%SEAHUBDIR%%/tests/seahub/share/models/test_fileshare.py %%SEAHUBDIR%%/tests/seahub/share/test_decorators.py %%SEAHUBDIR%%/tests/seahub/share/views/test_send_shared_link.py %%SEAHUBDIR%%/tests/seahub/share/views/test_send_shared_upload_link.py %%SEAHUBDIR%%/tests/seahub/tags/__init__.py %%SEAHUBDIR%%/tests/seahub/tags/models/__init__.py %%SEAHUBDIR%%/tests/seahub/tags/models/test_file_uuidmap_manager.py %%SEAHUBDIR%%/tests/seahub/tags/models/test_filetag_manager.py %%SEAHUBDIR%%/tests/seahub/tags/models/test_tags_manager.py %%SEAHUBDIR%%/tests/seahub/test_accounts.py %%SEAHUBDIR%%/tests/seahub/thirdpart/__init__.py %%SEAHUBDIR%%/tests/seahub/thirdpart/registration/__init__.py %%SEAHUBDIR%%/tests/seahub/thirdpart/registration/test_models.py %%SEAHUBDIR%%/tests/seahub/thirdpart/registration/tests.py %%SEAHUBDIR%%/tests/seahub/thirdpart/shibboleth/__init__.py %%SEAHUBDIR%%/tests/seahub/thirdpart/shibboleth/test_backends.py %%SEAHUBDIR%%/tests/seahub/thirdpart/shibboleth/test_middleware.py %%SEAHUBDIR%%/tests/seahub/two_factor/__init__.py %%SEAHUBDIR%%/tests/seahub/two_factor/views/__init__.py %%SEAHUBDIR%%/tests/seahub/two_factor/views/test_backup_tokens_view.py %%SEAHUBDIR%%/tests/seahub/utils/__init__.py %%SEAHUBDIR%%/tests/seahub/utils/%%USERS%%-license.txt %%SEAHUBDIR%%/tests/seahub/utils/test_file_size.py %%SEAHUBDIR%%/tests/seahub/utils/test_generate_file_audit_event_type.py %%SEAHUBDIR%%/tests/seahub/utils/test_get_conf_test_ext.py %%SEAHUBDIR%%/tests/seahub/utils/test_license_parse.py %%SEAHUBDIR%%/tests/seahub/utils/test_normalize_dir_path.py %%SEAHUBDIR%%/tests/seahub/utils/test_normalize_file_path.py %%SEAHUBDIR%%/tests/seahub/utils/test_repo.py %%SEAHUBDIR%%/tests/seahub/utils/test_user_permissions.py %%SEAHUBDIR%%/tests/seahub/views/__init__.py %%SEAHUBDIR%%/tests/seahub/views/ajax/test_get_file_upload_url_ul.py %%SEAHUBDIR%%/tests/seahub/views/file/test_can_edit_file.py %%SEAHUBDIR%%/tests/seahub/views/file/test_can_preview_file.py %%SEAHUBDIR%%/tests/seahub/views/file/test_download_file.py %%SEAHUBDIR%%/tests/seahub/views/file/test_file.py %%SEAHUBDIR%%/tests/seahub/views/file/test_get_file_content_by_commit_and_path.py %%SEAHUBDIR%%/tests/seahub/views/file/test_get_file_view_path_and_perm.py %%SEAHUBDIR%%/tests/seahub/views/file/test_send_file_access_msg.py %%SEAHUBDIR%%/tests/seahub/views/file/test_view_file_via_shared_dir.py %%SEAHUBDIR%%/tests/seahub/views/file/test_view_lib_file.py %%SEAHUBDIR%%/tests/seahub/views/file/test_view_lib_file_via_smart_link.py %%SEAHUBDIR%%/tests/seahub/views/file/test_view_shared_file.py %%SEAHUBDIR%%/tests/seahub/views/init/test_convert_cmmt_desc_link.py %%SEAHUBDIR%%/tests/seahub/views/init/test_demo.py %%SEAHUBDIR%%/tests/seahub/views/init/test_fpath_to_link.py %%SEAHUBDIR%%/tests/seahub/views/init/test_get_unencry_rw_repos_by_user.py %%SEAHUBDIR%%/tests/seahub/views/init/test_i18n.py %%SEAHUBDIR%%/tests/seahub/views/init/test_repo_download_dir.py %%SEAHUBDIR%%/tests/seahub/views/init/test_repo_history.py %%SEAHUBDIR%%/tests/seahub/views/init/test_repo_revert_history.py %%SEAHUBDIR%%/tests/seahub/views/repo/test_download_dir.py %%SEAHUBDIR%%/tests/seahub/views/repo/test_repo_history_view.py %%SEAHUBDIR%%/tests/seahub/views/repo/test_view_shared_dir.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_sudo_mode.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sysadmin.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_add.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_reset.py %%SEAHUBDIR%%/tests/seahub/views/test_list_lib_dir.py %%SEAHUBDIR%%/tests/seahub/views/test_sso.py %%SEAHUBDIR%%/tests/seahub/wiki/__init__.py %%SEAHUBDIR%%/tests/seahub/wiki/test_models.py %%SEAHUBDIR%%/tests/seahub/wiki/test_utils.py %%SEAHUBDIR%%/tests/seahub/wiki/test_views.py %%SEAHUBDIR%%/tests/seahubtests.sh %%SEAHUBDIR%%/tests/test_seahub_changes.sh %%SEAHUBDIR%%/tests/ui/__init__.py %%SEAHUBDIR%%/tests/ui/conftest.py %%SEAHUBDIR%%/tests/ui/driver.py %%SEAHUBDIR%%/tests/ui/fixtures.py %%SEAHUBDIR%%/tests/ui/test_sudo_mode.py %%SITEPACKAGEDIR%%/constance/__init__.py %%SITEPACKAGEDIR%%/constance/admin.py %%SITEPACKAGEDIR%%/constance/apps.py %%SITEPACKAGEDIR%%/constance/backends/__init__.py %%SITEPACKAGEDIR%%/constance/backends/database/__init__.py %%SITEPACKAGEDIR%%/constance/backends/database/migrations/0001_initial.py %%SITEPACKAGEDIR%%/constance/backends/database/migrations/0002_auto_20190129_2304.py %%SITEPACKAGEDIR%%/constance/backends/database/migrations/__init__.py %%SITEPACKAGEDIR%%/constance/backends/database/models.py %%SITEPACKAGEDIR%%/constance/backends/database/south_migrations/0001_initial.py %%SITEPACKAGEDIR%%/constance/backends/database/south_migrations/0002_auto__chg_field_constance_key__add_unique_constance_key.py %%SITEPACKAGEDIR%%/constance/backends/database/south_migrations/__init__.py %%SITEPACKAGEDIR%%/constance/backends/redisd.py %%SITEPACKAGEDIR%%/constance/base.py %%SITEPACKAGEDIR%%/constance/checks.py %%SITEPACKAGEDIR%%/constance/context_processors.py %%SITEPACKAGEDIR%%/constance/management/__init__.py %%SITEPACKAGEDIR%%/constance/management/commands/__init__.py %%SITEPACKAGEDIR%%/constance/management/commands/constance.py %%SITEPACKAGEDIR%%/constance/settings.py %%SITEPACKAGEDIR%%/constance/signals.py %%SITEPACKAGEDIR%%/constance/test/__init__.py %%SITEPACKAGEDIR%%/constance/test/utils.py %%SITEPACKAGEDIR%%/constance/utils.py %%SITEPACKAGEDIR%%/registration/LICENSE %%SITEPACKAGEDIR%%/registration/__init__.py %%SITEPACKAGEDIR%%/registration/admin.py %%SITEPACKAGEDIR%%/registration/auth_urls.py %%SITEPACKAGEDIR%%/registration/backends/__init__.py %%SITEPACKAGEDIR%%/registration/backends/default/__init__.py %%SITEPACKAGEDIR%%/registration/backends/default/urls.py %%SITEPACKAGEDIR%%/registration/forms.py %%SITEPACKAGEDIR%%/registration/locale/ar/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/ar/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/bg/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/bg/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/da/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/da/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/de/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/de/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/el/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/el/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/en/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/en/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/es/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/es/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/es_AR/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/es_AR/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/fr/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/fr/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/he/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/he/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/is/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/is/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/it/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/it/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/ja/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/ja/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/ko/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/ko/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/nl/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/nl/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/pl/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/pl/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/pt_BR/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/pt_BR/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/ru/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/ru/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/sl/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/sl/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/sr/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/sr/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/sv/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/sv/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/zh_CN/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/zh_CN/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/locale/zh_TW/LC_MESSAGES/django.mo %%SITEPACKAGEDIR%%/registration/locale/zh_TW/LC_MESSAGES/django.po %%SITEPACKAGEDIR%%/registration/management/__init__.py %%SITEPACKAGEDIR%%/registration/management/commands/__init__.py %%SITEPACKAGEDIR%%/registration/management/commands/cleanupregistration.py %%SITEPACKAGEDIR%%/registration/migrations/0001_initial.py %%SITEPACKAGEDIR%%/registration/migrations/__init__.py %%SITEPACKAGEDIR%%/registration/models.py %%SITEPACKAGEDIR%%/registration/signals.py %%SITEPACKAGEDIR%%/registration/tests/__init__.py %%SITEPACKAGEDIR%%/registration/tests/backends.py %%SITEPACKAGEDIR%%/registration/tests/forms.py %%SITEPACKAGEDIR%%/registration/tests/models.py %%SITEPACKAGEDIR%%/registration/tests/urls.py %%SITEPACKAGEDIR%%/registration/tests/views.py %%SITEPACKAGEDIR%%/registration/urls.py %%SITEPACKAGEDIR%%/registration/views.py %%SITEPACKAGEDIR%%/shibboleth/__init__.py %%SITEPACKAGEDIR%%/shibboleth/app_settings.py %%SITEPACKAGEDIR%%/shibboleth/backends.py %%SITEPACKAGEDIR%%/shibboleth/context_processors.py %%SITEPACKAGEDIR%%/shibboleth/decorators.py %%SITEPACKAGEDIR%%/shibboleth/license.md %%SITEPACKAGEDIR%%/shibboleth/middleware.py %%SITEPACKAGEDIR%%/shibboleth/models.py %%SITEPACKAGEDIR%%/shibboleth/templates/shibboleth/user_info.html %%SITEPACKAGEDIR%%/shibboleth/tests/__init__.py %%SITEPACKAGEDIR%%/shibboleth/tests/shib.py %%SITEPACKAGEDIR%%/shibboleth/urls.py %%SITEPACKAGEDIR%%/shibboleth/views.py %%SITEPACKAGEDIR%%/termsandconditions/__init__.py %%SITEPACKAGEDIR%%/termsandconditions/admin.py %%SITEPACKAGEDIR%%/termsandconditions/apps.py %%SITEPACKAGEDIR%%/termsandconditions/decorators.py %%SITEPACKAGEDIR%%/termsandconditions/forms.py %%SITEPACKAGEDIR%%/termsandconditions/middleware.py %%SITEPACKAGEDIR%%/termsandconditions/migrations/0001_initial.py %%SITEPACKAGEDIR%%/termsandconditions/migrations/__init__.py %%SITEPACKAGEDIR%%/termsandconditions/models.py %%SITEPACKAGEDIR%%/termsandconditions/pipeline.py %%SITEPACKAGEDIR%%/termsandconditions/static/termsandconditions/css/modal.css %%SITEPACKAGEDIR%%/termsandconditions/static/termsandconditions/js/modal.js %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/snippets/termsandconditions.html %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/tc_accept_terms.html %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/tc_email_terms.html %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/tc_email_terms_form.html %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/tc_print_terms.html %%SITEPACKAGEDIR%%/termsandconditions/templates/termsandconditions/tc_view_terms.html %%SITEPACKAGEDIR%%/termsandconditions/templatetags/__init__.py %%SITEPACKAGEDIR%%/termsandconditions/templatetags/terms_tags.py %%SITEPACKAGEDIR%%/termsandconditions/tests.py %%SITEPACKAGEDIR%%/termsandconditions/urls.py %%SITEPACKAGEDIR%%/termsandconditions/views.py %%SITEPACKAGEDIR%%/weworkapi/AbstractApi.py %%SITEPACKAGEDIR%%/weworkapi/CorpApi.py %%SITEPACKAGEDIR%%/weworkapi/__init__.py %%SEAHUBDIR%%/tools/avatar_migration.py %%SEAHUBDIR%%/tools/batch-delete.py %%SEAHUBDIR%%/tools/gen-tarball.py %%SEAHUBDIR%%/tools/seahub-admin.py %%SEAHUBDIR%%/tools/secret_key_generator.py %%SEAHUBDIR%%/tools/sqlite-to-mysql.sh %%SEAHUBDIR%%/tools/update-seahub-db_0.9.4_to_0.9.5.py +%%SEAFILE_SERVER%%/setup-%%USERS%%-mysql.py +%%SEAFILE_SERVER%%/setup-%%USERS%%-mysql.sh +%%SEAFILE_SERVER%%/setup-%%USERS%%.sh +%%SEAFILE_SERVER%%/sqlite2mysql.py +%%SEAFILE_SERVER%%/sqlite2mysql.sh +%%SEAFILE_SERVER%%/upgrade/add_collate.sh +%%SEAFILE_SERVER%%/upgrade/check_backend.py +%%SEAFILE_SERVER%%/upgrade/db_update_1.3_1.4.py +%%SEAFILE_SERVER%%/upgrade/db_update_helper.py +%%SEAFILE_SERVER%%/upgrade/fix_mysql_user.py +%%SEAFILE_SERVER%%/upgrade/minor-upgrade.sh +%%SEAFILE_SERVER%%/upgrade/regenerate_secret_key.sh +%%SEAFILE_SERVER%%/upgrade/sql/1.6.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.6.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.7.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/1.8.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/2.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/2.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/2.1.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/2.1.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/2.2.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/3.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/3.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/3.1.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/3.1.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/sqlite3/ccnet/groupmgr.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.1.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.2.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/4.3.0/mysql/.gitkeep +%%SEAFILE_SERVER%%/upgrade/sql/4.3.0/sqlite3/.gitkeep +%%SEAFILE_SERVER%%/upgrade/sql/4.4.0/mysql/.gitkeep +%%SEAFILE_SERVER%%/upgrade/sql/4.4.0/sqlite3/.gitkeep +%%SEAFILE_SERVER%%/upgrade/sql/5.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/5.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/5.1.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.1.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.1.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/sqlite3/ccnet/usermgr.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.2.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/ccnet/groupmgr.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/ccnet/usermgr.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/6.3.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/ccnet.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/ccnet/usermgr.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.1.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/7.1.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/mysql/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/sqlite3/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/8.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/mysql/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/mysql/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/mysql/seahub.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/sqlite3/seafevents.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/sqlite3/%%USERS%%.sql +%%SEAFILE_SERVER%%/upgrade/sql/9.0.0/sqlite3/seahub.sql +%%SEAFILE_SERVER%%/upgrade/upgrade_1.2_1.3.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.3_1.4.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.4_1.5.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.5_1.6.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.6_1.7.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.7_1.8.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_1.8_2.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_2.0_2.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_2.1_2.2.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_2.2_3.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_3.0_3.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_3.1_4.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_4.0_4.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_4.1_4.2.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_4.2_4.3.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_4.3_4.4.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_4.4_5.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_5.0_5.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_5.1_6.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_6.0_6.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_6.1_6.2.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_6.2_6.3.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_6.3_7.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_7.0_7.1.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_7.1_8.0.sh +%%SEAFILE_SERVER%%/upgrade/upgrade_8.0_9.0.sh @owner %%USERS%% @group %%GROUPS%% %%SEAHUBDIR%%/setenv.sh %%SEAHUBDIR%%/run-seahub.sh %%SEAHUBDIR%%/send_user_notifications.sh %%SEAHUBDIR%%/media/avatars %%HAIWENDIR%%/seahub-data/avatars/default-non-register.jpg %%HAIWENDIR%%/seahub-data/avatars/default.png %%HAIWENDIR%%/seahub-data/avatars/groups/default.png %%SEAHUBDIR%%/seahub/settings.py @owner @group @dir(%%USERS%%,%%GROUPS%%,755) %%SEAFILE_SERVER%%/runtime @dir(%%USERS%%,%%GROUPS%%,755) %%SEAHUBDIR%% @dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%% @dir(%%USERS%%,%%GROUPS%%,755) %%SEAHUBDIR%%/media @dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%/seahub-data @dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%/seahub-data/avatars @dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%/seahub-data/custom @dir(%%USERS%%,%%GROUPS%%,755) %%HAIWENDIR%%/seahub-data/avatars/groups