summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Parse share owner from Webdav to display in UIVincent Petry2015-11-221-1/+21
| * | | | Query tags/favorite through Webdav in file listVincent Petry2015-11-224-14/+118
| * | | | Make public link share page work with Webdav and add operationsVincent Petry2015-11-226-117/+35
| * | | | Make files app use Webdav for most operationsVincent Petry2015-11-2222-1470/+828
| * | | | Added OC.Files.Client Webdav-based files clientVincent Petry2015-11-227-5/+1533
| * | | | Add evert's davclient.js + es6-promise + IE8 workaroundVincent Petry2015-11-2213-5/+1591
* | | | | Merge pull request #20524 from owncloud/pgsql-version-check-errorThomas Müller2015-11-231-6/+3
|\ \ \ \ \
| * | | | | assume pgsql >=9 if checking the version failsRobin Appelman2015-11-161-6/+3
* | | | | | Merge pull request #20558 from owncloud/remove-path-from-shared-withThomas Müller2015-11-231-0/+1
|\ \ \ \ \ \
| * | | | | | Unset `path` for shared with meLukas Reschke2015-11-171-0/+1
* | | | | | | Merge pull request #20559 from owncloud/settings_app_to_controllerThomas Müller2015-11-236-71/+226
|\ \ \ \ \ \ \
| * | | | | | | Moved changedisplayname to usercontrollerRoeland Jago Douma2015-11-206-71/+226
* | | | | | | | Merge pull request #20649 from owncloud/scrutinizer-patch-1Thomas Müller2015-11-2311-20/+30
|\ \ \ \ \ \ \ \
| * | | | | | | | Scrutinizer Auto-FixesScrutinizer Auto-Fixer2015-11-2011-20/+30
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge pull request #20633 from owncloud/symfony_console_2.7.4Thomas Müller2015-11-231-0/+0
|\ \ \ \ \ \ \ \
| * | | | | | | | [3rdparty] Bump for symfony/console-2.7.4Roeland Jago Douma2015-11-231-0/+0
| | |_|_|_|/ / / | |/| | | | | |
* / | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2316-18/+66
|/ / / / / / /
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2224-6/+84
* | | | | | | [tx-robot] updated from transifexJenkins for ownCloud2015-11-2120-8/+62
|/ / / / / /
* | | | | | Merge pull request #20641 from owncloud/files_external_missing_backendThomas Müller2015-11-201-11/+20
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | dont die if the external storage backend doesn't existRobin Appelman2015-11-201-11/+20
* | | | | | Merge pull request #20614 from owncloud/use-mocks-when-testing-isSharingDisab...Thomas Müller2015-11-208-44/+49
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Adjust PHPDoc as suggestedThomas Müller2015-11-203-3/+3
| * | | | | Fix failing unit test :skull:Thomas Müller2015-11-192-16/+2
| * | | | | Use mocks when testing isSharingDisabledForUserThomas Müller2015-11-196-41/+60
| | |_|_|/ | |/| | |
* | | | | Merge pull request #14077 from owncloud/autotest-external-swiftThomas Müller2015-11-2010-74/+276
|\ \ \ \ \
| * | | | | fix ip detection for swift-cephRobin Appelman2015-11-161-1/+1
| * | | | | Skip Swift stat testRobin McCorkell2015-10-201-0/+4
| * | | | | Don't attempt to run tests unless start file is successfulRobin McCorkell2015-10-202-41/+46
| * | | | | Detect Docker initialization properlyRobin McCorkell2015-10-206-24/+96
| * | | | | Make Swift test robust if container didn't existRobin McCorkell2015-10-201-9/+13
| * | | | | Replace Swift Docker test with Ceph imageRobin McCorkell2015-10-202-22/+38
| * | | | | [files_external] swift testsMorris Jobke2015-10-203-5/+106
* | | | | | Merge pull request #20624 from owncloud/clean_3rparty_testsThomas Müller2015-11-201-0/+0
|\ \ \ \ \ \
| * | | | | | Bump 3rdparty. No longer ship tests dirsRoeland Jago Douma2015-11-201-0/+0
|/ / / / / /
* | | | | / [tx-robot] updated from transifexJenkins for ownCloud2015-11-20122-134/+26
| |_|_|_|/ |/| | | |
* | | | | Merge pull request #20034 from owncloud/icewind_streams_0.3.0Thomas Müller2015-11-192-0/+9
|\ \ \ \ \
| * | | | | Follow the interface againRoeland Jago Douma2015-11-191-0/+9
| * | | | | Bump 3rdparty for icewind/streams-0.3.0Roeland Jago Douma2015-11-191-0/+0
| | |/ / / | |/| | |
* | | | | Merge pull request #20615 from owncloud/systemtag-fix-method-nameThomas Müller2015-11-191-1/+1
|\ \ \ \ \
| * | | | | Adjust the method name to reflect it's behaviourJoas Schilling2015-11-191-1/+1
* | | | | | Merge pull request #20611 from owncloud/files-newmenuremovetextfileThomas Müller2015-11-192-34/+59
|\ \ \ \ \ \
| * | | | | | Remove "Text file" entry in the "+" menuVincent Petry2015-11-192-34/+59
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #20355 from owncloud/add-carddav-sharingThomas Müller2015-11-1912-7/+652
|\ \ \ \ \ \
| * | | | | | Adding an existing sharee is idempotentThomas Müller2015-11-192-10/+30
| * | | | | | Implement CSRF protectionThomas Müller2015-11-193-1/+26
| * | | | | | Addressbook sharing added based on a simplified approach which is based on ca...Thomas Müller2015-11-1910-5/+605
| |/ / / / /
* | | | | | Merge pull request #20603 from owncloud/joblist--more-robustThomas Müller2015-11-191-12/+24
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Make the JobList test more robust by sorting the result of getAll before comp...Joas Schilling2015-11-191-12/+24
* | | | | | Merge pull request #20563 from owncloud/systemtags-interfaceThomas Müller2015-11-195-0/+352
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |