Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #14502 from owncloud/failing-mysql-master-tests | Thomas Müller | 2015-02-26 | 3 | -3/+16 |
|\ | | | | | Failing mysql master tests | ||||
| * | Sort the array to be sure | Joas Schilling | 2015-02-26 | 1 | -1/+8 |
| | | |||||
| * | Reset the group backend aswell | Joas Schilling | 2015-02-25 | 1 | -1/+7 |
| | | |||||
| * | Extend the class so the Filesystem is cleaned up | Joas Schilling | 2015-02-25 | 1 | -1/+1 |
| | | |||||
* | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-26 | 72 | -76/+92 |
| | | |||||
* | | Merge pull request #14509 from owncloud/fix/14231 | Lukas Reschke | 2015-02-25 | 1 | -1/+7 |
|\ \ | | | | | | | Show 404 page when accessing empty share URL | ||||
| * | | Show 404 page when accessing empty share URL | Lukas Reschke | 2015-02-25 | 1 | -1/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | Testplan: - [ ] Without: Accessing `public.php?service=files&t=` throws an exception - [ ] With: No exception thrown and 404 page displayed. Fixes https://github.com/owncloud/core/issues/14231 | ||||
* | | | Merge pull request #14245 from cmeh/master | Lukas Reschke | 2015-02-25 | 1 | -1/+1 |
|\ \ \ | |/ / |/| | | Message clean-up | ||||
| * | | Typo: Missing "n" | cmeh | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | A missing "n" was added in line 63. | ||||
* | | | Merge pull request #10735 from owncloud/use_remote_addr | Robin McCorkell | 2015-02-25 | 1 | -1/+1 |
|\ \ \ | |_|/ |/| | | Use getRemoteAddress which supports reverse proxies | ||||
| * | | Use getRemoteAddress which supports reverse proxies | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | Breaking change for 8.1 wiki (Security > Administrators): The log format for failed logins has changed and uses now the remote address and is considering reverse proxies for such scenarios when configured correctly. | ||||
* | | | Merge pull request #14462 from owncloud/add-some-php-docs | Thomas Müller | 2015-02-25 | 1 | -2/+70 |
|\ \ \ | | | | | | | | | Add some PHPDocs | ||||
| * | | | Add some PHPDocs | Lukas Reschke | 2015-02-24 | 1 | -2/+70 |
| |/ / | | | | | | | | | | My IDE was crying... | ||||
* | | | Merge pull request #14460 from owncloud/revive/12971 | Thomas Müller | 2015-02-25 | 1 | -3/+15 |
|\ \ \ | | | | | | | | | Add support for sftp custom port | ||||
| * | | | Fix code style as per review | Lukas Reschke | 2015-02-24 | 1 | -2/+2 |
| | | | | |||||
| * | | | Add support for sftp custom port | SA | 2015-02-24 | 1 | -3/+15 |
| |/ / | |||||
* | | | Merge pull request #14475 from owncloud/fix-ext-owncloud | Robin McCorkell | 2015-02-25 | 2 | -2/+10 |
|\ \ \ | | | | | | | | | Fix bugs in ownCloud external storage | ||||
| * | | | Fix bugs in ownCloud external storage | Robin McCorkell | 2015-02-25 | 2 | -2/+10 |
| | | | | |||||
* | | | | Merge pull request #14151 from owncloud/update-sabre2.1 | Thomas Müller | 2015-02-25 | 3 | -299/+33 |
|\ \ \ \ | | | | | | | | | | | Sabre Update to 2.1 | ||||
| * | | | | Remove locks plugin. | Thomas Müller | 2015-02-25 | 2 | -4/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reasoning: - a WebDAV server is not required to implement locking support - WebDAV Locking is know to break the sync algorithm - the current lock implementation is known to be broken (locks are not moved if a file is moved, locks on shared files don't work) | ||||
| * | | | | Show a empty response for GET on non-files instead of the Browser Plugin | Lukas Reschke | 2015-02-23 | 1 | -1/+2 |
| | | | | | |||||
| * | | | | Removed broken webdav tests | Vincent Petry | 2015-02-23 | 1 | -272/+0 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The encryption webdav tests are too broad and do not qualify as unit test. Also, since the sabre upgrade they are not fixable. The matching functionality is already tested in other classes on a smaller scale. | ||||
| * | | | | Sabre Update to 2.1 | Vincent Petry | 2015-02-23 | 3 | -29/+38 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - VObject fixes for Sabre\VObject 3.3 - Remove VObject property workarounds - Added prefetching for tags in sabre tags plugin - Moved oc_properties logic to separate PropertyStorage backend (WIP) - Fixed Sabre connector namespaces - Improved files plugin to handle props on-demand - Moved allowed props from server class to files plugin - Fixed tags caching for files that are known to have no tags (less queries) - Added/fixed unit tests for Sabre FilesPlugin, TagsPlugin - Replace OC\Connector\Sabre\Request with direct call to httpRequest->setUrl() - Fix exception detection in DAV client when using Sabre\DAV\Client - Added setETag() on Node instead of using the static FileSystem - Also preload tags/props when depth is infinity | ||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-25 | 12 | -118/+150 |
| |/ / / |/| | | | |||||
* | | | | Merge pull request #14068 from owncloud/autotest-external-sftp | Thomas Müller | 2015-02-24 | 3 | -4/+105 |
|\ \ \ \ | | | | | | | | | | | [files_external] sftp tests | ||||
| * | | | | [files_external] sftp tests | Morris Jobke | 2015-02-10 | 3 | -4/+105 |
| | | | | | |||||
* | | | | | Merge pull request #13740 from owncloud/fix-12190-2 | Lukas Reschke | 2015-02-24 | 5 | -26/+85 |
|\ \ \ \ \ | | | | | | | | | | | | | Include primary groups in user and login filter when restricting group access and also fix user counting in primary groups | ||||
| * | | | | | and escape the search term | Arthur Schiwon | 2015-01-29 | 3 | -1/+5 |
| | | | | | | |||||
| * | | | | | :lipstick: | Arthur Schiwon | 2015-01-28 | 1 | -4/+4 |
| | | | | | | |||||
| * | | | | | fix counting of users in primary group | Arthur Schiwon | 2015-01-28 | 2 | -24/+69 |
| | | | | | | |||||
| * | | | | | inlcude AD primary group in user filter, if a group is selected. fixes #12190 | Arthur Schiwon | 2015-01-28 | 1 | -2/+12 |
| | | | | | | |||||
* | | | | | | Fix code that never worked | Lukas Reschke | 2015-02-24 | 1 | -1/+1 |
| |_|_|/ / |/| | | | | | | | | | | | | | | Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013… | ||||
* | | | | | Merge pull request #14419 from owncloud/preview_apostrophe_fix | Joas Schilling | 2015-02-24 | 1 | -2/+2 |
|\ \ \ \ \ | | | | | | | | | | | | | fix issue with previews not being displayed if filename contains apostrophe | ||||
| * | | | | | fix issue with previews not being displayed if filename contains apostrophe | Georg Ehrke | 2015-02-22 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-24 | 4 | -8/+92 |
| |_|_|/ / |/| | | | | |||||
* | | | | | Merge pull request #14439 from owncloud/fix-ajax-files-external | Lukas Reschke | 2015-02-23 | 1 | -1/+1 |
|\ \ \ \ \ | | | | | | | | | | | | | Fix Ajax type casting for files_external | ||||
| * | | | | | Fix Ajax type casting for files_external | Robin McCorkell | 2015-02-23 | 1 | -1/+1 |
| | | | | | | |||||
* | | | | | | Merge pull request #13829 from owncloud/appmanager-list | Vincent Petry | 2015-02-23 | 1 | -2/+2 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | | | Better caching for enabled apps | ||||
| * | | | | | Dont fatal error test when encryption is enabled | Robin Appelman | 2015-02-17 | 1 | -2/+2 |
| | | | | | | |||||
* | | | | | | Merge pull request #14403 from owncloud/update-license-headers | Thomas Müller | 2015-02-23 | 273 | -2602/+4995 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Update license headers | ||||
| * | | | | | | Updating license headers | Jenkins for ownCloud | 2015-02-23 | 273 | -2602/+4995 |
| | |/ / / / | |/| | | | | |||||
* / | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-23 | 8 | -18/+200 |
|/ / / / / | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-22 | 18 | -74/+214 |
| | | | | | |||||
* | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-21 | 10 | -4/+20 |
| | | | | | |||||
* | | | | | Merge pull request #14278 from owncloud/fix-index | Lukas Reschke | 2015-02-20 | 2 | -16/+277 |
|\ \ \ \ \ | | | | | | | | | | | | | Check if the offset exists before accessing | ||||
| * | | | | | Check if the offset exists before accessing | Lukas Reschke | 2015-02-17 | 2 | -16/+277 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This checks if the offset exists before accessing it and also adds unit tests to this function which would have catched this before :see_no_evil: Fixes https://github.com/owncloud/core/issues/14277 | ||||
* | | | | | | Merge pull request #13645 from owncloud/fix-breadcrumb-backslash | Morris Jobke | 2015-02-20 | 4 | -1/+32 |
|\ \ \ \ \ \ | | | | | | | | | | | | | | | Parse backslash as directory separator in breadcrumb | ||||
| * | | | | | | apply backslash fix to _setCurrentDir | Thomas Müller | 2015-02-19 | 2 | -1/+6 |
| | | | | | | | |||||
| * | | | | | | Parse backslash as directory separator in breadcrumb | Lukas Reschke | 2015-01-24 | 2 | -0/+26 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This will parse backslashes as directory separators in breadcrumbs. Thus when accessing something like `/index.php/apps/files?dir=foo\foo` the breadcrumb will properly resolve this instead of showing `foo\foo` Fixes https://github.com/owncloud/core/issues/13643 | ||||
* | | | | | | | [tx-robot] updated from transifex | Jenkins for ownCloud | 2015-02-20 | 256 | -120/+2308 |
| | | | | | | |