summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* Cache: mount user mountpoints to make sure that // exists before accessing it...Arthur Schiwon2013-06-031-0/+1
* Merge pull request #3444 from owncloud/share-fixJörn Friedrich Dreyer2013-06-031-1/+1
|\
| * Fix undefined index for share mount point retrievalMichael Gapczynski2013-05-211-1/+1
* | Merge pull request #3561 from owncloud/usericewind19912013-06-036-411/+899
|\ \
| * | also clear cached users when removing a single backendRobin Appelman2013-06-031-0/+1
| * | use caching for userExistsRobin Appelman2013-06-031-6/+3
| * | cast result to boolRobin Appelman2013-06-031-1/+2
| * | move phpdoc commentsRobin Appelman2013-06-033-2/+52
| * | User: return backend resultRobin Appelman2013-06-031-2/+1
| * | User: consisten variable namingRobin Appelman2013-06-031-9/+9
| * | User: remove determineDisplayNameRobin Appelman2013-06-031-19/+9
| * | adding PHPDoc comment to getManager()Thomas Mueller2013-06-011-1/+10
| * | fix namespacing errorRobin Appelman2013-06-011-3/+3
| * | fix undefined variablesRobin Appelman2013-06-011-2/+2
| * | use single quotesRobin Appelman2013-06-011-10/+10
| * | user should set into session before postLogin hook otherwise it will break no...Florin Peter2013-05-311-1/+1
| * | Fix postLogin hookRobin Appelman2013-05-312-2/+2
| * | fix typoRobin Appelman2013-05-311-1/+1
| * | fix caching of user objectsRobin Appelman2013-05-311-5/+22
| * | cache instances of \OC\User\UserRobin Appelman2013-05-311-5/+11
| * | Merge branch 'master' into userRobin Appelman2013-05-319-71/+119
| |\ \
| * | | Emit leacgy OC_User hooksRobin Appelman2013-05-292-8/+35
| * | | fix setting getting active useridRobin Appelman2013-05-291-5/+4
| * | | fix User->setHome when the backend action failsRobin Appelman2013-05-291-2/+2
| * | | implement old user api on top of the new oneRobin Appelman2013-05-291-312/+173
| * | | New user management classesRobin Appelman2013-05-295-81/+612
* | | | Merge pull request #3578 from owncloud/ocdialogThomas Tanghus2013-06-031-0/+2
|\ \ \ \
| * | | | Replacement for jquery.dialog to fit better with ownCloud design.Thomas Tanghus2013-06-021-0/+2
* | | | | Merge pull request #3560 from owncloud/init-order-sessionJörn Friedrich Dreyer2013-06-031-3/+3
|\ \ \ \ \
| * | | | | initialize the session earlierRobin Appelman2013-05-311-3/+3
| | |_|/ / | |/| | |
* | | | | make sure the filesystem is setup before doing mount operationsRobin Appelman2013-06-021-3/+24
* | | | | fix clearing mounts when filesystem isn't initialized yetRobin Appelman2013-06-021-1/+3
* | | | | merge master into backgroundjobRobin Appelman2013-06-02109-1043/+2160
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge pull request #3454 from owncloud/fix_hasInternetConnectionThomas Müller2013-05-311-5/+11
| |\ \ \ \
| | * | | | fix method namingThomas Mueller2013-05-311-3/+3
| | * | | | make method names camelCaseGeorg Ehrke2013-05-271-3/+3
| | * | | | update commentGeorg Ehrke2013-05-271-1/+1
| | * | | | move check if internet connection is disabled on purpose to a dedicated methodGeorg Ehrke2013-05-271-2/+8
| | * | | | fix return value of OC_Util::isinternetconnectionworking()Georg Ehrke2013-05-221-1/+1
| * | | | | Merge pull request #3459 from owncloud/fix_for_2377icewind19912013-05-313-3/+62
| |\ \ \ \ \ | | |_|/ / / | |/| | | |
| | * | | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-256-3/+7
| | |\ \ \ \
| | * | | | | we should also normalize on update and search because the database layer will...Florin Peter2013-05-251-0/+15
| | * | | | | added more places where normalization is neededFlorin Peter2013-05-251-0/+7
| | * | | | | prevent for returning while false normalize stringFlorin Peter2013-05-251-1/+6
| | * | | | | Merge branch 'master' into fix_for_2377Florin Peter2013-05-2443-80/+245
| | |\ \ \ \ \
| | * | | | | | changed builtin normalizer to \OC_Util::normalizeUnicodeFlorin Peter2013-05-242-9/+3
| | * | | | | | added normalizeUnicode() method to OC_UtilFlorin Peter2013-05-241-0/+14
| | * | | | | | revert previous fix and added normalizer to cache classFlorin Peter2013-05-232-1/+25
| | * | | | | | fix problems with german "Umlaut" in folder nameFlorin Peter2013-05-231-1/+1
| * | | | | | | Merge pull request #3527 from owncloud/file_encryption_external_storage_fixesFlorinPeter2013-05-311-35/+49
| |\ \ \ \ \ \ \