1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-18 08:16:07 +00:00
Commit Graph

3021 Commits

Author SHA1 Message Date
lins05
782357c077 Merge pull request #258 from bits4beats/accounts_list_scope
Handled a new parameter called "scope".
2014-07-31 10:34:33 +08:00
zhengxie
be16fb76cd Fix double % in source language bug 2014-07-30 11:19:35 +08:00
zhengxie
4d9d5f75cf Update source language to 3.1 2014-07-30 11:16:25 +08:00
zhengxie
2118adc038 pull translated files from transifex 2014-07-30 10:56:57 +08:00
bit4beats
0b7c72e691 Corrected list initialization and return response for not a valid scope
value
2014-07-29 18:10:52 +02:00
bit4beats
0be12b04d8 Handled a new parameter called "scope".
If scope is not given than the legacy account search is implemented
otherwise if scope is LDAP then the search is only in LDAP user base or
DB for local seafile db user base.
The returned JSON list now has also a "source" attribute about user
origin.
2014-07-29 16:40:12 +02:00
zhengxie
79a043db60 Merge branch 'password' 2014-07-29 17:32:04 +08:00
llj
26f97371a1 [file view] added 'back to top' 2014-07-29 17:21:17 +08:00
imwhatiam
f97edb8fc6 [passwd strength] improve display mode of 'too weak' tip 2014-07-29 17:16:14 +08:00
imwhatiam
90ba936514 [passwd strength] add STRONG password check(default not enabled) when user sign-up or change-password 2014-07-29 16:42:08 +08:00
llj
c8cf757191 [passwd strength] improved passwd tip & strength display, removed 'show passwd', fixed bugs 2014-07-29 11:26:41 +08:00
imwhatiam
8988702ada [sign-up] check password strength at both client and server side 2014-07-29 11:26:41 +08:00
llj
8abbdbfe1e [repo] fixed file/dir 'select' bug 2014-07-28 13:47:05 +08:00
llj
2815bf9be6 [repo] improvement for 'file upload' 2014-07-25 16:23:22 +08:00
llj
79a21e0e6c [file view] don't request for unread notices's num 2014-07-24 11:18:18 +08:00
llj
6be1172820 [user role] hide 'role' in 'add user' form, hide 'role toggle', fixed bug in 'user search' v3.1.0-server-testing 2014-07-23 15:57:25 +08:00
zhengxie
bb3e15d91e Merge branch 'upload-link' 2014-07-22 11:23:15 +08:00
zhengxie
665028d05d Merge branch 'email-notice-time' 2014-07-22 11:04:39 +08:00
xiez
c8e4dd5fcc Merge pull request #246 from haiwen/lins-sqls
added sqls for all models
2014-07-22 11:01:38 +08:00
zhengxie
e9e01fd9d5 [sysadmin] Fix toggle user status bug 2014-07-18 11:55:16 +08:00
llj
790065b19c [file view] redesigned it; [repo] open file in new window 2014-07-17 13:56:36 +08:00
xiez
f8f7d6bd56 Merge pull request #248 from imwhatiam/update-account-bug
[web-api] fix bug when update user account info
2014-07-16 15:18:34 +08:00
zhengxie
2ac1708566 Fix group msg reply notice bug 2014-07-16 13:44:46 +08:00
zhengxie
deb4feb4b5 Change simplejson.JSONDecodeError to ValueError 2014-07-15 17:56:38 +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
imwhatiam
d93f166059 [web-api] fix bug when update user account info 2014-07-14 16:47:14 +08:00
llj
8ab9e72a96 [notice page] redesigned it 2014-07-14 16:34:54 +08:00
imwhatiam
1b5e3e5c4d [upload-link] can not get upload link when repo access permmision is read-only 2014-07-11 11:24:56 +08:00
Daniel Pan
698b4ff4b3 Merge pull request #247 from brutasse/fix/simplejson
Use the built-in json module
2014-07-10 16:16:53 +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
4bb3f76f69 [email-notice] use new time format 2014-07-09 15:54:45 +08:00
zhengxie
7a8715309a [search] Refactor and remove encrypt repo checking 2014-07-09 15:11:44 +08:00
lins05
af12058e08 added sqls for all models
During seafile server setup, it's better to import sqls than running
django "syncdb" command direclty.
2014-07-09 14:43:12 +08:00
llj
c0ba3453ca [notice] make msg details be clickable 2014-07-07 17:55:34 +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
zhengxie
61f4d8bb38 [auth] Enlarge login attempt limit, and fix login attempts bug 2014-07-07 14:14:18 +08:00
zhengxie
94268403e8 Show revoke public link when group in public 2014-07-07 11:37:49 +08:00
zhengxie
755bec3bf2 Refactor group manage 2014-07-07 11:37:49 +08:00
imwhatiam
21abd22d9f Add ENABLE_MAKE_GROUP_PUBLIC setting, default False. 2014-07-07 11:37:49 +08:00
llj
6803e62e5a [notice] mark related user msgs as read when close the popup 2014-07-05 18:56:50 +08:00
llj
9164e67317 [repo_setting] clean up code 2014-07-05 15:34:12 +08:00
llj
c79f720bb9 clean up code for 'link share'; fixed bug for 'login_require_ajax' 2014-07-05 14:18:26 +08:00
llj
495da06f9a [repo_setting] improved ui 2014-07-05 13:24:21 +08:00
llj
2849a13251 [share link] add passwd & expiration: improved ui & interaction 2014-07-04 17:40:07 +08:00
zhengxie
de1726a9d2 Add password and expiration for share link 2014-07-04 17:39:55 +08:00
xiez
1ab09cf7aa Merge pull request #243 from haiwen/fserver
rename httpserver to fileserver
2014-07-04 14:25:03 +08:00
zhengxie
5b4a3f0798 Merge branch 'bits4beats-master' 2014-07-04 14:15:37 +08:00
zhengxie
2319e89dd4 [api2] Refactor dir rename and library share/unsahre 2014-07-04 14:14:53 +08:00