summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* delete all file keys doesn't need the encryption module as parameter; ↵Bjoern Schiessle2015-05-134-18/+28
| | | | implement rmdir; getFileKeyDir should also work for part files and complete directories
* Merge pull request #16284 from owncloud/shared-storage-viewLukas Reschke2015-05-131-20/+21
|\ | | | | dont go trough the view when renaming/copying on shared storages
| * dont go trough the view when renaming/copying on shared storagesRobin Appelman2015-05-121-20/+21
| |
* | Merge pull request #16290 from owncloud/upgrade-info-for-3rdparty-appsLukas Reschke2015-05-131-0/+3
|\ \ | | | | | | Add info message for upgrade of an 3rdparty app
| * | Add info message for upgrade of an 3rdparty appMorris Jobke2015-05-121-0/+3
| |/
* | [tx-robot] updated from transifexJenkins for ownCloud2015-05-1398-78/+386
| |
* | Merge pull request #16289 from owncloud/fix-stupid-mistakeLukas Reschke2015-05-121-0/+6
|\ \ | | | | | | Add NoAdminRequired annotation
| * | Subadmin permissions are also not requiredLukas Reschke2015-05-121-0/+2
| | |
| * | Add NoAdminRequired annotationLukas Reschke2015-05-121-0/+4
| |/ | | | | | | Stupid mistake in master, fixes https://github.com/owncloud/core/issues/16288
* | Merge pull request #16269 from owncloud/master-fix-16179Morris Jobke2015-05-121-2/+6
|\ \ | |/ |/| Check if cURL supports the desired features
| * Check if cURL supports the desired featuresLukas Reschke2015-05-121-2/+6
| | | | | | | | | | | | Older versions of cURL that are unfortunately still bundled by distributors don't support these features which will result in errors and other possibly unpredictable behaviour. Fixes https://github.com/owncloud/core/issues/16179 for master – stable8 requires another patch.
* | Merge pull request #16283 from owncloud/fix-search-usersMorris Jobke2015-05-121-1/+8
|\ \ | | | | | | fix user mgmt search box position, fix #15928
| * | fix user mgmt search box position, fix #15928Jan-Christoph Borchardt2015-05-121-1/+8
| | |
* | | Merge pull request #16282 from owncloud/fix-multiselect-ellipsizeMorris Jobke2015-05-121-0/+1
|\ \ \ | | | | | | | | ellipsize first item in multiselect, fix #16174
| * | | ellipsize first item in multiselect, fix #16174Jan-Christoph Borchardt2015-05-121-0/+1
| | | |
* | | | Merge pull request #16104 from owncloud/resize-filepickerJan-Christoph Borchardt2015-05-122-2/+7
|\ \ \ \ | | | | | | | | | | Resize filepicker on window size change
| * | | | add max-width of 600px to filepickerMorris Jobke2015-05-061-1/+2
| | | | |
| * | | | Resize filepicker on window size changeMorris Jobke2015-05-061-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | | * add 20 px space to each direction -> 10px padding to left, right, top and bottom * fixes #16100
* | | | | Merge pull request #16277 from owncloud/fix-15971Morris Jobke2015-05-122-4/+1
|\ \ \ \ \ | |_|_|/ / |/| | | | remove superflous button. fixes #15971
| * | | | remove superflous button. fixes #15971Arthur Schiwon2015-05-122-4/+1
| | |/ / | |/| |
* | | | Merge pull request #16127 from owncloud/fix-file-icons-in-shared-file-viewJan-Christoph Borchardt2015-05-123-1/+4
|\ \ \ \ | |/ / / |/| | | Enable file icons & previews in "Shared ..." categories
| * | | Enable file icons & previews in "Shared ..." categoriesMorris Jobke2015-05-063-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | * sharing API returns now the mimetype icon path * file previews are now lazyloaded by default (as the doc says) * fixes #16086
* | | | Merge pull request #16271 from owncloud/use-activeJan-Christoph Borchardt2015-05-121-2/+2
|\ \ \ \ | | | | | | | | | | Use active instead of non existing pressed
| * | | | Use active instead of non existing pressedLukas Reschke2015-05-121-2/+2
| | |_|/ | |/| | | | | | | | | | Fixes https://github.com/owncloud/core/issues/16083
* | | | Merge pull request #16228 from owncloud/enc_fix_restoreBjörn Schießle2015-05-126-22/+156
|\ \ \ \ | |/ / / |/| | | use hooks to update encryption keys
| * | | use hooks to update encryption keys instead of the storage wrapper if a file ↵Bjoern Schiessle2015-05-116-22/+156
| | | | | | | | | | | | | | | | | | | | | | | | gets renamed/restored, as long as we are in the storage wrapper the file cache isn't up-to-date
* | | | Merge pull request #16233 from owncloud/enc_fix_check_if_file_is_excludedMorris Jobke2015-05-122-1/+2
|\ \ \ \ | | | | | | | | | | fix check if a file is excluded from encryption
| * | | | fix check if file is excluded from encryptionBjoern Schiessle2015-05-112-1/+2
| |/ / /
* | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-1230-26/+20
| | | |
* | | | Merge pull request #15881 from owncloud/share-moveversionsproperlyVincent Petry2015-05-112-31/+174
|\ \ \ \ | | | | | | | | | | Fix version rename with files and folders
| * | | | Fix version rename with files and foldersVincent Petry2015-04-272-31/+174
| | | | | | | | | | | | | | | | | | | | | | | | | - fix moving folder into another folder - fix moving file or folder into shared folder as recipient
* | | | | Merge pull request #16234 from ↵Morris Jobke2015-05-112-80/+172
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-16206-fix-app-config-parallel-insert Issue 16206 fix app config parallel insert
| * | | | | Use insertIfNotExists to avoid problems with parallel callsJoas Schilling2015-05-112-15/+22
| | | | | |
| * | | | | Add a test for parallel insertJoas Schilling2015-05-111-12/+29
| | | | | |
| * | | | | Always test the object and the legacy classJoas Schilling2015-05-111-59/+127
| | | | | |
* | | | | | Merge pull request #15815 from owncloud/unshare-etag-propagateMorris Jobke2015-05-113-80/+51
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update etag of direct parent on unshare
| * | | | | | Update etag of direct parent on unshareVincent Petry2015-04-283-80/+51
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only call dirname() once instead of twice when propagating etags to the recipient's parent folders.
* | | | | | | Merge pull request #16208 from owncloud/fix-language-selection-sr-latinThomas Müller2015-05-111-0/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | Some locales need to be converted to be compliant with CLDR
| * | | | | | | Some locales need to be converted to be compliant with CLDRThomas Müller2015-05-081-0/+11
| | | | | | | |
* | | | | | | | Merge pull request #16213 from cmeh/patch-5Morris Jobke2015-05-111-2/+1
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | | | | Grammar, removal of line break
| * | | | | | | Grammar, removal of line breakChristian Hoffmann2015-05-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Corrected "… if the user forgets their password." to "… if the user forgets his or her password" in line 17. * Removed line break from line 17 to line 18.
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-1120-6/+66
| | | | | | | |
* | | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-1056-20/+148
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-05-09134-488/+134
| | | | | | |
* | | | | | | Merge pull request #16203 from owncloud/add-warning-for-people-that-cant-readThomas Müller2015-05-081-0/+8
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | Add warning to OCC as well in case another PHP version is used there
| * | | | | | Add warning to OCC as well in case another PHP version is used thereLukas Reschke2015-05-081-0/+8
| | |_|/ / / | |/| | | | | | | | | | | | | | | | In regard to a recent rant on social media where users complained about us to have broken the command line tool. Guess reading the documentation is hard…
* | | | | | Merge pull request #16124 from ↵Lukas Reschke2015-05-081-0/+5
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | owncloud/issue-16109-fix-share-email-with-shared-folder Fix the share mail notification when the item is in a folder
| * | | | | | Fix the share mail notification when the item is in a folderJoas Schilling2015-05-061-0/+5
| | | | | | |
* | | | | | | Merge pull request #16155 from owncloud/enc_admin_settingsBjörn Schießle2015-05-083-63/+90
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | improved admin settings
| * | | | | | | improved admin settingsBjoern Schiessle2015-05-083-63/+90
| | |/ / / / / | |/| | | | |