Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| |\ | | | | | | | isinternetconnectionworking should return false if OC_Config::getValue("has_internet_connection") is false | ||||
| | * | 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 |
| |\ \ | | | | | | | | | fix problems with german "Umlaut" in folder name | ||||
| | * \ | 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 ↵ | Florin Peter | 2013-05-25 | 1 | -0/+15 |
| | | | | | | | | | | | | | | | | | | | | will not do this for us | ||||
| | * | | | 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 |
| |\ \ \ \ \ | | | | | | | | | | | | | | | File encryption external storage fixes | ||||
| | * \ \ \ \ | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-30 | 2 | -7/+10 |
| | |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/hooks/hooks.php | ||||
| | * | | | | | | fixes for pgsql | Florin Peter | 2013-05-29 | 1 | -4/+4 |
| | | | | | | | | |||||
| | * | | | | | | changed deprecated class | Florin Peter | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | |||||
| | * | | | | | | fixes if cache returns false | Florin Peter | 2013-05-29 | 1 | -6/+16 |
| | | | | | | | | |||||
| | * | | | | | | fix $parent/$source typo | Florin Peter | 2013-05-29 | 1 | -2/+1 |
| | | | | | | | | |||||
| | * | | | | | | Merge branch 'master' into file_encryption_external_storage_fixes | Florin Peter | 2013-05-29 | 9 | -53/+254 |
| | |\ \ \ \ \ \ | |||||
| | * | | | | | | | fix indention | Björn Schießle | 2013-05-29 | 1 | -5/+5 |
| | | | | | | | | | |||||
| | * | | | | | | | remove unnecessary variable | Björn Schießle | 2013-05-29 | 1 | -2/+1 |
| | | | | | | | | | |||||
| | * | | | | | | | use public API for error handling; improved while condition | Björn Schießle | 2013-05-29 | 1 | -23/+20 |
| | | | | | | | | | |||||
| | * | | | | | | | for external storages we never reach the path 'files', instead we need to ↵ | Björn Schießle | 2013-05-29 | 1 | -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ßle | 2013-05-29 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | folders | ||||
| | * | | | | | | | check list of users with access to the file from the bottom to the top. This ↵ | Björn Schießle | 2013-05-29 | 1 | -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_10 | Jörn Friedrich Dreyer | 2013-05-30 | 1 | -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.1 | kondou | 2013-05-27 | 1 | -1/+2 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3529 from owncloud/folder-permissions | icewind1991 | 2013-05-30 | 2 | -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 permissions | Michael Gapczynski | 2013-05-29 | 2 | -5/+6 |
| | | | | | | | | | | | |||||
| | * | | | | | | | | | Cache: provide a function to get the permissions of all files in a folder ↵ | Robin Appelman | 2013-05-29 | 2 | -11/+30 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | with one query | ||||
| * | | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-30 | 1 | -0/+1 |
| | |_|_|_|/ / / / / | |/| | | | | | | | | |||||
| * | | | | | | | | | fix wrong signature delimiter - fix #3523 | Morris Jobke | 2013-05-29 | 1 | -1/+1 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Merge pull request #3532 from owncloud/scan-update | Michael Gapczynski | 2013-05-29 | 1 | -6/+9 |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / / | |/| | | | | | | | | Only update metadata that has changed | ||||
| | * | | | | | | | | Organize conditionals in a better order | Michael Gapczynski | 2013-05-29 | 1 | -8/+4 |
| | | | | | | | | | | |||||
| | * | | | | | | | | Only update metadata that has changed | Michael Gapczynski | 2013-05-29 | 1 | -2/+9 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Style fixes | Michael Gapczynski | 2013-05-29 | 1 | -21/+21 |
| | | | | | | | | | | |||||
| * | | | | | | | | | Cache mimetype icons | Robin Appelman | 2013-05-29 | 1 | -7/+15 |
| | |/ / / / / / / | |/| | | | | | | | |||||
| * | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-29 | 1 | -0/+1 |
| |/ / / / / / / | |||||
| * | | | | | | | implement ArrayInterface with Session | Robin Appelman | 2013-05-28 | 2 | -8/+39 |
| | | | | | | | | |||||
| * | | | | | | | merge master into sessionclass | Robin Appelman | 2013-05-28 | 2 | -0/+2 |
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | | | |||||
| | * | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2013-05-28 | 2 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | provide a dummy session for CLI | Robin Appelman | 2013-05-28 | 1 | -0/+2 |
| | | | | | | | | |||||
| * | | | | | | | check fix if session start is successfull | Robin Appelman | 2013-05-28 | 1 | -1/+2 |
| | | | | | | | |