summaryrefslogtreecommitdiffstats
path: root/apps/user_ldap/appinfo
Commit message (Collapse)AuthorAgeFilesLines
* adding PK to table encryptionThomas Müller2014-06-061-1/+4
| | | | | | | | | | | | | | | | | | | | adding auto increment/PK to table files_trash adding PK to table ldap_user_mapping and ldap_group_members adding PK to table ldap_group_mapping truncate permissions table to allow smooth creation of primary key adding unit test for creating an auto increment column on a table which already contains data remove unneeded table files_trashsizes fix unit test no need to truncate *PREFIX*permissions On Oracle adding auto increment columns is not working out of the box - Oracle migrations are to be done manually
* Merge pull request #8842 from owncloud/ldap_cli_methodsThomas Müller2014-06-041-0/+11
|\ | | | | command line tools to see, modify and test existing LDAP configurations
| * Fix casing and PHPDocThomas Müller2014-06-031-3/+3
| |
| * command line tools to see, modify and test existing LDAP configurationsArthur Schiwon2014-06-031-0/+11
| |
* | fix parameter orderArthur Schiwon2014-06-031-2/+2
| |
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵Arthur Schiwon2014-06-031-1/+7
|/ | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master
* Port LDAP: fix filter can be reset and broken after upgrade from OC 5 #8579Arthur Schiwon2014-06-022-13/+31
| | | | | | | | | | LDAP: set filter mode to raw, so filters will not be changed and broken after upgrade from oc5, when visiting the LDAP settings and opening filter tabs get the correct version number for compare -.- bump version and don't overwrite values on next update if not necessary simpler and better readable assignment
* Adjust core apps to use "requiremin" instead of "require"Vincent Petry2014-05-271-1/+1
| | | | Also added a few missing authors.
* Miscellaneous text fixes for core appsRobin McCorkell2014-03-261-2/+2
|
* LDAP: add documentation info in info.xmlArthur Schiwon2014-02-101-0/+3
|
* do not instantiate LDAP Proxy if there are no active configurationsArthur Schiwon2013-10-171-1/+1
|
* LDAP: allow different UUID attributes for groups and usersArthur Schiwon2013-10-042-87/+18
|
* LDAP: make Access be a dependency to the user and group backend instead of ↵Arthur Schiwon2013-09-271-7/+7
| | | | inheriting it.
* merge master into backgroundjobRobin Appelman2013-06-023-4/+4
|\
| * Use !== and === in user_ldap app – Part 1kondou2013-04-203-4/+4
| |
* | Rework background job systemRobin Appelman2013-04-201-1/+1
|/
* LDAP: fancy version for release, no code changeArthur Schiwon2013-03-101-1/+1
|
* LDAP: orthograophy fixArthur Schiwon2013-03-041-1/+1
|
* LDAP: typos in app descriptionArthur Schiwon2013-03-042-3/+5
|
* Set required owncloud version to 4.93Robin Appelman2013-02-241-1/+1
|
* Style cleanup user_ldapBart Visscher2013-02-142-2/+6
|
* LDAP: fix database cleanup in update scriptArthur Schiwon2013-02-092-3/+4
|
* LDAP: version bump -> clean up databaseArthur Schiwon2013-02-062-2/+5
|
* Merge pull request #1365 from owncloud/ldap_multiple_serverblizzz2013-01-313-13/+29
|\ | | | | LDAP: support for multiple LDAP/AD servers
| * spell checkThomas Mueller2013-01-311-2/+2
| |
| * LDAP: make it possible to enable/disable server configurationsArthur Schiwon2013-01-243-8/+18
| |
| * LDAP: consolidate config prefix determination, autofill combo box in settingsArthur Schiwon2013-01-241-15/+5
| |
| * LDAP: enable support for multiple LDAP/AD serversArthur Schiwon2013-01-161-5/+21
| |
| * introduce configPrefix to allow settings for multiple LDAP serversArthur Schiwon2013-01-101-1/+1
| |
* | change required ownCloud version to 4.91Robin Appelman2013-01-281-1/+1
|/
* Show conflict warning when user_ldap and user_webdavauth are enabledArthur Schiwon2012-12-142-1/+6
|
* LDAP: Make update script escape all known DNs. Requires version bump.Arthur Schiwon2012-11-212-6/+33
|
* LDAP: fix db update for PostgresArthur Schiwon2012-10-232-2/+2
|
* LDAP: we're good for 0.3 now. No code changeArthur Schiwon2012-10-061-1/+1
|
* automatically remove and prevent installation of apps with a require version ↵Frank Karlitschek2012-10-021-1/+1
| | | | | | | less than the current one. We check now the first ad second part of the version number. Also increase the require tags of the core apps to 4.9 Please note that 4.9 is the internal versionnumber of the upcoming 4.5 release. You have to pu a <require>4.9</require> into the info.xml of your app to make it as compatible with 4.5
* adding space between) and {Thomas Mueller2012-09-072-2/+2
|
* LDAP: on upgrade update user cols in database only when necessaryArthur Schiwon2012-08-302-2/+2
|
* LDAP: on upgrade set homeDirs of users where it is not set. Avoids new ↵Arthur Schiwon2012-08-302-2/+4
| | | | folders (empty), depending on the configuration
* add backticks to SQL, use limit parameter instead of LIMIT SQLJörn Friedrich Dreyer2012-08-251-2/+2
|
* LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵Arthur Schiwon2012-08-233-21/+39
| | | | usernames for owncloud will change, when the DN changes (which happens rarely, but it happens).
* LDAP: permanantly watch group members. Emit post_addToGroup resp. ↵Arthur Schiwon2012-08-223-1/+36
| | | | post_removeFromGroup on membership changes, so that Sharing App can take care of files shared within the groups. Requires and relies on background jobs.
* LDAP: remove obsolete require_onceArthur Schiwon2012-07-251-3/+0
|
* code styleArthur Schiwon2012-07-251-1/+1
|
* LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵Arthur Schiwon2012-07-251-2/+8
| | | | Connection for configuration and resource management. Adjust user_ldap, group_ldap and the app accordingly.
* LDAP: put app under the OCA\user_ldap\ namespaceArthur Schiwon2012-07-251-5/+3
|
* Support for OCA namespaceArthur Schiwon2012-07-251-0/+1
|
* LDAP: pass user backend as instance, not classnameArthur Schiwon2012-07-251-1/+1
|
* LDAP: make it UTF-8 saveArthur Schiwon2012-07-022-1/+19
|
* remove not needed includesFrank Karlitschek2012-05-281-4/+1
|
* LDAP: we're 0.2 nowArthur Schiwon2012-05-181-1/+1
|