1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-06 17:33:18 +00:00
Commit Graph

529 Commits

Author SHA1 Message Date
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
zhengxie
7295e14c7d [tests] Added a few tests 2015-05-26 14:36:31 +08:00
zhengxie
1211677746 [tests] Fix error 2015-05-15 11:23:56 +08:00
zhengxie
af498d2d20 [tests] Add tests for registraion 2015-05-14 18:15:26 +08:00
Shuai Lin
6f5b329f65 do not update sudo mode ts if loggin in from client 2015-05-06 14:39:14 +08:00
Shuai Lin
c63f68dfc5 support logging in from desktop client directly 2015-05-06 14:28:00 +08:00
Shuai Lin
1ad6c30b35 sudo mode: fix bugs in the code 2015-05-05 13:34:03 +08:00
Shuai Lin
763e760c7e sudo mode: allow the tests to fail before we figure out how to test it 2015-05-04 15:52:28 +08:00
Shuai Lin
c6ae62f4e0 require phantomjs to be installed 2015-05-04 15:01:08 +08:00
Shuai Lin
c449e3842c add "sudo mode": confirm password before doing sysadmin work 2015-05-04 13:57:10 +08:00
zhengxie
2e0ff97e16 [api] Fix group repos 2015-04-25 15:04:40 +08:00
zhengxie
e5c5719ea7 [api2] Fix group repos 2015-04-24 13:35:45 +08:00
zhengxie
f30cb39ef5 [api2] Add root id back when list repos 2015-04-22 15:31:45 +08:00
zhengxie
0ff3feaf24 [api] Refactor list owned repos, fetch size from repo object, remove root field in response
Conflicts:
	seahub/api2/views.py
2015-04-22 15:31:43 +08:00
zhengxie
bffa7b9c61 [tests] Fix grouprepo api test 2015-04-22 15:31:42 +08:00
zhengxie
93dee8ed6a Fix group repo related apis, and add a few unittests 2015-04-22 15:31:41 +08:00
zhengxie
cd8be43149 [api2] Improve account api 2015-04-15 10:44:51 +08:00
zhengxie
629687c865 [tests] Fix auth test 2015-04-14 11:22:32 +08:00
zhengxie
94dcfe338a [api2] Return 401 if api token is invalid 2015-04-13 11:59:57 +08:00
zhengxie
b8764f4f21 [tests] Add unittest for seahub 2015-03-18 18:14:59 +08:00
Shuai Lin
f4ed79bd3e ignore repos that are no longer accessible when regenerating tokens 2015-03-13 11:01:13 +08:00
Shuai Lin
18bc135a53 [api] support logging out an accout from seafile clients 2015-03-10 08:28:02 +08:00
xiez
d5d34eca68 Merge pull request #324 from haiwen/server-info-api
added /api2/server-info/ endpoint
2015-01-12 10:50:44 +08:00