1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-06-25 14:43:15 +00:00
Commit Graph

131 Commits

Author SHA1 Message Date
lins05
882c33a4dd change last_modified to BigInteger 2012-09-25 17:56:29 +08:00
lins05
2960b68b26 show file last modifed time in repo_view_file 2012-09-25 16:51:00 +08:00
xiez
9c93e1a740 Clean business group add 2012-09-18 14:06:20 +08:00
xiez
00460468cb Add business groups 2012-09-18 10:43:50 +08:00
xiez
874d375de5 Merge branch 'feature/public_msg'
Conflicts:
	base/models.py
	views.py
2012-09-15 13:18:13 +08:00
lins05
5f1eccbec5 add file contributor list when view file 2012-09-15 12:00:59 +08:00
xiez
32f7463a1d Added innpub messages 2012-09-14 22:15:14 +08:00
xiez
29df42dc64 Use class based view to clean repo code 2012-09-13 13:31:32 +08:00
xiez
12a6e0a87f Fixed a few bugs related to org. Using with tag to wrap template include 2012-09-01 17:48:26 +08:00
xiez
d7a570dc91 Fixed bug when cloud_mode is false 2012-09-01 13:35:27 +08:00
xiez
5ad09999c7 Add context switch decorator 2012-08-31 17:28:50 +08:00
xiez
1e4d831f46 Remove session storage in context switch 2012-08-30 20:27:28 +08:00
xiez
37c0f934bc Add file comment feature 2012-08-26 11:50:57 +08:00
llj
468cc92f9b [cookie]changed 'topinfo' to 'note_id' 2012-08-21 11:27:09 +08:00
xiez
599d35b64b Remove split in pinyin 2012-08-20 17:13:20 +08:00
xiez
1107f7035b Add pinyin autocomplete in group message 2012-08-20 16:51:23 +08:00
xiez
12da94589d Add create_superuser method and update tests 2012-08-19 16:48:12 +08:00
xiez
338561cb83 Use user.set_password to change user password, instead of using raw rpc 2012-08-16 14:31:37 +08:00
xiez
e0c5529557 Add sys_staff_required decorator 2012-08-16 10:48:59 +08:00
xiez
85d39e2dda Fix user get bug 2012-08-15 19:40:28 +08:00
xiez
c42381dc4c Add nickname cache 2012-08-14 13:18:55 +08:00
llj
09d42ff13c modified msg-reply, msg 2012-08-10 16:31:39 +08:00
xiez
62949c84da Add basic group unit test 2012-08-09 23:30:10 +08:00
xiez
cc040bc09f Fix circular import bug 2012-08-09 00:06:04 +08:00
xiez
94b1d26409 Make avatar test pass, ans add some other basic tests. 2012-08-08 10:09:02 +08:00
xiez
85fb879c74 Refactor auth and rename CcnetUser to User 2012-08-07 16:48:26 +08:00
xiez
081dba22c3 Clean org register code 2012-08-02 10:29:05 +08:00
xiez
4db42157e9 Change OFFICIAL_MODE to CLOUD_MODE 2012-08-01 22:34:35 +08:00
xiez
331e57cd1e Add OFFICIAL_MODE to switch between cloud version and download version. 2012-08-01 17:42:28 +08:00
plt
62dbda56b2 Add missing file 2012-08-01 15:05:47 +08:00
xiez
c5d80ee8e7 Add USE_ORG in settings.
NOTE: Org feature is not enabled by default, in order to use org, need set USE_ORG to True in settings or local_settings.
2012-08-01 11:08:56 +08:00
xiez
7a850c7953 Modify repo share.
* Email unregistered user when sharing repo.
* Add email to contacts when share repo/file and add group user.
* Remove org repo share link.
2012-07-31 15:02:18 +08:00
plt
1779ecfa3d Improve at_find tag and urlize tag 2012-07-31 12:30:09 +08:00
xiez
ad6dfbab7b Add index to groupmessage and fix typo. 2012-07-30 20:19:17 +08:00
xiez
0132e4e85d Modify org 2012-07-27 23:35:35 +08:00
plt
5299aa392e Fix unicode problem in find @<name> in messages 2012-07-25 21:48:51 +08:00
plt
f62780293e Improve @<name> parsing 2012-07-24 15:09:07 +08:00
plt
a9129c9e1f Find '@<name>' in group messages 2012-07-24 14:00:27 +08:00
xiez
4b2558a6c5 Add document preview feature 2012-07-23 22:44:45 +08:00
xiez
0306ff75b7 Modify short_email templatetag 2012-07-23 17:09:03 +08:00
xiez
6dd67afc43 Use short email in commit message. 2012-07-23 17:00:58 +08:00
lins05
2b72bd7213 add 'list file history' and 'revert file' 2012-07-14 11:55:35 +08:00
xiez
402b9ab0ce Fix bugs
* Only repo owner or person who shared this repo can view repo page.
* Remove group user even when user is deleted by admin.
* Paginator link on admin page.
2012-07-09 10:37:42 +08:00
xiez
e173920670 Add url_target_blank filter 2012-07-03 23:05:35 +08:00
xiez
4cd0a2cc44 Modify home page 2012-06-30 11:59:51 +08:00
xiez
79cfbd4f84 Modify commit desc translation 2012-06-29 22:44:48 +08:00
xiez
d48be652a5 Fix bug 2012-06-28 19:36:34 +08:00
xiez
05a4cc9d0a Add repo last modify time 2012-06-28 19:28:23 +08:00
xiez
c824155ac7 Modify group message time format 2012-06-27 20:22:42 +08:00
killing
e86aa244c7 Use threaded rpc. 2012-06-25 20:52:57 +08:00
xiez
d477e543e7 Modify profile 2012-06-21 20:53:13 +08:00
xiez
9c4a54931f Add org account feature 2012-06-20 19:39:21 +08:00
xiez
795db175ec Fix bug in rpc calls with bool args 2012-06-14 16:20:19 +08:00
xiez
705f86e68d Add anonymous share feature 2012-06-12 10:15:47 +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
d760d54a00 Modify commit time format 2012-05-29 20:29:59 +08:00
xiez
2d3f38397c Translate repo history page and formate modual import 2012-05-20 20:32:21 +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
034ea57339 Dynamicly change navigator 2012-05-17 14:02:47 +08:00
xiez
d63b068b2d Add group feature 2012-05-15 11:01:32 +08:00
xiez
4fbfce76d2 Remove pygobject functions 2012-05-12 16:12:38 +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
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
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
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
a170cfc27f Update registration process 2012-03-13 11:36:56 +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
37db478448 Impove registration process and add user admin page 2012-02-21 17:11:58 +08:00
plt
c5302dd6f7 Fix show commit timestamp bug 2012-01-30 18:14:05 +08:00
plt
14308b7f7b User seafserv_rpc instead of seafile_rpc and add repo management for staff 2012-01-29 13:05:35 +08:00
plt
2f7ee386e2 Let user specify ccnet user id when registration 2011-10-29 13:07:45 +08:00
plt
3c9b48fea7 Rewrite home and myhome page 2011-10-13 00:17:48 +08:00
plt
e8d2300473 Add authentication and registration to seahub 2011-04-30 13:18:32 +08:00