1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-04-27 19:05:16 +00:00
Commit Graph

14895 Commits

Author SHA1 Message Date
xiez
a7ac3f014d Use textarea for share repo email, and also validate email 2012-04-25 16:49:56 +08:00
xiez
ecafd91884 Change repo download url 2012-04-25 14:34:42 +08:00
xiez
83e50e29bc Modify url 2012-04-25 13:21:40 +08:00
xiez
74d5325fe4 Merge branch 'lj' into merge/share_repo_with_lj 2012-04-25 11:39:25 +08:00
xiez
784a160e53 Add ccnet_applet_root in settings.py, used in repo download 2012-04-25 11:18:49 +08:00
xiez
e4fad50b43 Add basic download feature 2012-04-24 22:33:40 +08:00
xiez
f4002df715 Add repo share feature 2012-04-24 22:33:40 +08:00
llj
f4f05ab034 split repo into repo & repo_history 2012-04-24 16:53:57 +08:00
xiez
be712e3a8e Modify repo access page 2012-04-24 11:24:04 +08:00
plt
41321cdf7f bugfix: change redirect url to SITE_ROOT instead of '/' 2012-04-23 18:01:47 +08:00
xiez
325d39a288 Modify registration flow, add new flag into settings.py
* when ACTIVATE_AFTER_REGISTRATION set to True, user will be activated after registration, and no email sending;
* when ACTIVATE_AFTER_REGISTRATION set to False, and REGISTRAION_SEND_EMAIL set to True, user will be activated by email;
* when ACTIVATE_AFTER_REGISTRATION set to False, and REGISTRAION_SEND_EMAIL set to Flase, user will be activated by admin.
2012-04-21 13:58:55 +08:00
xiez
00f9575c74 Remove sending email after registration, and clean code 2012-04-21 11:05:59 +08:00
xiez
62bf4b11ce Rename several apis 2012-04-20 16:39:51 +08:00
xiez
b15ebbe426 Bug fix in repo page 2012-04-20 14:21:09 +08:00
xiez
8edaa75637 Add own permission to repo 2012-04-20 13:37:17 +08:00
plt
ac8be2c4f5 Merge branch 'publicrepo_with_httpserver' 2012-04-18 23:05:28 +08:00
plt
651aecc17b Merge branch 'lj' 2012-04-18 23:05:18 +08:00
xiez
cfd96c763d Modify profile page, and remove ccnet conf related fucntion 2012-04-18 21:53:37 +08:00
xiez
87a3f94e88 Add exception handle 2012-04-18 21:34:58 +08:00
xiez
34ca853347 Enable view repo on seahub when user not log in 2012-04-18 21:27:48 +08:00
xiez
f3d1d364c7 Modify user ids to peer names in profile page 2012-04-18 21:18:31 +08:00
llj
4418929850 improved css for btn 2012-04-18 11:26:07 +08:00
xiez
b86d7e82a1 Modify public repo page 2012-04-17 11:41:38 +08:00
xiez
8e8b6b774b Enable to view file on the server 2012-04-17 10:32:28 +08:00
xiez
4788c8078c Modify public repo page 2012-04-17 09:51:07 +08:00
plt
f27af71e97 Fix bug in view.py 2012-04-16 17:32:13 +08:00
xiez
07c9e0a570 Modify public repo page 2012-04-16 15:59:07 +08:00
xiez
9063bbf1f4 Add missing import when rebase 2012-04-16 13:47:21 +08:00
xiez
f539743f06 Change from threaded-rpc 2012-04-16 13:47:21 +08:00
xiez
52591e4b71 view public repo on myhome page 2012-04-16 13:47:21 +08:00
xiez
43780a8551 Fix bug about the ending "\n" in peername 2012-04-15 23:47:18 +08:00
xiez
6eb1848c6f Modify user info page 2012-04-15 23:33:22 +08:00
xiez
f634055615 Using peer name instead of user id in user info page 2012-04-15 21:33:38 +08:00
plt
90742e8599 Update seaserv to reuse rpc processors. 2012-04-15 11:10:08 +08:00
xiez
451c8de68e Merge branch 'lj' 2012-04-13 13:32:53 +08:00
xiez
5b92a3aab9 Add email-userid info page 2012-04-13 13:21:48 +08:00
xiez
8c9a5084e6 Using ccnet EmailUser table instead of seahub auth_user table.
* Rewrite auth module, change user to emailuser.
* Remove site app, and remove EmailOrUsernameModelBackend.
2012-04-11 19:48:20 +08:00
llj
f21f367b61 fix bug in pagination 2012-04-09 16:48:14 +08:00
llj
ed41db3206 modified pwd_change 2012-04-09 15:10:15 +08:00
llj
e24f17abbb modified reg ui 2012-04-09 14:43:10 +08:00
xiez
0ccd1ea981 Add auth module to thirdpart 2012-04-07 20:08:56 +08:00
xiez
5bb3975574 Modify profile page 2012-04-05 22:07:32 +08:00
xiez
bab5790de7 Using new navigator in password_reset page, and modify some words 2012-04-05 15:10:38 +08:00
xiez
e872b72aba Add missing user_id.html, and modify the profile page 2012-04-05 12:03:03 +08:00
xiez
63530f01ef Add user id list in middleware, and do some related modifications 2012-04-02 23:56:41 +08:00
xiez
50fe2bb91a Use email-user and binding in ccnet instead of userprofile in seahub
* Remove UserProfile from profile/models.
* Disable ccnet user id binding in profile page
2012-04-01 22:16:38 +08:00
plt
fc11ef20cb Update useradmin.html 2012-04-01 20:31:30 +08:00
llj
fbe5f18f64 improved tables 2012-04-01 14:25:59 +08:00
plt
2af0fe696b Merge branch 'lj' 2012-04-01 10:20:27 +08:00
llj
a6e2d8dd63 improved repo page && all tables 2012-03-30 13:50:05 +08:00