Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | Use source storage permissions when scanning shared storage | Vincent Petry | 2015-01-14 | 3 | -1/+47 | |
* | | | | | | | | Merge pull request #13375 from owncloud/previews | Morris Jobke | 2015-01-15 | 1 | -1/+10 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Note in config.sample.php that certain previews are not available in ms windows | Carla Schroder | 2015-01-15 | 1 | -1/+10 | |
* | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-15 | 16 | -8/+160 | |
* | | | | | | | | Merge pull request #13352 from owncloud/hhvm-array-key | Robin McCorkell | 2015-01-15 | 1 | -5/+6 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Do not use key() on array as the result depends on the internal array pointer. | Andreas Fischer | 2015-01-15 | 1 | -5/+6 | |
* | | | | | | | | | Merge pull request #13354 from owncloud/hhvm-redis | Morris Jobke | 2015-01-15 | 1 | -0/+10 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | HHVM: Prevent E_WARNING messages by Redis test in console output. | Andreas Fischer | 2015-01-14 | 1 | -0/+10 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13317 from owncloud/partfile-fileinfo | Thomas Müller | 2015-01-14 | 2 | -0/+45 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Return valid fileinfo objects for part files | Robin Appelman | 2015-01-13 | 2 | -0/+45 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13344 from owncloud/issue/13334-cleanup-tags-repairstep | Morris Jobke | 2015-01-14 | 3 | -1/+260 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Add a repair step to clean up orphan tags and tag entries | Joas Schilling | 2015-01-14 | 3 | -1/+260 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13367 from owncloud/type-hint-server-method-from-request | Morris Jobke | 2015-01-14 | 1 | -1/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Add PHPDoc for magic property 'server' | Lukas Reschke | 2015-01-14 | 1 | -1/+3 | |
* | | | | | | | | | Merge pull request #13350 from owncloud/autoload-translations | Morris Jobke | 2015-01-14 | 9 | -11/+4 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | ignore core | Bernhard Posselt | 2015-01-14 | 1 | -1/+4 | |
| * | | | | | | | | move check into addTranslation method | Bernhard Posselt | 2015-01-14 | 1 | -11/+1 | |
| * | | | | | | | | dont load core scritps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 | |
| * | | | | | | | | Remove unneeded addTranslations() calls | Vincent Petry | 2015-01-14 | 8 | -11/+0 | |
| * | | | | | | | | only load translsations for apps | Bernhard Posselt | 2015-01-14 | 1 | -1/+3 | |
| * | | | | | | | | make translation lookup faster (O(n) -> O(1)) | Bernhard Posselt | 2015-01-14 | 1 | -2/+2 | |
| * | | | | | | | | autoload app's js translations | Bernhard Posselt | 2015-01-14 | 1 | -0/+7 | |
* | | | | | | | | | Merge pull request #13351 from owncloud/check-for-existence | Lukas Reschke | 2015-01-14 | 1 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Check for existence of $_GET keys | Lukas Reschke | 2015-01-14 | 1 | -2/+2 | |
* | | | | | | | | | | Merge pull request #13349 from owncloud/kill-deprecated-code-sharing | Thomas Müller | 2015-01-14 | 3 | -50/+51 | |
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | | | ||||||
| * | | | | | | | | | remove deprecated code - fixes #13119 | Thomas Müller | 2015-01-14 | 3 | -50/+51 | |
| | |_|_|/ / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13348 from owncloud/fix-app-required-oc-version-check | Morris Jobke | 2015-01-14 | 3 | -4/+59 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Check new and old ways of required oC version for app compatibility | Joas Schilling | 2015-01-14 | 3 | -4/+59 | |
* | | | | | | | | | Merge pull request #13345 from owncloud/increase-files-external-versions | Morris Jobke | 2015-01-14 | 2 | -2/+5 | |
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | Increase files_externals oC required version and its own version | Joas Schilling | 2015-01-14 | 2 | -2/+5 | |
| | |/ / / / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge pull request #13341 from owncloud/update-readversionfromtemplate | Morris Jobke | 2015-01-14 | 2 | -5/+9 | |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | ||||||
| * | | | | | | | Read version and product name from update template | Vincent Petry | 2015-01-14 | 2 | -5/+9 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #13332 from oparoz/fix-download-button | Thomas Müller | 2015-01-14 | 1 | -1/+6 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Download the current public folder only | Olivier Paroz | 2015-01-14 | 1 | -1/+6 | |
* | | | | | | | | Merge pull request #13286 from owncloud/sharing_upgrade | Björn Schießle | 2015-01-14 | 4 | -1/+131 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | set accept to 1 (=true) for all server-to-server shares on update, at this po... | Bjoern Schiessle | 2015-01-13 | 4 | -1/+131 | |
* | | | | | | | | | Merge pull request #13288 from owncloud/enc_fix_public_download | Lukas Reschke | 2015-01-14 | 3 | -25/+14 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | if we download a public shared file we need to retrieve the user from the path | Bjoern Schiessle | 2015-01-13 | 3 | -25/+14 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge pull request #13335 from owncloud/disable-rememberme-files-external | Thomas Müller | 2015-01-14 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | The files_external app might need the password so autologin must be disabled | Joas Schilling | 2015-01-14 | 1 | -0/+1 | |
| | |_|/ / / / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge pull request #13311 from owncloud/fix_restore_keys | Björn Schießle | 2015-01-14 | 5 | -42/+145 | |
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | adapt decrypt all and restore/delete key backups to the new folder structure ... | Bjoern Schiessle | 2015-01-13 | 5 | -42/+145 | |
* | | | | | | | | | Merge pull request #13325 from owncloud/kill-strip-slashes | Morris Jobke | 2015-01-14 | 5 | -9/+8 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Get rid of `stripslashes()` | Lukas Reschke | 2015-01-13 | 5 | -9/+8 | |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
* | | | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-14 | 176 | -12/+452 | |
| |_|_|/ / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge pull request #13320 from owncloud/fix-php-doc-for-files-view | Morris Jobke | 2015-01-13 | 1 | -1/+11 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | drop unused parameter | Morris Jobke | 2015-01-13 | 1 | -2/+1 | |
| * | | | | | | | Fix annotations in file view | Lukas Reschke | 2015-01-13 | 1 | -0/+11 | |
| |/ / / / / / | ||||||
* | | | | | | | Merge pull request #13318 from owncloud/fix-annotation | Morris Jobke | 2015-01-13 | 1 | -3/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Fix PHP doc and enforce type | Lukas Reschke | 2015-01-13 | 1 | -3/+3 | |
| |/ / / / / / |