Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #15566 from owncloud/fix-filepicker | Thomas Müller | 2015-04-14 | 3 | -5/+28 |
|\ | | | | | fix filepicker | ||||
| * | fix filepicker | Morris Jobke | 2015-04-13 | 3 | -5/+28 |
| | | | | | | | | | | | | * add ability to filter for mimetype * fixes #15526 * fixes #11563 | ||||
* | | Merge pull request #15585 from owncloud/fix-user-list | Lukas Reschke | 2015-04-13 | 2 | -3/+8 |
|\ \ | | | | | | | Fix user list | ||||
| * | | Fix user list | Morris Jobke | 2015-04-13 | 2 | -3/+8 |
| | | | | | | | | | | | | | | | * the name cell was changed from td to th because of accessibility issues - this adjusts the CSS and JS to behave like before | ||||
* | | | Merge pull request #15581 from owncloud/deduplicate-oc-repair-namespace | Morris Jobke | 2015-04-13 | 3 | -27/+77 |
|\ \ \ | | | | | | | | | Fix namespace duplication and other issues in repairlegacystorages | ||||
| * | | | Fix namespace duplication and other issues in repairlegacystorages | Joas Schilling | 2015-04-13 | 3 | -27/+77 |
| |/ / | |||||
* | | | Merge pull request #15360 from owncloud/cross-storage-move-cache | Morris Jobke | 2015-04-13 | 7 | -52/+151 |
|\ \ \ | |/ / |/| | | Preserve cache data when doing a cross storage move | ||||
| * | | Fix cross storage move with shared storages | Robin Appelman | 2015-04-13 | 3 | -14/+27 |
| | | | |||||
| * | | upda tests | Robin Appelman | 2015-04-13 | 1 | -6/+1 |
| | | | |||||
| * | | Fix moving mount points | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
| | | | |||||
| * | | check that we know the parent | Robin Appelman | 2015-04-13 | 1 | -3/+5 |
| | | | |||||
| * | | check for source cache | Robin Appelman | 2015-04-13 | 1 | -1/+3 |
| | | | |||||
| * | | reuse cache move logic | Robin Appelman | 2015-04-13 | 1 | -26/+1 |
| | | | |||||
| * | | preserve cache data when doing a cross storage move | Robin Appelman | 2015-04-13 | 3 | -21/+131 |
| | | | |||||
* | | | Merge pull request #15568 from ↵ | Thomas Müller | 2015-04-13 | 1 | -2/+11 |
|\ \ \ | |/ / |/| | | | | | | | | owncloud/cache_user_folder_for_file_search_results cach user folder for file search results | ||||
| * | | cach user folder for file search results | Jörn Friedrich Dreyer | 2015-04-13 | 1 | -2/+11 |
| | | | |||||
* | | | Merge pull request #15570 from owncloud/shares-properlyformatmountpoint | Morris Jobke | 2015-04-13 | 3 | -4/+16 |
|\ \ \ | | | | | | | | | Properly add trailing slash to mount point | ||||
| * | | | Properly add trailing slash to mount point | Vincent Petry | 2015-04-13 | 3 | -4/+16 |
| |/ / | | | | | | | | | | | | | Fixes resolving mount points when shared mount point's target name has the same prefix as the source name | ||||
* | | | Merge pull request #15564 from rullzer/fix_13709 | Vincent Petry | 2015-04-13 | 2 | -0/+29 |
|\ \ \ | |/ / |/| | | Do not try to make user subadmin of group twice | ||||
| * | | Do not try to make user subadmin of group twice | Roeland Jago Douma | 2015-04-13 | 2 | -0/+29 |
| |/ | | | | | | | | | | | | | If the provisioning api is used to make a user subadmin of a group that user is already a subadmin just return success. Added unit test to ensure things keep working. | ||||
* | | Merge pull request #15563 from ↵ | Morris Jobke | 2015-04-13 | 2 | -0/+48 |
|\ \ | |/ |/| | | | | | owncloud/fix-try-getting-propert-of-non-object-ocsclient Prevent php message: "Trying to get property of non-object at /xxx/lib/p... | ||||
| * | Prevent php message: "Trying to get property of non-object at ↵ | Thomas Müller | 2015-04-13 | 2 | -0/+48 |
| | | | | | | | | /xxx/lib/private/ocsclient.php#282" | ||||
* | | Merge pull request #15562 from owncloud/fix-15560 | Joas Schilling | 2015-04-13 | 1 | -35/+48 |
|\ \ | |/ |/| | Properly import used classes | ||||
| * | Properly import used classes | Thomas Müller | 2015-04-13 | 1 | -35/+48 |
|/ | |||||
* | Merge pull request #15555 from rullzer/fix_15494 | Morris Jobke | 2015-04-12 | 1 | -1/+1 |
|\ | | | | | Initial fix for #15494 | ||||
| * | Initial fix for #15494 | Roeland Jago Douma | 2015-04-12 | 1 | -1/+1 |
| | | |||||
* | | Merge pull request #15541 from owncloud/add-reply-to-support | Lukas Reschke | 2015-04-12 | 5 | -62/+392 |
|\ \ | | | | | | | Add "Reply-To" support for sharing mails as well as refactor code and add unit-tests | ||||
| * | | Add "Reply-To" support to sharing mails and refactor code | Lukas Reschke | 2015-04-10 | 4 | -62/+370 |
| | | | |||||
| * | | Add "Reply-To" support for mails | Lukas Reschke | 2015-04-10 | 1 | -0/+22 |
| | | | |||||
* | | | Merge pull request #15545 from owncloud/fix-fonts | Morris Jobke | 2015-04-12 | 1 | -0/+7 |
|\ \ \ | |_|/ |/| | | fix wrong typeface being used for some buttons | ||||
| * | | fix wrong typeface being used for some buttons | Jan-Christoph Borchardt | 2015-04-11 | 1 | -0/+7 |
|/ / | |||||
* | | Merge pull request #15535 from owncloud/smb-1.0.0 | Morris Jobke | 2015-04-10 | 7 | -16/+38 |
|\ \ | | | | | | | update icewind/smb to 1.0.0 | ||||
| * | | update icewind/smb to 1.0.0 | Robin Appelman | 2015-04-10 | 7 | -16/+38 |
| | | | |||||
* | | | Merge pull request #15536 from owncloud/fix-mysql-autotest | Robin McCorkell | 2015-04-10 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | [autotest.sh] use the DATABASEHOST for the mysql DB drop | ||||
| * | | | [autotest.sh] use the DATABASEHOST for the mysql DB drop | Morris Jobke | 2015-04-10 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge pull request #15458 from owncloud/web-shell-master | Lukas Reschke | 2015-04-10 | 2 | -32/+81 |
|\ \ \ | | | | | | | | | Move console application to it's own class - allows reuse in the web shell | ||||
| * | | | Throw an exception in case checkServer() returns errors | Thomas Müller | 2015-04-09 | 1 | -0/+1 |
| | | | | |||||
| * | | | Introduce own console application class | Thomas Müller | 2015-04-09 | 2 | -32/+80 |
| | | | | |||||
* | | | | Merge pull request #15538 from owncloud/encryption-crypt-tests | Clark Tomlinson | 2015-04-10 | 2 | -29/+283 |
|\ \ \ \ | | | | | | | | | | | add unit test for crypt.php | ||||
| * | | | | add unit test for crypt.php | Bjoern Schiessle | 2015-04-10 | 2 | -29/+283 |
| | | | | | |||||
* | | | | | Merge pull request #15395 from owncloud/fix-imagepath | Vincent Petry | 2015-04-10 | 1 | -4/+6 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix UrlGenerator::imagePath() for app paths | ||||
| * | | | | | Fix UrlGenerator::imagePath() for app paths | Robin McCorkell | 2015-04-03 | 1 | -4/+6 |
| | | | | | | |||||
* | | | | | | Merge pull request #15489 from owncloud/dont_hide_exceptions_master | Thomas Müller | 2015-04-10 | 13 | -134/+348 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Dont hide exceptions master | ||||
| * | | | | | | Throw ServerNotAvailableException always | Morris Jobke | 2015-04-10 | 1 | -1/+1 |
| | | | | | | | |||||
| * | | | | | | fix cherrypicking | Jörn Friedrich Dreyer | 2015-04-10 | 6 | -44/+56 |
| | | | | | | | |||||
| * | | | | | | fix typo and comment | Morris Jobke | 2015-04-10 | 2 | -3/+3 |
| | | | | | | | |||||
| * | | | | | | fix filesystem and encryption tests | Jörn Friedrich Dreyer | 2015-04-10 | 1 | -7/+4 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: apps/files_encryption/lib/util.php apps/files_encryption/tests/hooks.php | ||||
| * | | | | | | throw exception when backends don't provide a user instead of creating ↵ | Jörn Friedrich Dreyer | 2015-04-10 | 2 | -31/+45 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | legacy local storages | ||||
| * | | | | | | throw exception if setup is incomplete | Morris Jobke | 2015-04-10 | 3 | -1/+33 |
| | | | | | | | |||||
| * | | | | | | more robust share dialog | Morris Jobke | 2015-04-10 | 1 | -0/+4 |
| | | | | | | |