1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-08-02 05:13:32 +00:00
Commit Graph

48 Commits

Author SHA1 Message Date
cuihaikuo
9148bc18f4 Create index for 'path' in GroupStructure. 2018-05-08 18:46:50 +08:00
cuihaikuo
d8937ae5ad Support listing child groups and users. 2018-05-08 17:50:21 +08:00
cuihaikuo
c095959cce Don't import special creator 'system admin' to a group. 2018-04-19 18:19:38 +08:00
Jiaqiang Xu
9278154919
Merge pull request #20 from haiwen/table_standardized
Add primary key for mysql table.
2018-04-18 16:39:02 +08:00
cuihaikuo
fa66f61ed0 Add primary key for mysql table.
Add column names in 'INSERT' and 'REPLACE' sql.
2018-04-18 14:04:05 +08:00
Jiaqiang Xu
42238c0211
Merge pull request #17 from haiwen/multi-tier-groups
Support multi-tier groups.
2018-04-09 16:25:48 +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
Jiaqiang Xu
ec994baa86
Merge pull request #18 from haiwen/get_org_groups_by_user
Add rpc get_org_groups_by_user().
2017-12-29 14:34:14 +08:00
“cuihaikuo”
5e0a7395ac Add rpc get_org_groups_by_user(). 2017-12-29 11:44:49 +08:00
“cuihaikuo”
078d115530 Fix a typo in sql. 2017-12-09 18:29:47 +08:00
Jiaqiang Xu
6b9d7e2920 Merge pull request #13 from haiwen/config-mgr
Create table LDAPConfig.
2017-09-12 17:04:07 +08:00
“cuihaikuo”
42ad460689 Create table LDAPConfig. 2017-09-11 17:17:17 +08:00
Jiaqiang Xu
245c8bfa3f Merge pull request #12 from haiwen/primary_id
Support changing of primary_id.
2017-09-05 17:50:34 +08:00
“cuihaikuo”
aa54f9e295 Support changing of primary_id. 2017-09-05 16:55:53 +08:00
Jonathan Xu
13ea4ddf8e Add follow_referrals option to LDAP.
When connecting to AD, if you use domain root (e.g. dc=example,dc=com),
you need to set follow_referrals to false.
2017-08-24 11:36:11 +08:00
cuihaikuo
f770efc9cd Fix a bug in setting mysql max connections 2017-08-04 15:38:12 +08:00
cuihaikuo
c58c6f31ae Add config option for setting group table name in ccnet database 2017-06-28 13:49:30 +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
Jiaqiang Xu
c873676622 Merge pull request #5 from haiwen/pgsql_port_setting
Postgresql port setting
2017-01-17 16:27:54 +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
Jiaqiang Xu
0f8c81a81d Merge pull request #4 from haiwen/pgsql_mem_leak
Fix pgsql memory occupation problem
2017-01-16 10:13:14 +08:00
cuihaikuo
8d586a7b5e Fix pgsql memory occupation problem 2017-01-11 16:52:44 +08:00
Jonathan Xu
11d40f339d [LDAP] Change confusing warning to debug message. 2017-01-03 11:19:22 +08:00
Jonathan Xu
99cdad1d11 [ldap] Print warning if user not found when login. 2016-12-29 17:54:20 +08:00
Jiaqiang Xu
77d685d2a5 Merge pull request #3 from haiwen/winserver-6.x
Winserver 6.x
2016-12-29 14:12:13 +08:00
Jonathan Xu
55cbd806ae Remove trailing spaces from values when reading config file. 2016-12-28 13:42:13 +08:00
Jonathan Xu
e8be540130 [lib] Remove unnecessary libssl dependency. 2016-12-27 16:47:51 +08:00
Shuai Lin
1e979d70eb Enabled msyql on windows. 2016-12-27 15:04:37 +08:00
Shuai Lin
d0f0ce7125 Improved python installation on win32. 2016-12-27 10:11:07 +08:00
Shuai Lin
f5f4e9e4a9 Fixed ldap on msys2. 2016-12-27 10:11:07 +08:00
Jiaqiang Xu
8104472abb Replace "LIMIT ?,?" with "LIMIT ? OFFSET ?" in SQL. 2016-11-15 11:10:46 +08:00
Jiaqiang Xu
36deb86713 Fix SQLite "database is locked" problem. 2016-10-30 10:24:13 +08:00
Jiaqiang Xu
a00d749172 Merge pull request #2 from haiwen/add-admin
cli add admin
2016-10-24 18:14:09 +08:00
cuihaikuo
1eef7c5711 cli add admin 2016-10-24 18:00:44 +08:00
Jiaqiang Xu
14035406a7 Don't use 'as' syntax in SQL. 2016-10-09 16:12:36 +08:00
Jiaqiang Xu
312e152703 Fix db connection pool bug. 2016-10-05 18:33:03 +08:00
Shuai Lin
d00e87b092 Merge pull request #1 from haiwen/fix-read-port-conf
Fix reading port in ccnet python module.
2016-09-13 11:28:53 +08:00
Shuai Lin
efa16dd335 Fix reading port in ccnet python module.
On linux we have already made the PORT conf optional.
2016-09-13 11:16:37 +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
9897b42727 Update version to 6.0.1. 2016-08-19 15:41:09 +08:00
Jiaqiang Xu
0d4671d7b4 Fix make dist. 2016-08-19 14:54:09 +08:00
Jiaqiang Xu
ed8404c061 Initial commit of Ccnet server. 2016-08-19 13:54:34 +08:00