summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* add test for cloning and keeping configuration seperateArthur Schiwon2014-03-211-0/+54
|
* Use array_key_exists instead of isset, because the latter returns false if ↵Arthur Schiwon2014-03-211-2/+2
| | | | the assigned value is null
* On clone create a new instance of the ConfigurationArthur Schiwon2014-03-211-0/+2
| | | | | To avide effects on the original instance of Connection when the clone is modified, for instance on authentication checks.
* Merge pull request #7655 from owncloud/shared-unencryptedsizeVincent Petry2014-03-211-1/+1
|\ | | | | Fixed warning when browsing Shared folder
| * Fixed warning when browsing Shared folderVincent Petry2014-03-101-1/+1
| | | | | | | | | | The virtual "Shared" folder doesn't have an unencrypted_size field. This fix adds a check to prevent warnings in the log.
* | Merge pull request #7823 from owncloud/fix_7796blizzz2014-03-211-2/+2
|\ \ | | | | | | Add FreeIPA UUID compatibility, fixes #7796
| * | Fix duplicate ipauniqueidRobin McCorkell2014-03-201-1/+1
| | |
| * | Add FreeIPA UUID compatibility, fixes #7796Robin McCorkell2014-03-191-2/+2
| | | | | | | | | | | | Ability to use ipauniqueid for the UUID of a user
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-211-0/+1
| | |
* | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswordsLukas Reschke2014-03-204-16/+486
|\ \ \ | | | | | | | | Obfuscate passwords in ext storage config
| * | | Removed commentVincent Petry2014-03-201-2/+0
| | | |
| * | | Lazy load phpseclib in ext storage configVincent Petry2014-03-201-1/+3
| | | |
| * | | Fix typo in mount loadingRobin Appelman2014-03-201-1/+1
| | | |
| * | | Fixed ext storage password field order issueVincent Petry2014-03-192-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | The old password field is now preserved in the JSON structure to make sure that the order is preserved. This is a quick fix until the UI is fixed to not rely on the PHP array key order.
| * | | Fixed ext storage unit test for groupsVincent Petry2014-03-191-30/+46
| | | | | | | | | | | | | | | | Now creating real users and groups for testing external storage mounts
| * | | Added tests to check mount point list for a target userVincent Petry2014-03-192-7/+132
| | | |
| * | | Moved external storage mounting code to files_external appVincent Petry2014-03-192-4/+86
| | | | | | | | | | | | | | | | | | | | | | | | Moved the mounting code for external storage from OC\Filesystem::initMountPoint to files_external using the post_initMountPoints hook
| * | | Added IV for ext storage password encryptionVincent Petry2014-03-191-10/+33
| | | |
| * | | Added password obfuscation for external storage configVincent Petry2014-03-193-3/+148
| | | | | | | | | | | | | | | | | | | | Added obfuscation for all "password" options from external storages. Added unit tests for reading/writing the configuration.
| * | | Added ext storage unit tests for writing then reload the mount configVincent Petry2014-03-191-1/+73
| | | |
* | | | remove executable flag for file-upload.jsMorris Jobke2014-03-201-0/+0
| | | |
* | | | Merge pull request #7814 from oskholl/masterMorris Jobke2014-03-201-0/+2
|\ \ \ \ | | | | | | | | | | Fix: 'Upload button tooltip doesn't disappear'
| * | | | Comment moved to prevent 'Line is too long' warning.Oskar Hollmann2014-03-191-1/+2
| | | | |
| * | | | Fix: 'Upload button tooltip doesn't disappear'Oskar Hollmann2014-03-191-0/+1
| | |/ / | |/| | | | | | | | | | Fixes issue #7461. Tipsy tooltip must be hidden when the upload starts. Otherwise it covers the progress bar and stays in DOM.
* | | | Merge pull request #7651 from owncloud/close-session-faster-masterThomas Müller2014-03-2013-11/+22
|\ \ \ \ | | | | | | | | | | Close session faster
| * \ \ \ Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-1916-177/+226
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upgrade.php
| * \ \ \ \ Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-17356-1021/+1894
| |\ \ \ \ \
| * | | | | | in case of phpunit executions calling header() and exit() is too badThomas Müller2014-03-141-3/+8
| | | | | | |
| * | | | | | Merge branch 'master' into close-session-faster-masterThomas Müller2014-03-109-157/+118
| |\ \ \ \ \ \
| * | | | | | | close the session on all file operationsThomas Müller2014-03-1013-9/+15
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-2053-103/+66
| |_|_|_|/ / |/| | | | |
* | | | | | Improve sorting performance of large lists of filesRobin Appelman2014-03-193-11/+17
| |_|_|/ / |/| | | |
* | | | | Merge pull request #7790 from owncloud/fix/7788Thomas Müller2014-03-194-149/+62
|\ \ \ \ \ | |_|_|_|/ |/| | | | drop file cache migration OC5 -> OC6
| * | | | drop file cache migration OC5 -> OC6Thomas Müller2014-03-184-149/+62
| | |_|/ | |/| |
* | | | Merge pull request #7792 from owncloud/extstorage-fixpersonalstorageVincent Petry2014-03-192-17/+136
|\ \ \ \ | | | | | | | | | | Fix validation of allowed personal backend
| * | | | Added unit tests for when adding ext storage mount pointsVincent Petry2014-03-182-16/+135
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - test config was written correctly (global and local) - test that personal mount points can be added for allowed backends - test that personal mount points cannot be added for disallowed backends - added $skipTest flag to make it possible add mount points without doing an actual check/connection (note: this is necessary because the static class OC_Mount_Config cannot be mocked)
| * | | | Fix validation of allowed personal backendVincent Petry2014-03-181-1/+1
| |/ / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-199-0/+23
| | | |
* | | | Merge pull request #7766 from Xenopathic/masterRobin McCorkell2014-03-181-11/+5
|\ \ \ \ | |/ / / |/| | | Fix smb4php to work with home shares
| * | | Fix smb4php to work with home sharesRobin McCorkell2014-03-171-11/+5
| | | | | | | | | | | | Stat'ing a share with url_stat now checks if the user can run 'ls' in that share rather than checking if the share is listed by the server. This means that OwnCloud can now mount user home shares, which are never listed by the server.
* | | | Merge pull request #7649 from owncloud/routing-publicThomas Müller2014-03-171-1/+1
|\ \ \ \ | |/ / / |/| | | Move routing classes to an interface and expose it in the public api
| * | | Move the router classes to a namespace and expose it with a public interfaceRobin Appelman2014-03-101-1/+1
| |/ /
* | | clearify the use-case of this appFrank Karlitschek2014-03-171-1/+1
| | |
* | | Merge pull request #7734 from owncloud/icon-class-removeMorris Jobke2014-03-163-6/+6
|\ \ \ | | | | | | | | remove unneeded icon class
| * | | remove unneeded icon classJan-Christoph Borchardt2014-03-143-6/+6
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-164-0/+9
| | | |
* | | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-1510-1/+25
|/ / /
* | | [tx-robot] updated from transifexJenkins for ownCloud2014-03-1318-0/+359
| | |
* | | Merge pull request #7686 from owncloud/ocs_fix_pathsBjörn Schießle2014-03-132-5/+128
|\ \ \ | | | | | | | | finally fix the paths for the OCS Share API
| * | | finally fix the paths for the OCS Share APIBjoern Schiessle2014-03-132-5/+128
| | | |