Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Group fixup (#24621) | Roeland Douma | 2016-05-17 | 3 | -424/+8 |
| | | | | | | | | * Move used OC_Group_xx to \OC\Group * Add (deprecated) legacy wrapper in legacy, OC_Group_xx * Replace deprecated use of OC_Group_xx with \OC\Group\xx | ||||
* | Move functions.php to legacy | Roeland Jago Douma | 2016-05-13 | 2 | -1/+266 |
| | | | | This file should really be properly namespaced etc! | ||||
* | lib/private/ocs to PSR-4 (#24558) | Roeland Douma | 2016-05-12 | 5 | -0/+135 |
| | | | | | | | | | | | | | * Move OC_OCS_XX to legacy * Move \OC\OCS to PSR-4 * OC_OCS_xx to \OC\OCS\xx * Moved OC_OCS_xx to proper namespace * OC_OCS_xx is still there for legacy reasons as a wrapper * No calls to OC_OCS_xx in \OC\OCS\ | ||||
* | Merge pull request #24531 from owncloud/psr4-loading-for-install-and-commands | Thomas Müller | 2016-05-11 | 1 | -1/+2 |
|\ | | | | | Correctly register PSR-4 autoloading before install.php and loading commands | ||||
| * | Correctly register autoloading before install.php and loading commands | Joas Schilling | 2016-05-11 | 1 | -1/+2 |
| | | |||||
* | | fix PHPDoc and other minor issues | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | | |||||
* | | pass in $request on OCS api | Christoph Wurst | 2016-05-11 | 1 | -1/+2 |
| | | |||||
* | | fix setup | Christoph Wurst | 2016-05-11 | 1 | -32/+0 |
| | | |||||
* | | Add token auth for OCS APIs | Christoph Wurst | 2016-05-11 | 1 | -27/+16 |
| | | |||||
* | | Check if session token is valid and log user out if the check fails | Christoph Wurst | 2016-05-11 | 1 | -1/+1 |
| | | | | | | | | | | * Update last_activity timestamp of the session token * Check user backend credentials once in 5 minutes | ||||
* | | token based auth | Christoph Wurst | 2016-05-11 | 2 | -24/+4 |
|/ | | | | | | | | * Add InvalidTokenException * add DefaultTokenMapper and use it to check if a auth token exists * create new token for the browser session if none exists hash stored token; save user agent * encrypt login password when creating the token | ||||
* | Merge pull request #24433 from owncloud/user_psr4 | Thomas Müller | 2016-05-11 | 3 | -1/+96 |
|\ | | | | | lib/private/user to PSR-4 | ||||
| * | Add \OC\User\Backend | Roeland Jago Douma | 2016-05-10 | 1 | -132/+1 |
| | | | | | | | | | | Since some apps (ldap et al) still depend on OC_User_Backend this seemed like the cleanest approach. | ||||
| * | Move OC_User_Database to \OC\User\Database | Roeland Jago Douma | 2016-05-10 | 2 | -348/+1 |
| | | |||||
| * | Move OC_User_XX to legacy folder | Roeland Jago Douma | 2016-05-10 | 3 | -0/+573 |
| | | |||||
* | | Merge pull request #24379 from owncloud/remove-unneeded-code | Lukas Reschke | 2016-05-10 | 1 | -31/+0 |
|\ \ | |/ |/| | Remove unneeded private wrapper methods | ||||
| * | Remove unneeded private wrapper methods | Morris Jobke | 2016-05-02 | 1 | -31/+0 |
| | | |||||
* | | Merge pull request #24410 from owncloud/fix_24182 | Björn Schießle | 2016-05-04 | 1 | -2/+5 |
|\ \ | | | | | | | first call the post_login hooks, before we call getUserFolder. | ||||
| * | | first call the post_login hooks, before we call getUserFolder. | Björn Schießle | 2016-05-03 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | The login process needs to be completed before we can safely create the users home folder. For example we need to give encryption a chance to initialize the users encryption keys in order to copy the skeleton files correctly | ||||
* | | | Merge pull request #23844 from owncloud/disable-user | Thomas Müller | 2016-05-03 | 2 | -9/+11 |
|\ \ \ | | | | | | | | | Add occ commands to enable and disable a user + a disabled user can n… | ||||
| * | | | OCS API should catch LoginExceptions | Roeland Jago Douma | 2016-05-02 | 1 | -1/+5 |
| | | | | | | | | | | | | | | | | | | | | Catching the login exception and returning false (login failed). Makes the OCS API properly return data instead of printing the exception page. | ||||
| * | | | Add occ commands to enable and disable a user + a disabled user can no ↵ | Thomas Müller | 2016-05-02 | 1 | -8/+6 |
| | |/ | |/| | | | | | | | longer login - fixes #23838 | ||||
* | | | Merge pull request #24389 from owncloud/login-by-email | Lukas Reschke | 2016-05-03 | 1 | -3/+11 |
|\ \ \ | | | | | | | | | Allow login by email address | ||||
| * | | | Allow login by email address | Thomas Müller | 2016-05-02 | 1 | -3/+11 |
| |/ / | |||||
* | / | Allow declaration of background jobs in info.xml | Thomas Müller | 2016-05-03 | 1 | -0/+8 |
| |/ |/| | |||||
* | | Merge pull request #24375 from owncloud/archive_move | Lukas Reschke | 2016-05-03 | 1 | -158/+0 |
|\ \ | | | | | | | Move OC_Archive to \OC\Archive and PSR-4 | ||||
| * | | Move OC_Archive to \OC\Archive\Archive | Roeland Jago Douma | 2016-05-02 | 1 | -161/+0 |
| | | | | | | | | | | | | | | | | | | * Move out of legacy folder * Move to proper namespace * Fix calling code | ||||
| * | | Move OC_Archive_XX to PSR-4 | Roeland Jago Douma | 2016-05-02 | 1 | -3/+6 |
| | | | | | | | | | | | | | | | * Fix code * Fix tests | ||||
* | | | Merge pull request #24386 from owncloud/psr4-for-apps | Morris Jobke | 2016-05-03 | 1 | -2/+21 |
|\ \ \ | |/ / |/| | | PSR-4 for apps | ||||
| * | | Use lib/ instead of src/ because that is what people are used to | Joas Schilling | 2016-05-02 | 1 | -1/+1 |
| | | | |||||
| * | | Register the PSR-4 path on loadApp | Joas Schilling | 2016-05-02 | 1 | -2/+21 |
| |/ | |||||
* | | Move uninstall repair step execution to the correct place | Thomas Müller | 2016-05-02 | 1 | -2/+12 |
| | | |||||
* | | Fix installer file location | Thomas Müller | 2016-05-02 | 1 | -625/+0 |
| | | |||||
* | | OC_Installer -> \OC\Installer | Thomas Müller | 2016-05-02 | 2 | -25/+30 |
| | | |||||
* | | Adding repair steps for install and uninstall - fixes #24306 | Thomas Müller | 2016-05-02 | 2 | -35/+18 |
|/ | |||||
* | Move old classes to legacy | Roeland Jago Douma | 2016-05-01 | 4 | -0/+650 |
| | |||||
* | Move non PSR-4 files from lib/private root to legacy | Roeland Jago Douma | 2016-04-30 | 19 | -0/+9079 |
| | | | | | | As discussed we move all old style classes (OC_FOO_BAR) to legacy. Then from there we can evaluate the need to convert them back or if they can be fully deprecated/deleted. | ||||
* | Move OC_L10N_String to legacy folder | Roeland Jago Douma | 2016-04-27 | 1 | -0/+78 |
| | |||||
* | Move \OC\DB to PSR-4 | Roeland Jago Douma | 2016-04-15 | 1 | -0/+122 |
| | | | | | Besides the statement wrapper that is moved to the legacy folder (namepsace of shame folder) | ||||
* | Remove Scrutinizer Auto Fixer | Lukas Reschke | 2016-03-01 | 1 | -1/+0 |
| | |||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -5/+0 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Move class to legacy folder | Joas Schilling | 2016-01-26 | 1 | -0/+348 |
| | |||||
* | Get rid of legacy OC_Config | Roeland Jago Douma | 2015-12-18 | 1 | -94/+0 |
| | | | | | We were still using the lecagy class OC_Config all over the place. Which was a wrapper around the new class OC\Config | ||||
* | Drop OC_SubAdmin and replace usages | Lukas Reschke | 2015-10-29 | 1 | -166/+0 |
| | |||||
* | Update license headers | Lukas Reschke | 2015-10-26 | 1 | -7/+1 |
| | |||||
* | Legacy OC_SubAdmin is now just a wrapper | Roeland Jago Douma | 2015-10-21 | 1 | -79/+57 |
| | |||||
* | New \OC\SubAdmin class | Roeland Jago Douma | 2015-10-21 | 1 | -0/+194 |
| | | | | | | | * DI * Tests * moved OC_SubAdmin to legacy * Added to private OC\GroupManager | ||||
* | Remove OC_Appconfig | Thomas Müller | 2015-07-03 | 1 | -131/+0 |
| | |||||
* | Remove OC_Log | Thomas Müller | 2015-07-03 | 1 | -69/+0 |
| | |||||
* | Remove legacy search classes | Thomas Müller | 2015-07-03 | 4 | -171/+0 |
| |