Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | adding PK to table encryption | Thomas Müller | 2014-06-06 | 1 | -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_methods | Thomas Müller | 2014-06-04 | 1 | -0/+11 |
|\ | | | | | command line tools to see, modify and test existing LDAP configurations | ||||
| * | Fix casing and PHPDoc | Thomas Müller | 2014-06-03 | 1 | -3/+3 |
| | | |||||
| * | command line tools to see, modify and test existing LDAP configurations | Arthur Schiwon | 2014-06-03 | 1 | -0/+11 |
| | | |||||
* | | fix parameter order | Arthur Schiwon | 2014-06-03 | 1 | -2/+2 |
| | | |||||
* | | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 1 | -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 #8579 | Arthur Schiwon | 2014-06-02 | 2 | -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 Petry | 2014-05-27 | 1 | -1/+1 |
| | | | | Also added a few missing authors. | ||||
* | Miscellaneous text fixes for core apps | Robin McCorkell | 2014-03-26 | 1 | -2/+2 |
| | |||||
* | LDAP: add documentation info in info.xml | Arthur Schiwon | 2014-02-10 | 1 | -0/+3 |
| | |||||
* | do not instantiate LDAP Proxy if there are no active configurations | Arthur Schiwon | 2013-10-17 | 1 | -1/+1 |
| | |||||
* | LDAP: allow different UUID attributes for groups and users | Arthur Schiwon | 2013-10-04 | 2 | -87/+18 |
| | |||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -7/+7 |
| | | | | inheriting it. | ||||
* | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 3 | -4/+4 |
|\ | |||||
| * | Use !== and === in user_ldap app – Part 1 | kondou | 2013-04-20 | 3 | -4/+4 |
| | | |||||
* | | Rework background job system | Robin Appelman | 2013-04-20 | 1 | -1/+1 |
|/ | |||||
* | LDAP: fancy version for release, no code change | Arthur Schiwon | 2013-03-10 | 1 | -1/+1 |
| | |||||
* | LDAP: orthograophy fix | Arthur Schiwon | 2013-03-04 | 1 | -1/+1 |
| | |||||
* | LDAP: typos in app description | Arthur Schiwon | 2013-03-04 | 2 | -3/+5 |
| | |||||
* | Set required owncloud version to 4.93 | Robin Appelman | 2013-02-24 | 1 | -1/+1 |
| | |||||
* | Style cleanup user_ldap | Bart Visscher | 2013-02-14 | 2 | -2/+6 |
| | |||||
* | LDAP: fix database cleanup in update script | Arthur Schiwon | 2013-02-09 | 2 | -3/+4 |
| | |||||
* | LDAP: version bump -> clean up database | Arthur Schiwon | 2013-02-06 | 2 | -2/+5 |
| | |||||
* | Merge pull request #1365 from owncloud/ldap_multiple_server | blizzz | 2013-01-31 | 3 | -13/+29 |
|\ | | | | | LDAP: support for multiple LDAP/AD servers | ||||
| * | spell check | Thomas Mueller | 2013-01-31 | 1 | -2/+2 |
| | | |||||
| * | LDAP: make it possible to enable/disable server configurations | Arthur Schiwon | 2013-01-24 | 3 | -8/+18 |
| | | |||||
| * | LDAP: consolidate config prefix determination, autofill combo box in settings | Arthur Schiwon | 2013-01-24 | 1 | -15/+5 |
| | | |||||
| * | LDAP: enable support for multiple LDAP/AD servers | Arthur Schiwon | 2013-01-16 | 1 | -5/+21 |
| | | |||||
| * | introduce configPrefix to allow settings for multiple LDAP servers | Arthur Schiwon | 2013-01-10 | 1 | -1/+1 |
| | | |||||
* | | change required ownCloud version to 4.91 | Robin Appelman | 2013-01-28 | 1 | -1/+1 |
|/ | |||||
* | Show conflict warning when user_ldap and user_webdavauth are enabled | Arthur Schiwon | 2012-12-14 | 2 | -1/+6 |
| | |||||
* | LDAP: Make update script escape all known DNs. Requires version bump. | Arthur Schiwon | 2012-11-21 | 2 | -6/+33 |
| | |||||
* | LDAP: fix db update for Postgres | Arthur Schiwon | 2012-10-23 | 2 | -2/+2 |
| | |||||
* | LDAP: we're good for 0.3 now. No code change | Arthur Schiwon | 2012-10-06 | 1 | -1/+1 |
| | |||||
* | automatically remove and prevent installation of apps with a require version ↵ | Frank Karlitschek | 2012-10-02 | 1 | -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 Mueller | 2012-09-07 | 2 | -2/+2 |
| | |||||
* | LDAP: on upgrade update user cols in database only when necessary | Arthur Schiwon | 2012-08-30 | 2 | -2/+2 |
| | |||||
* | LDAP: on upgrade set homeDirs of users where it is not set. Avoids new ↵ | Arthur Schiwon | 2012-08-30 | 2 | -2/+4 |
| | | | | folders (empty), depending on the configuration | ||||
* | add backticks to SQL, use limit parameter instead of LIMIT SQL | Jörn Friedrich Dreyer | 2012-08-25 | 1 | -2/+2 |
| | |||||
* | LDAP: identify (map) users with their directory UUID. Fixes the issue, that ↵ | Arthur Schiwon | 2012-08-23 | 3 | -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 Schiwon | 2012-08-22 | 3 | -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_once | Arthur Schiwon | 2012-07-25 | 1 | -3/+0 |
| | |||||
* | code style | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | LDAP: split up LIB_LDAP into Access for LDAP interaction functions and ↵ | Arthur Schiwon | 2012-07-25 | 1 | -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\ namespace | Arthur Schiwon | 2012-07-25 | 1 | -5/+3 |
| | |||||
* | Support for OCA namespace | Arthur Schiwon | 2012-07-25 | 1 | -0/+1 |
| | |||||
* | LDAP: pass user backend as instance, not classname | Arthur Schiwon | 2012-07-25 | 1 | -1/+1 |
| | |||||
* | LDAP: make it UTF-8 save | Arthur Schiwon | 2012-07-02 | 2 | -1/+19 |
| | |||||
* | remove not needed includes | Frank Karlitschek | 2012-05-28 | 1 | -4/+1 |
| | |||||
* | LDAP: we're 0.2 now | Arthur Schiwon | 2012-05-18 | 1 | -1/+1 |
| |