summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #22337 from owncloud/new_reshare_no_initiatorThomas Müller2016-02-151-4/+4
|\ | | | | On backend hickups don't crash OCS output
| * The owner and recipient can also be nullRoeland Jago Douma2016-02-121-3/+3
| | | | | | | | | | If we have backend hickups it can be that we are unable to retrive the owner and recipient user as well. In such cases just return the UID.
| * If the initiator no longer exists return UIDRoeland Jago Douma2016-02-121-1/+1
| | | | | | | | | | | | It can happen that the share initiator is deleted. Because of the new resharing behaviour this share then still exists. We just can fetch the displayname properly.
* | Merge pull request #22358 from owncloud/fix-22278Thomas Müller2016-02-154-5/+32
|\ \ | | | | | | Fix race condition when switching filter mode. Fixes #22278
| * | Fix race condition when switching filter mode. Fixes #22278Arthur Schiwon2016-02-124-5/+32
| | |
* | | Merge pull request #22379 from owncloud/limit-scrutinizer-scopeThomas Müller2016-02-151-0/+4
|\ \ \ | | | | | | | | Limit scope of scrutinizer to actual application code
| * | | Limit scope of scrutinizer to actual application codeMorris Jobke2016-02-141-0/+4
| | | |
* | | | Merge pull request #22381 from owncloud/remove-not-needed-variableThomas Müller2016-02-151-1/+0
|\ \ \ \ | | | | | | | | | | Remove not needed variable
| * | | | Remove not needed variableMorris Jobke2016-02-141-1/+0
| |/ / /
* | | | Merge pull request #22383 from owncloud/better-sharee-translationsThomas Müller2016-02-151-3/+10
|\ \ \ \ | | | | | | | | | | Do not use string concatination for translations
| * | | | Do not use string concatination for translationsJoas Schilling2016-02-151-3/+10
| | | | |
* | | | | Merge pull request #22350 from owncloud/fix_22304Thomas Müller2016-02-153-8/+30
|\ \ \ \ \ | |/ / / / |/| | | | WebUI feedback when sharing
| * | | | Updated unit testsRoeland Jago Douma2016-02-121-1/+15
| | | | |
| * | | | Provide proper feedback when creating a share in the webUIRoeland Jago Douma2016-02-122-7/+15
| | |_|/ | |/| | | | | | | | | | | | | | | | | | | | | | Fixes #22304 Creating a share is not instant (especially not for federated shares) so we should show that something is happening in the webUI properly.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-1544-2/+318
| | | |
* | | | Merge pull request #22380 from owncloud/make-scrutinizer-happyThomas Müller2016-02-152-2/+2
|\ \ \ \ | | | | | | | | | | Fix typo in PHPDoc
| * | | | Fix typo in PHPDocMorris Jobke2016-02-142-2/+2
| | |/ / | |/| |
* | | | Merge pull request #22375 from owncloud/fix_22352Thomas Müller2016-02-152-1/+55
|\ \ \ \ | | | | | | | | | | Search tags in UI case insensitive
| * | | | Search tags case insensitiveRoeland Jago Douma2016-02-142-1/+55
| |/ / / | | | | | | | | | | | | | | | | | | | | fixes: #22352 * Added unit tests
* | | | Merge pull request #22378 from owncloud/drop-unreachable-codeThomas Müller2016-02-151-5/+0
|\ \ \ \ | |/ / / |/| | | Remove unreachable code in priavte/api.php
| * | | Remove unreachable code in priavte/api.phpMorris Jobke2016-02-141-5/+0
|/ / /
* | | Merge pull request #22369 from owncloud/fix-bmp-supportThomas Müller2016-02-141-0/+1
|\ \ \ | | | | | | | | Fix BMP support
| * | | Fix BMP supportMorris Jobke2016-02-141-0/+1
|/ / / | | | | | | | | | * fixes #16461
* | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-14136-0/+152
| | |
* | | Merge pull request #22357 from owncloud/tags-hideonrenameThomas Müller2016-02-131-0/+5
|\ \ \ | | | | | | | | Properly hide tag name on rename
| * | | Properly hide tag name on renameVincent Petry2016-02-121-0/+5
| | | |
* | | | Merge pull request #22351 from owncloud/fix_22277Thomas Müller2016-02-133-5/+173
|\ \ \ \ | | | | | | | | | | show remote server on federated share auto-complete
| * | | | show remote server on auto completeBjoern Schiessle2016-02-121-1/+5
| | | | |
| * | | | add remote server to the resultBjoern Schiessle2016-02-122-4/+168
| | | | |
* | | | | Merge pull request #22345 from ↵Thomas Müller2016-02-133-2/+23
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/make-note-if-appcodechecker-is-not-enabled Add note if integrity check is disabled
| * | | | | Add note if integrity check is disabledLukas Reschke2016-02-123-2/+23
| | |_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Our issue template states that users should post the output of `/index.php/settings/integrity/failed`, at the moment it displays that all passes have been passed if the integrity checker has been disabled. This is however a wrong approach considering that some distributions are gonna package Frankenstein releases and makes it harder for us to detect such issues. Thus if the integrity code checker is disabled (using the config switch) it displays now: `Appcode checker has been disabled. Integrity cannot be verified.` This is not displayed anywhere else in the UI except these URL used for us for debugging purposes.
* | | | | Merge pull request #22343 from owncloud/check-if-admin-userThomas Müller2016-02-131-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Check if admin user
| * | | | | Check if admin userLukas Reschke2016-02-121-1/+1
| |/ / / / | | | | | | | | | | | | | | | We should not add the JS for not admin users.
* | | | | Merge pull request #22331 from owncloud/dav-nonexisting-partThomas Müller2016-02-132-1/+7
|\ \ \ \ \ | | | | | | | | | | | | fix getNodeForPath for non existing part files
| * | | | | fix getNodeForPath for non existing part filesRobin Appelman2016-02-112-1/+7
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2016-02-1328-6/+226
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #22354 from owncloud/only-register-when-availableThomas Müller2016-02-121-2/+1
|\ \ \ \ \ | | | | | | | | | | | | Only register admin page when update is available
| * | | | | Only register admin page when update is available Lukas Reschke2016-02-121-2/+1
|/ / / / / | | | | | | | | | | Fixes https://github.com/owncloud/core/issues/22353
* | | | | Merge pull request #21832 from owncloud/reduce-user-object-issuesThomas Müller2016-02-121-15/+10
|\ \ \ \ \ | |_|_|_|/ |/| | | | Always set up a config object within the user object
| * | | | Always set up a config object within the user objectMorris Jobke2016-02-121-15/+10
|/ / / / | | | | | | | | | | | | * the new getEmailAddress and setEmailAddress relies on this anyway
* | | | Merge pull request #22349 from owncloud/icon-updatesThomas Müller2016-02-125-2/+13
|\ \ \ \ | | | | | | | | | | icon fixes: comments, delete
| * | | | add proper comment icon and add it to icons.cssJan-Christoph Borchardt2016-02-123-2/+6
| | | | |
| * | | | add white delete iconJan-Christoph Borchardt2016-02-123-0/+7
| | |/ / | |/| |
* | | | Merge pull request #21837 from owncloud/recipients-error-messageThomas Müller2016-02-121-2/+28
|\ \ \ \ | | | | | | | | | | First try for shareWithField error message
| * | | | Clear error when removing textRoeland Jago Douma2016-02-121-1/+16
| | | | |
| * | | | Update tooltip on new searchRoeland Jago Douma2016-02-121-8/+12
| | | | |
| * | | | First try for shareWithField error messageJulian Müller2016-02-121-0/+7
| | | | | | | | | | | | | | | | | | | | Second try for ShareWithField error message
* | | | | Merge pull request #22292 from owncloud/smb-handle-forbiddenThomas Müller2016-02-121-1/+18
|\ \ \ \ \ | | | | | | | | | | | | handle forbidden exceptions in smb backend
| * | | | | handle forbidden exceptions in smb backendRobin Appelman2016-02-101-1/+18
| | | | | |
* | | | | | Merge pull request #22294 from owncloud/carddav-report-list-groups-2Thomas Müller2016-02-125-2/+119
|\ \ \ \ \ \ | | | | | | | | | | | | | | Adding a custom webdav property which holds the list of contacts groups