Commit Graph

3809 Commits (61dadb05a6935db54e00e95be655255ccf2bb8ec)

Author SHA1 Message Date
Arthur Schiwon c8a2beccb0 Cache: mount user mountpoints to make sure that // exists before accessing it. Fixes #2553 and #2374 13 years ago
Robin Appelman 0ce2b2708c also clear cached users when removing a single backend 13 years ago
Robin Appelman 2a82964830 use caching for userExists 13 years ago
Robin Appelman 83fbdc903f cast result to bool 13 years ago
Robin Appelman eb2a1e0f8a move phpdoc comments 13 years ago
Robin Appelman 1a4021a0fe User: return backend result 13 years ago
Robin Appelman fbe3213fec User: consisten variable naming 13 years ago
Robin Appelman 00b4bfcbf5 User: remove determineDisplayName 13 years ago
Robin Appelman 38bd234686 make sure the filesystem is setup before doing mount operations 13 years ago
Thomas Tanghus 901b1150ff Replacement for jquery.dialog to fit better with ownCloud design. 13 years ago
Robin Appelman b5e817d638 fix clearing mounts when filesystem isn't initialized yet 13 years ago
Thomas Mueller 3e00a3603c adding PHPDoc comment to getManager() 13 years ago
Robin Appelman 2c69403fd6 fix namespacing error 13 years ago
Robin Appelman 82fd15706e fix undefined variables 13 years ago
Robin Appelman e430f442b5 use single quotes 13 years ago
Thomas Mueller dd4a07321a fix method naming 13 years ago
Florin Peter b840de4e01 user should set into session before postLogin hook otherwise it will break not only the files_encryption app 13 years ago
Robin Appelman cdb2f559a8 Fix postLogin hook 13 years ago
Robin Appelman 473f3c6916 fix typo 13 years ago
Robin Appelman f00844a003 fix caching of user objects 13 years ago
Robin Appelman b8b0b7606a initialize the session earlier 13 years ago
Robin Appelman a8fb803319 cache instances of \OC\User\User 13 years ago
Jenkins for ownCloud 8e1d9261aa [tx-robot] updated from transifex 13 years ago
Michael Gapczynski dbbf195727 Only retrieve the current user's permissions 13 years ago
Florin Peter 1337f48d64 fixes for pgsql 13 years ago
Morris Jobke 5c04b3a63a fix wrong signature delimiter - fix #3523 13 years ago
Florin Peter f1b884aa5d changed deprecated class 13 years ago
Florin Peter 353d19d183 fixes if cache returns false 13 years ago
Florin Peter c8d1cd224d fix $parent/$source typo 13 years ago
Michael Gapczynski 59655e9afd Style fixes 13 years ago
Michael Gapczynski ea55367678 Organize conditionals in a better order 13 years ago
Michael Gapczynski 04805d0be9 Only update metadata that has changed 13 years ago
Robin Appelman 24a401a548 Cache mimetype icons 13 years ago
Björn Schießle ae0f37e9e2 fix indention 13 years ago
Robin Appelman 44d217c425 Cache: provide a function to get the permissions of all files in a folder with one query 13 years ago
Björn Schießle 8587f565d2 remove unnecessary variable 13 years ago
Björn Schießle 63a2bec6e5 use public API for error handling; improved while condition 13 years ago
Björn Schießle 893a1ed6f5 for external storages we never reach the path 'files', instead we need to leave the loop if no further parent exists 13 years ago
Björn Schießle 672811c103 if one public link share was found, we don't have to check it for the other folders 13 years ago
Björn Schießle b44192f366 check list of users with access to the file from the bottom to the top. This way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages 13 years ago
Jenkins for ownCloud 7c0c6bd779 [tx-robot] updated from transifex 13 years ago
Robin Appelman 8320f41dbe Emit leacgy OC_User hooks 13 years ago
Robin Appelman 3e7e2c8a5c fix setting getting active userid 13 years ago
Robin Appelman 198655f109 fix User->setHome when the backend action fails 13 years ago
Robin Appelman 4b688db612 implement old user api on top of the new one 13 years ago
Robin Appelman 955bda1842 New user management classes 13 years ago
Robin Appelman 57f712f8a9 implement ArrayInterface with Session 13 years ago
Jenkins for ownCloud 3420d853ab [tx-robot] updated from transifex 13 years ago
Robin Appelman 040045cc2e provide a dummy session for CLI 13 years ago
Robin Appelman f547b66d6b check fix if session start is successfull 13 years ago