Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Cache: mount user mountpoints to make sure that // exists before accessing it... | Arthur Schiwon | 2013-06-03 | 1 | -0/+1 |
* | Merge pull request #3444 from owncloud/share-fix | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -1/+1 |
|\ | |||||
| * | Fix undefined index for share mount point retrieval | Michael Gapczynski | 2013-05-21 | 1 | -1/+1 |
* | | Merge pull request #3561 from owncloud/user | icewind1991 | 2013-06-03 | 6 | -411/+899 |
|\ \ | |||||
| * | | also clear cached users when removing a single backend | Robin Appelman | 2013-06-03 | 1 | -0/+1 |
| * | | use caching for userExists | Robin Appelman | 2013-06-03 | 1 | -6/+3 |
| * | | cast result to bool | Robin Appelman | 2013-06-03 | 1 | -1/+2 |
| * | | move phpdoc comments | Robin Appelman | 2013-06-03 | 3 | -2/+52 |
| * | | User: return backend result | Robin Appelman | 2013-06-03 | 1 | -2/+1 |
| * | | User: consisten variable naming | Robin Appelman | 2013-06-03 | 1 | -9/+9 |
| * | | User: remove determineDisplayName | Robin Appelman | 2013-06-03 | 1 | -19/+9 |
| * | | adding PHPDoc comment to getManager() | Thomas Mueller | 2013-06-01 | 1 | -1/+10 |
| * | | fix namespacing error | Robin Appelman | 2013-06-01 | 1 | -3/+3 |
| * | | fix undefined variables | Robin Appelman | 2013-06-01 | 1 | -2/+2 |
| * | | use single quotes | Robin Appelman | 2013-06-01 | 1 | -10/+10 |
| * | | user should set into session before postLogin hook otherwise it will break no... | Florin Peter | 2013-05-31 | 1 | -1/+1 |
| * | | Fix postLogin hook | Robin Appelman | 2013-05-31 | 2 | -2/+2 |
| * | | fix typo | Robin Appelman | 2013-05-31 | 1 | -1/+1 |
| * | | fix caching of user objects | Robin Appelman | 2013-05-31 | 1 | -5/+22 |
| * | | cache instances of \OC\User\User | Robin Appelman | 2013-05-31 | 1 | -5/+11 |
| * | | Merge branch 'master' into user | Robin Appelman | 2013-05-31 | 9 | -71/+119 |
| |\ \ | |||||
| * | | | Emit leacgy OC_User hooks | Robin Appelman | 2013-05-29 | 2 | -8/+35 |
| * | | | fix setting getting active userid | Robin Appelman | 2013-05-29 | 1 | -5/+4 |
| * | | | fix User->setHome when the backend action fails | Robin Appelman | 2013-05-29 | 1 | -2/+2 |
| * | | | implement old user api on top of the new one | Robin Appelman | 2013-05-29 | 1 | -312/+173 |
| * | | | New user management classes | Robin Appelman | 2013-05-29 | 5 | -81/+612 |
* | | | | Merge pull request #3578 from owncloud/ocdialog | Thomas Tanghus | 2013-06-03 | 1 | -0/+2 |
|\ \ \ \ | |||||
| * | | | | Replacement for jquery.dialog to fit better with ownCloud design. | Thomas Tanghus | 2013-06-02 | 1 | -0/+2 |
* | | | | | Merge pull request #3560 from owncloud/init-order-session | Jörn Friedrich Dreyer | 2013-06-03 | 1 | -3/+3 |
|\ \ \ \ \ | |||||
| * | | | | | initialize the session earlier | Robin Appelman | 2013-05-31 | 1 | -3/+3 |
| | |_|/ / | |/| | | | |||||
* | | | | | make sure the filesystem is setup before doing mount operations | Robin Appelman | 2013-06-02 | 1 | -3/+24 |
* | | | | | fix clearing mounts when filesystem isn't initialized yet | Robin Appelman | 2013-06-02 | 1 | -1/+3 |
* | | | | | merge master into backgroundjob | Robin Appelman | 2013-06-02 | 109 | -1043/+2160 |
|\ \ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | Merge pull request #3454 from owncloud/fix_hasInternetConnection | Thomas Müller | 2013-05-31 | 1 | -5/+11 |
| |\ \ \ \ | |||||
| | * | | | | fix method naming | Thomas Mueller | 2013-05-31 | 1 | -3/+3 |
| | * | | | | make method names camelCase | Georg Ehrke | 2013-05-27 | 1 | -3/+3 |
| | * | | | | update comment | Georg Ehrke | 2013-05-27 | 1 | -1/+1 |
| | * | | | | move check if internet connection is disabled on purpose to a dedicated method | Georg Ehrke | 2013-05-27 | 1 | -2/+8 |
| | * | | | | fix return value of OC_Util::isinternetconnectionworking() | Georg Ehrke | 2013-05-22 | 1 | -1/+1 |
| * | | | | | Merge pull request #3459 from owncloud/fix_for_2377 | icewind1991 | 2013-05-31 | 3 | -3/+62 |
| |\ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| | * | | | | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-25 | 6 | -3/+7 |
| | |\ \ \ \ | |||||
| | * | | | | | we should also normalize on update and search because the database layer will... | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| | * | | | | | added more places where normalization is needed | Florin Peter | 2013-05-25 | 1 | -0/+7 |
| | * | | | | | prevent for returning while false normalize string | Florin Peter | 2013-05-25 | 1 | -1/+6 |
| | * | | | | | Merge branch 'master' into fix_for_2377 | Florin Peter | 2013-05-24 | 43 | -80/+245 |
| | |\ \ \ \ \ | |||||
| | * | | | | | | changed builtin normalizer to \OC_Util::normalizeUnicode | Florin Peter | 2013-05-24 | 2 | -9/+3 |
| | * | | | | | | added normalizeUnicode() method to OC_Util | Florin Peter | 2013-05-24 | 1 | -0/+14 |
| | * | | | | | | revert previous fix and added normalizer to cache class | Florin Peter | 2013-05-23 | 2 | -1/+25 |
| | * | | | | | | fix problems with german "Umlaut" in folder name | Florin Peter | 2013-05-23 | 1 | -1/+1 |
| * | | | | | | | Merge pull request #3527 from owncloud/file_encryption_external_storage_fixes | FlorinPeter | 2013-05-31 | 1 | -35/+49 |
| |\ \ \ \ \ \ \ |