1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-07-04 10:46:58 +00:00
Commit Graph

346 Commits

Author SHA1 Message Date
zhengxie
9e0e1ed3cc Modified user password resetting, make messages more clear 2012-12-05 13:35:11 +08:00
zhengxie
3486fb4223 Added several functional tests, and fixed a few bugs
* wrap remov_repo rpc
* delete profile when remove user
* delete remove_binding rpc
2012-12-05 11:44:21 +08:00
zhengxie
7539dd1714 Fixed 404 bug when viewing read-only repo and clean code 2012-12-04 13:14:09 +08:00
lins05
d296b0754b only use pdf.js to view pdf in Firefox 2012-11-27 17:53:44 +08:00
zhengxie
22b07ffe3c Merge branch 'download' 2012-11-26 10:24:01 +08:00
zhengxie
0cd133657a Fixed upload/update progress bug in chrome 2012-11-24 22:17:08 +08:00
lins05
8887af6930 download a subdir as zip 2012-11-24 17:44:01 +08:00
zhengxie
d4ea157f9d Improved nickname fetching in myhome 2012-11-21 21:17:01 +08:00
llj
26b8f295db added 'seaf' file view and edit with aloha;modified new-file 2012-11-20 16:29:27 +08:00
zhengxie
1e79e72a54 Improved file upload and update 2012-11-17 17:31:37 +08:00
zhengxie
7c9d92ff5f Added user permission control in repo_view_file page 2012-11-09 16:27:41 +08:00
zhengxie
24e0f4c907 i18n for org and seahub mails 2012-11-06 17:23:45 +08:00
lins05
78579659ff improve file revisions 2012-11-06 13:46:38 +08:00
zhengxie
73418cc45d Cleaned share related code 2012-11-06 11:12:49 +08:00
zhengxie
8c0b9cd4d8 i18n for views.py 2012-11-05 14:36:00 +08:00
zhengxie
893f2fffcf Modified unshare 2012-11-05 11:55:32 +08:00
zhengxie
6005458862 Merge branch 'update-file' 2012-11-04 13:35:31 +08:00
zhengxie
ee6b04e885 i18n for recycle and edit page 2012-11-04 13:29:20 +08:00
killing
9eda95c6ad Include current commit id when updating files.
Seaf-server can then use this commit id to check concurrent update
to the same file.
2012-11-04 13:06:30 +08:00
zhengxie
5221743afe i18n for sys admin and notifications 2012-11-01 15:09:48 +08:00
zhengxie
cb16012d75 Show a message after sending shared link insteaf of refresh page 2012-11-01 14:00:55 +08:00
zhengxie
ea4f3cee67 Added login required to repo page 2012-11-01 11:50:01 +08:00
zhengxie
fdd0ab13e1 Fixed repo decrypt redirect bug and clean code 2012-11-01 11:28:58 +08:00
killing
b60b27f022 Modify file upload error page. 2012-10-31 11:16:59 +08:00
llj
ebf9327f12 Merge branch 'lj'
Conflicts:
	organizations/views.py
	templates/myhome.html
	templates/snippets/my_owned_repos.html
	views.py
2012-10-26 20:23:21 +08:00
llj
6baebcd97f added file-star feature(by ls & lj) 2012-10-26 19:50:36 +08:00
zhengxie
e6eceaa1cd Merge branch 'quota' into feature/i18n
Conflicts:
	templates/myhome.html
2012-10-26 19:24:22 +08:00
zhengxie
f76f396937 Added i18n form login and myhome page 2012-10-26 19:15:52 +08:00
killing
1d8ae030c2 Add quota and quota usage information.
Changed pages:
* myhome
* user info admin
* org personal page
* org admin page
2012-10-26 14:34:46 +08:00
llj
23ea468d60 [text-diff]redesign ui 2012-10-24 15:40:25 +08:00
llj
0d14e4ad29 [to-group]modified the popup to be like comment-popup 2012-10-20 21:37:02 +08:00
zhengxie
ab4d29262c Handle multi groups when click into group in repo page 2012-10-20 16:28:42 +08:00
lins05
f9e0437628 add text file diff 2012-10-19 18:00:22 +08:00
llj
39a9870300 improved events for encrypted repo;added events for org[by ls & lj] 2012-10-15 21:03:42 +08:00
zhengxie
3e464137c0 Modify org personal page, and add org root 2012-10-13 17:40:55 +08:00
lins05
7e66170f48 use reverse() instead of hard code url 2012-10-12 19:46:08 +08:00
lins05
e821182a11 fixed a bug in the commit detail link 2012-10-12 19:30:57 +08:00
killing
28d86558e1 Fix bug when showing update file error. 2012-10-12 17:12:54 +08:00
zhengxie
27dc5c999d Fixed bug when comment file in org 2012-10-11 16:47:15 +08:00
killing
2aecb8478c Revert a deleted dir in recycle page. 2012-10-11 14:50:02 +08:00
zhengxie
7088daf7c3 Added pubinfo page 2012-10-11 14:34:08 +08:00
zhengxie
34155446e0 Fixed redirect bug in demo account 2012-10-10 20:11:55 +08:00
zhengxie
d0671d71a1 Added demo account 2012-10-10 20:05:02 +08:00
zhengxie
3e0961ff90 Fixed autocomplete bug when share repo 2012-10-10 19:21:17 +08:00
zhengxie
8efc8eced3 Merge branch 'recycle' 2012-10-09 21:56:54 +08:00
zhengxie
05bf9ea8e6 Modify empty tips 2012-10-09 21:47:54 +08:00
killing
68f9d27709 Revert file from recycle page. 2012-10-09 15:00:09 +08:00
killing
916184a54c Add file recycle view. 2012-10-09 14:41:21 +08:00
ZhengXie
41d0b33b77 Changed repo name 2012-10-09 14:38:13 +08:00
lins05
33d3758631 fixed "import seafevets" when events disabled 2012-10-09 11:22:55 +08:00