1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-08-14 05:05:58 +00:00
Commit Graph

105 Commits

Author SHA1 Message Date
lian
c43f682b7b [org] New org-info UI & Improve quota feature
Use <table> instead of <li> at org-info page.
Remove related repos when delete a org-user.
2014-10-13 15:10:02 +08:00
zhengxie
0bd08df98a Merge branch '3.1' 2014-10-13 14:40:57 +08:00
zhengxie
975b484eda Split db&ldap in pubuser 2014-10-10 15:38:11 +08:00
zhengxie
63479c719c [org] Fix quota related 2014-09-26 14:06:07 +08:00
zhengxie
457b03bd67 Fix org paginator and permission 2014-08-27 17:14:35 +08:00
llj
6be1172820 [user role] hide 'role' in 'add user' form, hide 'role toggle', fixed bug in 'user search' 2014-07-23 15:57:25 +08:00
zhengxie
e9e01fd9d5 [sysadmin] Fix toggle user status bug 2014-07-18 11:55:16 +08:00
zhengxie
33732da277 Merge branch 'user-role' 2014-07-15 17:45:58 +08:00
zhengxie
a787705fa2 Refactor user role 2014-07-15 17:38:31 +08:00
Bruno Renié
2eb650d5ca Use the built-in json module
Python >= 2.6 comes with json by default. simplejson is only useful for Python
<= 2.5.
2014-07-09 14:00:43 +02:00
llj
11ec432f84 [user role] bugfix and improvement 2014-07-09 17:51:07 +08:00
imwhatiam
1683a73e4e [user-role] Select role when add a user / change role at user admin page;
Limit guest user's operation: can not create group and library.
2014-07-07 16:05:14 +08:00
llj
3a5ef8bfda [ajax] added decorator 'login_required_ajax', improved ajax related code, removed 'client_mgmt' 2014-07-01 15:25:22 +08:00
llj
9dc8752af1 [sysadmin] improved 'import users' 2014-06-17 17:08:43 +08:00
zhengxie
4dee96b25d [sysadmin] Refactor user import 2014-05-16 17:43:36 +08:00
imwhatiam
0ff15e7a96 [useradmin] add user from csv file 2014-05-09 18:18:08 +08:00
llj
0bd0bade4e [sys_org] fixed bugs in sys_org_admin, improved sys_org_info 2014-04-22 17:16:14 +08:00
zhengxie
af1c1c7317 Squashed commit of the following:
commit 7f31dc0701976e38ca805fd0fa564783d0bb534b
Author: zhengxie <xiez1989@gmail.com>
Date:   Thu Feb 27 17:26:36 2014 +0800

    Refactor and bugfix

commit f7388f65bbe294d79423a8b044bbec1e027b07be
Author: zhengxie <xiez1989@gmail.com>
Date:   Tue Feb 25 11:51:06 2014 +0800

    Added org file share

commit d8bca656a2d31041fb33ad049c7f94238373d02a
Author: zhengxie <xiez1989@gmail.com>
Date:   Mon Feb 24 15:40:40 2014 +0800

    Enable choose register

commit 7d653aea6612d9884405c53ea00536eb236b5074
Author: zhengxie <xiez1989@gmail.com>
Date:   Thu Feb 20 10:59:53 2014 +0800

    org admin

commit 07b6c98055c9c7ce47d1a604df75a796315aab42
Author: zhengxie <xiez1989@gmail.com>
Date:   Sat Feb 8 11:10:42 2014 +0800

    Share admin

commit 346cda657c4249cda5ea7ae8f5aa3c3d4772b2d6
Author: zhengxie <xiez1989@gmail.com>
Date:   Tue Jan 21 12:15:15 2014 +0800

    groups & share

commit 4e3a357f11db16992e1fd6915c96e97dbe2540cb
Author: zhengxie <xiez1989@gmail.com>
Date:   Wed Jan 15 16:21:11 2014 +0800

    personal & user admin
2014-04-22 17:14:47 +08:00
zhengxie
9cf31c397c cut server id to 8 2014-04-18 14:19:58 +08:00
zhengxie
672e93476e Modify server version updates 2014-04-18 12:13:43 +08:00
llj
63c77335bc [sys useradmin] added 'check server version' 2014-04-17 18:33:12 +08:00
zhengxie
416f42e064 Refactor sys/useradmin 2014-04-16 17:40:46 +08:00
imwhatiam
bf9bbaaa08 set admin debug 2014-04-16 17:40:46 +08:00
imwhatiam
2307cb865d admin v2 2014-04-03 17:31:43 +08:00
imwhatiam
02a9b795e0 add 'add-admin' to sys/useradmin/ 2014-04-03 15:19:09 +08:00
llj
8dbd1d6269 [sysadmin] modification for user admin 2014-03-01 13:49:22 +08:00
zhengxie
4c8405a6bf Added missing import and remove unused imports 2014-02-28 17:09:01 +08:00
lins05
a9f39ab7df added traffic admin 2014-02-26 18:24:34 +08:00
llj
e0903ffc60 [html email] use 'send_html_email()' for all emails 2014-02-26 17:08:24 +08:00
llj
ec04fc9247 [html email] fixed bug for activation notice email 2014-02-26 17:08:24 +08:00
llj
69da4a3d51 [html email] added html email for grp_add_member, notice, activate; improved subjects & content of all emails; use service_url 2014-02-26 17:08:24 +08:00
llj
9f67f09ee5 [html email] added html email for user add/passwd_reset, link share 2014-02-26 17:08:24 +08:00
zhengxie
b02b0b605b Fixed possible http_referer missing bug 2013-12-21 14:11:07 +08:00
zhengxie
b2e70423cf Added detailed user profile 2013-12-18 13:56:20 +08:00
zhengxie
e3ed8326a7 Modified default library, and refactor repo access permission checking 2013-12-17 12:15:23 +08:00
llj
d005354b33 [repo del] rewrite with ajax; [sysadmin] improved 'set_quota' & 'repo transfer' 2013-11-27 18:32:58 +08:00
zhengxie
8704dc1b34 Modified sys user admin and search 2013-11-21 15:05:08 +08:00
zhengxie
4807598f8e List database and ldap users in sysadmin 2013-11-21 11:47:53 +08:00
zhengxie
91980022f3 Fixed list_orphan_repos 2013-10-19 11:32:49 +08:00
zhengxie
cd762fe60a [sysadmin] Email user when admin activate his/her account 2013-10-17 18:20:44 +08:00
zhengxie
83faef84c3 [sysadmin] Refactor useradmin and repoadmin 2013-10-17 11:11:50 +08:00
zhengxie
6b9863f14c [sysadmin] Enable admin to activate/inactivate a user 2013-10-15 17:49:50 +08:00
llj
4058f05a41 [admin] lib/user search: modified ui & clean up the code 2013-10-14 15:01:02 +08:00
zhengxie
4cffa7eeab Add custom charfiled to lower email address 2013-10-14 12:06:47 +08:00
zhengxie
b790f7b3d3 Modified sys list orphan repos 2013-09-28 16:50:34 +08:00
zhengxie
dae8c4b575 Enable library transfer for admin 2013-09-25 17:52:32 +08:00
zhengxie
afed88311d Added repo search 2013-09-25 17:52:31 +08:00
zhengxie
9219d9fd34 [sysadmin] Search user 2013-09-25 17:51:03 +08:00
zhengxie
5559d75e38 Fixed bug in publinkadmin pagination 2013-08-14 11:45:41 +08:00
zhengxie
6e0f2729de Fixed sys publink bug 2013-08-09 17:35:08 +08:00
zhengxie
8d5e0f66dc Comment out unused code, and fixed a few typos 2013-07-30 11:35:02 +08:00
zhengxie
cbee63dcba Fixed bug when ACTIVATE_AFTER_REGISTRATION set to False on registraion complete. 2013-07-18 16:52:23 +08:00
plt
b37812cc6e Add public link admin 2013-06-22 14:41:59 +08:00
plt
908fac53a2 [sysadmin] Fix a bug in showing share space usage 2013-05-30 10:23:56 +08:00
plt
eb58367647 Move system admin functions to sysadmin.py 2013-05-17 13:41:37 +08:00