1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-05-11 09:24:38 +00:00
Commit Graph

52 Commits

Author SHA1 Message Date
xiez
f528f22407 Move out secret_key_generator from settings 2012-07-06 19:14:07 +08:00
xiez
567dcc0e76 Fix settings loading bug 2012-07-06 16:55:42 +08:00
xiez
690249298b Modify secret key generation 2012-07-06 14:55:33 +08:00
xiez
f99250938e Add secret key generator 2012-07-05 21:07:49 +08:00
xiez
7d24c7c204 Modify repo history 2012-07-05 19:29:56 +08:00
xiez
b9e5976f93 Modify preview file extensions 2012-07-05 16:31:58 +08:00
lins05
df627e8727 remove uploaded file after commit
* set default max upload file size to 100MB
* use default upload chunk size(64KB)
2012-07-05 13:40:26 +08:00
xiez
dc74dcd197 Modify notification email sending 2012-07-04 20:34:16 +08:00
xiez
4a9441c046 Add image type 2012-07-03 17:55:19 +08:00
xiez
340ad516e4 Add file preview feature 2012-07-03 17:55:18 +08:00
plt
3a0d175f36 Update icons 2012-07-02 16:42:24 +08:00
llj
8b40a83880 added file op:rename, cp, mv, upload, create 2012-07-02 11:47:04 +08:00
llj
329e7f4b97 Merge branch 'xiez_profile' into lj
Conflicts:
	profile/templates/profile/set_profile.html
	profile/templates/profile/user_ids.html
	profile/views.py
2012-06-22 15:51:32 +08:00
xiez
d477e543e7 Modify profile 2012-06-21 20:53:13 +08:00
llj
c4bac01f1b modified default avatar 2012-06-21 13:43:59 +08:00
xiez
bd54b31a0a Don't use sub domain in default. 2012-06-21 13:19:38 +08:00
xiez
9c4a54931f Add org account feature 2012-06-20 19:39:21 +08:00
xiez
705f86e68d Add anonymous share feature 2012-06-12 10:15:47 +08:00
xiez
7abacb8b6a Disable notification cache 2012-06-06 13:55:55 +08:00
xiez
c5daf3879a Fix bug in HTTP_REFERER 2012-06-05 19:38:28 +08:00
xiez
f9c72b57a4 Add notification at info-bar, and fix bug in visiting register/login page when user is already logged in. 2012-06-04 21:27:32 +08:00
xiez
bd243bd383 Some modifications.
* Remove avatar cache
* Handle empty repo open issue
* Add SEAHUB_TITLE in settings.py
2012-05-30 22:42:21 +08:00
xiez
e5f64a4944 Remove avatar delete url 2012-05-25 14:14:51 +08:00
xiez
4c20e49613 Make basic avatar operations work. 2012-05-24 20:20:08 +08:00
xiez
96ab6b5454 Add avatar to thirdpart 2012-05-24 20:20:07 +08:00
plt
5bea805a34 Improve file icons 2012-05-18 15:59:08 +08:00
plt
4d72aedf45 Improve file icons 2012-05-18 15:21:53 +08:00
xiez
27f714c4a8 Add file icon 2012-05-17 23:52:37 +08:00
xiez
3ed66222f9 Add file_icon_filter 2012-05-17 23:52:37 +08:00
xiez
d63b068b2d Add group feature 2012-05-15 11:01:32 +08:00
xiez
fb336698d2 Add contact feature 2012-05-04 16:30:07 +08:00
xiez
566e66b8d6 Add seafile version, change 4GB to 2GB, and modify userinfo page 2012-05-03 10:52:43 +08:00
xiez
eaaee89f55 Remove user id, and remove userid middleware 2012-05-02 20:58:06 +08:00
xiez
d14ca9a86d Remove auth and site from app, clean auth modual 2012-04-26 20:35:15 +08:00
xiez
784a160e53 Add ccnet_applet_root in settings.py, used in repo download 2012-04-25 11:18:49 +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
b86d7e82a1 Modify public repo page 2012-04-17 11:41:38 +08:00
xiez
52591e4b71 view public repo on myhome page 2012-04-16 13:47:21 +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
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
xiez
3d70e2d2bc Remove unused avatar app 2012-03-26 16:59:55 +08:00
xiez
0633a9934d One user id can only be binded by one email 2012-03-15 19:42:38 +08:00
plt
578be85358 Enable add user in web and remove bind key id in registration form 2012-03-09 10:31:35 +08:00
plt
67e0ce2fb6 Add contact and share app 2012-02-11 11:12:54 +08:00
plt
c5302dd6f7 Fix show commit timestamp bug 2012-01-30 18:14:05 +08:00
plt
2f7ee386e2 Let user specify ccnet user id when registration 2011-10-29 13:07:45 +08:00
plt
ead966c6e2 Can repo to group 2011-09-10 20:07:46 +08:00
plt
c43bc4944a Fix problems in settings.py 2011-04-30 13:31:10 +08:00
plt
e8d2300473 Add authentication and registration to seahub 2011-04-30 13:18:32 +08:00