1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-19 18:29:23 +00:00
Commit Graph

3637 Commits

Author SHA1 Message Date
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
zhengxie
e80a1dfbdb Show group recent changes 2015-04-22 15:31:35 +08:00
zhengxie
7920f11b41 Enable create group repo 2015-04-22 15:31:35 +08:00
Daniel Pan
5aab457e95 [backbone] Clean route for myHome and clean common.js 2015-04-22 15:31:34 +08:00
Daniel Pan
de75784e72 [backbone] Add sort to DirView 2015-04-22 15:31:34 +08:00
Daniel Pan
7c34e0da1c [backbone] Enable showing of folder/file sharing dialog 2015-04-22 15:31:34 +08:00
lian
f856507077 [backbone] Show new file popup 2015-04-22 15:31:34 +08:00
lian
bd98ae8330 [backbone] Fix indentation for dir.js 2015-04-22 15:31:34 +08:00
Daniel Pan
d1e8e2b2be [backbone] Make mvcp dialog as a template 2015-04-22 15:31:34 +08:00
lian
a21eeaaead [backbone-grp-nav] Show group list at myhome page 2015-04-22 15:31:34 +08:00
Daniel Pan
e1b4fc3f16 [backbone] Support render other repos in mv file dialog 2015-04-22 15:31:33 +08:00
Daniel Pan
cf91a39f84 [backbone] Fix indentation for dirents.js and file-tree.js 2015-04-22 15:31:33 +08:00
Daniel Pan
167eb79888 [backbone] Add model, template and view for group navigation popup 2015-04-22 15:31:33 +08:00
Daniel Pan
fb76295140 [backbone] Implement delete, rename and add file-tree, partially implemented mvcp 2015-04-22 15:31:33 +08:00
Daniel Pan
9fbd7d7cce [backbone] Make popup, star and entering sub-directory work for DirentView 2015-04-22 15:31:33 +08:00
Daniel Pan
254357c3f1 [backbone] Merge lj's work 2015-04-22 15:31:32 +08:00
zhengxie
700dc2bf1d tmp mod 2015-04-22 15:29:47 +08:00
zhengxie
26e26ac22d tmp mod 2015-04-22 15:29:47 +08:00
zhengxie
92be0754bd Split js from django template, move js to scripts , add requirejs support, and i18n for js 2015-04-22 15:29:46 +08:00
zhengxie
0a494cd0d3 Show repo dirents on myhome page using router 2015-04-22 15:29:46 +08:00
zhengxie
05accf19e7 Use backbone.js 2015-04-22 15:29:46 +08:00
zhengxie
c3e9337c56 Merge branch '4.1' 2015-04-22 13:31:29 +08:00
zhengxie
e48f38df8b Change file token to onetime 2015-04-22 12:02:00 +08:00
xiez
9930ff68e1 Merge pull request #506 from haiwen/thumbnail
[thumbnail] use 'image/png' as content-type
2015-04-21 11:00:24 +08:00
xiez
d4f852aff7 Merge pull request #507 from joshbmarshall/master
Bugfix creating a public share set_inner_pub_repo does not exist in Seaf...
2015-04-21 10:49:05 +08:00
Josh Marshall
e06704f32c Bugfix creating a public share set_inner_pub_repo does not exist in SeafileAPI 2015-04-20 23:42:24 +10:00
lian
89dd7ab325 [thumbnail] set content-type value 2015-04-20 18:25:14 +08:00
zhengxie
a2458edc7b [api2] Fix rename dir error v4.1.1-pro 2015-04-15 16:55:50 +08:00
xiez
567239efb1 Merge pull request #497 from haiwen/4.1_file_view
[file view] modified ui
2015-04-15 16:54:45 +08:00
llj
6aee6b5578 [file view] modified ui 2015-04-15 16:51:18 +08:00
xiez
598433b5b7 Merge pull request #496 from haiwen/4.1_file_view
[file view] modified 'file view area' height
2015-04-15 15:47:15 +08:00
zhengxie
7528936ef8 Don't show error when file format is not supported when previewing 2015-04-15 15:18:29 +08:00