Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix info.xml files of shipped apps | Joas Schilling | 2018-02-16 | 1 | -10/+13 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Merge pull request #7840 from nextcloud/dep_config | Roeland Jago Douma | 2018-01-14 | 1 | -1/+1 |
|\ | | | | | Remove deprecated \OCP\Config | ||||
| * | Remove deprecated \OCP\Config | Roeland Jago Douma | 2018-01-13 | 1 | -1/+1 |
| | | | | | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | | Bump apps | Roeland Jago Douma | 2018-01-14 | 1 | -2/+2 |
|/ | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | move LDAP user attributes "sync" to background (except for ajax jobs) | Arthur Schiwon | 2017-11-09 | 1 | -1/+2 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 5 | -8/+15 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Plugins infrastructure in User_LDAP | Vinicius Cubas Brand | 2017-11-03 | 2 | -3/+20 |
| | | | | Signed-off-by: Vinicius Cubas Brand <viniciuscb@gmail.com> | ||||
* | fix LDAP User deletion (cleanup) | Arthur Schiwon | 2017-09-29 | 2 | -2/+4 |
| | | | | | | | | | discovered a bug in the integration test which lead to following a different code path and giving a false-positive success feedback. Also listens now to the evendispatcher instead of old hook system Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Use IConfig instead of static OCP\Config | Morris Jobke | 2017-07-27 | 1 | -2/+3 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | remove check, user_webdavauth is not an app anymore for long | Arthur Schiwon | 2017-06-01 | 1 | -6/+0 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Split multi-author entries | Joas Schilling | 2017-05-22 | 1 | -1/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Bump app versions as well | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Adjust version requirement | Joas Schilling | 2017-05-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use proxy classes | Juan Pablo Villafáñez | 2017-04-27 | 1 | -30/+10 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | blizzz comments 03.04.2017 | Roger Szabo | 2017-04-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | restore ldap_password_renew_pr | Roger Szabo | 2017-03-31 | 3 | -5/+28 |
| | | | | Signed-off-by: Roger Szabo <roger.szabo@web.de> | ||||
* | Fix LDAP description | Marius Blüm | 2017-03-27 | 1 | -2/+2 |
| | | | | Signed-off-by: Marius Blüm <marius@lineone.io> | ||||
* | Remove legacy class OC_Group and OC_User | Morris Jobke | 2017-03-09 | 1 | -1/+1 |
| | | | | | | * basically a straight replacement of the wrapped code at the calling code parts Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Add repair steps | Arthur Schiwon | 2017-02-17 | 1 | -1/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for show config | Arthur Schiwon | 2017-01-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | add LDAP OCS Api for modifying a configuration | Arthur Schiwon | 2017-01-19 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for delete config | Arthur Schiwon | 2017-01-18 | 1 | -0/+1 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | LDAP OCS Api for create config | Arthur Schiwon | 2017-01-18 | 1 | -0/+7 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Update app versions and requirements | Joas Schilling | 2016-12-13 | 1 | -2/+2 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use 11.0 instead 9.2 | Lukas Reschke | 2016-11-15 | 1 | -1/+1 |
| | | | | | | As discussed we're changing the version from 9.2 to 11.0 to make some more sense. Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | DI IConfig into ldap helper | Roeland Jago Douma | 2016-10-10 | 4 | -4/+4 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | superfluous | Arthur Schiwon | 2016-08-11 | 1 | -2/+0 |
| | |||||
* | more admin page splitup improvements | Arthur Schiwon | 2016-08-10 | 1 | -2/+2 |
| | | | | | | | | | | * bump version to ensure tables are created * make updatenotification app use settings api * change IAdmin::render() to getForm() and change return type from Template to TemplateResponse * adjust User_LDAP accordingly, as well as built-in forms * add IDateTimeFormatter to AppFramework/DependencyInjection/DIContainer.php. This is important so that \OC::$server->query() is able to resolve the constructor parameters. We should ensure that all OCP/* stuff that is available from \OC::$server is available here. Kudos to @LukasReschke * make sure apps that have settings info in their info.xml are loaded before triggering adding the settings setup method | ||||
* | Initial work on Apps page split: | Arthur Schiwon | 2016-08-09 | 1 | -1/+6 |
| | | | | | | * interfaces for the Admin settings (IAdmin) and section (ISection) * SettingsManager service * example setup with LDAP app | ||||
* | Increment the versions and adjust the capitilization | Joas Schilling | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | Nextcloud license header for new files | root | 2016-07-28 | 1 | -8/+11 |
| | |||||
* | final changes | root | 2016-07-27 | 1 | -1/+0 |
| | |||||
* | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-25 | 1 | -1/+1 |
|\ | |||||
| * | Also increase the min version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| | | |||||
| * | bumb compatible app versions for core apps | Robin Appelman | 2016-07-22 | 1 | -1/+1 |
| | | |||||
* | | Merge branch 'master' of https://github.com/nextcloud/server | root | 2016-07-22 | 1 | -1/+1 |
|\| | |||||
| * | Merge pull request #500 from nextcloud/bump_version | Joas Schilling | 2016-07-22 | 1 | -1/+1 |
| |\ | | | | | | | Bump version | ||||
| | * | Increase app versions | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | | |||||
* | | | New LDAPProvider for user_ldap | root | 2016-07-22 | 3 | -1/+27 |
|/ / | |||||
* | | Update with robin | Joas Schilling | 2016-07-21 | 1 | -1/+1 |
| | | |||||
* | | Fix apps/ | Joas Schilling | 2016-07-21 | 4 | -6/+10 |
|/ | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -6/+6 |
| | |||||
* | Last instances of lowercase user_ldap | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move Job to a better class name | Joas Schilling | 2016-05-25 | 1 | -2/+2 |
| | |||||
* | Move Access to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move Connection to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move FilesystemHelper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| | |||||
* | Move Helper to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -3/+3 |
| | |||||
* | Move LDAP to PSR-4 | Joas Schilling | 2016-05-25 | 2 | -2/+2 |
| | |||||
* | Move LogWrapper to PSR-4 | Joas Schilling | 2016-05-25 | 1 | -1/+1 |
| |