- 05 Sep, 2016 4 commits
-
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
Steven Bühner authored
-
- 03 Sep, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 02 Sep, 2016 2 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Exclude Directories
-
- 01 Sep, 2016 3 commits
-
-
Thomas Müller authored
-
Klaas Freitag authored
-
Vincent Petry authored
-
- 31 Aug, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 30 Aug, 2016 11 commits
-
-
Jenkins for ownCloud authored
-
Vincent Petry authored
Integration test on a local storage
-
Vincent Petry authored
Make dist
-
Sergio Bertolín authored
-
Vincent Petry authored
Makefile will rebuild if deps list changed
-
Vincent Petry authored
Prevent error with orphaned shares when updating user mount cache
-
Thomas Müller authored
-
Vincent Petry authored
Prepares a dist folder of owncloud core for release. This updates version.php and removes all non-release files.
-
Vincent Petry authored
Allow space for federated share id search
-
Vincent Petry authored
-
Vincent Petry authored
Deps list being composer.json, etc. Useful when switching branches and rerunning make.
-
- 29 Aug, 2016 10 commits
-
-
Jenkins for ownCloud authored
-
Thomas Müller authored
* Remove subfolder * Add 3rdparty libraries to core composer * No longer load autoloader from 3rdparty * Fix require in OCPSinceChecker * Remove strict mode from phpunit.xml * Adding lib/composer to .gitignore - devs need to run make to get composer and install the 3rdparty components Adding composer.lock file to pin version Adding Makefile Adding make call to Jenkinsfile * Fix unit tests to match sabre vobject version * Use explicit version of cssmin instead of master branch * Update guzzle to 5.3.1 * Fixing composer calls * Fix makefile deps * Moved JS tests to Makefile Use make test-js to run them * Added bower deps in Makefile * Fix makefile * Fix composer phar dep * Remove bogus composer files * bye bye hhvm * Move php-lint to Makefile * Fix test-js * Adjust Jenkinsfile for JS tests * Bye-bye php 5.4 & 5.5 * Move autotest*.sh and buildjsdoc.sh into build sub folder * Adjusted versions in bower.json * Fix bower deps to have fixed versions We should only change/save the versions when manually updating. This way the versions stay locked in place. * Fixed autotest scripts, added jsdoc rule * Added integration tests in Makefile * Fix for test-js makefile dep + other * Makefile vars and adjusted Jenkinsfile Added TEST_DATABASE and TEST_EXTERNAL to specify which env to test in. Adjusted Jenkinsfile * Add make command to update license file headers * Small tweaks in makefile * Add phpunit from composer * Fix composer autoloader Sometimes require_once would return true if the autoloader was already loaded previously from a previous run of PHPUnit * Fixed Makefile dependencies to only build them once This way composer.phar, composer libs, node js and core vendor libs are only fetched once. If make detects that the directory exists, it will skip the step. This is good for faster builds. * Makefile: separate dev and release deps * Fix travis * Handle error when composer was not called
-
Thomas Citharel authored
* Proper work on Publishing * Make little corrections Function getPublishedStatus) is not working atm. * Remove unnecessary implementation * Fix publish-url property & getPublishStatus() fct * Remove unnecessary line * Fix annotations * Use ressource ID instead of name * Use urlgenerator to generate an absolute url And pass Config the correct way too * No need to call database twice * Start work on returning CalDAV published calendars * Add new root collection public-calendars which holds all public calendars * Allow not-authenticated access to specific urls * Fix requests for browser plugin as well as for the public calendar root folder * Dirty hack to disable dav plugins on public calendar urls * Fix DB call for MySQL databases * correct get published status and minor fixes * Fix some tests * Fix wrong way to get publish status * Allow public access to the principals/system/public * Disable OPTIONS handling - done by sabre * a few tests * fix plugin test * fix unpublishing test * fix things (indentation, tests, comments, backend custom implementation * fix indent once and for all * move getPublicCalendar inside the caldav backend * fix some bracket positions * Add publicuri to oc_dav_shares table and start working with it * test serializer * fix getChild() * add space between calendarname and owner name * add can-be-published property * add missing tests * fix can-be-published * use AllowedSharingModes for can-be-published & can-be-shared * add calendarserver-sharing to the list of advertised features * Add test for PublicCalendarRoot
-
Vincent Petry authored
-
Vincent Petry authored
-
root authored
extended case: search at any place of the path given adding case insensitiveness added suggestions and improvements removed unnecessary function parameter new approach according the rethinking fixed code and unit tests update comments improved code, added calls for trashbin copyFromStorage
-
Martin authored
-
root authored
extended case: search at any place of the path given adding case insensitiveness added suggestions and improvements removed unnecessary function parameter new approach according the rethinking fixed code and unit tests update comments improved code, added calls for trashbin copyFromStorage
-
Vincent Petry authored
-
Raghu Nayyar authored
-
- 28 Aug, 2016 1 commit
-
-
Jenkins for ownCloud authored
-
- 26 Aug, 2016 7 commits
-
-
Jenkins for ownCloud authored
-
VicDeo authored
always return numeric storage id as int, also check type equality in test asserts
-
VicDeo authored
Fix redirection taking care of protocol and port
-
Juan Pablo Villafáñez authored
-
Vincent Petry authored
Choose button remains disabled unless files are chosen
-
Sujith Haridasan authored
from filepicker This is will help user to understand that you can only click choose button once the files are selected from the file picker. This addresses the solution for issue 16106 Signed-off-by:
Sujith Haridasan <Sujith_Haridasan@mentor.com>
-
Sergio Bertolín authored
-