Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move Proxy to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -200/+0 |
| | |||||
* | untangle different user manager instances, fixes #22770 | Arthur Schiwon | 2016-03-02 | 1 | -3/+3 |
| | |||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Use IUser::setEMailAddress in ldap as well | Thomas Müller | 2016-01-20 | 1 | -1/+3 |
| | |||||
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -2/+2 |
| | |||||
* | Use "json_encode" and "json_decode" instead of unserialize | Lukas Reschke | 2015-09-02 | 1 | -2/+2 |
| | |||||
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
| | |||||
* | only use memcache, if available | Arthur Schiwon | 2015-05-08 | 1 | -2/+17 |
| | |||||
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -13/+19 |
| | |||||
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+14 |
| | | | | This reverts commit 6a1a4880f0d556fb090f19a5019fec31916f5c36. | ||||
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -14/+19 |
| | |||||
* | inject DB Connection to user manager | Arthur Schiwon | 2015-01-07 | 1 | -3/+5 |
| | |||||
* | Split mapping from Access and Helper classes into it's own. Fully test them, ↵ | Arthur Schiwon | 2014-12-19 | 1 | -2/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | too. remove unused methods split mapping methods off from Access class fix DB query handling move 'clear mapping' methods from static helper to new mapping class add tests test directly with DB finishing tests and fix return value from setDNbyUUID add corresponding class for groups and make abstract test class neutral. helper tests is now obsolete as the tested functions were moved to the new mapper class. add missing info to PHPDoc add unmap method fix namespaces fix test inheritance PHPDoc and a small code restructure for scrutinizer, no effective changes PostgreSQL does not accept LIMIT in DELETE queries phpdoc fixes, no code changes | ||||
* | LDAP: put out fetching of user meta data into a fully tested class of its ↵ | Arthur Schiwon | 2014-06-03 | 1 | -1/+14 |
| | | | | own and update them (mail, quota, etc.) directly after mapping. Fixes #7785 properly on master | ||||
* | Remove all occurences of @brief and @returns from PHPDoc | Morris Jobke | 2014-05-19 | 1 | -1/+1 |
| | | | | * test case added to avoid adding them later | ||||
* | Fix PHPDoc in /apps | Robin McCorkell | 2014-05-16 | 1 | -16/+16 |
| | |||||
* | Merge pull request #8556 from owncloud/kill-legacy-code-master | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
|\ | | | | | Kill legacy code master | ||||
| * | remove legacy aka deprecated code: OC_Cache | Thomas Müller | 2014-05-12 | 1 | -1/+1 |
| | | |||||
* | | Use proper PHPDoc and variable names in the LDAP lib | Lukas Reschke | 2014-05-11 | 1 | -9/+38 |
|/ | | | | My IDE was so sad about this that it marked the whole file in red and yellow and forced me to fix this. | ||||
* | Fix PHPdoc in user_ldap | Bart Visscher | 2014-04-15 | 1 | -0/+3 |
| | | | | using scrutinizer patch | ||||
* | Scrutinizer Auto-Fixes | Scrutinizer Auto-Fixer | 2014-02-19 | 1 | -0/+8 |
| | | | | | | | | | | | This patch was automatically generated as part of the following inspection: https://scrutinizer-ci.com/g/owncloud/core/inspections/cdfecc4e-a37e-4233-8025-f0d7252a8720 Enabled analysis tools: - PHP Analyzer - JSHint - PHP Copy/Paste Detector - PHP PDepend | ||||
* | polish documentation based on scrutinizer patches | Jörn Friedrich Dreyer | 2014-02-06 | 1 | -1/+10 |
| | |||||
* | LDAP: proxy: configurable return to determine when to try the next LDAP ↵ | Arthur Schiwon | 2013-11-25 | 1 | -3/+4 |
| | | | | server and when to return (multi server setup) | ||||
* | LDAP: make Access be a dependency to the user and group backend instead of ↵ | Arthur Schiwon | 2013-09-27 | 1 | -12/+13 |
| | | | | inheriting it. | ||||
* | Add _many_ newlines at the end of files | kondou | 2013-08-18 | 1 | -1/+1 |
| | |||||
* | add LDAP User and Group proxies to suppoer multiple servers | Arthur Schiwon | 2013-01-11 | 1 | -0/+104 |