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

651 Commits

Author SHA1 Message Date
zhengxie
05bf93824f [tests] Add file view tests 2015-11-03 14:43:26 +08:00
zhengxie
4b03a55685 Fix circular import and add test case 2015-11-02 15:08:52 +08:00
zhengxie
e6a68d4d5c [file] Fix file download bug 2015-10-26 18:02:23 +08:00
lian
a65f94656a [sys-admin] change http request from "GET" to "POST" 2015-10-22 10:14:57 +08:00
zhengxie
df1ff9e0f6 [tests] Fix shared file tests 2015-10-20 12:17:22 +08:00
zhengxie
8fd9bebf45 Merge branch '4.4'
Conflicts:
	seahub/auth/views.py
	seahub/templates/libraries.html
	seahub/templates/sysadmin/sys_admin_group_info.html
	seahub/templates/sysadmin/sys_publink_admin.html
	seahub/templates/sysadmin/userinfo.html
	seahub/urls.py
2015-10-20 10:27:27 +08:00
zhengxie
550bade69a [tests] Fix fails 2015-10-19 18:34:30 +08:00
zhengxie
04bb5a60c1 Fix tests and fix bug in sudo mode 2015-10-19 18:34:29 +08:00
zhengxie
f27639744d Fix cache key length error 2015-10-16 11:09:24 +08:00
lian
25fd35a2e5 add copy file api 2015-10-10 14:41:16 +08:00
zhengxie
75eabf7583 [api2] Refactor account api, and add migrate accout endpoint 2015-09-25 15:50:39 +08:00
xiez
563052f93e Merge pull request #823 from haiwen/dir-api
Dir api
2015-09-22 13:38:14 +08:00
lian
652639ef7e [dir-api] get recursive dir
add 'recursive' argument to control if return recursive dir list
2015-09-22 11:56:18 +08:00
xiez
dc9e31ea2c Merge pull request #822 from haiwen/reuse-access-token
[web-api] update download file api
2015-09-22 11:46:24 +08:00
zhengxie
4993e43497 Fix set lang code bug when user profile is empty. 2015-09-21 16:06:15 +08:00
zhengxie
b37e52add8 [file] Change file download url 2015-09-21 15:30:47 +08:00
lian
68276cbe52 [web-api] update download file api
add 'reuse' argument to control if reuse fileserver access token
2015-09-21 11:02:50 +08:00
lian
8f688faaee [dir-api] update get dirents api
add 't' argument to control if only return file or dir list
2015-09-21 10:38:56 +08:00
zhengxie
5fca43ef89 Merge branch '4.3'
Conflicts:
	seahub/api2/views.py
2015-09-14 13:43:39 +08:00
lian
152aeea19c [web/api] update group name validation check
can only contain letters, numbers, blank, hyphen or underscore
2015-09-14 12:17:12 +08:00
zhengxie
3b7fab00d6 [tests] Fix star files 2015-09-12 12:13:16 +08:00
Shuai Lin
d64e733001 Merge pull request #789 from haiwen/client-side-keygen
create repo api: accept magic and random_key generated on client side
2015-09-12 11:44:45 +08:00
Shuai Lin
7532ed394a client side keygen: update create repo api 2015-09-12 11:38:30 +08:00
Shuai Lin
981db6618f client side keygen: add tests 2015-09-12 11:38:30 +08:00
Shuai Lin
3287f4448a add api to create a dir with parents 2015-09-12 10:33:38 +08:00
zhengxie
82ff4b3f2a [sysadmin] Refactor and fix tests 2015-09-02 11:14:54 +08:00
zhengxie
753efdb082 Fix shared file view count, issue https://github.com/haiwen/seahub/issues/742 2015-08-25 11:10:27 +08:00
zhengxie
c0b6e57471 [tests] Ignore 3 random test errors 2015-07-23 11:59:28 +08:00
lian
e00dbcef45 add test of copy file in sub dir to dst dir 2015-07-22 17:13:55 +08:00
zhengxie
00f64782ad Merge branch 'dir-share-popup'
Conflicts:
	seahub/api2/views.py
	static/scripts/app/views/share.js
	static/scripts/common.js
	tests/api/test_shares.py
2015-07-15 15:06:56 +08:00
lian
24ee9fe983 [web-api] update share link api
not use 'type' argument when create share download link
2015-07-15 11:30:00 +08:00
zhengxie
986a07d0cf [tests] Workaround for test_misc failed, seeems django::reverse will cause new settings failed 2015-07-14 18:19:36 +08:00
lian
8b36281eb8 add test for shared link api 2015-07-14 17:05:18 +08:00
zhengxie
0b61259b9d Add permission check and quota check 2015-07-14 13:26:13 +08:00
zhengxie
1c6475d7d1 WIP: finish dir_shared_items 2015-07-14 11:07:05 +08:00
zhengxie
7d6b84ecc5 WIP: update return fields 2015-07-14 11:03:59 +08:00
zhengxie
beee7a8fa6 [api] WIP: add dir shared items endpoint
Conflicts:
	seahub/test_utils.py
2015-07-14 11:03:58 +08:00
zhengxie
45c16e9a93 [api2] Add tests and remove unused code 2015-07-07 15:49:34 +08:00
zhengxie
512d522b7a [test] Add test case for profile 2015-06-27 17:22:28 +08:00
zhengxie
fb1ee8e784 Fix user remove bug 2015-06-27 16:32:59 +08:00
zhengxie
dfec4103b5 [tests] Update group tests 2015-06-27 13:12:57 +08:00
zhengxie
a037b9b638 [api2] Add DISABLE_SYNC_WITH_ANY_FOLDER config to server info 2015-06-25 16:08:14 +08:00
zhengxie
f33d756308 Add test cases for issue 1283, https://github.com/haiwen/seafile/issues/1283 2015-06-25 13:28:25 +08:00
zhengxie
e58a28ccde Fix download share file token bug 2015-06-19 13:43:00 +08:00
zhengxie
7cdb70368a Fix auth tokens 2015-06-16 10:27:17 +08:00
zhengxie
ec138440fb Fix encrypt shared dir password loop bug 2015-06-16 10:27:17 +08:00
zhengxie
20c20c3f48 [test] Test case for https://github.com/haiwen/seafile/issues/1248 2015-05-29 12:15:30 +08:00
zhengxie
3086adc246 [tests] Add dir download related tests 2015-05-28 16:29:45 +08:00
zhengxie
81d72ed599 [tests] Fix shared file tests 2015-05-27 14:32:44 +08:00
zhengxie
78b166b5c7 Refactor shared dir, update url 2015-05-27 10:18:55 +08:00