1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-02 01:42:41 +00:00
Commit Graph

409 Commits

Author SHA1 Message Date
zhengxie
d73e7c8996 Fixed api2 quota bug 2013-03-02 16:59:26 +08:00
zhengxie
f108c3b79a Fixed rpc return value bug 2013-02-28 20:02:03 +08:00
llj
482690fcce [seahub] translation 2013-02-28 17:42:41 +08:00
llj
5d769e5045 [img view] don't fetch size for img in views.py 2013-02-28 12:08:44 +08:00
llj
788e6376d3 [pdfjs] improved pdf view with pdfjs 2013-02-27 21:37:38 +08:00
llj
15d9d69c66 [file encoding] improved code & modified for file_edit & text_diff 2013-02-27 15:21:37 +08:00
zhengxie
3a485e4a73 Fiexed bug in library setting 2013-02-26 17:41:00 +08:00
zhengxie
36a3bd1685 Enable change repo name and desc. 2013-02-25 17:27:12 +08:00
zhengxie
37f3631ad8 Fixed bug in quoting/unquoting string 2013-02-25 16:39:20 +08:00
llj
cfa3b8c37e fixed bug in view_file_via_shared_dir 2013-02-24 17:26:26 +08:00
llj
086c03a068 [file encoding] added encoding option & used chardet for Text/Markdown/Sf file 2013-02-24 16:52:10 +08:00
zhengxie
3e2ddb466b Merge branch 'pubinfo'
Conflicts:
	thirdpart/seaserv/__init__.py
	views.py
2013-02-23 11:48:06 +08:00
zhengxie
3e3718d017 Fixed name conflict in unset pub repo, and improve message 2013-02-22 17:00:47 +08:00
zhengxie
7f887be89f Added repos/groups/users count 2013-02-22 14:52:33 +08:00
llj
37b0e03df5 rewrote pubinfo 2013-02-21 19:59:58 +08:00
zhengxie
70fa9dc318 [api2] Added shared repo related apis 2013-02-20 20:51:37 +08:00
llj
7db9a4212a cleaned up code, fixed bugs & rm unused file 2013-02-06 16:24:43 +08:00
llj
8260133d7e combined 'public home' & 'public info' 2013-02-06 13:37:06 +08:00
llj
d2848f20f8 improved front-end performance & grp msg move-upward
* combined js files
* added css sprites
* added size for images (except small icons)
* cleaned up css/js
* removed unused files (images etc.)
2013-02-05 17:57:47 +08:00
llj
37f284d11a [img_view] enable view prev/next & improved ui 2013-01-31 13:18:25 +08:00
zhengxie
46ee7b6361 Merge branch '1.4'
Conflicts:
	locale/zh_CN/LC_MESSAGES/django.po
2013-01-30 21:16:52 +08:00
zhengxie
c134f9e84e Display share quota usage.
Conflicts:
	thirdpart/seaserv/__init__.py
	views.py
2013-01-29 15:33:53 +08:00
zhengxie
76a6f01bd5 Added missing translations and change timestamp 2013-01-28 14:07:59 +08:00
lins05
99ec82061b add limit to download a dir 2013-01-28 11:10:31 +08:00
zhengxie
0063bd98ab Fixed bug in displaying initial commit message 2013-01-28 10:29:09 +08:00
zhengxie
bca4281ffd File compare
Compare file with previous version
2013-01-25 21:59:40 +08:00
chuyskywalker
2a28c0dd5f Fixup some minor english grammar mistakes. 2013-01-23 05:38:52 -08:00
lins05
2b03f33f5b improve get_(org)_user_events 2013-01-23 12:06:55 +08:00
zhengxie
f2ee3c614b List history of read-only library, and fixed typo in share repo to all 2013-01-21 11:34:18 +08:00
killing
05e86826ef Add repo->magic to repo download link. 2013-01-19 10:29:47 +08:00
llj
333a14747e improved 'repo_set_password' in file_edit & events 2013-01-12 11:15:02 +08:00
zhengxie
238041d651 Fixed org repo settings bug 2013-01-09 20:33:46 +08:00
zhengxie
9e167e7f76 i18n for seahub and share 2013-01-09 19:19:08 +08:00
lins05
0d62163c8a improve file preview related code 2013-01-09 17:35:33 +08:00
zhengxie
db23497e69 Added email sending settings 2013-01-09 17:30:31 +08:00
llj
96e57c6d1a added pdf view with pdf.js 2013-01-09 15:36:32 +08:00
zhengxie
ca5f21c585 Added SEAFILE_CONF_DIR environment var, and remove max_upload_file_size and http_server_root from settings 2013-01-08 11:12:07 +08:00
llj
c1323409b9 [repo] fixed bug and improved code for setting, new file/dir, rename 2013-01-07 21:15:48 +08:00
llj
4e73754dfd improved code for file star/comment 2013-01-07 17:04:02 +08:00
lins05
5f1b73d86b give user the download link when no seafile client detected 2013-01-04 14:52:05 +08:00
killing
cd66dc369b Change repo settings icon. 2013-01-04 13:26:18 +08:00
killing
d330bf4d36 Allow selecting how many deleted files to show in recycle. 2013-01-04 13:07:31 +08:00
killing
73209e4e9f Setting how many days of history to keep. 2013-01-04 13:05:24 +08:00
zhengxie
37eacd22c3 Merge branch 'feature/share_dir'
Conflicts:
	utils/__init__.py
	views.py
2013-01-03 19:30:50 +08:00
zhengxie
f94c4c5a61 Added dir shared link feature 2013-01-03 19:28:57 +08:00
lins05
d6a8b86c4f show last modified in file list
* Also handles the situation when list contributors failed
2013-01-03 17:35:00 +08:00
llj
c724b44386 added fileshare to repo page, improved fileshare in file_view, improved 'messages' & apply_form_error 2012-12-29 20:49:33 +08:00
llj
47616acb1f [views.py] fixed bug in repo_file_get 2012-12-27 11:26:19 +08:00
zhengxie
33c8064d56 Fixed repo not exists bug when viewing/editing file 2012-12-26 13:58:55 +08:00
llj
beaf3395d9 improved file_get in file_edit for encrypted repo and rm 'newline_mode' code 2012-12-25 16:54:33 +08:00