Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-18 | 16 | -22/+62 |
| | |||||
* | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-17 | 66 | -116/+946 |
| | |||||
* | Merge pull request #13319 from owncloud/replace-line-breaks-in-app-description | Lukas Reschke | 2015-01-17 | 2 | -1/+67 |
|\ | | | | | replace line breaks in the app description by spaces - fixes #13315 | ||||
| * | OC_App::parseAppInfo | Morris Jobke | 2015-01-14 | 2 | -1/+67 |
| | | | | | | | | | | | | * replace line breaks (on non empty lines) in the app description by spaces * fixes #13315 * includes unit tests | ||||
* | | Merge pull request #13421 from owncloud/fix-rename | Robin McCorkell | 2015-01-16 | 1 | -1/+1 |
|\ \ | | | | | | | Fixes shifted rename field | ||||
| * | | Fixes shifted rename field | Morris Jobke | 2015-01-16 | 1 | -1/+1 |
|/ / | |||||
* | | Merge pull request #13418 from owncloud/app-icons | Morris Jobke | 2015-01-16 | 3 | -118/+10 |
|\ \ | | | | | | | add icon for Provisioning API | ||||
| * | | compress icons of LDAP and WebDAV-Auth | Jan-Christoph Borchardt | 2015-01-16 | 2 | -118/+6 |
| | | | |||||
| * | | add icon for Provisioning API | Jan-Christoph Borchardt | 2015-01-16 | 1 | -0/+4 |
|/ / | |||||
* | | Merge pull request #13399 from owncloud/trashbin-fixpreviewroute | Morris Jobke | 2015-01-16 | 1 | -5/+2 |
|\ \ | | | | | | | Fix preview route for trashbin | ||||
| * | | Fix preview route for trashbin | Vincent Petry | 2015-01-15 | 1 | -5/+2 |
| | | | |||||
* | | | Merge pull request #13413 from owncloud/apps-cancelloadonswitch | Morris Jobke | 2015-01-16 | 1 | -2/+9 |
|\ \ \ | | | | | | | | | Cancel app list load when switching categories | ||||
| * | | | Cancel app list load when switching categories | Vincent Petry | 2015-01-16 | 1 | -2/+9 |
| | | | | |||||
* | | | | Merge pull request #13160 from owncloud/extstorage-ocbackendnopartfile | Morris Jobke | 2015-01-16 | 1 | -27/+59 |
|\ \ \ \ | | | | | | | | | | | Disable part files for OC ext storage backend + s2s backend | ||||
| * | | | | remove unused variable and fix undefined variable | Thomas Müller | 2015-01-08 | 1 | -5/+4 |
| | | | | | |||||
| * | | | | Disable part files for OC ext storage backend + s2s backend | Vincent Petry | 2015-01-07 | 1 | -28/+61 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When uploading files to an OC ext storage backend or when using server to server sharing storage, part files aren't needed because the backend already has its own part files and takes care of the final atomic rename operation. This also fixes issues when using two encrypted ownCloud instances where one mounts the other either as external storage (ownCloud backend) or through server to server sharing. | ||||
* | | | | | Merge pull request #13412 from owncloud/app-management-sort | Morris Jobke | 2015-01-16 | 1 | -0/+16 |
|\ \ \ \ \ | |_|/ / / |/| | | | | sorting enabled and disabled apps alphabetically - fixes #13404 | ||||
| * | | | | sorting enabled and disabled apps alphabetically - fixes #13404 | Thomas Müller | 2015-01-16 | 1 | -0/+16 |
|/ / / / | |||||
* | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-01-16 | 242 | -84/+416 |
| | | | | |||||
* | | | | Merge pull request #13406 from owncloud/fix-php-doc | Frank Karlitschek | 2015-01-15 | 1 | -0/+1 |
|\ \ \ \ | | | | | | | | | | | Fix PHPDoc | ||||
| * | | | | Fix PHPDoc | Lukas Reschke | 2015-01-15 | 1 | -0/+1 |
| | | | | | |||||
* | | | | | Merge pull request #13389 from owncloud/issue/13372-failing-oracle-tests-jenkins | Thomas Müller | 2015-01-15 | 2 | -51/+110 |
|\ \ \ \ \ | |/ / / / |/| | | | | Mask table and column names with backticks and add lastInsertID() workar... | ||||
| * | | | | Mask table and column names with backticks and add lastInsertID() workaround | Joas Schilling | 2015-01-15 | 2 | -51/+110 |
| | | | | | |||||
* | | | | | Merge pull request #13394 from owncloud/cache-remove-folder | Thomas Müller | 2015-01-15 | 2 | -24/+55 |
|\ \ \ \ \ | | | | | | | | | | | | | Remove children from the cache in one query | ||||
| * | | | | | Additional unit test for recursive remove | Robin Appelman | 2015-01-15 | 1 | -0/+19 |
| | | | | | | |||||
| * | | | | | Remove children from the cache in one query | Robin Appelman | 2015-01-15 | 1 | -24/+36 |
| | |_|/ / | |/| | | | |||||
* | | | | | Merge pull request #13395 from owncloud/show-readonly-mail | Lukas Reschke | 2015-01-15 | 1 | -0/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Show mail address & display name if it is read only | ||||
| * | | | | | Show mail address & display name if it is read only | Morris Jobke | 2015-01-15 | 1 | -0/+14 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gives the user the chance to verify it's mail address and display name * ref #12823 * fixes #13393 | ||||
* | | | | | | Merge pull request #13323 from owncloud/move-search | Lukas Reschke | 2015-01-15 | 7 | -7/+7 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Move search to core/search | ||||
| * | | | | | | adjust paths for search | Morris Jobke | 2015-01-14 | 4 | -7/+7 |
| | | | | | | | |||||
| * | | | | | | move search folder into core/ | Morris Jobke | 2015-01-13 | 4 | -0/+0 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #13397 from owncloud/files-greyhighlightondownload | Lukas Reschke | 2015-01-15 | 3 | -1/+35 |
|\ \ \ \ \ \ \ | |_|_|/ / / / |/| | | | | | | Fix for sticky grey highlight / selection in file list | ||||
| * | | | | | | Disallow ctrl click to select when selection not allowed | Vincent Petry | 2015-01-15 | 2 | -1/+31 |
| | | | | | | | |||||
| * | | | | | | Auto-blur when clicking on file to download | Vincent Petry | 2015-01-15 | 1 | -0/+2 |
| | | | | | | | |||||
| * | | | | | | Fixed thumbnal z-index for when no checkbox is there | Vincent Petry | 2015-01-15 | 1 | -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 #13388 from owncloud/type-hint-url-params | Morris Jobke | 2015-01-15 | 1 | -1/+1 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Add PHPDoc for `urlParams` | ||||
| * | | | | | | Add PHPDoc for `urlParams` | Lukas Reschke | 2015-01-15 | 1 | -1/+1 |
| | |/ / / / | |/| | | | | |||||
* | | | | | | Merge pull request #13387 from owncloud/fix-urlparameters | Morris Jobke | 2015-01-15 | 4 | -9/+35 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | always set url parameters when they are available in the app dispatch | ||||
| * | | | | | always set url parameters when they are available in the app dispatch | Bernhard Posselt | 2015-01-15 | 4 | -9/+35 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | prefer url parameters passed into the main method. If they are not present, use the containers urlParameters add space | ||||
* | | | | | Merge pull request #13370 from Sugaroverdose/fix_#13322 | Thomas Müller | 2015-01-15 | 1 | -0/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Force browser to redraw favorite icon on src change | ||||
| * | | | | | Force browser to redraw favorite icon | Sugaroverdose | 2015-01-15 | 1 | -0/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | on src change | ||||
* | | | | | | Merge pull request #13347 from owncloud/share-scanpermissionsfromsource | Morris Jobke | 2015-01-15 | 3 | -1/+47 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Use source storage permissions when scanning shared storage | ||||
| * | | | | | | 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 ... | ||||
| * | | | | | | 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 |
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | 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 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. | ||||
| * | | | | | | | | HHVM: Prevent E_WARNING messages by Redis test in console output. | Andreas Fischer | 2015-01-14 | 1 | -0/+10 |
| |/ / / / / / / |