summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #13433 from owncloud/favoritesl10nLukas Reschke2015-01-182-2/+2
|\ | | | | fix unlocalized favorites browser title and alttext
| * fix unlocalized favorites browser title and alttextVolkan Gezer2015-01-172-2/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-1810-16/+18
|/
* [tx-robot] updated from transifexJenkins for ownCloud2015-01-1716-26/+320
|
* Fixes shifted rename fieldMorris Jobke2015-01-161-1/+1
|
* compress icons of LDAP and WebDAV-AuthJan-Christoph Borchardt2015-01-162-118/+6
|
* add icon for Provisioning APIJan-Christoph Borchardt2015-01-161-0/+4
|
* Merge pull request #13399 from owncloud/trashbin-fixpreviewrouteMorris Jobke2015-01-161-5/+2
|\ | | | | Fix preview route for trashbin
| * Fix preview route for trashbinVincent Petry2015-01-151-5/+2
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-01-166-4/+102
| |
* | Disallow ctrl click to select when selection not allowedVincent Petry2015-01-152-1/+31
| |
* | Auto-blur when clicking on file to downloadVincent Petry2015-01-151-0/+2
| |
* | Fixed thumbnal z-index for when no checkbox is thereVincent Petry2015-01-151-0/+2
|/ | | | | | In file lists with no selection checkbox, the CSS selector is different. The thumbnail also needs position:absolute and a z-index to be displayed above the row's grey highlight.
* 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