1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-30 04:25:47 +00:00
Commit Graph

12389 Commits

Author SHA1 Message Date
zhengxie
d9fab60393 Fixed read-only wiki bug -- Wiki set as read-only still allows non owners to delete pages 2013-09-29 18:15:53 +08:00
zhengxie
b790f7b3d3 Modified sys list orphan repos 2013-09-28 16:50:34 +08:00
zhengxie
9830804c01 Merge branch 'poet'
Conflicts:
	seahub/api2/views.py
2013-09-27 13:53:24 +08:00
zhengxie
f3b23ee9f6 Merge branch '1.9' 2013-09-27 10:54:47 +08:00
xiez
d6d35c14a8 Merge pull request #83 from swpd/master
[profile] add button for deleting user account
2013-09-26 19:53:28 -07:00
zhengxie
dae8c4b575 Enable library transfer for admin 2013-09-25 17:52:32 +08:00
zhengxie
afed88311d Added repo search 2013-09-25 17:52:31 +08:00
zhengxie
b4d187ad4a Added module configuration for personal wiki and group wiki 2013-09-25 17:52:31 +08:00
zhengxie
43cb4ad5f6 Enable transfer library and group 2013-09-25 17:51:03 +08:00
zhengxie
9219d9fd34 [sysadmin] Search user 2013-09-25 17:51:03 +08:00
plt
3321fd668d Add seacloud home page 2013-09-25 14:48:52 +08:00
lins05
3092f8ef7f [win] logs into SEAHUB_LOG_DIR 2013-09-25 14:48:52 +08:00
zhengxie
40fb3944b9 Fixed bugs in api2/views 2013-09-25 14:48:52 +08:00
zhengxie
d15c0d2a41 Remove unused username in createsuperuser 2013-09-25 14:47:56 +08:00
zhengxie
c507f995f5 Fixed import error in share repo 2013-09-25 14:47:56 +08:00
swpd
ca648ca3a7 [profile] add button for deleting user account 2013-09-25 12:16:28 +08:00
zhengxie
8acfbd6966 Fixed image prev/next bug in windows server 2013-09-24 12:14:16 +08:00
zhengxie
94e2491313 Modified starred table 2013-09-18 11:56:52 +08:00
zhengxie
e0923366ea Change favicon.ico to favicon.png 2013-09-18 11:05:17 +08:00
zhengxie
d4e3fb32f7 Fixed brand css and sharing message 2013-09-17 11:36:45 +08:00
zhengxie
43c3ee0498 Show file size on share link page, and fix file share bug in readonly library 2013-09-16 17:26:42 +08:00
zhengxie
3fb9a3dc28 Modified sub repo 2013-09-16 14:12:15 +08:00
zhengxie
131b15bb66 Change hashcompat to hashlib to depress warning 2013-09-14 18:11:11 +08:00
llj
67a741e5a4 merge 'create_sub_lib' into 'check_sub_repo'; improved file/dir share js code 2013-09-13 17:59:59 +08:00
llj
f6ee6d18b0 [sub-lib] improved ui & fixed bug for private-share 2013-09-13 12:30:29 +08:00
llj
6567be9976 [sub-lib] redesigned it: redesign 'share', no sync ...
* no 'sub-libraries' at 'myhome'
* don't create event when create sub-lib
* no 'sync'
* 'syncable-share' --> 'private share', no second popup
2013-09-13 11:30:24 +08:00
xiez
7537ccd9ff Merge pull request #81 from swpd/master
minor code cleanup
2013-09-12 19:59:01 -07:00
llj
ba9e191c27 rm 'has_subdir' check for accessible repos to fix a bug
fix bug for repo with no dir initially
2013-09-12 14:39:42 +08:00
swpd
1da4f57b0f [api2] simplify account serializer 2013-09-11 16:46:37 +08:00
zhengxie
96e9528e1d [api2] A few improvments on account api 2013-09-10 16:25:02 +08:00
zhengxie
6e116099ab Merge branch 'swpd-master' 2013-09-10 11:27:40 +08:00
zhengxie
cefd405372 [api2] Update accounts api handlers 2013-09-10 11:26:52 +08:00
swpd
12334bc58f [api2] change to return object list when listing accounts 2013-09-09 12:16:24 +08:00
swpd
36ced2fc84 [api2] add serializer for validating fields when creating new account 2013-09-08 21:57:48 +08:00
swpd
e0335fe156 [api2] custom defined HTTP status code does not reside in rest_framework.status module, remove the status namespace 2013-09-08 13:39:58 +08:00
swpd
5cfb52ba98 [api2] add account creating and deleting apis (used by admin only) 2013-09-08 13:30:01 +08:00
swpd
1381b4db62 [api2] add api for listing registered accounts (used by admin only) 2013-09-07 20:59:53 +08:00
xiez
ef5d50e103 Merge pull request #77 from VoidVolker/translate
Fixes for Russian translate
2013-09-05 20:41:33 -07:00
zhengxie
179c7a70dc [api2] Clarify 403 error message 2013-09-05 17:27:21 +08:00
llj
3a61898dec rm unused plugin & files in jstree, fixed 'cannot enter space' bug for seaf 2013-09-05 10:24:59 +08:00
VoidVolker
ba2470f00b + Plural-Forms header in Russian translation 2013-09-02 13:54:43 +04:00
zhengxie
b84cd16bb7 Rewrite get_user_starred_files, improved performance 2013-09-02 16:40:12 +08:00
poetwang
8fa3162a72 [api] Return the repo download-info when created 2013-08-31 17:38:16 +08:00
VoidVolker
b7cb6ec0bf Bug fix in Russian translation
Bug fix in "(seconds)d ..."
2013-08-31 12:20:15 +04:00
VoidVolker
2353fca73a Bug fix in Russian translation
Bug fix with "%(max_file_size)s"
2013-08-31 11:46:46 +04:00
VoidVolker
c224e255a2 Some small fixes for Russian translate 2013-08-31 09:39:53 +04:00
VoidVolker
c112d430a3 More "fuzzy" removed
More "fuzzy" removed
2013-08-31 09:33:11 +04:00
VoidVolker
fe2065cd36 Removed all "fuzzy"
Removed all "fuzzy"
2013-08-31 09:12:11 +04:00
xiez
39bba14add Merge pull request #76 from HenriWahl/master
fixed Unshare translation in private share view, another small german fix
2013-08-30 20:56:11 -07:00
VoidVolker
87c64d81da Fixes for Russian translate
Fixes for Russian translate
2013-08-31 00:31:54 +04:00