Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add test for cloning and keeping configuration seperate | Arthur Schiwon | 2014-03-21 | 1 | -0/+54 |
| | |||||
* | Use array_key_exists instead of isset, because the latter returns false if ↵ | Arthur Schiwon | 2014-03-21 | 1 | -2/+2 |
| | | | | the assigned value is null | ||||
* | On clone create a new instance of the Configuration | Arthur Schiwon | 2014-03-21 | 1 | -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-unencryptedsize | Vincent Petry | 2014-03-21 | 1 | -1/+1 |
|\ | | | | | Fixed warning when browsing Shared folder | ||||
| * | Fixed warning when browsing Shared folder | Vincent Petry | 2014-03-10 | 1 | -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_7796 | blizzz | 2014-03-21 | 1 | -2/+2 |
|\ \ | | | | | | | Add FreeIPA UUID compatibility, fixes #7796 | ||||
| * | | Fix duplicate ipauniqueid | Robin McCorkell | 2014-03-20 | 1 | -1/+1 |
| | | | |||||
| * | | Add FreeIPA UUID compatibility, fixes #7796 | Robin McCorkell | 2014-03-19 | 1 | -2/+2 |
| | | | | | | | | | | | | Ability to use ipauniqueid for the UUID of a user | ||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-21 | 1 | -0/+1 |
| | | | |||||
* | | | Merge pull request #7794 from owncloud/extstorage-obfuscatepasswords | Lukas Reschke | 2014-03-20 | 4 | -16/+486 |
|\ \ \ | | | | | | | | | Obfuscate passwords in ext storage config | ||||
| * | | | Removed comment | Vincent Petry | 2014-03-20 | 1 | -2/+0 |
| | | | | |||||
| * | | | Lazy load phpseclib in ext storage config | Vincent Petry | 2014-03-20 | 1 | -1/+3 |
| | | | | |||||
| * | | | Fix typo in mount loading | Robin Appelman | 2014-03-20 | 1 | -1/+1 |
| | | | | |||||
| * | | | Fixed ext storage password field order issue | Vincent Petry | 2014-03-19 | 2 | -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 groups | Vincent Petry | 2014-03-19 | 1 | -30/+46 |
| | | | | | | | | | | | | | | | | Now creating real users and groups for testing external storage mounts | ||||
| * | | | Added tests to check mount point list for a target user | Vincent Petry | 2014-03-19 | 2 | -7/+132 |
| | | | | |||||
| * | | | Moved external storage mounting code to files_external app | Vincent Petry | 2014-03-19 | 2 | -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 encryption | Vincent Petry | 2014-03-19 | 1 | -10/+33 |
| | | | | |||||
| * | | | Added password obfuscation for external storage config | Vincent Petry | 2014-03-19 | 3 | -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 config | Vincent Petry | 2014-03-19 | 1 | -1/+73 |
| | | | | |||||
* | | | | remove executable flag for file-upload.js | Morris Jobke | 2014-03-20 | 1 | -0/+0 |
| | | | | |||||
* | | | | Merge pull request #7814 from oskholl/master | Morris Jobke | 2014-03-20 | 1 | -0/+2 |
|\ \ \ \ | | | | | | | | | | | Fix: 'Upload button tooltip doesn't disappear' | ||||
| * | | | | Comment moved to prevent 'Line is too long' warning. | Oskar Hollmann | 2014-03-19 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Fix: 'Upload button tooltip doesn't disappear' | Oskar Hollmann | 2014-03-19 | 1 | -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-master | Thomas Müller | 2014-03-20 | 13 | -11/+22 |
|\ \ \ \ | | | | | | | | | | | Close session faster | ||||
| * \ \ \ | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-19 | 16 | -177/+226 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files/ajax/upgrade.php | ||||
| * \ \ \ \ | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-17 | 356 | -1021/+1894 |
| |\ \ \ \ \ | |||||
| * | | | | | | in case of phpunit executions calling header() and exit() is too bad | Thomas Müller | 2014-03-14 | 1 | -3/+8 |
| | | | | | | | |||||
| * | | | | | | Merge branch 'master' into close-session-faster-master | Thomas Müller | 2014-03-10 | 9 | -157/+118 |
| |\ \ \ \ \ \ | |||||
| * | | | | | | | close the session on all file operations | Thomas Müller | 2014-03-10 | 13 | -9/+15 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-20 | 53 | -103/+66 |
| |_|_|_|/ / |/| | | | | | |||||
* | | | | | | Improve sorting performance of large lists of files | Robin Appelman | 2014-03-19 | 3 | -11/+17 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #7790 from owncloud/fix/7788 | Thomas Müller | 2014-03-19 | 4 | -149/+62 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | drop file cache migration OC5 -> OC6 | ||||
| * | | | | drop file cache migration OC5 -> OC6 | Thomas Müller | 2014-03-18 | 4 | -149/+62 |
| | |_|/ | |/| | | |||||
* | | | | Merge pull request #7792 from owncloud/extstorage-fixpersonalstorage | Vincent Petry | 2014-03-19 | 2 | -17/+136 |
|\ \ \ \ | | | | | | | | | | | Fix validation of allowed personal backend | ||||
| * | | | | Added unit tests for when adding ext storage mount points | Vincent Petry | 2014-03-18 | 2 | -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 backend | Vincent Petry | 2014-03-18 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-19 | 9 | -0/+23 |
| | | | | |||||
* | | | | Merge pull request #7766 from Xenopathic/master | Robin McCorkell | 2014-03-18 | 1 | -11/+5 |
|\ \ \ \ | |/ / / |/| | | | Fix smb4php to work with home shares | ||||
| * | | | Fix smb4php to work with home shares | Robin McCorkell | 2014-03-17 | 1 | -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-public | Thomas Müller | 2014-03-17 | 1 | -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 interface | Robin Appelman | 2014-03-10 | 1 | -1/+1 |
| |/ / | |||||
* | | | clearify the use-case of this app | Frank Karlitschek | 2014-03-17 | 1 | -1/+1 |
| | | | |||||
* | | | Merge pull request #7734 from owncloud/icon-class-remove | Morris Jobke | 2014-03-16 | 3 | -6/+6 |
|\ \ \ | | | | | | | | | remove unneeded icon class | ||||
| * | | | remove unneeded icon class | Jan-Christoph Borchardt | 2014-03-14 | 3 | -6/+6 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-16 | 4 | -0/+9 |
| | | | | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-15 | 10 | -1/+25 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2014-03-13 | 18 | -0/+359 |
| | | | |||||
* | | | Merge pull request #7686 from owncloud/ocs_fix_paths | Björn Schießle | 2014-03-13 | 2 | -5/+128 |
|\ \ \ | | | | | | | | | finally fix the paths for the OCS Share API | ||||
| * | | | finally fix the paths for the OCS Share API | Bjoern Schiessle | 2014-03-13 | 2 | -5/+128 |
| | | | |