1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 01:44:13 +00:00
Commit Graph

3518 Commits

Author SHA1 Message Date
Daniel Pan
762cd848ba [backbone] Improve UI of shared repo list
Conflicts:
	seahub/templates/myhome.html
2015-04-22 15:31:42 +08:00
llj
c237600378 [fileupload] enable 'file update' 2015-04-22 15:31:42 +08:00
llj
b1dd0e74f3 [search] disable 'advanced search' in top-search-form 2015-04-22 15:31:42 +08:00
llj
ec18d67e01 [lib sort] added sort libraries by name & time for myhome/group/org 2015-04-22 15:31:42 +08:00
llj
c892ee3afa [lib view] show error msg, added decryption for enc-lib, cleaned up some code 2015-04-22 15:31:42 +08:00
Daniel Pan
89bba63408 [backbone] Small UI improvements 2015-04-22 15:31:42 +08:00
zhengxie
bffa7b9c61 [tests] Fix grouprepo api test 2015-04-22 15:31:42 +08:00
llj
51d1e0a420 [dir view] modified UI of dirent hidden-op 2015-04-22 15:31:41 +08:00
llj
33de4b3c6f [lib view] modified UI of 'dirent-op' 2015-04-22 15:31:41 +08:00
llj
244a292d31 [notice popup] rewrote initNoticePopup in common.js 2015-04-22 15:31:41 +08:00
lian
2449619a38 show notice popup 2015-04-22 15:31:41 +08:00
zhengxie
93dee8ed6a Fix group repo related apis, and add a few unittests 2015-04-22 15:31:41 +08:00
lian
6aecc53750 new dir/file icon 2015-04-22 15:31:41 +08:00
llj
8ba4fe28c9 [share] added necessary 'escape' 2015-04-22 15:31:41 +08:00
zhengxie
1721c06ff4 Enable create repo at myhome and group pages 2015-04-22 15:31:40 +08:00
llj
27aa7e79d3 [lib] added necessary 'escape'
Conflicts:
	seahub/views/ajax.py
2015-04-22 15:31:40 +08:00
Daniel Pan
5005b78e54 Fix a rebase bug in file.py 2015-04-22 15:31:40 +08:00
llj
4c0f263cca [share] added lib/dir/file share 2015-04-22 15:31:40 +08:00
lian
b10d518ae2 show popup 2015-04-22 15:31:40 +08:00
Daniel Pan
05f7a59f55 [backbone] Change 'New Directory' to 'New Folder' 2015-04-22 15:31:40 +08:00
lian
aaaaedd181 new cp/mv/del icon 2015-04-22 15:31:39 +08:00
lian
273872a91b update repo setting/trash/history
1. hide setting-icon if is not repo owner
2. hide trash-icon if user-perm is 'r'
2015-04-22 15:31:39 +08:00
lian
a3b1eff49a show setting/trash/history icon 2015-04-22 15:31:39 +08:00
lian
3ea5ea36d4 escape repo-name when show path-bar 2015-04-22 15:31:39 +08:00
Daniel Pan
39b274fc7c [backbone] Improve org and group page 2015-04-22 15:31:39 +08:00
Daniel Pan
4d471c0c24 [backbone] Add dirView for organizational libs 2015-04-22 15:31:39 +08:00
lian
0a32d98f20 show/delete public lib 2015-04-22 15:31:38 +08:00
lian
c42822969d show/delete shared repo 2015-04-22 15:31:38 +08:00
llj
1496940aa4 added select/mv/cp/delete for multi dirents; bugfix for common.js 2015-04-22 15:31:38 +08:00
Daniel Pan
342ddb588c Enable nav to library contents in group view, remove recent changes, remove group tab in myhome 2015-04-22 15:31:38 +08:00
Daniel Pan
cfe0cdb138 fix bug in create repo 2015-04-22 15:31:38 +08:00
llj
341f864bc7 [fileupload] fixed bug 2015-04-22 15:31:38 +08:00
llj
214327e7bb [lib] improved fileupload: added views/fileupload.js 2015-04-22 15:31:38 +08:00
llj
ecf976e3ea [lib] added fileupload 2015-04-22 15:31:37 +08:00
Daniel Pan
e4036efab2 [backbone] Several small interface improvements 2015-04-22 15:31:37 +08:00
llj
1a47494adb [backbone] don't use jq.min.js, added jquery.js, simplemodal.js,jstree.js 2015-04-22 15:31:37 +08:00
zhengxie
87762411f7 Add build file for r.js , steps to compress js files:
1. Install r.js according to http://requirejs.org/docs/optimization.html#download
2. Run: r.js -o media/scripts/build.js
3. Compressed files will be located at media/scripts/dist/

Disable compress for dev, set settings.DEBUG to True, and add INTERNAL_IPS = ('127.0.0.1', )
2015-04-22 15:31:37 +08:00
llj
13d5730684 [lib] modified new dir/file 2015-04-22 15:31:37 +08:00
Daniel Pan
1e3a18f6c9 [backbone] Remove path bar from repo list page 2015-04-22 15:31:37 +08:00
Daniel Pan
f5710ac77a [backbone] Add path bar to repo list page 2015-04-22 15:31:36 +08:00
Daniel Pan
2ea65ef576 [backbone] Add category to library path 2015-04-22 15:31:36 +08:00
Daniel Pan
0362e97a6b [backbone] Modify column space for dir view 2015-04-22 15:31:36 +08:00
llj
11779c91bc [lib] modified file/dir mv/cp and other improvement & bugfix 2015-04-22 15:31:36 +08:00
Daniel Pan
86fc129add [backbone] Add shared repo view 2015-04-22 15:31:36 +08:00
llj
4a1d11d0fc [myhome lib] added 'more', hide 'loading-tip' when necessary, fixed some bugs 2015-04-22 15:31:36 +08:00
llj
02ec7cfc94 [myhome lib] modified css, modified 'repo-file-list-topbar' UI 2015-04-22 15:31:36 +08:00
Daniel Pan
5d9bd53a02 [backbone] Refactor myhome 2015-04-22 15:31:35 +08:00
Daniel Pan
66d62441d9 [backbone] Remove unused files 2015-04-22 15:31:35 +08:00
zhengxie
d7562d4257 [myhome] bind repo events when initilize myhome view 2015-04-22 15:31:35 +08:00
zhengxie
3722334ceb [myhome] Create and delete repo 2015-04-22 15:31:35 +08:00