aboutsummaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #14502 from owncloud/failing-mysql-master-testsThomas Müller2015-02-263-3/+16
|\ | | | | Failing mysql master tests
| * Sort the array to be sureJoas Schilling2015-02-261-1/+8
| |
| * Reset the group backend aswellJoas Schilling2015-02-251-1/+7
| |
| * Extend the class so the Filesystem is cleaned upJoas Schilling2015-02-251-1/+1
| |
* | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2672-76/+92
| |
* | Merge pull request #14509 from owncloud/fix/14231Lukas Reschke2015-02-251-1/+7
|\ \ | | | | | | Show 404 page when accessing empty share URL
| * | Show 404 page when accessing empty share URLLukas Reschke2015-02-251-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/masterLukas Reschke2015-02-251-1/+1
|\ \ \ | |/ / |/| | Message clean-up
| * | Typo: Missing "n"cmeh2015-02-241-1/+1
| | | | | | | | | A missing "n" was added in line 63.
* | | Merge pull request #10735 from owncloud/use_remote_addrRobin McCorkell2015-02-251-1/+1
|\ \ \ | |_|/ |/| | Use getRemoteAddress which supports reverse proxies
| * | Use getRemoteAddress which supports reverse proxiesLukas Reschke2015-02-241-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-docsThomas Müller2015-02-251-2/+70
|\ \ \ | | | | | | | | Add some PHPDocs
| * | | Add some PHPDocsLukas Reschke2015-02-241-2/+70
| |/ / | | | | | | | | | My IDE was crying...
* | | Merge pull request #14460 from owncloud/revive/12971Thomas Müller2015-02-251-3/+15
|\ \ \ | | | | | | | | Add support for sftp custom port
| * | | Fix code style as per reviewLukas Reschke2015-02-241-2/+2
| | | |
| * | | Add support for sftp custom portSA2015-02-241-3/+15
| |/ /
* | | Merge pull request #14475 from owncloud/fix-ext-owncloudRobin McCorkell2015-02-252-2/+10
|\ \ \ | | | | | | | | Fix bugs in ownCloud external storage
| * | | Fix bugs in ownCloud external storageRobin McCorkell2015-02-252-2/+10
| | | |
* | | | Merge pull request #14151 from owncloud/update-sabre2.1Thomas Müller2015-02-253-299/+33
|\ \ \ \ | | | | | | | | | | Sabre Update to 2.1
| * | | | Remove locks plugin.Thomas Müller2015-02-252-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 PluginLukas Reschke2015-02-231-1/+2
| | | | |
| * | | | Removed broken webdav testsVincent Petry2015-02-231-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.1Vincent Petry2015-02-233-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 transifexJenkins for ownCloud2015-02-2512-118/+150
| |/ / / |/| | |
* | | | Merge pull request #14068 from owncloud/autotest-external-sftpThomas Müller2015-02-243-4/+105
|\ \ \ \ | | | | | | | | | | [files_external] sftp tests
| * | | | [files_external] sftp testsMorris Jobke2015-02-103-4/+105
| | | | |
* | | | | Merge pull request #13740 from owncloud/fix-12190-2Lukas Reschke2015-02-245-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 termArthur Schiwon2015-01-293-1/+5
| | | | | |
| * | | | | :lipstick:Arthur Schiwon2015-01-281-4/+4
| | | | | |
| * | | | | fix counting of users in primary groupArthur Schiwon2015-01-282-24/+69
| | | | | |
| * | | | | inlcude AD primary group in user filter, if a group is selected. fixes #12190Arthur Schiwon2015-01-281-2/+12
| | | | | |
* | | | | | Fix code that never workedLukas Reschke2015-02-241-1/+1
| |_|_|/ / |/| | | | | | | | | | | | | | Introduced with https://github.com/owncloud/core/commit/1df8a5a774ae5d665849daf74540d967826d5e11 in February 2013…
* | | | | Merge pull request #14419 from owncloud/preview_apostrophe_fixJoas Schilling2015-02-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | fix issue with previews not being displayed if filename contains apostrophe
| * | | | | fix issue with previews not being displayed if filename contains apostropheGeorg Ehrke2015-02-221-2/+2
| | | | | |
* | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-244-8/+92
| |_|_|/ / |/| | | |
* | | | | Merge pull request #14439 from owncloud/fix-ajax-files-externalLukas Reschke2015-02-231-1/+1
|\ \ \ \ \ | | | | | | | | | | | | Fix Ajax type casting for files_external
| * | | | | Fix Ajax type casting for files_externalRobin McCorkell2015-02-231-1/+1
| | | | | |
* | | | | | Merge pull request #13829 from owncloud/appmanager-listVincent Petry2015-02-231-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | Better caching for enabled apps
| * | | | | Dont fatal error test when encryption is enabledRobin Appelman2015-02-171-2/+2
| | | | | |
* | | | | | Merge pull request #14403 from owncloud/update-license-headersThomas Müller2015-02-23273-2602/+4995
|\ \ \ \ \ \ | | | | | | | | | | | | | | Update license headers
| * | | | | | Updating license headersJenkins for ownCloud2015-02-23273-2602/+4995
| | |/ / / / | |/| | | |
* / | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-238-18/+200
|/ / / / /
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2218-74/+214
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-02-2110-4/+20
| | | | |
* | | | | Merge pull request #14278 from owncloud/fix-indexLukas Reschke2015-02-202-16/+277
|\ \ \ \ \ | | | | | | | | | | | | Check if the offset exists before accessing
| * | | | | Check if the offset exists before accessingLukas Reschke2015-02-172-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-backslashMorris Jobke2015-02-204-1/+32
|\ \ \ \ \ \ | | | | | | | | | | | | | | Parse backslash as directory separator in breadcrumb
| * | | | | | apply backslash fix to _setCurrentDirThomas Müller2015-02-192-1/+6
| | | | | | |
| * | | | | | Parse backslash as directory separator in breadcrumbLukas Reschke2015-01-242-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 transifexJenkins for ownCloud2015-02-20256-120/+2308
| | | | | | |