1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-10-21 19:00:12 +00:00
Commit Graph

3156 Commits

Author SHA1 Message Date
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
zhengxie
6fa475869b Merge branch 'master' of git://github.com/bits4beats/seahub into bits4beats-master 2014-07-04 11:08:06 +08:00
zhengxie
1d7cfe3087 [auth] Set initial login attempt to 0 2014-07-03 16:26:49 +08:00
llj
51a3f821cb [notice] fixed bugs: 'undefined', repeated ajax requests on login page 2014-07-03 15:01:32 +08:00
zhengxie
568429b0e9 Merge branch 'repo_setting' 2014-07-03 14:15:47 +08:00
zhengxie
c35b8710ab Use username and ip to record login attempts 2014-07-03 13:30:40 +08:00
llj
da4d73a4a9 [repo_setting] improved ui & code, fixed bugs 2014-07-02 18:56:23 +08:00
xiez
3d25554ed9 Merge pull request #241 from ggkitsas/password-length
Password length (paired with seafile-client pull-request 133)
2014-07-02 15:59:03 +08:00
zhengxie
dc4ccfc5d4 Fix file/directory discussion and some clean imports 2014-07-02 15:54:00 +08:00
zhengxie
33626565ff Merge branch 'poet' 2014-07-02 15:42:14 +08:00
bit4beats
1555b9c57d Multiple user (separated by comma) in the user field can be used to a
personal share of a library. 
The same permission applies to all this users.
If an error occurs a unshare rollback is done for all already shared
users.
2014-07-01 17:37:15 +02:00
poetwang
2a7f1c0d8c [api2] Fix group msg notify api change 2014-07-01 17:54:49 +08:00
bit4beats
717f965e61 Implemented the directory rename web API 2014-07-01 11:22:47 +02:00
zhengxie
5696add80a Fix a few bugs 2014-07-01 16:35:11 +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
lins05
464f0cbd28 rename httpserver to fileserver 2014-07-01 11:48:35 +08:00