1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-19 02:11:55 +00:00
Commit Graph

28 Commits

Author SHA1 Message Date
caixiangyue
e7dea0a26b Rewrite database access layer. 2019-07-23 15:24:28 +08:00
ly1217
81d9ecfa12 Add list all departments api. 2019-05-08 19:28:29 -07:00
cuihaikuo
0de2e3b005 get_emailusers_in_list() can get ldap users. 2018-11-19 11:32:35 +08:00
cuihaikuo
28853294e8 Add rpc get_emailusers_in_list(). 2018-11-14 15:32:52 +08:00
cuihaikuo
f4d06d894f Handle parameter error in get_emailuser(). 2018-09-17 16:24:33 +08:00
cuihaikuo
fafaccf05d Add argument 'including_org' to get_top_groups(). 2018-08-17 15:17:29 +08:00
cuihaikuo
7af4426c7f Add rpc get_groups_members(). 2018-07-19 14:55:56 +08:00
cuihaikuo
97e690b7d5 Add config option 'create_tables'. 2018-07-05 12:07:27 +08:00
cuihaikuo
047c2e0d37 Add parameter 'in_structure' to control whether checking ancestor groups or not in check_group_staff() 2018-06-11 14:45:01 +08:00
Jiaqiang Xu
802dc5cfb9
Merge pull request #22 from haiwen/list_child_groups_users
Support listing child groups and members.
2018-05-09 10:13:51 +08:00
cuihaikuo
d8937ae5ad Support listing child groups and users. 2018-05-08 17:50:21 +08:00
cuihaikuo
4a3cfbcb3d Update is_group_user(). 2018-05-08 14:02:52 +08:00
cuihaikuo
3a8f175fa8 Use transaction when creating a new group.
De-duplicate in getting groups with ancestors.
2018-04-04 17:03:58 +08:00
cuihaikuo
b98c73ba23 Support multi-tier groups. 2018-04-04 17:03:21 +08:00
“cuihaikuo”
5e0a7395ac Add rpc get_org_groups_by_user(). 2017-12-29 11:44:49 +08:00
“cuihaikuo”
aa54f9e295 Support changing of primary_id. 2017-09-05 16:55:53 +08:00
Jonathan Xu
a97107618b A few SQL optimizations.
- Avoid querying groups in a loop
- Avoid querying org groups in a loop
2017-04-06 17:40:01 +08:00
Jiaqiang Xu
d18b7d5883 Merge pull request #6 from haiwen/search_group
Add rpc for searching group by name
2017-01-19 17:53:52 +08:00
cuihaikuo
c1f9dcd7fe Add rpc for searching group by name 2017-01-17 15:15:52 +08:00
cuihaikuo
3084f6bbca Postgresql port setting 2017-01-16 16:28:02 +08:00
cuihaikuo
8d586a7b5e Fix pgsql memory occupation problem 2017-01-11 16:52:44 +08:00
Jiaqiang Xu
36deb86713 Fix SQLite "database is locked" problem. 2016-10-30 10:24:13 +08:00
Jiaqiang Xu
312e152703 Fix db connection pool bug. 2016-10-05 18:33:03 +08:00
Jiaqiang Xu
52c52a63d5 Replace sqlite_unlock_notify with timed retry. 2016-08-27 13:49:20 +08:00
Jiaqiang Xu
51bde41209 Conditional compile MySQL and PostgreSQL support. 2016-08-20 17:50:06 +08:00
Jiaqiang Xu
48c3f5edef Add connection pool for db. 2016-08-20 15:30:25 +08:00
Jiaqiang Xu
9e422626fd Include headers files in net/common to tarball. 2016-08-19 16:54:23 +08:00
Jiaqiang Xu
ed8404c061 Initial commit of Ccnet server. 2016-08-19 13:54:34 +08:00