Index: head/net-mgmt/ccnet-server/distinfo =================================================================== --- head/net-mgmt/ccnet-server/distinfo (revision 479944) +++ head/net-mgmt/ccnet-server/distinfo (revision 479945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531452811 -SHA256 (haiwen-ccnet-server-v6.3.2-server_GH0.tar.gz) = ea33cc13f08c8fd9162e7c0e0f9bd37716f637bfad60f43b7037748c794d421d -SIZE (haiwen-ccnet-server-v6.3.2-server_GH0.tar.gz) = 216551 +TIMESTAMP = 1537117863 +SHA256 (haiwen-ccnet-server-v6.3.4-server_GH0.tar.gz) = ab3d5bda728f87c71929a6247c9f74c5209b9b8e44bafa77db91e8de590ec6ef +SIZE (haiwen-ccnet-server-v6.3.4-server_GH0.tar.gz) = 217205 Index: head/net-mgmt/seafile-server/Makefile =================================================================== --- head/net-mgmt/seafile-server/Makefile (revision 479944) +++ head/net-mgmt/seafile-server/Makefile (revision 479945) @@ -1,113 +1,112 @@ # $FreeBSD$ PORTNAME= seafile-server DISTVERSIONPREFIX= v DISTVERSION= ${SEAFILE_VER} DISTVERSIONSUFFIX= -server -PORTREVISION= 1 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 \ libccnet.so:net-mgmt/ccnet-server \ libevent.so:devel/libevent \ libuuid.so:misc/e2fsprogs-libuuid \ libjansson.so:devel/jansson 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-[0-9]* USES= autoreconf iconv libarchive libtool localbase mysql \ pathfix pgsql pkgconfig python:-2.7 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 GNU_CONFIGURE= yes CONFIGURE_ENV= SSL_CFLAGS="${OPENSSLINC}" SSL_LIBS="-L${OPENSSLLIB} -lssl -lcrypto" PATHFIX_MAKEFILEIN= Makefile.am INSTALL_TARGET= install-strip CPPFLAGS+= -I${LOCALBASE}/include/evhtp SUB_FILES= pkg-message MAKE_JOBS_UNSAFE= yes OPTIONS_DEFINE= FUSE NLS OPTIONS_DEFAULT= FUSE 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 NLS_USES= gettext .include post-patch: # Fix P_KTHREAD r295435 .if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1100097 ${REINPLACE_CMD} 's/P_KTHREAD/P_KPROC/' ${WRKSRC}/lib/utils.c .endif ${REINPLACE_CMD} 's/python/${PYTHON_VERSION}/' \ ${WRKSRC}/scripts/upgrade/regenerate_secret_key.sh ${REINPLACE_CMD} -e 's|^INSTALL.*|INSTALLPATH="${PREFIX}/${SEAFILE_SERVER}/seafile"|' \ ${WRKSRC}/scripts/seaf-cli-wrapper.sh ${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 post-install: @${MKDIR} ${STAGEDIR}${PREFIX}/${SEABIN} ${STAGEDIR}${PREFIX}/${SEALIB} \ ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/seafile/share/doc/seafile \ ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade .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/upgrade && \ ${COPYTREE_SHARE} sql ${STAGEDIR}${PREFIX}/${SEAFILE_SERVER}/upgrade) makesum-all: .for PORT in net-mgmt/ccnet-server net-mgmt/seafile-server www/py-seafdav www/py-seafobj www/seahub ${MAKE} -C "${PORTSDIR}/${PORT}" makesum .endfor .include "${.CURDIR}/Makefile.include" .include Index: head/net-mgmt/seafile-server/Makefile.include =================================================================== --- head/net-mgmt/seafile-server/Makefile.include (revision 479944) +++ head/net-mgmt/seafile-server/Makefile.include (revision 479945) @@ -1,30 +1,30 @@ # $FreeBSD$ -SEAFILE_VER=6.3.2 -SEAHUB_VER=6.3.1 +SEAFILE_VER=6.3.4 +SEAHUB_VER=6.3.5 # 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} Index: head/net-mgmt/seafile-server/distinfo =================================================================== --- head/net-mgmt/seafile-server/distinfo (revision 479944) +++ head/net-mgmt/seafile-server/distinfo (revision 479945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1531452812 -SHA256 (haiwen-seafile-server-v6.3.2-server_GH0.tar.gz) = c8bcfd5812c7908e6acba1c6a7f03042c1241531783802976b6381678b4160e7 -SIZE (haiwen-seafile-server-v6.3.2-server_GH0.tar.gz) = 722078 +TIMESTAMP = 1537117864 +SHA256 (haiwen-seafile-server-v6.3.4-server_GH0.tar.gz) = 1ba4c641bad8d7592fd2592827e81470c88b8e802707d2b1e6d551c16d0da100 +SIZE (haiwen-seafile-server-v6.3.4-server_GH0.tar.gz) = 727480 Index: head/www/py-seafdav/distinfo =================================================================== --- head/www/py-seafdav/distinfo (revision 479944) +++ head/www/py-seafdav/distinfo (revision 479945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526795437 -SHA256 (haiwen-seafdav-v6.3.1-pro_GH0.tar.gz) = e4cc1b11ba8b550d331a8c41321745ea51db12ab297d9d7845f60acba8f41217 -SIZE (haiwen-seafdav-v6.3.1-pro_GH0.tar.gz) = 2554677 +TIMESTAMP = 1537117866 +SHA256 (haiwen-seafdav-v6.3.5-pro_GH0.tar.gz) = 87ce5725faeffab1785dd318e8cac695ab5dcc8a26c913447eaa89535a5be89a +SIZE (haiwen-seafdav-v6.3.5-pro_GH0.tar.gz) = 2554680 Index: head/www/py-seafobj/distinfo =================================================================== --- head/www/py-seafobj/distinfo (revision 479944) +++ head/www/py-seafobj/distinfo (revision 479945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1526795439 -SHA256 (haiwen-seafobj-v6.3.1-pro_GH0.tar.gz) = dc495a73d1ba97b410f9315b88cae58d4249c19c0b22c2f926e75b9b1e49535a -SIZE (haiwen-seafobj-v6.3.1-pro_GH0.tar.gz) = 10054683 +TIMESTAMP = 1537117871 +SHA256 (haiwen-seafobj-v6.3.5-pro_GH0.tar.gz) = 7ab3eb3dde0382237f12131209165004c9448f5f5d46dd5d31d87bd8eaf0767a +SIZE (haiwen-seafobj-v6.3.5-pro_GH0.tar.gz) = 10057843 Index: head/www/seahub/Makefile =================================================================== --- head/www/seahub/Makefile (revision 479944) +++ head/www/seahub/Makefile (revision 479945) @@ -1,101 +1,101 @@ # $FreeBSD$ PORTNAME= seahub DISTVERSIONPREFIX= v DISTVERSION= ${SEAHUB_VER} DISTVERSIONSUFFIX= -pro -PORTREVISION= 1 CATEGORIES= www MAINTAINER= ultima@FreeBSD.org COMMENT= Web frontend for Seafile LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt BUILD_DEPENDS= ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} RUN_DEPENDS= bash:shells/bash \ ${LOCALBASE}/www/haiwen/seafile-server/seafile/bin/seaf-server:net-mgmt/seafile-server \ ${PYTHON_PKGNAMEPREFIX}django111>=0:www/py-django111@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pytz>=0:devel/py-pytz@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-simple-captcha>=0:www/py-django-simple-captcha@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-statici18n>=0:www/py-django-statici18n@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}djangorestframework>=0:www/py-djangorestframework@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django_compressor>=0:www/py-django_compressor@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-formtools>=0:www/py-django-formtools@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-post_office>=0:www/py-django-post_office@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}django-constance>=0:www/py-django-constance@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}django-webpack-loader>=0.6.0:www/py-django-webpack-loader@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}gunicorn>=0:www/py-gunicorn@${PY_FLAVOR} \ - ${PYTHON_PKGNAMEPREFIX}flup6>=0:www/py-flup6@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}chardet>=0:textproc/py-chardet@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}dateutil>=0:devel/py-dateutil@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}requests>=0:www/py-requests@${PY_FLAVOR} \ + ${PYTHON_PKGNAMEPREFIX}requests-oauthlib>=0.6.0:www/py-requests-oauthlib@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}six>=0:devel/py-six@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}openpyxl>=0:textproc/py-openpyxl@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}pillow>=0:graphics/py-pillow@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}MySQLdb>0:databases/py-MySQLdb@${PY_FLAVOR} \ ${PYTHON_PKGNAMEPREFIX}qrcode>0:textproc/py-qrcode@${PY_FLAVOR} \ ${PY_FUTURES} USES= gettext-tools:build python:-2.7 shebangfix USE_GITHUB= yes GH_ACCOUNT= haiwen SHEBANG_FILES= *.sh tests/*.sh *.template *.py tools/*.py seahub/*.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 do-patch: echo "${WRKSRC}..." ${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)) ${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 (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 .include "${.CURDIR}/../../net-mgmt/seafile-server/Makefile.include" .include Index: head/www/seahub/distinfo =================================================================== --- head/www/seahub/distinfo (revision 479944) +++ head/www/seahub/distinfo (revision 479945) @@ -1,3 +1,3 @@ -TIMESTAMP = 1528562671 -SHA256 (haiwen-seahub-v6.3.1-pro_GH0.tar.gz) = 7f6f985c40251d0e39ec2ad72908adfcd623e14e7376208a2de807788beea089 -SIZE (haiwen-seahub-v6.3.1-pro_GH0.tar.gz) = 9406660 +TIMESTAMP = 1537117878 +SHA256 (haiwen-seahub-v6.3.5-pro_GH0.tar.gz) = 95b51c50350e2a45a05f7fefa4092dc7cb33e4f7fbedcf5e114598697a2b38a4 +SIZE (haiwen-seahub-v6.3.5-pro_GH0.tar.gz) = 25689327 Index: head/www/seahub/files/seahub.in =================================================================== --- head/www/seahub/files/seahub.in (revision 479944) +++ head/www/seahub/files/seahub.in (revision 479945) @@ -1,163 +1,162 @@ #!/bin/sh # # PROVIDE: seahub # REQUIRE: LOGIN cleanvar seafile # KEYWORD: shutdown # # # Add the following lines to /etc/rc.conf to enable seahub: # # seahub_enable (bool): Set to "NO" by default. # Set it to "YES" to enable seahub. # seafile_user (str): User to run seafile as # Default to "%%USERS%%" created by the port # seafile_group (str): Group to run seafile as # Default to "%%GROUPS%%" created by the port # seafile_path (str): Set to "" by default will use the path # %%PREFIX%%/%%SEAFILE_SERVER%%. # Set it to a different path. # seafile_ccnet (str): Set to "" by default will use the path # %%PREFIX%%/%%HAIWENDIR%%/ccnet. # Set it to a different path. # seafile_conf (str): Set to "" by default will use the path # %%PREFIX%%/%%HAIWENDIR%%/conf. # Set it to a different path. # seafile_datadir (str): Set to "" by default will use the path # in file %%PREFIX%%/%%HAIWENDIR%%/ccnet/seafile.ini. # Set it to a different path. # seafile_logdir (str): Set to "" by default will use the path # %%PREFIX%%/%%HAIWENDIR%%/logs. # Set it to a different path. # seahub_host (int): Default is 127.0.0.1. # seahub_port (int): Default is 8000. . /etc/rc.subr name="seahub" rcvar=seahub_enable load_rc_config $name extra_commands="clearsessions" start_cmd="seahub_start" restart_cmd="seahub_restart" stop_cmd="seahub_stop" clearsessions_cmd="seahub_clearsessions" : ${seahub_enable="NO"} : ${seafile_user:="%%USERS%%"} : ${seafile_group:="%%GROUPS%%"} : ${seafile_path:="%%PREFIX%%/%%SEAFILE_SERVER%%"} : ${seafile_ccnet:="%%PREFIX%%/%%HAIWENDIR%%/ccnet"} : ${seafile_conf:="%%PREFIX%%/%%HAIWENDIR%%/conf"} : ${seafile_datadir:="`cat ${seafile_ccnet}/seafile.ini 2>/dev/null`"} : ${seafile_logdir:="%%PREFIX%%/%%HAIWENDIR%%/logs"} : ${seahub_host:="127.0.0.1"} : ${seahub_port:="8000"} manage_py=${seafile_path}/seahub/manage.py gunicorn_exe=%%PREFIX%%/bin/gunicorn gunicorn_conf=${seafile_conf}/gunicorn.conf pidfile=%%PREFIX%%/%%HAIWENDIR%%/pids/seahub.pid command="%%PREFIX%%/bin/%%PYTHON%%" required_dirs="${seafile_ccnet} ${seafile_conf} ${seafile_datadir} ${seafile_logdir}" required_files="${seafile_ccnet}/seafile.ini" validate_seahub_running() { if pgrep -f "${manage_py}" 2>/dev/null 1>&2; then echo "Seahub is already running." exit 1; fi } warning_if_seafile_not_running() { if ! pgrep -f "seafile-controller -c ${seafile_ccnet}" 2>/dev/null 1>&2; then echo echo "Warning: seafile not running. Have you run \"service seafile start\" ?" echo exit 1 fi } prepare_env() { if [ -z "$LANG" ]; then echo "LANG is not set in ENV, set to en_US.UTF-8" export LANG='en_US.UTF-8' fi if [ -z "$LC_ALL" ]; then echo "LC_ALL is not set in ENV, set to en_US.UTF-8" export LC_ALL='en_US.UTF-8' fi export CCNET_CONF_DIR=${seafile_ccnet} export SEAFILE_CONF_DIR=${seafile_datadir} export SEAFILE_CENTRAL_CONF_DIR=${seafile_conf} - export PYTHONPATH=${seafile_path}/seafile/lib/python2.6/site-packages:${seafile_path}/seafile/lib64/python2.6/site-packages:${seafile_path}/seahub/thirdpart:$PYTHONPATH - export PYTHONPATH=${seafile_path}/seafile/lib/python2.7/site-packages:${seafile_path}/seafile/lib64/python2.7/site-packages:$PYTHONPATH + export PYTHONPATH=${seafile_path}/seafile/lib/python2.7/site-packages:${seafile_path}/seafile/lib64/python2.7/site-packages:${seafile_path}/seahub/thirdpart:$PYTHONPATH export SEAHUB_LOG_DIR=${seafile_logdir} } before_start() { prepare_env; warning_if_seafile_not_running; validate_seahub_running; } seahub_clearsessions() { prepare_env; echo "Start clear expired session records ..." su -m "${seafile_user}" -c "$command \"${manage_py}\" clearsessions" echo echo "Done" echo } seahub_start() { if checkyesno seahub_enable; then check_required_before; before_start; echo "Starting seahub at port ${seahub_port} ..." su -m "${seafile_user}" -c "$command \"${gunicorn_exe}\" seahub.wsgi:application -c \"${gunicorn_conf}\" -b \"0.0.0.0:${seahub_port}\" --preload --chdir \"$seafile_path/seahub\"" # Ensure seahub is started successfully sleep 5 if ! pgrep -f "seahub.wsgi:application" 2>/dev/null 1>&2; then printf "\033[33mError:Seahub failed to start.\033[m\n" echo "Please try to run \"./seahub.sh start\" again" exit 1; fi echo echo "Seahub is started" echo else return 0 fi } seahub_stop() { if [ -f ${pidfile} ]; then pid=$(cat "${pidfile}") echo "Stopping ${name}." kill ${pid} rm -f ${pidfile} return 0 else echo "Seahub is not running" fi } seahub_restart() { seahub_stop; sleep 2 seahub_start; } run_rc_command "$1" Index: head/www/seahub/pkg-plist =================================================================== --- head/www/seahub/pkg-plist (revision 479944) +++ head/www/seahub/pkg-plist (revision 479945) @@ -1,2159 +1,1981 @@ %%SEAHUBDIR%%/.travis.yml +%%SEAHUBDIR%%/.travis/dist_and_push.sh +%%SEAHUBDIR%%/.travis/rebuild-branches.sh +%%SEAHUBDIR%%/.travis/travis_deploy_key.enc %%SEAHUBDIR%%/.tx/config %%SEAHUBDIR%%/CONTRIBUTORS %%SEAHUBDIR%%/HACKING %%SEAHUBDIR%%/LICENSE-thirdparty.txt %%SEAHUBDIR%%/LICENSE.txt %%SEAHUBDIR%%/README.markdown %%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/build/frontend/css/main.css +%%SEAHUBDIR%%/frontend/build/frontend/css/main.css.map +%%SEAHUBDIR%%/frontend/build/frontend/css/wiki.css +%%SEAHUBDIR%%/frontend/build/frontend/css/wiki.css.map +%%SEAHUBDIR%%/frontend/build/frontend/js/main.js +%%SEAHUBDIR%%/frontend/build/frontend/js/main.js.map +%%SEAHUBDIR%%/frontend/build/frontend/js/wiki.js +%%SEAHUBDIR%%/frontend/build/frontend/js/wiki.js.map +%%SEAHUBDIR%%/frontend/build/frontend/locales/en/translations.json +%%SEAHUBDIR%%/frontend/build/frontend/locales/zh-CN/translations.json +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-regular-400.eot +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-regular-400.svg +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-regular-400.ttf +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-regular-400.woff +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-regular-400.woff2 +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-solid-900.eot +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-solid-900.svg +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-solid-900.ttf +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-solid-900.woff +%%SEAHUBDIR%%/frontend/build/frontend/media/fa-solid-900.woff2 +%%SEAHUBDIR%%/frontend/config/env.js +%%SEAHUBDIR%%/frontend/config/jest/cssTransform.js +%%SEAHUBDIR%%/frontend/config/jest/fileTransform.js +%%SEAHUBDIR%%/frontend/config/paths.js +%%SEAHUBDIR%%/frontend/config/polyfills.js +%%SEAHUBDIR%%/frontend/config/server.js +%%SEAHUBDIR%%/frontend/config/webpack.config.dev.js.template +%%SEAHUBDIR%%/frontend/config/webpack.config.prod.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/css/fa-regular.css +%%SEAHUBDIR%%/frontend/src/assets/css/fa-solid.css +%%SEAHUBDIR%%/frontend/src/assets/css/fontawesome.css +%%SEAHUBDIR%%/frontend/src/assets/%%USERS%%-logo.png +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-regular-400.eot +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-regular-400.svg +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-regular-400.ttf +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-regular-400.woff +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-regular-400.woff2 +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-solid-900.eot +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-solid-900.svg +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-solid-900.ttf +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-solid-900.woff +%%SEAHUBDIR%%/frontend/src/assets/webfonts/fa-solid-900.woff2 +%%SEAHUBDIR%%/frontend/src/components/account.js +%%SEAHUBDIR%%/frontend/src/components/constance.js +%%SEAHUBDIR%%/frontend/src/components/markdown-viewer.js +%%SEAHUBDIR%%/frontend/src/components/menu-component/menu-dialog/create-fileforder-dialog.js +%%SEAHUBDIR%%/frontend/src/components/menu-component/menu-dialog/delete-dialog.js +%%SEAHUBDIR%%/frontend/src/components/menu-component/menu-dialog/rename-dialog.js +%%SEAHUBDIR%%/frontend/src/components/menu-component/node-menu-control.js +%%SEAHUBDIR%%/frontend/src/components/menu-component/node-menu.js +%%SEAHUBDIR%%/frontend/src/components/search-result-item.js +%%SEAHUBDIR%%/frontend/src/components/search.js +%%SEAHUBDIR%%/frontend/src/components/tree-dir-view/tree-dir-list.js +%%SEAHUBDIR%%/frontend/src/components/tree-dir-view/tree-dir-view.js +%%SEAHUBDIR%%/frontend/src/components/tree-view/node.js +%%SEAHUBDIR%%/frontend/src/components/tree-view/tree-node-view.js +%%SEAHUBDIR%%/frontend/src/components/tree-view/tree-view.js +%%SEAHUBDIR%%/frontend/src/components/tree-view/tree.js +%%SEAHUBDIR%%/frontend/src/components/utils.js +%%SEAHUBDIR%%/frontend/src/components/wiki-outline.js +%%SEAHUBDIR%%/frontend/src/css/initial-style.css +%%SEAHUBDIR%%/frontend/src/css/search.css +%%SEAHUBDIR%%/frontend/src/css/side-panel.css +%%SEAHUBDIR%%/frontend/src/css/tree-dir-view.css +%%SEAHUBDIR%%/frontend/src/css/wiki.css +%%SEAHUBDIR%%/frontend/src/i18n.js +%%SEAHUBDIR%%/frontend/src/index.css +%%SEAHUBDIR%%/frontend/src/index.js +%%SEAHUBDIR%%/frontend/src/pages/wiki/main-panel.js +%%SEAHUBDIR%%/frontend/src/pages/wiki/side-panel.js +%%SEAHUBDIR%%/frontend/src/utils/editor-utilties.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/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/djangojs.mo %%SEAHUBDIR%%/locale/cs_CZ/LC_MESSAGES/djangojs.po %%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/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/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/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/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_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/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/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/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/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/admin/css/constance.c77ee677cb7d.css -%%SEAHUBDIR%%/media/assets/admin/css/constance.css -%%SEAHUBDIR%%/media/assets/admin/js/constance.852de73b7e3d.js -%%SEAHUBDIR%%/media/assets/admin/js/constance.js %%SEAHUBDIR%%/media/assets/css/bootstrap.min.b00faad199b5.css %%SEAHUBDIR%%/media/assets/css/bootstrap.min.css %%SEAHUBDIR%%/media/assets/css/magnific-popup.656241b2c8ed.css %%SEAHUBDIR%%/media/assets/css/magnific-popup.css +%%SEAHUBDIR%%/media/assets/css/%%USERS%%-ui.83c0c53d3f19.css +%%SEAHUBDIR%%/media/assets/css/%%USERS%%-ui.css %%SEAHUBDIR%%/media/assets/css/select2-3.5.2.a6bd3ec08cc4.css %%SEAHUBDIR%%/media/assets/css/select2-3.5.2.b9d0598b4e1c.css %%SEAHUBDIR%%/media/assets/css/select2-3.5.2.css %%SEAHUBDIR%%/media/assets/css/select2-spinner.7b9776076d5f.gif %%SEAHUBDIR%%/media/assets/css/select2-spinner.gif %%SEAHUBDIR%%/media/assets/css/select2.2ca61b76e220.png %%SEAHUBDIR%%/media/assets/css/select2.custom.9fe18e0ae58c.css %%SEAHUBDIR%%/media/assets/css/select2.custom.css %%SEAHUBDIR%%/media/assets/css/select2.png %%SEAHUBDIR%%/media/assets/css/select2x2.49e3f0060186.png %%SEAHUBDIR%%/media/assets/css/select2x2.png -%%SEAHUBDIR%%/media/assets/scripts/app/collections/activities.77ea3149773c.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/activities.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/deleted-repos.cb357ea8a224.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/deleted-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/devices.ce46433dc2f6.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/devices.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/dirents.847496fd63de.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/dirents.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/file-comments.267cccd4c209.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/file-comments.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-discussions.44e990cae2b8.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-discussions.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-members.043343107764.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-members.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-owned-repos.64d4f6a6edbd.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-owned-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-repos.629d7b4d403d.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/group-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/groups.b2bc7f1951b4.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/groups.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/invitations.8a8ca0052bc9.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/invitations.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/pub-repos.56fb5a44d957.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/pub-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-group-folder-perm.4ee72982f503.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-group-folder-perm.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-shared-download-links.62e5080bd3a1.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-shared-download-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-shared-upload-links.fcda4d72bd7a.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-shared-upload-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-user-folder-perm.4668eb760aaa.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repo-user-folder-perm.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repos.92498fbca8dc.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-folders.5ca097d8e69f.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-folders.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-repos.51efabf47ad2.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-share-links.81193dc9b191.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-share-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-upload-links.da0f9d7880a6.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/share-admin-upload-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/starred-files.0fd48b6cab65.js -%%SEAHUBDIR%%/media/assets/scripts/app/collections/starred-files.js -%%SEAHUBDIR%%/media/assets/scripts/app/main.e72a78a72bbe.js -%%SEAHUBDIR%%/media/assets/scripts/app/main.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/activity.dbdb311e9b4c.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/activity.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/deleted-repo.58d204d02c6d.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/deleted-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/device.205de3de7389.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/device.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/dirent.3ed4e1f93c0b.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/dirent.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group-discussion.6d7706b3388e.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group-discussion.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group-repo.a538f82f1af9.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group.2004ce3576b3.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/group.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/invitation.53327a6ee991.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/invitation.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/pub-repo.3f52334f11d8.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/pub-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/repo.0107fad33a90.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-folder.982c3cf07a5b.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-folder.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-repo.71bb90c58e19.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-share-link.c3223f5162df.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-share-link.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-upload-link.3666fafff5b8.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/share-admin-upload-link.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/starred-file.bd1fd7cfed45.js -%%SEAHUBDIR%%/media/assets/scripts/app/models/starred-file.js -%%SEAHUBDIR%%/media/assets/scripts/app/router.125c1cb4f329.js -%%SEAHUBDIR%%/media/assets/scripts/app/router.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/account.fb600b46cc5b.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/account.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/activities.a2f31fa03aeb.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/activities.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/activity-item.175841715dcb.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/activity-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-department-repo.653e6cd9dd8b.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-department-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-group-repo.54094112928d.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-group-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-pub-repo.6e432a7b9e31.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-pub-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-pubrepo-item.83b33d2ec341.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-pubrepo-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-repo.9e2bc2472cd5.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/add-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/create-pub-repo.1e0da660b6c5.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/create-pub-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/deleted-repo.2d15376c9faf.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/deleted-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/details.658f30e0597e.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/details.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/device.b487d2c70aaf.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/device.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/devices.c461393c2ce0.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/devices.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-mvcp.d4b0e6b3a0e9.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-mvcp.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-rename.957df8a1273a.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/dirent-rename.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-change-password.4ffa153596c4.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-change-password.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-folder-perm-admin.b5f849c98572.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-folder-perm-admin.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-history-settings.6ffe0999200c.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-history-settings.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.e845d0182eb2.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dialogs/repo-share-link-admin.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.9c4f4147236f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dir.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-details.8db935d018cd.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-details.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.82500be454b5.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent-grid.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent.1f2fb13ef19c.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/dirent.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/file-comment.ed862ae72334.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/file-comment.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/file-comments.9c69068da4aa.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/file-comments.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/fileupload.24197abcfda2.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/fileupload.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/folder-perm.9188f72f109b.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/folder-perm.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/folder-share-item.490e3ab73e7d.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/folder-share-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-discussion.a897fc38ccaa.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-discussion.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-discussions.b65123984a66.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-discussions.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-item.87fb7260c9f9.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-manage-member.fc61c4f59e5c.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-manage-member.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-manage-members.df3d3d2fb220.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-manage-members.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-member.4ab6f561f5b1.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-member.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-members.558e52b1e586.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-members.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-repo.71c6416e72fe.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-settings.cb073f038f79.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group-settings.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group.79b4e18549ad.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/group.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/groups.0b414846b1e4.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/groups.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/invitation.4c60b49cdaae.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/invitation.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/invitations.439246dc11ee.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/invitations.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/my-deleted-repos.8d9c8c87cb39.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/my-deleted-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/myhome-repos.3b31b898d838.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/myhome-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/myhome-shared-repos.db3232a82d4f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/myhome-shared-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/notifications.1cad720bac95.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/notifications.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/organization-repo.86fbc21ac51f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/organization-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/organization.1ceb2cf456e6.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/organization.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-details.98823942ee60.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-details.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-folder-perm-item.b2dbc4c329b9.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-folder-perm-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-shared-link.bed30171c33c.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo-shared-link.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo.d5422e7f719f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-folder.b1e05de56a32.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-folder.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-folders.19e80705eff0.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-folders.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-repo.3116ca93e4e7.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-repos.1ebf3ebcea5c.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-repos.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-share-link.d27054276397.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-share-link.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-share-links.39b4ca34afdc.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-share-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-link.83c989203970.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-link.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-links.7da2962e25bf.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share-admin-upload-links.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share.a4cfd4d06bf4.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/share.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/shared-repo.887016f9da47.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/shared-repo.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/side-nav.115339721a1f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/side-nav.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/starred-file-item.fac3111527ac.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/starred-file-item.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/starred-file.b1cf614a6008.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/starred-file.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/dropdown.1a86ef32a5d5.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/dropdown.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/hl-item-view.c60b850d524f.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/hl-item-view.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/popover.d570232e0ce7.js -%%SEAHUBDIR%%/media/assets/scripts/app/views/widgets/popover.js -%%SEAHUBDIR%%/media/assets/scripts/build.a0552a4ed8dc.js -%%SEAHUBDIR%%/media/assets/scripts/build.js -%%SEAHUBDIR%%/media/assets/scripts/common.498a69b07c50.js +%%SEAHUBDIR%%/media/assets/frontend/css/main.b44732429e9c.css +%%SEAHUBDIR%%/media/assets/frontend/css/main.css +%%SEAHUBDIR%%/media/assets/frontend/css/main.css.77547fda0abb.map +%%SEAHUBDIR%%/media/assets/frontend/css/main.css.map +%%SEAHUBDIR%%/media/assets/frontend/css/main.d241e67db77c.css +%%SEAHUBDIR%%/media/assets/frontend/css/wiki.341546c51c24.css +%%SEAHUBDIR%%/media/assets/frontend/css/wiki.45c3a8d1821f.css +%%SEAHUBDIR%%/media/assets/frontend/css/wiki.css +%%SEAHUBDIR%%/media/assets/frontend/css/wiki.css.1d0aa5184390.map +%%SEAHUBDIR%%/media/assets/frontend/css/wiki.css.map +%%SEAHUBDIR%%/media/assets/frontend/js/main.565f9fe229be.js +%%SEAHUBDIR%%/media/assets/frontend/js/main.js +%%SEAHUBDIR%%/media/assets/frontend/js/main.js.fd15f90b48e2.map +%%SEAHUBDIR%%/media/assets/frontend/js/main.js.map +%%SEAHUBDIR%%/media/assets/frontend/js/wiki.2ef17d1156aa.js +%%SEAHUBDIR%%/media/assets/frontend/js/wiki.js +%%SEAHUBDIR%%/media/assets/frontend/js/wiki.js.715c6ce79164.map +%%SEAHUBDIR%%/media/assets/frontend/js/wiki.js.map +%%SEAHUBDIR%%/media/assets/frontend/locales/en/translations.d167fc0677c3.json +%%SEAHUBDIR%%/media/assets/frontend/locales/en/translations.json +%%SEAHUBDIR%%/media/assets/frontend/locales/zh-CN/translations.fbcb11a72ba8.json +%%SEAHUBDIR%%/media/assets/frontend/locales/zh-CN/translations.json +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.12717b4a013d.woff2 +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.649582a6076b.svg +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.8473867ab90a.ttf +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.93cd9a877c79.eot +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.960d05e6858e.woff +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.eot +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.svg +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.ttf +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.woff +%%SEAHUBDIR%%/media/assets/frontend/media/fa-regular-400.woff2 +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.4d496c9d7dd8.svg +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.56cf83dc3076.ttf +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.8c3a8870b9d8.eot +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.b093fcb2c86d.woff +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.eot +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.f093864079d4.woff2 +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.svg +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.ttf +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.woff +%%SEAHUBDIR%%/media/assets/frontend/media/fa-solid-900.woff2 +%%SEAHUBDIR%%/media/assets/scripts/common.21a01cba175c.js %%SEAHUBDIR%%/media/assets/scripts/common.js -%%SEAHUBDIR%%/media/assets/scripts/dist/build.d9508a510082.js -%%SEAHUBDIR%%/media/assets/scripts/dist/build.f18a19c60278.txt -%%SEAHUBDIR%%/media/assets/scripts/dist/build.js +%%SEAHUBDIR%%/media/assets/scripts/dist/build.972da1846131.txt %%SEAHUBDIR%%/media/assets/scripts/dist/build.txt -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.c2528b8e21fb.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ar/djangojs.881038f5962c.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ar/djangojs.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.fbba985df480.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ca/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.60e44dbed55b.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/cs/djangojs.a142cbb09af5.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/cs/djangojs.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.8dea61004d63.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/de/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.7d3052cf2fbf.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/el/djangojs.8d8c518595ce.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/el/djangojs.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.6f7a9eb6b6e6.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/en/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.fcfe6788392f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.b473ed585ab5.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.5dcdfaf67a7f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.7e42ee940547.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es-mx/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.a07b2b70fbfa.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.8698774c372d.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/es/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.3a52c64c31bf.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.6a97d211c417.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.a74d8ba43e70.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.9d6fabfc6058.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/fr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.648b3fd2ae90.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.7cb2cfe1eebf.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/he/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.a143fd85f0fa.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.1c700444a122.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/hu/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.7c474b58871c.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.9370be2d4377.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/is/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.d0d40722ab7b.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.48743eed6b43.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/it/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.63f51f39597d.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.fe5375860289.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ja/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.304dff70ffde.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.107af3a8ba41.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ko/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.9c3fdaf77b4b.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.b07b4230a101.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/lv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.8153d62922f5.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.f154792d6c73.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/nl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.05646003e192.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.b1184417f4c4.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.9a3a4088c97e.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.c597f080c9b0.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/pt-br/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.68cc5d3199f1.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.c7106ffd1a44.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/ru/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.a30e59df1a2b.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.e06218499754.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.6e392445dc33.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.74e46338ba98.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.88b23a7490d9.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.95255b34f224.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/sv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.8815c1a5874e.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.44269a57f620.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/th/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.dd3ba3c51a97.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.951b74134c48.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/tr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.e7963bbebfbf.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.d644a2baab10.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/uk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.3c70e7c81127.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/vi/djangojs.808d9a3b2e9e.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/vi/djangojs.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.fe2b87a461cb.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-cn/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.cabe6dd3f54d.js +%%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.817b28b7ff6f.js %%SEAHUBDIR%%/media/assets/scripts/dist/i18n/zh-tw/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.iframe-transport.87a72434af00.js -%%SEAHUBDIR%%/media/assets/scripts/dist/lib/jquery.iframe-transport.js -%%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.75e6d0132deb.js +%%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.ac5ad85d01a3.js %%SEAHUBDIR%%/media/assets/scripts/dist/lib/require.js -%%SEAHUBDIR%%/media/assets/scripts/dist/main.de99968ae34e.js +%%SEAHUBDIR%%/media/assets/scripts/dist/main.bbb739a81f15.js %%SEAHUBDIR%%/media/assets/scripts/dist/main.js -%%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.f5e5ab95ad9f.js +%%SEAHUBDIR%%/media/assets/scripts/dist/orgadmin-main.ef59fd9b903c.js +%%SEAHUBDIR%%/media/assets/scripts/dist/orgadmin-main.js +%%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.4e7c9f18e722.js %%SEAHUBDIR%%/media/assets/scripts/dist/sysadmin-main.js %%SEAHUBDIR%%/media/assets/scripts/file-tree.ef19875b8f54.js %%SEAHUBDIR%%/media/assets/scripts/file-tree.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.6521f436a9ac.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.ee80c7a24abb.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.f9235aaec16b.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.2bcfbd0a8a2c.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ca/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/cs/djangojs.0daa8aa4e580.js %%SEAHUBDIR%%/media/assets/scripts/i18n/cs/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.e88b556c42d6.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.9af12c427125.js %%SEAHUBDIR%%/media/assets/scripts/i18n/de/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.8e0dc35ee6a6.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.a7a95b705545.js %%SEAHUBDIR%%/media/assets/scripts/i18n/el/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/i18n/en/djangojs.e37eef1ffc63.js %%SEAHUBDIR%%/media/assets/scripts/i18n/en/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.e4ab27112aae.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.c2e306161f2c.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es-ar/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.bf69fd6c5f5f.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.9ed4e5e3e8a5.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es-mx/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.f70f4feab330.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.6cc2216ca557.js %%SEAHUBDIR%%/media/assets/scripts/i18n/es/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.d2cf366165c4.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.78b74a36eab6.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.69843a01c71e.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.9f0c82fce458.js %%SEAHUBDIR%%/media/assets/scripts/i18n/fr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.c96b1d370c88.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.e3493a3ac679.js %%SEAHUBDIR%%/media/assets/scripts/i18n/he/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.4f2ba8934b91.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.7e68c4e0f1dd.js %%SEAHUBDIR%%/media/assets/scripts/i18n/hu/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.46c45e4feade.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.ecbacbf54b35.js %%SEAHUBDIR%%/media/assets/scripts/i18n/is/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.9d64f5b653e2.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.1fe3ee5130ed.js %%SEAHUBDIR%%/media/assets/scripts/i18n/it/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.87909b3dbeeb.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.9929c5b02e0e.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ja/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.15267e82259b.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.9e9461b34d61.js %%SEAHUBDIR%%/media/assets/scripts/i18n/ko/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.570918a26988.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.57b619f6b340.js %%SEAHUBDIR%%/media/assets/scripts/i18n/lv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.a15808e72148.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.ecd0472d0c3d.js %%SEAHUBDIR%%/media/assets/scripts/i18n/nl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.9be5b1a08257.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.4fffe1acab87.js %%SEAHUBDIR%%/media/assets/scripts/i18n/pl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.c1bde86bbde0.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.513042ca5741.js %%SEAHUBDIR%%/media/assets/scripts/i18n/pt-br/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/ru/djangojs.7fd4450510fe.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/ru/djangojs.46770d23d07a.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.e45e0d391d05.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.31b2ea460d8c.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sl/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.83a9b3370da0.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.7e15aecfc0dc.js %%SEAHUBDIR%%/media/assets/scripts/i18n/sv/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.b89150a62433.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.8a5195cd02f9.js %%SEAHUBDIR%%/media/assets/scripts/i18n/th/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.a2999529b591.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.5ede70a2ec30.js %%SEAHUBDIR%%/media/assets/scripts/i18n/tr/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.003c5713fbcf.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.e9fffc432039.js %%SEAHUBDIR%%/media/assets/scripts/i18n/uk/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.30a18637d3ba.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.2dad3c52ad89.js %%SEAHUBDIR%%/media/assets/scripts/i18n/vi/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.9f3310011471.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.febd3c6105b3.js %%SEAHUBDIR%%/media/assets/scripts/i18n/zh-cn/djangojs.js -%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.419dede4b221.js +%%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.ec1a691118af.js %%SEAHUBDIR%%/media/assets/scripts/i18n/zh-tw/djangojs.js %%SEAHUBDIR%%/media/assets/scripts/lib/backbone.c1a39c11a835.js %%SEAHUBDIR%%/media/assets/scripts/lib/backbone.js %%SEAHUBDIR%%/media/assets/scripts/lib/backbone.paginator.ee50c2f50e53.js %%SEAHUBDIR%%/media/assets/scripts/lib/backbone.paginator.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.fileupload-process.c92f97e488bb.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload-process.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload-ui.d9e29eebec8f.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload-ui.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload-validate.b4f0da4b2581.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload-validate.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload.e5acbaa834c0.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.fileupload.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.iframe-transport.7b39a42a7a2a.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.iframe-transport.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.magnific-popup.min.ba6cf724c8bb.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.magnific-popup.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.min.a09e13ee94d5.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/scripts/lib/jquery.ui.widget.1.11.1.5bae5494c8e9.js %%SEAHUBDIR%%/media/assets/scripts/lib/jquery.ui.widget.1.11.1.js %%SEAHUBDIR%%/media/assets/scripts/lib/js.cookie.8ff1c89f24a8.js %%SEAHUBDIR%%/media/assets/scripts/lib/js.cookie.js %%SEAHUBDIR%%/media/assets/scripts/lib/jstree.min.3e831b62c177.js %%SEAHUBDIR%%/media/assets/scripts/lib/jstree.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/marked.min.c2a88705e206.js %%SEAHUBDIR%%/media/assets/scripts/lib/marked.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/moment-with-locales.min.84474642caf1.js %%SEAHUBDIR%%/media/assets/scripts/lib/moment-with-locales.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/require.640929dac3c2.js %%SEAHUBDIR%%/media/assets/scripts/lib/require.js %%SEAHUBDIR%%/media/assets/scripts/lib/select2-3.5.2.d5f38f0c37db.js %%SEAHUBDIR%%/media/assets/scripts/lib/select2-3.5.2.js %%SEAHUBDIR%%/media/assets/scripts/lib/text.71e5a361c2c7.js %%SEAHUBDIR%%/media/assets/scripts/lib/text.js %%SEAHUBDIR%%/media/assets/scripts/lib/tmpl.min.0e87d44edb61.js %%SEAHUBDIR%%/media/assets/scripts/lib/tmpl.min.js %%SEAHUBDIR%%/media/assets/scripts/lib/underscore.1dccc53d7339.js %%SEAHUBDIR%%/media/assets/scripts/lib/underscore.js %%SEAHUBDIR%%/media/assets/scripts/main.ee715e56433e.js %%SEAHUBDIR%%/media/assets/scripts/main.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/main.33d0e83868ed.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/main.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/router.e0797f59c606.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/router.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/views/side-nav.ecd4411a2ff6.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-app/views/side-nav.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-main.77b8ddcf76c8.js +%%SEAHUBDIR%%/media/assets/scripts/orgadmin-main.js %%SEAHUBDIR%%/media/assets/scripts/pinyin-by-unicode.8a45c2cfbafa.js %%SEAHUBDIR%%/media/assets/scripts/pinyin-by-unicode.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/address-book-group.296a0b5b8c2e.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/address-book-group.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/address-book-groups.e7e9d1f8ecc8.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/address-book-groups.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/admin-login-logs.a32940b20808.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/admin-login-logs.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/admin-operation-logs.9776a0cd0293.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/admin-operation-logs.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/device-errors.de63a040c8f3.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/device-errors.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/device-trusted-ipaddresses.8cdfecac8e52.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/device-trusted-ipaddresses.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/devices.c3d27133cafe.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/devices.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/dirents.7597b05d5ae1.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/dirents.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/group-members.81d9522e3e0e.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/group-members.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/group-repos.8cdf2c3b2964.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/group-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/groups.58c03af01bab.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/groups.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/repos.da8363c28bdf.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-groups.73a8835c617a.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-groups.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-repos.fdd17029d706.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-trash-repos.c40a5fb36795.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/search-trash-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/trash-repos.136cdf5c3247.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/collection/trash-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/main.f7e9051f92b1.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/main.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/admin-login-log.52663aa8053a.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/admin-login-log.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/admin-operation-log.0b7e25e105cb.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/admin-operation-log.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device-error.8f106faa372b.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device-error.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device-trusted-ipaddress.08d0a9bb16da.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device-trusted-ipaddress.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device.85509292c9f9.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/device.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/dirent.3e11739a7edd.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/dirent.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group-member.7b441252d770.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group-member.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group-repo.2f49e550851f.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group.730f1455b174.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/group.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/repo.fd943053da33.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/sysinfo.b8f278d86fba.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/sysinfo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/system-repo.358ab9b5a52c.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/system-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/trash-repo.9d15a76965d4.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/models/trash-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/router.c50b8619cdcb.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/router.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group-item.60dfbe63c8f2.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group-item.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group-library.cc7c5c8c256a.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group-library.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group.62f0e335cd92.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book-group.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book.c5a938002dc8.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/address-book.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-login-log.dedfda7220b4.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-login-log.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-login-logs.a0228366385e.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-login-logs.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-operation-log.de2f2ba3e6b8.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-operation-log.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-operation-logs.7c9ae6f59128.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/admin-operation-logs.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dashboard.8a4b3072d6fb.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dashboard.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/desktop-devices.39c404185a0e.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/desktop-devices.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-error.4e2a1ee6c209.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-error.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-errors.a9238a92697c.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-errors.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-trusted-ipaddress.66c923208cfd.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-trusted-ipaddress.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-trusted-ipaddresses.0d08a34ece2a.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device-trusted-ipaddresses.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device.ef1bef7c60ea.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/device.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dir.89a5250a7bc5.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dir.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dirent.46ace69d5584.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/dirent.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/folder-share-item.da67bbfac761.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/folder-share-item.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-member.0b8386fc7697.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-member.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-members.9b4c7213301f.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-members.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-repo.48bff31ec1b3.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-repos.b65b854a16f9.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group.9bf1b85b99f9.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/group.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/groups.5b4f998473ad.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/groups.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/mobile-devices.a9bb79155996.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/mobile-devices.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/repo.855221207df8.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/repos.69e4b311fd78.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-groups.a4578159182f.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-groups.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-repos.7588b6be923f.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-trash-repos.ab2355d46a8e.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/search-trash-repos.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/share.57b462eec4ea.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/share.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/side-nav.cc17475606ff.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/side-nav.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/system-repo.52bdcbe50eac.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/system-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/trash-repo.fbb34443de7d.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/trash-repo.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/trash-repos.3695f5f011ee.js -%%SEAHUBDIR%%/media/assets/scripts/sysadmin-app/views/trash-repos.js %%SEAHUBDIR%%/media/assets/scripts/sysadmin-main.e14c688752f6.js %%SEAHUBDIR%%/media/assets/scripts/sysadmin-main.js -%%SEAHUBDIR%%/media/assets/termsandconditions/css/modal.5229f1ce020c.css -%%SEAHUBDIR%%/media/assets/termsandconditions/css/modal.css -%%SEAHUBDIR%%/media/assets/termsandconditions/js/modal.eaf68c44efed.js -%%SEAHUBDIR%%/media/assets/termsandconditions/js/modal.js +%%SEAHUBDIR%%/media/assets/staticfiles.json %%SEAHUBDIR%%/media/codemirror/codemirror-2.36.js %%SEAHUBDIR%%/media/codemirror/codemirror.css %%SEAHUBDIR%%/media/codemirror/monokai.css %%SEAHUBDIR%%/media/cors/result.html %%SEAHUBDIR%%/media/css/background.png %%SEAHUBDIR%%/media/css/bigplay.png %%SEAHUBDIR%%/media/css/bigplay.svg %%SEAHUBDIR%%/media/css/bootstrap.popover.min.css %%SEAHUBDIR%%/media/css/controls.png %%SEAHUBDIR%%/media/css/controls.svg %%SEAHUBDIR%%/media/css/editormd.min.css %%SEAHUBDIR%%/media/css/file_view_extra.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/jstree_default_theme/32px.png %%SEAHUBDIR%%/media/css/jstree_default_theme/40px.png %%SEAHUBDIR%%/media/css/jstree_default_theme/style.min.css %%SEAHUBDIR%%/media/css/jstree_default_theme/throbber.gif %%SEAHUBDIR%%/media/css/loading.gif %%SEAHUBDIR%%/media/css/mediaelementplayer.css %%SEAHUBDIR%%/media/css/print_for_file_view.css %%SEAHUBDIR%%/media/css/seacloud.css %%SEAHUBDIR%%/media/css/seahub.css %%SEAHUBDIR%%/media/css/seahub.min.css +%%SEAHUBDIR%%/media/css/seahub_react.css %%SEAHUBDIR%%/media/css/select2.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/spreadsheet_convert.css %%SEAHUBDIR%%/media/css/video-js.min.css %%SEAHUBDIR%%/media/img/add.png %%SEAHUBDIR%%/media/img/admin_in.png %%SEAHUBDIR%%/media/img/admin_out.png %%SEAHUBDIR%%/media/img/bg.png %%SEAHUBDIR%%/media/img/calcplus-16.png %%SEAHUBDIR%%/media/img/clip.png %%SEAHUBDIR%%/media/img/close.png %%SEAHUBDIR%%/media/img/del.png %%SEAHUBDIR%%/media/img/download.png %%SEAHUBDIR%%/media/img/edit.png %%SEAHUBDIR%%/media/img/email_bg.jpg %%SEAHUBDIR%%/media/img/favicon.ico %%SEAHUBDIR%%/media/img/file-icon-16.png %%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-white.png %%SEAHUBDIR%%/media/img/grid.png %%SEAHUBDIR%%/media/img/grippy_large.png %%SEAHUBDIR%%/media/img/grp_public.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/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-encrypted.png %%SEAHUBDIR%%/media/img/lib/256/lib-readonly.png %%SEAHUBDIR%%/media/img/lib/256/lib.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/list-white.png %%SEAHUBDIR%%/media/img/list.png %%SEAHUBDIR%%/media/img/loading-icon.gif %%SEAHUBDIR%%/media/img/lock.png %%SEAHUBDIR%%/media/img/login-bg.jpg %%SEAHUBDIR%%/media/img/minus.png %%SEAHUBDIR%%/media/img/nav.png %%SEAHUBDIR%%/media/img/rm.png %%SEAHUBDIR%%/media/img/seacloud_logo.png %%SEAHUBDIR%%/media/img/%%USERS%%-logo.png %%SEAHUBDIR%%/media/img/select2-spinner.gif %%SEAHUBDIR%%/media/img/select2.png %%SEAHUBDIR%%/media/img/top.png %%SEAHUBDIR%%/media/img/ui-icons_444444_256x240.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/base.js %%SEAHUBDIR%%/media/js/bootstrap.min.js %%SEAHUBDIR%%/media/js/editormd.min.js %%SEAHUBDIR%%/media/js/editormd/lib/codemirror/addons.min.js %%SEAHUBDIR%%/media/js/editormd/lib/codemirror/codemirror.min.css %%SEAHUBDIR%%/media/js/editormd/lib/codemirror/codemirror.min.js %%SEAHUBDIR%%/media/js/editormd/lib/codemirror/modes.min.js %%SEAHUBDIR%%/media/js/editormd/lib/marked.min.js %%SEAHUBDIR%%/media/js/editormd/plugins/image-dialog/image-dialog.js %%SEAHUBDIR%%/media/js/editormd/plugins/link-dialog/link-dialog.js %%SEAHUBDIR%%/media/js/editormd/plugins/table-dialog/table-dialog.js %%SEAHUBDIR%%/media/js/file_crypto.js %%SEAHUBDIR%%/media/js/findAndReplaceDOMText.js %%SEAHUBDIR%%/media/js/flashmediaelement.swf %%SEAHUBDIR%%/media/js/jq.min.js %%SEAHUBDIR%%/media/js/jquery.fileupload.min.js %%SEAHUBDIR%%/media/js/mediaelement-and-player.min.js %%SEAHUBDIR%%/media/js/pdf.js %%SEAHUBDIR%%/media/js/pdf.worker.js %%SEAHUBDIR%%/media/js/repo_crypto.js %%SEAHUBDIR%%/media/js/silverlightmediaelement.xap %%SEAHUBDIR%%/media/js/thingiview/Three.js %%SEAHUBDIR%%/media/js/thingiview/binaryReader.js %%SEAHUBDIR%%/media/js/thingiview/plane.js %%SEAHUBDIR%%/media/js/thingiview/stats.js %%SEAHUBDIR%%/media/js/thingiview/thingiloader.js %%SEAHUBDIR%%/media/js/thingiview/thingiview.js %%SEAHUBDIR%%/media/js/video-js.swf %%SEAHUBDIR%%/media/js/video.min.js +%%SEAHUBDIR%%/media/js/watermark.js %%SEAHUBDIR%%/media/office-template/empty.docx %%SEAHUBDIR%%/media/office-template/empty.pptx %%SEAHUBDIR%%/media/office-template/empty.xlsx %%SEAHUBDIR%%/media/rest_framework/css/bootstrap-tweaks.css %%SEAHUBDIR%%/media/rest_framework/css/bootstrap.min.css %%SEAHUBDIR%%/media/rest_framework/css/default.css %%SEAHUBDIR%%/media/rest_framework/css/prettify.css %%SEAHUBDIR%%/media/rest_framework/img/glyphicons-halflings-white.png %%SEAHUBDIR%%/media/rest_framework/img/glyphicons-halflings.png %%SEAHUBDIR%%/media/rest_framework/img/grid.png %%SEAHUBDIR%%/media/rest_framework/js/bootstrap.min.js %%SEAHUBDIR%%/media/rest_framework/js/default.js %%SEAHUBDIR%%/media/rest_framework/js/jquery-1.8.1-min.js %%SEAHUBDIR%%/media/rest_framework/js/prettify-min.js %%SEAHUBDIR%%/pylintrc %%SEAHUBDIR%%/pylintrc.template %%SEAHUBDIR%%/pytest.ini %%SEAHUBDIR%%/requirements.txt %%SEAHUBDIR%%/run-seahub.sh.template %%SEAHUBDIR%%/seahub/__init__.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/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/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/favicon.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/file_audit.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/file_update.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/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/operation_logs.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/sysinfo.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/system_library.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/users.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/users_batch.py %%SEAHUBDIR%%/seahub/api2/endpoints/admin/utils.py +%%SEAHUBDIR%%/seahub/api2/endpoints/all_groups.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/deleted_repos.py %%SEAHUBDIR%%/seahub/api2/endpoints/dir.py %%SEAHUBDIR%%/seahub/api2/endpoints/dir_shared_items.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_tag.py %%SEAHUBDIR%%/seahub/api2/endpoints/group_discussion.py %%SEAHUBDIR%%/seahub/api2/endpoints/group_discussions.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/move_folder_merge.py %%SEAHUBDIR%%/seahub/api2/endpoints/notifications.py %%SEAHUBDIR%%/seahub/api2/endpoints/query_copy_move_progress.py %%SEAHUBDIR%%/seahub/api2/endpoints/query_zip_progress.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_file_uploaded_bytes.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_history.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_set_password.py %%SEAHUBDIR%%/seahub/api2/endpoints/repo_trash.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_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/upload_links.py %%SEAHUBDIR%%/seahub/api2/endpoints/user.py %%SEAHUBDIR%%/seahub/api2/endpoints/user_avatar.py %%SEAHUBDIR%%/seahub/api2/endpoints/user_enabled_modules.py %%SEAHUBDIR%%/seahub/api2/endpoints/utils.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/clear_invalid_repo_data.py %%SEAHUBDIR%%/seahub/base/management/commands/createsuperuser.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/__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/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/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/models.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_base.html %%SEAHUBDIR%%/seahub/group/templates/group/group_join_email.html %%SEAHUBDIR%%/seahub/group/templates/group/group_wiki.html %%SEAHUBDIR%%/seahub/group/templates/group/group_wiki_pages.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/desktop_proxy.html %%SEAHUBDIR%%/seahub/help/templates/help/encrypted_libraries.html %%SEAHUBDIR%%/seahub/help/templates/help/ignore.html %%SEAHUBDIR%%/seahub/help/templates/help/install.html %%SEAHUBDIR%%/seahub/help/templates/help/selective_sync.html %%SEAHUBDIR%%/seahub/help/templates/help/sync_existing.html %%SEAHUBDIR%%/seahub/help/templates/help/sync_interval.html %%SEAHUBDIR%%/seahub/help/templates/help/unsync_resync.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/token_view.html %%SEAHUBDIR%%/seahub/invitations/urls.py %%SEAHUBDIR%%/seahub/invitations/utils.py %%SEAHUBDIR%%/seahub/invitations/views.py %%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_notices.py %%SEAHUBDIR%%/seahub/notifications/migrations/0001_initial.py %%SEAHUBDIR%%/seahub/notifications/migrations/0002_auto_20180426_0710.py %%SEAHUBDIR%%/seahub/notifications/migrations/__init__.py %%SEAHUBDIR%%/seahub/notifications/models.py %%SEAHUBDIR%%/seahub/notifications/settings.py %%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/notification_list.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/notify_virus.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/user_notification_list.html %%SEAHUBDIR%%/seahub/notifications/templates/notifications/user_notification_tr.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/onlyoffice/__init__.py %%SEAHUBDIR%%/seahub/onlyoffice/admin.py %%SEAHUBDIR%%/seahub/onlyoffice/migrations/__init__.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/__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/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/__init__.py %%SEAHUBDIR%%/seahub/profile/models.py %%SEAHUBDIR%%/seahub/profile/settings.py %%SEAHUBDIR%%/seahub/profile/templates/profile/set_profile.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/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/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/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_backbone.html +%%SEAHUBDIR%%/seahub/templates/base_for_react.html %%SEAHUBDIR%%/seahub/templates/base_wide_page.html %%SEAHUBDIR%%/seahub/templates/choose_register.html %%SEAHUBDIR%%/seahub/templates/decrypt_repo_form.html %%SEAHUBDIR%%/seahub/templates/download.html %%SEAHUBDIR%%/seahub/templates/email_base.html %%SEAHUBDIR%%/seahub/templates/error.html %%SEAHUBDIR%%/seahub/templates/feedback.html %%SEAHUBDIR%%/seahub/templates/file_access.html %%SEAHUBDIR%%/seahub/templates/file_edit.html %%SEAHUBDIR%%/seahub/templates/file_revisions.html %%SEAHUBDIR%%/seahub/templates/finish_payment.html %%SEAHUBDIR%%/seahub/templates/home_base.html %%SEAHUBDIR%%/seahub/templates/i18n.html +%%SEAHUBDIR%%/seahub/templates/js/admin-common-templates.html %%SEAHUBDIR%%/seahub/templates/js/common-templates.html %%SEAHUBDIR%%/seahub/templates/js/lib-op-popups.html +%%SEAHUBDIR%%/seahub/templates/js/orgadmin-templates.html %%SEAHUBDIR%%/seahub/templates/js/sysadmin-templates.html %%SEAHUBDIR%%/seahub/templates/js/templates.html %%SEAHUBDIR%%/seahub/templates/libraries.html %%SEAHUBDIR%%/seahub/templates/nav_footer.html +%%SEAHUBDIR%%/seahub/templates/priv/ali.html +%%SEAHUBDIR%%/seahub/templates/priv/ali.js +%%SEAHUBDIR%%/seahub/templates/priv/seaf-docs.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/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/repo_dir_recycle_view.html %%SEAHUBDIR%%/seahub/templates/repo_history.html %%SEAHUBDIR%%/seahub/templates/repo_history_view.html %%SEAHUBDIR%%/seahub/templates/rest_framework/api.html %%SEAHUBDIR%%/seahub/templates/rest_framework/base.html %%SEAHUBDIR%%/seahub/templates/rest_framework/login.html %%SEAHUBDIR%%/seahub/templates/robots.txt %%SEAHUBDIR%%/seahub/templates/share_access_validation.html %%SEAHUBDIR%%/seahub/templates/shared_file_view.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/document_file_viewer.html %%SEAHUBDIR%%/seahub/templates/snippets/editor_set_mode.html %%SEAHUBDIR%%/seahub/templates/snippets/file_content_html.html %%SEAHUBDIR%%/seahub/templates/snippets/file_content_js.html %%SEAHUBDIR%%/seahub/templates/snippets/file_encoding.html %%SEAHUBDIR%%/seahub/templates/snippets/file_share_popup.html %%SEAHUBDIR%%/seahub/templates/snippets/file_view_js.html %%SEAHUBDIR%%/seahub/templates/snippets/file_view_style.html %%SEAHUBDIR%%/seahub/templates/snippets/go_back_js.html %%SEAHUBDIR%%/seahub/templates/snippets/image_file_view_js.html %%SEAHUBDIR%%/seahub/templates/snippets/list_commit_detail.html %%SEAHUBDIR%%/seahub/templates/snippets/notice_html.html %%SEAHUBDIR%%/seahub/templates/snippets/password_strength_js.html %%SEAHUBDIR%%/seahub/templates/snippets/pdfjs_file_viewer.html %%SEAHUBDIR%%/seahub/templates/snippets/repo_create_js.html %%SEAHUBDIR%%/seahub/templates/snippets/repo_dir_trash_tr.html %%SEAHUBDIR%%/seahub/templates/snippets/search_form.html %%SEAHUBDIR%%/seahub/templates/snippets/search_js.html %%SEAHUBDIR%%/seahub/templates/snippets/shared_link_js.html %%SEAHUBDIR%%/seahub/templates/snippets/space_and_traffic.html %%SEAHUBDIR%%/seahub/templates/snippets/spreadsheet_convert_html.html %%SEAHUBDIR%%/seahub/templates/snippets/spreadsheet_convert_js.html %%SEAHUBDIR%%/seahub/templates/snippets/spreadsheet_convert_style.html %%SEAHUBDIR%%/seahub/templates/snippets/web_settings_form.html %%SEAHUBDIR%%/seahub/templates/sysadmin/base.html %%SEAHUBDIR%%/seahub/templates/sysadmin/org_admin_table.html %%SEAHUBDIR%%/seahub/templates/sysadmin/repo_transfer_form.html %%SEAHUBDIR%%/seahub/templates/sysadmin/repoadmin_js.html %%SEAHUBDIR%%/seahub/templates/sysadmin/settings.html +%%SEAHUBDIR%%/seahub/templates/sysadmin/snippets/sys_org_info_nav.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sudo_mode.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_info_admins.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_info_base.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_info_user.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_inst_search_user.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_invitations_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_link_search.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_base.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_group.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_library.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_setting.html +%%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_traffic.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_info_user.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_search.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_org_set_quota_js.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_publink_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_statistic_file.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_statistic_storage.html +%%SEAHUBDIR%%/seahub/templates/sysadmin/sys_statistic_traffic.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_statistic_user.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_terms_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_trafficadmin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_upload_link_admin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_user_admin_ldap_imported.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_useradmin.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_useradmin_admins.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_useradmin_ldap.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_useradmin_paid.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sys_virus_scan_records.html %%SEAHUBDIR%%/seahub/templates/sysadmin/sysadmin_backbone.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/sysadmin/user_search.html %%SEAHUBDIR%%/seahub/templates/sysadmin/useradmin_js.html %%SEAHUBDIR%%/seahub/templates/sysadmin/useradmin_paginator.html %%SEAHUBDIR%%/seahub/templates/sysadmin/useradmin_table.html %%SEAHUBDIR%%/seahub/templates/sysadmin/userinfo.html %%SEAHUBDIR%%/seahub/templates/termsandconditions/tc_accept_terms.html +%%SEAHUBDIR%%/seahub/templates/termsandconditions/tc_view_terms.html %%SEAHUBDIR%%/seahub/templates/text_diff.html %%SEAHUBDIR%%/seahub/templates/user_404.html %%SEAHUBDIR%%/seahub/templates/view_file_3d.html %%SEAHUBDIR%%/seahub/templates/view_file_audio.html %%SEAHUBDIR%%/seahub/templates/view_file_base.html %%SEAHUBDIR%%/seahub/templates/view_file_document.html %%SEAHUBDIR%%/seahub/templates/view_file_image.html %%SEAHUBDIR%%/seahub/templates/view_file_markdown.html %%SEAHUBDIR%%/seahub/templates/view_file_onlyoffice.html %%SEAHUBDIR%%/seahub/templates/view_file_pdf.html %%SEAHUBDIR%%/seahub/templates/view_file_spreadsheet.html %%SEAHUBDIR%%/seahub/templates/view_file_svg.html %%SEAHUBDIR%%/seahub/templates/view_file_text.html %%SEAHUBDIR%%/seahub/templates/view_file_unknown.html %%SEAHUBDIR%%/seahub/templates/view_file_video.html %%SEAHUBDIR%%/seahub/templates/view_file_wopi.html %%SEAHUBDIR%%/seahub/templates/view_history_file.html %%SEAHUBDIR%%/seahub/templates/view_shared_dir.html %%SEAHUBDIR%%/seahub/templates/view_shared_upload_link.html %%SEAHUBDIR%%/seahub/templates/view_snapshot_file.html %%SEAHUBDIR%%/seahub/templates/view_trash_file.html %%SEAHUBDIR%%/seahub/templates/wiki/personal_wiki.html %%SEAHUBDIR%%/seahub/templates/wiki/personal_wiki_pages.html %%SEAHUBDIR%%/seahub/templates/wiki/wiki.html %%SEAHUBDIR%%/seahub/templates/wiki/wiki_list.html %%SEAHUBDIR%%/seahub/test_settings.py %%SEAHUBDIR%%/seahub/test_utils.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/trusted_ip/templates/trusted_ip/sysadmin-templates_trusted_ip.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/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/locale/en/LC_MESSAGES/django.mo +%%SEAHUBDIR%%/seahub/two_factor/locale/en/LC_MESSAGES/django.po %%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_types.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/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/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/modules.py %%SEAHUBDIR%%/seahub/views/repo.py %%SEAHUBDIR%%/seahub/views/sso.py %%SEAHUBDIR%%/seahub/views/sysadmin.py %%SEAHUBDIR%%/seahub/views/tests/__init__.py %%SEAHUBDIR%%/seahub/views/wiki.py %%SEAHUBDIR%%/seahub/wiki/__init__.py %%SEAHUBDIR%%/seahub/wiki/forms.py %%SEAHUBDIR%%/seahub/wiki/management/__init__.py %%SEAHUBDIR%%/seahub/wiki/management/commands/__init__.py %%SEAHUBDIR%%/seahub/wiki/management/commands/migrate_personal_wiki.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/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/css/magnific-popup.css +%%SEAHUBDIR%%/static/css/%%USERS%%-ui.css %%SEAHUBDIR%%/static/css/select2-3.5.2.css %%SEAHUBDIR%%/static/css/select2-spinner.gif %%SEAHUBDIR%%/static/css/select2.custom.css %%SEAHUBDIR%%/static/css/select2.png %%SEAHUBDIR%%/static/css/select2x2.png %%SEAHUBDIR%%/static/scripts/app/collections/activities.js %%SEAHUBDIR%%/static/scripts/app/collections/deleted-repos.js %%SEAHUBDIR%%/static/scripts/app/collections/devices.js %%SEAHUBDIR%%/static/scripts/app/collections/dirents.js %%SEAHUBDIR%%/static/scripts/app/collections/file-comments.js %%SEAHUBDIR%%/static/scripts/app/collections/group-discussions.js %%SEAHUBDIR%%/static/scripts/app/collections/group-members.js %%SEAHUBDIR%%/static/scripts/app/collections/group-owned-repos.js %%SEAHUBDIR%%/static/scripts/app/collections/group-repos.js %%SEAHUBDIR%%/static/scripts/app/collections/groups.js %%SEAHUBDIR%%/static/scripts/app/collections/invitations.js %%SEAHUBDIR%%/static/scripts/app/collections/pub-repos.js %%SEAHUBDIR%%/static/scripts/app/collections/repo-group-folder-perm.js %%SEAHUBDIR%%/static/scripts/app/collections/repo-shared-download-links.js %%SEAHUBDIR%%/static/scripts/app/collections/repo-shared-upload-links.js %%SEAHUBDIR%%/static/scripts/app/collections/repo-user-folder-perm.js %%SEAHUBDIR%%/static/scripts/app/collections/repos.js %%SEAHUBDIR%%/static/scripts/app/collections/share-admin-folders.js %%SEAHUBDIR%%/static/scripts/app/collections/share-admin-repos.js %%SEAHUBDIR%%/static/scripts/app/collections/share-admin-share-links.js %%SEAHUBDIR%%/static/scripts/app/collections/share-admin-upload-links.js %%SEAHUBDIR%%/static/scripts/app/collections/starred-files.js %%SEAHUBDIR%%/static/scripts/app/main.js %%SEAHUBDIR%%/static/scripts/app/models/activity.js %%SEAHUBDIR%%/static/scripts/app/models/deleted-repo.js %%SEAHUBDIR%%/static/scripts/app/models/device.js %%SEAHUBDIR%%/static/scripts/app/models/dirent.js %%SEAHUBDIR%%/static/scripts/app/models/group-discussion.js %%SEAHUBDIR%%/static/scripts/app/models/group-repo.js %%SEAHUBDIR%%/static/scripts/app/models/group.js %%SEAHUBDIR%%/static/scripts/app/models/invitation.js %%SEAHUBDIR%%/static/scripts/app/models/pub-repo.js %%SEAHUBDIR%%/static/scripts/app/models/repo.js %%SEAHUBDIR%%/static/scripts/app/models/share-admin-folder.js %%SEAHUBDIR%%/static/scripts/app/models/share-admin-repo.js %%SEAHUBDIR%%/static/scripts/app/models/share-admin-share-link.js %%SEAHUBDIR%%/static/scripts/app/models/share-admin-upload-link.js %%SEAHUBDIR%%/static/scripts/app/models/starred-file.js %%SEAHUBDIR%%/static/scripts/app/router.js %%SEAHUBDIR%%/static/scripts/app/views/account.js %%SEAHUBDIR%%/static/scripts/app/views/activities.js %%SEAHUBDIR%%/static/scripts/app/views/activity-item.js %%SEAHUBDIR%%/static/scripts/app/views/add-department-repo.js %%SEAHUBDIR%%/static/scripts/app/views/add-group-repo.js %%SEAHUBDIR%%/static/scripts/app/views/add-pub-repo.js %%SEAHUBDIR%%/static/scripts/app/views/add-pubrepo-item.js %%SEAHUBDIR%%/static/scripts/app/views/add-repo.js %%SEAHUBDIR%%/static/scripts/app/views/create-pub-repo.js %%SEAHUBDIR%%/static/scripts/app/views/deleted-repo.js %%SEAHUBDIR%%/static/scripts/app/views/details.js %%SEAHUBDIR%%/static/scripts/app/views/device.js %%SEAHUBDIR%%/static/scripts/app/views/devices.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/dirent-mvcp.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/dirent-rename.js +%%SEAHUBDIR%%/static/scripts/app/views/dialogs/dirent-smart-link.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/repo-change-password.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/repo-folder-perm-admin.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/repo-history-settings.js %%SEAHUBDIR%%/static/scripts/app/views/dialogs/repo-share-link-admin.js %%SEAHUBDIR%%/static/scripts/app/views/dir.js %%SEAHUBDIR%%/static/scripts/app/views/dirent-details.js %%SEAHUBDIR%%/static/scripts/app/views/dirent-grid.js %%SEAHUBDIR%%/static/scripts/app/views/dirent.js %%SEAHUBDIR%%/static/scripts/app/views/file-comment.js %%SEAHUBDIR%%/static/scripts/app/views/file-comments.js %%SEAHUBDIR%%/static/scripts/app/views/fileupload.js %%SEAHUBDIR%%/static/scripts/app/views/folder-perm.js %%SEAHUBDIR%%/static/scripts/app/views/folder-share-item.js %%SEAHUBDIR%%/static/scripts/app/views/group-discussion.js %%SEAHUBDIR%%/static/scripts/app/views/group-discussions.js %%SEAHUBDIR%%/static/scripts/app/views/group-item.js %%SEAHUBDIR%%/static/scripts/app/views/group-manage-member.js %%SEAHUBDIR%%/static/scripts/app/views/group-manage-members.js %%SEAHUBDIR%%/static/scripts/app/views/group-member.js %%SEAHUBDIR%%/static/scripts/app/views/group-members.js %%SEAHUBDIR%%/static/scripts/app/views/group-repo.js %%SEAHUBDIR%%/static/scripts/app/views/group-settings.js %%SEAHUBDIR%%/static/scripts/app/views/group.js %%SEAHUBDIR%%/static/scripts/app/views/groups.js %%SEAHUBDIR%%/static/scripts/app/views/invitation.js %%SEAHUBDIR%%/static/scripts/app/views/invitations.js %%SEAHUBDIR%%/static/scripts/app/views/my-deleted-repos.js %%SEAHUBDIR%%/static/scripts/app/views/myhome-repos.js %%SEAHUBDIR%%/static/scripts/app/views/myhome-shared-repos.js %%SEAHUBDIR%%/static/scripts/app/views/notifications.js %%SEAHUBDIR%%/static/scripts/app/views/organization-repo.js %%SEAHUBDIR%%/static/scripts/app/views/organization.js %%SEAHUBDIR%%/static/scripts/app/views/repo-details.js %%SEAHUBDIR%%/static/scripts/app/views/repo-folder-perm-item.js %%SEAHUBDIR%%/static/scripts/app/views/repo-shared-link.js %%SEAHUBDIR%%/static/scripts/app/views/repo.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-folder.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-folders.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-repo.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-repos.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-share-link.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-share-links.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-upload-link.js %%SEAHUBDIR%%/static/scripts/app/views/share-admin-upload-links.js %%SEAHUBDIR%%/static/scripts/app/views/share.js %%SEAHUBDIR%%/static/scripts/app/views/shared-repo.js %%SEAHUBDIR%%/static/scripts/app/views/side-nav.js %%SEAHUBDIR%%/static/scripts/app/views/starred-file-item.js %%SEAHUBDIR%%/static/scripts/app/views/starred-file.js %%SEAHUBDIR%%/static/scripts/app/views/widgets/dropdown.js %%SEAHUBDIR%%/static/scripts/app/views/widgets/hl-item-view.js %%SEAHUBDIR%%/static/scripts/app/views/widgets/popover.js %%SEAHUBDIR%%/static/scripts/build.js %%SEAHUBDIR%%/static/scripts/common.js %%SEAHUBDIR%%/static/scripts/file-tree.js %%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/backbone.js %%SEAHUBDIR%%/static/scripts/lib/backbone.paginator.js %%SEAHUBDIR%%/static/scripts/lib/jquery-ui.min.js %%SEAHUBDIR%%/static/scripts/lib/jquery.fileupload-process.js %%SEAHUBDIR%%/static/scripts/lib/jquery.fileupload-ui.js %%SEAHUBDIR%%/static/scripts/lib/jquery.fileupload-validate.js %%SEAHUBDIR%%/static/scripts/lib/jquery.fileupload.js %%SEAHUBDIR%%/static/scripts/lib/jquery.iframe-transport.js %%SEAHUBDIR%%/static/scripts/lib/jquery.magnific-popup.min.js %%SEAHUBDIR%%/static/scripts/lib/jquery.min.js %%SEAHUBDIR%%/static/scripts/lib/jquery.simplemodal.js %%SEAHUBDIR%%/static/scripts/lib/jquery.ui.widget.1.11.1.js %%SEAHUBDIR%%/static/scripts/lib/js.cookie.js %%SEAHUBDIR%%/static/scripts/lib/jstree.min.js %%SEAHUBDIR%%/static/scripts/lib/marked.min.js %%SEAHUBDIR%%/static/scripts/lib/moment-with-locales.min.js %%SEAHUBDIR%%/static/scripts/lib/require.js %%SEAHUBDIR%%/static/scripts/lib/select2-3.5.2.js %%SEAHUBDIR%%/static/scripts/lib/text.js %%SEAHUBDIR%%/static/scripts/lib/tmpl.min.js %%SEAHUBDIR%%/static/scripts/lib/underscore.js %%SEAHUBDIR%%/static/scripts/main.js +%%SEAHUBDIR%%/static/scripts/orgadmin-app/main.js +%%SEAHUBDIR%%/static/scripts/orgadmin-app/router.js +%%SEAHUBDIR%%/static/scripts/orgadmin-app/views/side-nav.js +%%SEAHUBDIR%%/static/scripts/orgadmin-main.js %%SEAHUBDIR%%/static/scripts/pinyin-by-unicode.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/address-book-group.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/address-book-groups.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/admin-login-logs.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/admin-operation-logs.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/device-errors.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/device-trusted-ipaddresses.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/devices.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/dirents.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/group-members.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/group-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/groups.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/search-groups.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/search-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/search-trash-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/collection/trash-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/main.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/admin-login-log.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/admin-operation-log.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/device-error.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/device-trusted-ipaddress.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/device.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/dirent.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/group-member.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/group-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/group.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/sysinfo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/system-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/models/trash-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/router.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/address-book-group-item.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/address-book-group-library.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/address-book-group.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/address-book.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/admin-login-log.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/admin-login-logs.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/admin-operation-log.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/admin-operation-logs.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/dashboard.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/desktop-devices.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/device-error.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/device-errors.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/device-trusted-ipaddress.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/device-trusted-ipaddresses.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/device.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/dir.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/dirent.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/folder-share-item.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/group-member.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/group-members.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/group-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/group-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/group.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/groups.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/mobile-devices.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/search-groups.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/search-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/search-trash-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/share.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/side-nav.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/system-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/trash-repo.js %%SEAHUBDIR%%/static/scripts/sysadmin-app/views/trash-repos.js %%SEAHUBDIR%%/static/scripts/sysadmin-main.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_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_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_org_stats.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_org_users.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_sysinfo.py %%SEAHUBDIR%%/tests/api/endpoints/admin/test_system_library.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/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_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_tag.py %%SEAHUBDIR%%/tests/api/endpoints/test_file_view.py %%SEAHUBDIR%%/tests/api/endpoints/test_group_discussion.py %%SEAHUBDIR%%/tests/api/endpoints/test_group_discussions.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_history.py %%SEAHUBDIR%%/tests/api/endpoints/test_repo_set_password.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_upload_links.py %%SEAHUBDIR%%/tests/api/endpoints/test_user.py %%SEAHUBDIR%%/tests/api/endpoints/test_user_avatar.py %%SEAHUBDIR%%/tests/api/endpoints/test_user_enabled_modules.py %%SEAHUBDIR%%/tests/api/endpoints/test_wiki_pages.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_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/common/__init__.py %%SEAHUBDIR%%/tests/common/common.py %%SEAHUBDIR%%/tests/common/utils.py %%SEAHUBDIR%%/tests/install-deps.sh %%SEAHUBDIR%%/tests/seahub/__init__.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/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/management/commands/test_notify_admins_on_virus.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/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_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_dirents.py %%SEAHUBDIR%%/tests/seahub/views/ajax/test_get_file_upload_url_ul.py %%SEAHUBDIR%%/tests/seahub/views/ajax/test_get_unenc_group_repos.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_raw_shared_file.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_file_revisions.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_libraries.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_shared_upload_link.py %%SEAHUBDIR%%/tests/seahub/views/repo/test_view_shared_dir.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_link_search.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_admin.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_info_admins.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_info_user.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_search_user.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_inst_toggle_admin.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_invitation_admin.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_settings.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_sudo_mode.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_sys_virus_scan_records.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_info.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_reset.py %%SEAHUBDIR%%/tests/seahub/views/sysadmin/test_user_search.py %%SEAHUBDIR%%/tests/seahub/views/test_list_lib_dir.py %%SEAHUBDIR%%/tests/seahub/views/test_sso.py %%SEAHUBDIR%%/tests/seahub/views/wiki/test_personal_wiki.py %%SEAHUBDIR%%/tests/seahub/wiki/__init__.py %%SEAHUBDIR%%/tests/seahub/wiki/test_models.py %%SEAHUBDIR%%/tests/seahub/wiki/test_utils.py %%SEAHUBDIR%%/tests/seahubtests.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%%/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 %%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 @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