summaryrefslogtreecommitdiffstats
path: root/apps
Commit message (Collapse)AuthorAgeFilesLines
* Adding more DB groups to test suitsThomas Müller2015-11-3011-4/+70
| | | | Adding more DB groups to test suits
* External storage tests require DB as wellThomas Müller2015-11-3010-0/+70
|
* Adding more test suites to group DBThomas Müller2015-11-301-0/+7
|
* Prevent redefinition warning of PHPUNIT_RUNThomas Müller2015-11-301-1/+3
|
* Apply DB group annotation ...Thomas Müller2015-11-3027-38/+130
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-304-0/+24
|
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-292-0/+2
|
* Fix some PHPDocsLukas Reschke2015-11-281-4/+5
| | | | Some classes included via `use` did not even exist anymore.
* [tx-robot] updated from transifexJenkins for ownCloud2015-11-288-0/+50
|
* Merge pull request #20799 from owncloud/scrutinizer-patch-1Thomas Müller2015-11-288-30/+60
|\ | | | | Scrutinizer Auto-Fixes
| * Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-278-30/+60
| | | | | | | | This commit consists of patches automatically generated for this project on https://scrutinizer-ci.com
* | Merge pull request #20789 from owncloud/scanner-skip-not-availableRobin Appelman2015-11-272-2/+6
|\ \ | |/ |/| Skip unavailable storages in scanner
| * Skip unavailable storages in scannerRobin Appelman2015-11-272-2/+6
| |
* | Merge pull request #20790 from owncloud/deduplicate-trashbin-jobsThomas Müller2015-11-273-26/+12
|\ \ | | | | | | Deduplicate queued trashbin expire jobs
| * | Deduplicate queued trashbin expire jobsMorris Jobke2015-11-273-26/+12
| | | | | | | | | | | | | | | | | | | | | | | | * fixes #20425 * this removes the argument trashbin size from the expire job - it is now calculated in the expire job * the queue now detects properly that the job is already queue and doesn't add it again
* | | Merge pull request #20760 from owncloud/webdav-authredirectfixThomas Müller2015-11-272-1/+31
|\ \ \ | |/ / |/| | Only reject ajax auth if user is really logged out
| * | Only reject ajax auth if user is really logged outVincent Petry2015-11-262-1/+31
| | |
* | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2718-10/+68
| |/ |/|
* | Merge pull request #20702 from owncloud/move-user-principal-into-subfolderThomas Müller2015-11-269-100/+99
|\ \ | | | | | | Users are available under it's own principal resource named 'principa…
| * | Fix principal collection for CavDAVTesterThomas Müller2015-11-262-3/+3
| | |
| * | Introduce \OCP\IUser::getEMailAddress()Thomas Müller2015-11-252-39/+21
| | |
| * | Users are available under it's own principal resource named ↵Thomas Müller2015-11-258-65/+82
| | | | | | | | | | | | 'principals/users' this will allow us to introduce e.g. groups as principals (one day) and system specific principals (needed for federation)
* | | Merge pull request #20707 from owncloud/files_external_table_statusThomas Müller2015-11-261-1/+7
|\ \ \ | | | | | | | | Fix status icon styling for external storages
| * | | Fix status icon styling for external storagesRobin Appelman2015-11-241-1/+7
| | | |
* | | | Merge pull request #20731 from owncloud/per-storage-updaterThomas Müller2015-11-263-6/+6
|\ \ \ \ | | | | | | | | | | Make Cache\Updater per storage
| * | | | Make Cache\Updater per storageRobin Appelman2015-11-253-6/+6
| | | | |
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2616-0/+70
| |_|/ / |/| | |
* | | | CardDavBackEnd requires principalBackend on ctorThomas Müller2015-11-252-11/+24
| | | |
* | | | Output owncloud.log to the consoleThomas Müller2015-11-251-0/+4
| | | |
* | | | Adding sync support - including dav testsThomas Müller2015-11-254-2/+1608
| | | |
* | | | Merge pull request #20733 from owncloud/scan-eventsource-no-pathsThomas Müller2015-11-251-8/+0
|\ \ \ \ | | | | | | | | | | Dont output paths in scan.php
| * | | | Dont output paths in scan.phpRobin Appelman2015-11-251-8/+0
| |/ / /
* | | | add icon for Federation appJan-Christoph Borchardt2015-11-251-0/+4
| | | |
* | | | Merge pull request #20712 from owncloud/replace-netcat-phpThomas Müller2015-11-258-81/+71
|\ \ \ \ | | | | | | | | | | Replace shitty netcat use with dedicated PHP script
| * | | | Replace shitty netcat use with dedicated PHP scriptRobin McCorkell2015-11-248-81/+71
| | | | |
* | | | | Merge pull request #20691 from owncloud/share2.0_di_fixesThomas Müller2015-11-253-124/+222
|\ \ \ \ \ | |_|/ / / |/| | | | [Sharing 2.0] di fixes
| * | | | [Sharing 2.0] Use the rootfolder to get the path of a shareRoeland Jago Douma2015-11-243-49/+65
| | | | | | | | | | | | | | | | | | | | | | | | | We need to use the rootfolder here since we also other people than the shareOwner can request a share.
| * | | | [Sharing 2.0] Fix phpdoc etcRoeland Jago Douma2015-11-241-6/+6
| | | | |
| * | | | [Sharing 2.0] Move authentication to the OCS APIRoeland Jago Douma2015-11-243-62/+147
| | | | |
| * | | | [Sharing 2.0] Default share provider only generic DIRoeland Jago Douma2015-11-241-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | No injection of userfolders etc. Only generic DI components (IRootFolder) etc should be used to make sure we can also run this from the cli
| * | | | [Sharing 2.0] Removed unused DI stuffRoeland Jago Douma2015-11-242-26/+23
| | | | | | | | | | | | | | | | | | | | | | | | | The share manager etc should not care about filtering stuff. They should return what is asked for them.
* | | | | Merge pull request #20439 from owncloud/etag-propagate-in-storageThomas Müller2015-11-2515-797/+54
|\ \ \ \ \ | |_|_|_|/ |/| | | | Take submount etag into account for folder etags
| * | | | update testsRobin Appelman2015-11-193-3/+2
| | | | |
| * | | | take the etag of child mounts into account for the folder etagRobin Appelman2015-11-1912-794/+52
| | | | | | | | | | | | | | | | | | | | this replaces shared etag propagation
* | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-25114-120/+246
| | | | |
* | | | | Merge pull request #20636 from owncloud/savre-3.0Thomas Müller2015-11-2410-155/+192
|\ \ \ \ \ | | | | | | | | | | | | sabre/dav 3.0 and related
| * | | | | Adjust sabre changes in coreThomas Müller2015-11-2410-155/+192
| | |_|_|/ | |/| | |
* | | | | Merge pull request #20692 from owncloud/federation_auto_add_serversThomas Müller2015-11-247-4/+171
|\ \ \ \ \ | |_|_|_|/ |/| | | | auto-add ownClouds to the list of trusted servers
| * | | | Remove invalid use statementThomas Müller2015-11-241-1/+0
| | | | |
| * | | | always store server url without a trailing slashBjörn Schießle2015-11-242-3/+20
| | | | |