summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13370 from Sugaroverdose/fix_#13322Thomas Müller2015-01-151-0/+1
|\ | | | | Force browser to redraw favorite icon on src change
| * Force browser to redraw favorite iconSugaroverdose2015-01-151-0/+1
| | | | | | | | on src change
* | Merge pull request #13347 from owncloud/share-scanpermissionsfromsourceMorris Jobke2015-01-153-1/+47
|\ \ | | | | | | Use source storage permissions when scanning shared storage
| * | Use source storage permissions when scanning shared storageVincent Petry2015-01-143-1/+47
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1512-8/+76
| | |
* | | Merge pull request #13352 from owncloud/hhvm-array-keyRobin McCorkell2015-01-151-5/+6
|\ \ \ | | | | | | | | HHVM: Do not use key() on array as the result depends on the internal array pointer.
| * | | Do not use key() on array as the result depends on the internal array pointer.Andreas Fischer2015-01-151-5/+6
| | | |
* | | | Merge pull request #13350 from owncloud/autoload-translationsMorris Jobke2015-01-148-11/+0
|\ \ \ \ | | | | | | | | | | Autoload app's js translations
| * | | | Remove unneeded addTranslations() callsVincent Petry2015-01-148-11/+0
| | | | |
* | | | | Merge pull request #13351 from owncloud/check-for-existenceLukas Reschke2015-01-141-2/+2
|\ \ \ \ \ | | | | | | | | | | | | Check for existence of $_GET keys
| * | | | | Check for existence of $_GET keysLukas Reschke2015-01-141-2/+2
| | |/ / / | |/| | | | | | | | | | | | | `$dir` may for example very well not get passed at well.
* / | | | remove deprecated code - fixes #13119Thomas Müller2015-01-143-50/+51
|/ / / /
* | | | Merge pull request #13345 from owncloud/increase-files-external-versionsMorris Jobke2015-01-142-2/+5
|\ \ \ \ | |/ / / |/| | | Increase files_externals oC required version and its own version
| * | | Increase files_externals oC required version and its own versionJoas Schilling2015-01-142-2/+5
| |/ /
* | | Merge pull request #13332 from oparoz/fix-download-buttonThomas Müller2015-01-141-1/+6
|\ \ \ | | | | | | | | Download the current public folder only
| * | | Download the current public folder onlyOlivier Paroz2015-01-141-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | From within a shared/public directory, when drilling down folders, some users want to be able to download what they're currently looking at, not the whole shared folder. The whole archive is always a click away anyway since a user can click on the home button.
* | | | Merge pull request #13286 from owncloud/sharing_upgradeBjörn Schießle2015-01-144-1/+131
|\ \ \ \ | | | | | | | | | | update script for new server-to-server sharing
| * | | | set accept to 1 (=true) for all server-to-server shares on update, at this ↵Bjoern Schiessle2015-01-134-1/+131
| | | | | | | | | | | | | | | | | | | | point in time all shares are created by the first version of server-to-server sharing and are accepted if they were added to the table
* | | | | Merge pull request #13288 from owncloud/enc_fix_public_downloadLukas Reschke2015-01-143-25/+14
|\ \ \ \ \ | | | | | | | | | | | | [encryption] fix download of public shared files
| * | | | | if we download a public shared file we need to retrieve the user from the pathBjoern Schiessle2015-01-133-25/+14
| |/ / / /
* | | | | Merge pull request #13335 from owncloud/disable-rememberme-files-externalThomas Müller2015-01-141-0/+1
|\ \ \ \ \ | | | | | | | | | | | | The files_external app might need the password so autologin must be disabled
| * | | | | The files_external app might need the password so autologin must be disabledJoas Schilling2015-01-141-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #13311 from owncloud/fix_restore_keysBjörn Schießle2015-01-142-21/+135
|\ \ \ \ \ | |/ / / / |/| | | | adapt decrypt all to the new folder structure
| * | | | adapt decrypt all and restore/delete key backups to the new folder structure ↵Bjoern Schiessle2015-01-132-21/+135
| | | | | | | | | | | | | | | | | | | | for encryption key introduced with OC8
* | | | | Merge pull request #13325 from owncloud/kill-strip-slashesMorris Jobke2015-01-145-9/+8
|\ \ \ \ \ | | | | | | | | | | | | Get rid of `stripslashes()`
| * | | | | Get rid of `stripslashes()`Lukas Reschke2015-01-135-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | This conversions are actually totally unneeded and probably left-overs from ages where the safe_mode was still a valid thing.
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-14168-12/+410
| |_|_|/ / |/| | | |
* | | | | Fix PHP doc and enforce typeLukas Reschke2015-01-131-3/+3
|/ / / /
* | | | Merge pull request #13277 from owncloud/pasteurlJoas Schilling2015-01-131-1/+1
|\ \ \ \ | |/ / / |/| | | add https:// placeholder for From Link feature. closes #13255
| * | | add https:// placeholder for From Link feature. closes #13255Volkan Gezer2015-01-121-1/+1
| | | |
* | | | Merge pull request #13289 from owncloud/fav-keepfavoncancelrenameMorris Jobke2015-01-132-6/+41
|\ \ \ \ | | | | | | | | | | Properly update internal file info with updated tags
| * | | | Properly update internal file info with updated tagsVincent Petry2015-01-122-6/+41
| | |/ / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Whenever tags are updated, they need to be updated in the file list's file info array as well. This commit also adds unit tests and makes sure that whichever tags are sent back by the server after update are used when updating attributes/fileinfo.
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-01-13186-246/+326
| | | |
* | | | Merge pull request #13154 from owncloud/fix13141Thomas Müller2015-01-122-7/+122
|\ \ \ \ | | | | | | | | | | don't show no files yet when mask is in place, fixes #13141
| * | | | add js tests for filelist filteringJörn Friedrich Dreyer2015-01-092-6/+119
| | | | |
| * | | | don't show no files yet when mask is in place, fixes #13141Jörn Friedrich Dreyer2015-01-071-1/+3
| | | | |
* | | | | Merge pull request #13272 from owncloud/fav-renamekeepfavJoas Schilling2015-01-122-2/+75
|\ \ \ \ \ | | | | | | | | | | | | Fixes issues when renaming favorite file
| * | | | | Return path attribute for ajax rename operationsVincent Petry2015-01-122-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes an issue when renaming files from a flat list view like "Favorites" or "Shared with you", in which case the path needs to be present in the response to make sure the data-path attribute is properly set in the JS side.
| * | | | | Return tags after renameVincent Petry2015-01-122-2/+72
| | |/ / / | |/| | | | | | | | | | | | | | | | | | | | | | | To make it possible for the web UI to correctly display the tag/favorite information after a rename, this information is now returned in the rename response
* | | | | Merge pull request #13285 from owncloud/fix-encryption-check-number-of-partsMorris Jobke2015-01-121-0/+9
|\ \ \ \ \ | | | | | | | | | | | | Check array size, before using the 3rd element from it
| * | | | | Check array size, before using the 3rd element from itJoas Schilling2015-01-121-0/+9
| | | | | |
* | | | | | Merge pull request #13279 from owncloud/upload-original-nameMorris Jobke2015-01-121-2/+2
|\ \ \ \ \ \ | | | | | | | | | | | | | | Send the proper original name for uploaded files
| * | | | | | Send the proper original name for uploaded filesRobin Appelman2015-01-121-2/+2
| | |_|_|_|/ | |/| | | |
* | | | | | Merge pull request #13280 from owncloud/fix-12306Morris Jobke2015-01-122-2/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | fix retrieval of user groups
| * | | | | fix retrieval of user groupsArthur Schiwon2015-01-122-2/+8
| |/ / / /
* | | | | Merge pull request #13210 from owncloud/use-issetMorris Jobke2015-01-121-5/+5
|\ \ \ \ \ | |/ / / / |/| | | | Check for existence of $_GET keys
| * | | | Check for existence of $_GET keysLukas Reschke2015-01-091-5/+5
| | | | | | | | | | | | | | | | | | | | Otherwise PHP errors are thrown in the error log.
* | | | | Merge pull request #13268 from owncloud/dnd-files-containerLukas Reschke2015-01-121-1/+10
|\ \ \ \ \ | |_|/ / / |/| | | | Allow dropping files on the table container
| * | | | Allow dropping files on the table containerVincent Petry2015-01-121-1/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make it possible to drop files below the table even if the table is smaller than the window height. Added a check to make sure upload is not triggered on invisible lists.
* | | | | Merge pull request #13182 from owncloud/download_versionsBjörn Schießle2015-01-1210-146/+396
|\ \ \ \ \ | |/ / / / |/| | | | make versions of shared files downloadable