Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delay listening to owner changes untill we use a share for that owner | Robin Appelman | 2015-09-23 | 2 | -2/+16 |
| | |||||
* | Merge pull request #19139 from owncloud/ext-revert-permissions | Thomas Müller | 2015-09-23 | 19 | -243/+253 |
|\ | | | | | Improve deprecated external storage backend handling | ||||
| * | Mark SMB_OC and SFTP_Key as deprecated backends | Robin McCorkell | 2015-09-23 | 2 | -4/+8 |
| | | |||||
| * | Hide deprecated backends in external storage GUI | Robin McCorkell | 2015-09-23 | 2 | -3/+19 |
| | | | | | | | | | | | | Selecting/deselecting the deprecate-to backends in the user mountable storages selection will also change the corresponding deprecated backend. | ||||
| * | Add deprecation mechanic to IdentifierTrait | Robin McCorkell | 2015-09-23 | 3 | -0/+37 |
| | | | | | | | | | | Deprecation allows a backend/auth mechanism to designate an object that it deprecates to, allowing clean transitions to updated codebases. | ||||
| * | Revert "Implement more fine-grained external storage permissions model" | Robin McCorkell | 2015-09-23 | 17 | -237/+190 |
| | | | | | | | | | | | | This reverts commit 0b97a05e7bd631d66de1c2aee115113ada8a5f63. This reverts commit d2e3c17c0000bc0020f1ff641190452f370434de. This reverts commit cc88c5f4b84da57c425cbdb7dc8b391b1942b503. | ||||
* | | Merge pull request #19308 from owncloud/fix-title | Morris Jobke | 2015-09-23 | 2 | -3/+8 |
|\ \ | | | | | | | Show 'Apps' in the browser title when app management is open | ||||
| * | | Show 'Apps' in the browser title when app management is open | Thomas Müller | 2015-09-23 | 2 | -3/+8 |
|/ / | |||||
* | | Revert "use correct variable" | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
| | | | | | | | | This reverts commit 52cbaff061b93cb1a5e81623e58e14867c818810. | ||||
* | | Merge pull request #19295 from owncloud/share-fixintparsing | Thomas Müller | 2015-09-23 | 2 | -7/+70 |
|\ \ | | | | | | | Fix parsing int attributes from share.php response | ||||
| * | | Fix parsing int attributes from share.php response | Vincent Petry | 2015-09-23 | 2 | -7/+70 |
| |/ | | | | | | | | | | | | | Sometimes the attributes returned by share.php are integers but packaged as strings. This fix makes sure that such attributes are parsed as integers | ||||
* / | use correct variable | Jörn Friedrich Dreyer | 2015-09-23 | 1 | -1/+1 |
|/ | | | wow ... just wow ... | ||||
* | Merge pull request #19289 from owncloud/fix-type-hint-errors-container | Thomas Müller | 2015-09-23 | 2 | -2/+3 |
|\ | | | | | Fix type hint errors in the container and the interface | ||||
| * | Merge branch 'master' into fix-type-hint-errors-container | Morris Jobke | 2015-09-23 | 3 | -13/+28 |
| |\ | |||||
| * | | Fix type hint errors in the container and the interface | Joas Schilling | 2015-09-23 | 2 | -2/+3 |
| | | | |||||
* | | | Merge pull request #19220 from individual-it/fix_19164 | Thomas Müller | 2015-09-23 | 1 | -0/+2 |
|\ \ \ | | | | | | | | | re initialize OC.Share.currentShares OC.Share.itemShares | ||||
| * | | | re initialize OC.Share.currentShares OC.Share.itemShares | Individual IT Services | 2015-09-21 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | otherwise old values are kept. fix for #19164 | ||||
* | | | | Merge pull request #19236 from owncloud/call_dot_directories_function | Thomas Müller | 2015-09-23 | 10 | -12/+12 |
|\ \ \ \ | | | | | | | | | | | Replaces if ($file === '.' || $file === '..') by public function call isIgnoredDir | ||||
| * | | | | Replaces if ($file === '.' || $file === '..') by ↵ | Martin | 2015-09-22 | 10 | -12/+12 |
| | | | | | | | | | | | | | | | | | | | | if(\OC\Files\Filesystem::isIgnoredDir($file)). Eases to find where this operation is used. | ||||
* | | | | | Merge pull request #19277 from owncloud/files-plusbuttonfix | Thomas Müller | 2015-09-23 | 1 | -3/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | Only render the plus button when it makes sense | ||||
| * | | | | | Only render the plus button when it makes sense | Vincent Petry | 2015-09-22 | 1 | -3/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #19279 from owncloud/share-fixbogusentry | Thomas Müller | 2015-09-23 | 1 | -0/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Fix bogus entry that appears when switching with arrow keys | ||||
| * | | | | | | Fix bogus entry that appears when switching with arrow keys | Vincent Petry | 2015-09-22 | 1 | -0/+3 |
| |/ / / / / | |||||
* | | | | | | Merge pull request #19247 from owncloud/fix_locking_copy_operation | Thomas Müller | 2015-09-23 | 2 | -42/+98 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | locking: handle exceptions correctly during copy operation | ||||
| * | | | | | catch excexptions during the copy operation and make sure that we free the ↵ | Bjoern Schiessle | 2015-09-22 | 2 | -42/+98 |
| | | | | | | | | | | | | | | | | | | | | | | | | lock correctly | ||||
* | | | | | | Merge pull request #19267 from ↵ | Thomas Müller | 2015-09-23 | 1 | -12/+24 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/individual-it-reduce_db_calls_for_filelocks [jenkins] Individual it reduce db calls for filelocks | ||||
| * | | | | | | reduce amount of db calls needed for file-locks | Individual IT Services | 2015-09-22 | 1 | -12/+24 |
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | return result of insertIfNotExist() reducing initLockField, throwing exeption in releaseLock don't throw exception in releaseLock() cleaning up whitespaces | ||||
* | | | | | | Merge pull request #19169 from owncloud/3rdpartyhint | Thomas Müller | 2015-09-23 | 1 | -1/+3 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | add example for 3rdparty configuration | ||||
| * | | | | | | add example for 3rdparty configuration | Carla Schroder | 2015-09-23 | 1 | -1/+3 |
| | |_|_|_|/ | |/| | | | | |||||
* | | | | | | Merge pull request #19285 from owncloud/fix-strengthify-tipsy | Thomas Müller | 2015-09-23 | 1 | -0/+1 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Implement builder pattern in tipsy shim | ||||
| * | | | | | implement builder pattern in tipsy shim | Hendrik Leppelsack | 2015-09-23 | 1 | -0/+1 |
|/ / / / / | |||||
* | | | | | Merge pull request #19270 from owncloud/files-sidebar-fixfortrashandco | Thomas Müller | 2015-09-22 | 2 | -3/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | Properly show sidebar for trash and sharing sections | ||||
| * | | | | | Properly show sidebar for trash and sharing sections | Vincent Petry | 2015-09-22 | 2 | -3/+3 |
| | | | | | | |||||
* | | | | | | Merge pull request #19282 from owncloud/disabled-checkboxes | Hendrik Leppelsack | 2015-09-22 | 1 | -0/+2 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add style for disabled checkboxes | ||||
| * | | | | | | add style for disabled checkboxes | Hendrik Leppelsack | 2015-09-22 | 1 | -0/+2 |
|/ / / / / / | |||||
* | | | | | | Merge pull request #19275 from owncloud/fix-19158 | Hendrik Leppelsack | 2015-09-22 | 1 | -3/+2 |
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | | | Left align checkboxes in group dropdown | ||||
| * | | | | | left align checkboxes in group dropdown | Hendrik Leppelsack | 2015-09-22 | 1 | -3/+2 |
|/ / / / / | |||||
* | | | | | Merge pull request #18893 from owncloud/move-static-data | Lukas Reschke | 2015-09-22 | 10 | -90/+87 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Move static data from config to resources/config/ | ||||
| * | | | | Update mimetypes | Lukas Reschke | 2015-09-22 | 1 | -34/+23 |
| | | | | | |||||
| * | | | | Move mimetype files into /resources/config/ | Lukas Reschke | 2015-09-22 | 5 | -47/+62 |
| | | | | | |||||
| * | | | | Move certificate bundle into resources/config/ | Lukas Reschke | 2015-09-22 | 4 | -9/+2 |
|/ / / / | |||||
* | | | | Merge pull request #19268 from owncloud/revert-18911 | Robin Appelman | 2015-09-22 | 1 | -6/+0 |
|\ \ \ \ | | | | | | | | | | | Revert "Show cached previews directly" | ||||
| * | | | | Revert "Show cached previews directly" | Robin Appelman | 2015-09-22 | 1 | -6/+0 |
| | |/ / | |/| | | | | | | | | | | This reverts commit 1b708e26efbcb4052becad3d7b6618064c2605a6. | ||||
* | | | | Merge pull request #19266 from owncloud/fileactions-translate-details | Thomas Müller | 2015-09-22 | 4 | -1/+5 |
|\ \ \ \ | | | | | | | | | | | Properly translate file actions | ||||
| * | | | | Properly translate file actions | Vincent Petry | 2015-09-22 | 4 | -1/+5 |
| |/ / / | |||||
* | | | | Merge pull request #19177 from owncloud/docker-check-state | Thomas Müller | 2015-09-22 | 1 | -2/+8 |
|\ \ \ \ | | | | | | | | | | | Connect to database to verify if it is running | ||||
| * | | | | Connect to database to verify if it is running | Lukas Reschke | 2015-09-18 | 1 | -2/+8 |
| | | | | | | | | | | | | | | | | | | | | Try to connect to the OCI host via sqlplus to ensure that the connection is already running. Required by the new OCI configuration on CI. | ||||
* | | | | | Merge pull request #19257 from owncloud/fix-floating-in-sidebar | Frank Karlitschek | 2015-09-22 | 1 | -4/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | remove float from file/folder name in sidebar, fix #19243 | ||||
| * | | | | | remove float from file/folder name in sidebar, fix #19243 | Jan-Christoph Borchardt | 2015-09-22 | 1 | -4/+1 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge pull request #19262 from owncloud/fix_18970 | Roeland Douma | 2015-09-22 | 2 | -3/+37 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | Respect disabled sharing API settings |