| Commit message (Expand) | Author | Age | Files | Lines |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+0 |
* | newlines at end of file | Arthur Schiwon | 2015-04-09 | 1 | -1/+1 |
* | move script and style inclusions into template | Arthur Schiwon | 2015-04-09 | 1 | -46/+0 |
* | LDAP Wizard Overhaul | Arthur Schiwon | 2015-04-09 | 1 | -8/+47 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -15/+19 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+16 |
* | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 1 | -16/+19 |
* | LDAP User Cleanup: Port from stable7 without further adjustements | Arthur Schiwon | 2014-12-19 | 1 | -2/+3 |
* | bower jquery-ui - exported changes to a separate css file | Morris Jobke | 2014-12-13 | 1 | -1/+0 |
* | Migrate multiselect to user_ldap | Morris Jobke | 2014-11-13 | 1 | -2/+2 |
* | Use function outside of loop | Lukas Reschke | 2014-10-24 | 1 | -2/+2 |
* | sets user filters to raw mode when marking user as experienced | Arthur Schiwon | 2014-10-07 | 1 | -0/+1 |
* | Use public api for getting l10n | Robin Appelman | 2014-08-31 | 1 | -1/+1 |
* | make user_ldap fully translatable | Volkan Gezer | 2014-05-25 | 1 | -4/+6 |
* | Fix whitespace issues | Robin McCorkell | 2014-05-16 | 1 | -1/+1 |
* | Moved LdapFilter into a separate js file in user_ldap. | ben-denham | 2014-03-07 | 1 | -0/+1 |
* | LDAP Wizard: fix couple more or less nasty bugs aka polishing | Arthur Schiwon | 2013-10-17 | 1 | -0/+1 |
* | clean up | Arthur Schiwon | 2013-10-17 | 1 | -4/+0 |
* | Ldap Wizard: Group Filter configuration | Arthur Schiwon | 2013-10-17 | 1 | -15/+15 |
* | Ldap Wizard: Login filter UI, detection of username attribute, composing of l... | Arthur Schiwon | 2013-10-17 | 1 | -0/+5 |
* | LDAP Wizard: add detection, load and save of LDAP objectClasses for filter pu... | Arthur Schiwon | 2013-10-17 | 1 | -2/+10 |
* | First stage of new Wizard, neither feature complete nor ready | Arthur Schiwon | 2013-10-17 | 1 | -0/+20 |
* | LDAP: move Configuration out of Connection into class of its own. The new wi... | Arthur Schiwon | 2013-10-17 | 1 | -1/+2 |
* | LDAP: allow different UUID attributes for groups and users | Arthur Schiwon | 2013-10-04 | 1 | -12/+0 |
* | LDAP: make Access be a dependency to the user and group backend instead of in... | Arthur Schiwon | 2013-09-27 | 1 | -6/+1 |
* | LDAP: Show Host name in configuration drop down | Arthur Schiwon | 2013-08-15 | 1 | -0/+2 |
* | LDAP: Coypright info | Arthur Schiwon | 2013-05-07 | 1 | -0/+2 |
* | LDAP: move more settings stuff to template file | Arthur Schiwon | 2013-03-06 | 1 | -11/+1 |
* | [user_ldap] From echo to p | Lukas Reschke | 2013-02-27 | 1 | -1/+1 |
* | LDAP: Always preset configuration prefix when no configuratin is stored or al... | Arthur Schiwon | 2013-01-30 | 1 | -0/+3 |
* | LPAP: cleanup settings.php, it's already ajaxified | Arthur Schiwon | 2013-01-24 | 1 | -15/+0 |
* | LDAP: clean up, save configuration is now handled by Ajax | Arthur Schiwon | 2013-01-24 | 1 | -31/+0 |
* | LDAP: consolidate config prefix determination, autofill combo box in settings | Arthur Schiwon | 2013-01-24 | 1 | -1/+10 |
* | LDAP: pass defaults to settings form, and restore them on creating a new conf... | Arthur Schiwon | 2013-01-18 | 1 | -1/+12 |
* | coding style | Arthur Schiwon | 2013-01-18 | 1 | -12/+22 |
* | LDAP: first basics for multiserver config ui | Arthur Schiwon | 2013-01-18 | 1 | -0/+1 |
* | LDAP: add support for backup/replica servers | Arthur Schiwon | 2013-01-17 | 1 | -1/+1 |
* | check if admin | Frank Karlitschek | 2012-12-17 | 1 | -0/+3 |
* | merge from master | Arthur Schiwon | 2012-11-04 | 1 | -1/+1 |
|\ |
|
| * | Checkstyle fixes: NoSpaceAfterComma | Felix Moeller | 2012-11-04 | 1 | -2/+2 |
* | | code style | Arthur Schiwon | 2012-11-02 | 1 | -1/+1 |
* | | LDAP: clear the cache not only when TTL changes, but with every settings upda... | Arthur Schiwon | 2012-11-01 | 1 | -6/+6 |
|/ |
|
* | adding space between) and { | Thomas Mueller | 2012-09-07 | 1 | -3/+3 |
* | LDAP: implement getHome() function, use either username (default) or specify ... | Arthur Schiwon | 2012-08-28 | 1 | -1/+7 |
* | LDAP: layout settings form. Hope it is now a bit clearer and prettier. | Arthur Schiwon | 2012-08-06 | 1 | -0/+1 |
* | LDAP: offer option to disable SSL certificate checks. Works around problems w... | Arthur Schiwon | 2012-08-05 | 1 | -1/+4 |
* | LDAP: use OC_Cache to cache results from LDAP. Default is set to 10 min. Shou... | Arthur Schiwon | 2012-07-26 | 1 | -3/+9 |
* | Make some apps compatible | Lukas Reschke | 2012-06-11 | 1 | -2/+3 |
* | Sanitzing user input | Lukas Reschke | 2012-06-10 | 1 | -1/+1 |
* | LDAP: don't make us of global constants (completing, was removed with latest ... | Arthur Schiwon | 2012-05-18 | 1 | -2/+2 |