Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 8.2 RC2v8.2RC2 | C Montero-Luque | 2015-10-13 | 1 | -2/+2 |
| | |||||
* | Merge pull request #19746 from owncloud/reference-v2-instead-of-v1 | Morris Jobke | 2015-10-13 | 2 | -27/+27 |
|\ | | | | | Reference v2 in the provider list | ||||
| * | Reference v2 in the provider list | Lukas Reschke | 2015-10-13 | 2 | -27/+27 |
|/ | |||||
* | Merge pull request #19739 from owncloud/do-not-leak-exception-data | Thomas Müller | 2015-10-13 | 3 | -15/+64 |
|\ | | | | | [master] Do not print exception message | ||||
| * | Do not print exception message | Lukas Reschke | 2015-10-13 | 3 | -15/+64 |
| | | | | | | | | | | | | In case of an error the error message often contains sensitive data such as the full path which potentially leads to a full path disclosure. Thus the error message should not directly get displayed to the user and instead be logged. | ||||
* | | Merge pull request #19635 from owncloud/fix-ldap-value-limitation | Thomas Müller | 2015-10-13 | 7 | -52/+59 |
|\ \ | | | | | | | allow an attribute to return more than one value | ||||
| * | | adjust fetchList with a single requested attribute accordingly | Arthur Schiwon | 2015-10-09 | 1 | -1/+3 |
| | | | |||||
| * | | adjust tests | Arthur Schiwon | 2015-10-09 | 2 | -4/+4 |
| | | | |||||
| * | | fix primary group retrieval | Arthur Schiwon | 2015-10-09 | 1 | -1/+1 |
| | | | |||||
| * | | treat dn as any other attribute when building the search() return array | Arthur Schiwon | 2015-10-08 | 3 | -6/+6 |
| | | | |||||
| * | | adjust handling changed return array structure from search() and fetchList() | Arthur Schiwon | 2015-10-08 | 4 | -13/+33 |
| | | | |||||
| * | | allow an attribute to return more than one value | Arthur Schiwon | 2015-10-07 | 2 | -29/+14 |
| | | | |||||
* | | | Merge pull request #19735 from owncloud/extstorage-signature | Thomas Müller | 2015-10-13 | 1 | -2/+3 |
|\ \ \ | |_|/ |/| | | Fix testDeleteStorage signature to match the one from the base class | ||||
| * | | Fix testDeleteStorage signature to match the one from the base class | Vincent Petry | 2015-10-13 | 1 | -2/+3 |
|/ / | | | | | | | Prevents Strict warning when running autotest-external.sh | ||||
* | | Merge pull request #19677 from ↵ | Thomas Müller | 2015-10-13 | 5 | -17/+23 |
|\ \ | | | | | | | | | | | | | owncloud/silently-fail-app-upgrade-exceptions-master Silently fail app upgrade exceptions | ||||
| * | | Always pass in ILogger | Thomas Müller | 2015-10-09 | 5 | -11/+13 |
| | | | |||||
| * | | Clean code | Thomas Müller | 2015-10-09 | 1 | -2/+2 |
| | | | |||||
| * | | Catch exceptions during app upgrade - fixes #16240 | Thomas Müller | 2015-10-09 | 1 | -4/+8 |
| | | | |||||
* | | | Merge pull request #19288 from RealRancor/restruct_config_sample_master | Thomas Müller | 2015-10-13 | 1 | -31/+31 |
|\ \ \ | | | | | | | | | Restructure config.sample.php of master | ||||
| * | | | Restructure config.sample.php of master | RealRancor | 2015-10-13 | 1 | -31/+31 |
|/ / / | |||||
* | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-13 | 26 | -12/+86 |
| | | | |||||
* | | | Merge pull request #19723 from owncloud/strip-directory | Thomas Müller | 2015-10-13 | 2 | -5/+49 |
|\ \ \ | | | | | | | | | Strip directory from scriptName | ||||
| * | | | Strip directory from scriptName | Lukas Reschke | 2015-10-12 | 2 | -5/+49 |
| | | | | | | | | | | | | | | | | `\OCP\IRequest::getScriptName` will also return the directory, so if ownCloud is installed in a subfolder such as `owncloud/` it will resolve to `/owncloud/ocs/v2.php`. This made this check fail and also made it return invalid status codes. | ||||
* | | | | Merge pull request #19719 from owncloud/edit-icon | Thomas Müller | 2015-10-13 | 3 | -0/+8 |
|\ \ \ \ | |/ / / |/| | | | add specific edit icon | ||||
| * | | | add specific edit icon | Jan-Christoph Borchardt | 2015-10-13 | 3 | -0/+8 |
|/ / / | |||||
* | | | Merge pull request #19683 from owncloud/repair-donotrepairfoldermimetypes | Thomas Müller | 2015-10-12 | 2 | -2/+28 |
|\ \ \ | | | | | | | | | Do not update mime types for folders with extension | ||||
| * | | | Do not update mime types for folders with extension | Vincent Petry | 2015-10-09 | 2 | -2/+28 |
| | | | | | | | | | | | | | | | | | | | | | | | | Some folders might have an extension like "test.conf". This fix prevents to overwrite the folder's mime type with another mime type while running the mimetype repair step. | ||||
* | | | | Merge pull request #19708 from owncloud/revert-19628-files-canceluploaddebounce | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
|\ \ \ \ | | | | | | | | | | | Revert "Debounce cancel upload message" | ||||
| * | | | | Revert "Debounce cancel upload message" | Thomas Müller | 2015-10-12 | 1 | -5/+6 |
| | | | | | |||||
* | | | | | Merge pull request #19703 from owncloud/revert-19702-trash-deletesectionposition | Thomas Müller | 2015-10-12 | 3 | -18/+14 |
|\ \ \ \ \ | | | | | | | | | | | | | Revert "Move trashbin specific CSS that modifies sidebar" | ||||
| * | | | | | Revert "Move trashbin specific CSS that modifies sidebar" | Thomas Müller | 2015-10-12 | 3 | -18/+14 |
| | | | | | | |||||
* | | | | | | Merge pull request #19704 from owncloud/fix_17997 | Björn Schießle | 2015-10-12 | 2 | -0/+27 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | also detect files in a .part folder as part file | ||||
| * | | | | | also detect files in a .part folder as part file | Bjoern Schiessle | 2015-10-12 | 2 | -0/+27 |
|/ / / / / | |||||
* | | | | | Merge pull request #19657 from owncloud/setup-transport | Thomas Müller | 2015-10-12 | 2 | -2/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Setup sendmail transport | ||||
| * | | | | | Setup sendmail transport | Lukas Reschke | 2015-10-08 | 2 | -2/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | Replaces https://github.com/owncloud/core/pull/19047 and fixes https://github.com/owncloud/enterprise/issues/854 and https://github.com/owncloud/core/issues/19110 | ||||
* | | | | | | Merge pull request #19702 from owncloud/trash-deletesectionposition | Raghu Nayyar | 2015-10-12 | 3 | -14/+18 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | Move trashbin specific CSS that modifies sidebar | ||||
| * | | | | | Move trashbin specific CSS that modifies sidebar | Vincent Petry | 2015-10-12 | 3 | -14/+18 |
|/ / / / / | | | | | | | | | | | | | | | | | | | | | Only when trashbin is enabled, its sidebar nav element must be fixed at the bottom. | ||||
* | | | | | Merge pull request #19628 from owncloud/files-canceluploaddebounce | Robin Appelman | 2015-10-12 | 1 | -6/+5 |
|\ \ \ \ \ | | | | | | | | | | | | | Debounce cancel upload message | ||||
| * | | | | | Debounce cancel upload message | Vincent Petry | 2015-10-07 | 1 | -6/+5 |
| | |_|_|/ | |/| | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-12 | 12 | -22/+36 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-11 | 20 | -26/+182 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-10-10 | 64 | -188/+94 |
| | | | | | |||||
* | | | | | Merge pull request #19585 from owncloud/enc_improve_introduction | Jörn Friedrich Dreyer | 2015-10-09 | 1 | -4/+4 |
|\ \ \ \ \ | | | | | | | | | | | | | improved initial explanation/warning if the admin enabled encryptrion | ||||
| * | | | | | improved explanation of server side encryption | Bjoern Schiessle | 2015-10-06 | 1 | -4/+4 |
| | | | | | | |||||
* | | | | | | Merge pull request #19670 from owncloud/objectstore_filesystem_tests | Jörn Friedrich Dreyer | 2015-10-09 | 1 | -3/+12 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | adjust filesystem tests to objectstore | ||||
| * | | | | | | adjust filesystem tests to objectstore | Jörn Friedrich Dreyer | 2015-10-09 | 1 | -3/+12 |
| | | | | | | | |||||
* | | | | | | | Merge pull request #19643 from owncloud/public-download-spinner | Thomas Müller | 2015-10-09 | 1 | -1/+15 |
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | | | Set download cookie on public download | ||||
| * | | | | | | Set download cookie on public download | Vincent Petry | 2015-10-08 | 1 | -1/+15 |
| | |_|/ / / | |/| | | | | |||||
* | | | | | | Merge pull request #19654 from owncloud/db-locking-no-scan-transaction | Robin Appelman | 2015-10-09 | 1 | -2/+8 |
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | | | Dont use a transaction in the scanner while using db based locking | ||||
| * | | | | | Dont use a transaction in the scanner while using db based locking | Robin Appelman | 2015-10-08 | 1 | -2/+8 |
| |/ / / / |