summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |\ | | | | | | isinternetconnectionworking should return false if OC_Config::getValue("has_internet_connection") is false
| | * 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
| |\ \ | | | | | | | | fix problems with german "Umlaut" in folder name
| | * \ Merge branch 'master' into fix_for_2377Florin Peter2013-05-256-3/+7
| | |\ \
| | * | | we should also normalize on update and search because the database layer ↵Florin Peter2013-05-251-0/+15
| | | | | | | | | | | | | | | | | | | | will not do this for us
| | * | | 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
| |\ \ \ \ \ | | | | | | | | | | | | | | File encryption external storage fixes
| | * \ \ \ \ Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-302-7/+10
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php
| | * | | | | | fixes for pgsqlFlorin Peter2013-05-291-4/+4
| | | | | | | |
| | * | | | | | changed deprecated classFlorin Peter2013-05-291-1/+1
| | | | | | | |
| | * | | | | | fixes if cache returns falseFlorin Peter2013-05-291-6/+16
| | | | | | | |
| | * | | | | | fix $parent/$source typoFlorin Peter2013-05-291-2/+1
| | | | | | | |
| | * | | | | | Merge branch 'master' into file_encryption_external_storage_fixesFlorin Peter2013-05-299-53/+254
| | |\ \ \ \ \ \
| | * | | | | | | fix indentionBjörn Schießle2013-05-291-5/+5
| | | | | | | | |
| | * | | | | | | remove unnecessary variableBjörn Schießle2013-05-291-2/+1
| | | | | | | | |
| | * | | | | | | use public API for error handling; improved while conditionBjörn Schießle2013-05-291-23/+20
| | | | | | | | |
| | * | | | | | | for external storages we never reach the path 'files', instead we need to ↵Björn Schießle2013-05-291-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | leave the loop if no further parent exists
| | * | | | | | | if one public link share was found, we don't have to check it for the other ↵Björn Schießle2013-05-291-10/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folders
| | * | | | | | | check list of users with access to the file from the bottom to the top. This ↵Björn Schießle2013-05-291-7/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | way we avoid calling getFileInfo() on every dir, which creates a lot of overhead, especially for external storages
| * | | | | | | | Merge pull request #3509 from owncloud/update_jquery_to_1_10Jörn Friedrich Dreyer2013-05-301-1/+2
| |\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Update jquery to 1.10.0 and add jquery-migrate 1.2.1
| | * | | | | | | | Update jquery to 1.10.0 & add jquery-migrate 1.2.1kondou2013-05-271-1/+2
| | | | | | | | | |
| * | | | | | | | | Merge pull request #3529 from owncloud/folder-permissionsicewind19912013-05-302-11/+31
| |\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Cache: provide a function to get the permissions of all files in a folder with one query
| | * | | | | | | | | Only retrieve the current user's permissionsMichael Gapczynski2013-05-292-5/+6
| | | | | | | | | | |
| | * | | | | | | | | Cache: provide a function to get the permissions of all files in a folder ↵Robin Appelman2013-05-292-11/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with one query
| * | | | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-301-0/+1
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | fix wrong signature delimiter - fix #3523Morris Jobke2013-05-291-1/+1
| | | | | | | | | |
| * | | | | | | | | Merge pull request #3532 from owncloud/scan-updateMichael Gapczynski2013-05-291-6/+9
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | Only update metadata that has changed
| | * | | | | | | | Organize conditionals in a better orderMichael Gapczynski2013-05-291-8/+4
| | | | | | | | | |
| | * | | | | | | | Only update metadata that has changedMichael Gapczynski2013-05-291-2/+9
| | | | | | | | | |
| * | | | | | | | | Style fixesMichael Gapczynski2013-05-291-21/+21
| | | | | | | | | |
| * | | | | | | | | Cache mimetype iconsRobin Appelman2013-05-291-7/+15
| | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-291-0/+1
| |/ / / / / / /
| * | | | | | | implement ArrayInterface with SessionRobin Appelman2013-05-282-8/+39
| | | | | | | |
| * | | | | | | merge master into sessionclassRobin Appelman2013-05-282-0/+2
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | [tx-robot] updated from transifexJenkins for ownCloud2013-05-282-0/+2
| | | | | | | |
| * | | | | | | provide a dummy session for CLIRobin Appelman2013-05-281-0/+2
| | | | | | | |
| * | | | | | | check fix if session start is successfullRobin Appelman2013-05-281-1/+2
| | | | | | | |