1
0
mirror of https://github.com/haiwen/ccnet-server.git synced 2025-06-09 13:44:41 +00:00
Commit Graph

20 Commits

Author SHA1 Message Date
caixiangyue
e7dea0a26b Rewrite database access layer. 2019-07-23 15:24:28 +08:00
cuihaikuo
0289c20b08 Don't create tables in running program by default. 2019-03-28 10:27:10 +08:00
cuihaikuo
0de2e3b005 get_emailusers_in_list() can get ldap users. 2018-11-19 11:32:35 +08:00
cuihaikuo
12ca01f0ff Fix a bug in get_emailusers_in_list(). 2018-11-16 19:09:46 +08:00
cuihaikuo
28853294e8 Add rpc get_emailusers_in_list(). 2018-11-14 15:32:52 +08:00
cuihaikuo
a293b4b6ea Only mysql can use config option 'create_tables'. 2018-07-09 15:25:56 +08:00
cuihaikuo
97e690b7d5 Add config option 'create_tables'. 2018-07-05 12:07:27 +08:00
cuihaikuo
a74e7654e4 Don't list special users like '1@seafile_group'. 2018-05-10 14:19:48 +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
“cuihaikuo”
42ad460689 Create table LDAPConfig. 2017-09-11 17:17:17 +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
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
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
14035406a7 Don't use 'as' syntax in SQL. 2016-10-09 16:12:36 +08:00
Jiaqiang Xu
ed8404c061 Initial commit of Ccnet server. 2016-08-19 13:54:34 +08:00