summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2018-06-04Allow to package the app on macOSMorris Jobke
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2018-05-13Update composer for testsSean Molenaar
2018-05-13Do a full composer install on testsSean Molenaar
2018-05-11Remove development dependencies from archiveSean Molenaar
Also fixes potentially updated packages where they shouldn't be.
2017-08-28Fix check for path to composer, Fixes #213 (#214)Daniel Schaal
2017-07-21Misc makefile fixes (#207)Daniel Schaal
* Only run composer update * Exit with error message when npm is not available * Set composer variable to downloaded file * Use $(MAKE) instead of make * Use simply expanded variables in Makefile
2017-06-18Remove bower, install everything using npm (#197)Daniel Schaal
* Remove bower, install everything using npm Remove js-url and use a simple function to get the query param. * Bundle all js scripts in app.min.js * Move jquery to devDependencies * Remove es6-shim, most common browsers support es6 natively.
2017-06-10Update moment to 2.18Daniel Schaal
momentjs was renamed to moment, update all references
2017-06-06Fix travis build (#178)Daniel Schaal
* Use stable12 branch for travis * Shorten db indices to max 27 characters to satisfy app:check-code * Use precise container, downgrade to psql 9.4 * Create psql role * Fix ContentController test * Fix PageController and StatusService tests * Use OCP\IDBConnection, OCP\IDb was removed * Extend IntegrationTest from \Test\Testcase, use loginAsUser to login * Require phpunit 5, nextcloud tests not compatible with phpunit 6 Change tests to use phpunit from vendor directory
2017-05-13add new apisBernhard Posselt
2016-10-02also add changelog to releaseBernhard Posselt
2016-08-10update makefile9.0.0Bernhard Posselt
2016-07-23removing owncloud references and updating linksBernhard Posselt
2016-04-26remove checks for always valid targetsBernhard Posselt
2016-04-21update makefileBernhard Posselt
2016-04-21fix sign commandBernhard Posselt
2016-04-21only sign when key, cert and occ is foundBernhard Posselt
2016-04-21add code signing to makefileBernhard Posselt
2016-04-20copy to build directory before packagingBernhard Posselt
2016-04-01Add missing Admin.js to MakefileThomas Wouters
The Admin.js file is required to access admin settings. Accessing the admin settings results in an Internal Server Error if the file doesn't exist.
2016-03-29also package command directoryBernhard Posselt
2016-03-28make appstore package smallerBernhard Posselt
2016-03-26also generate coverage when phpunit exists in pathBernhard Posselt
2016-03-26fix copyrightBernhard Posselt
2016-03-26adjust makefileBernhard Posselt
2016-03-26use makefile to run testsBernhard Posselt
2016-03-26skip test for packagingBernhard Posselt
2016-03-26update makefile to not fail if no package.json is presentBernhard Posselt
2016-03-25build both source and appstore packages when running distBernhard Posselt
2016-03-25for building the archive, only clean the archive directoryBernhard Posselt
2016-03-25cleanupBernhard Posselt
2016-03-25cleanupBernhard Posselt
2016-03-25cleanupBernhard Posselt
2016-03-25fix dist commandsBernhard Posselt
2016-03-25add appstore package makefileBernhard Posselt
2016-03-25docsBernhard Posselt
2016-03-25download composer and phpunit to build directoryBernhard Posselt
2016-03-25commentsBernhard Posselt
2016-03-25search package.json in app directory or js directoryBernhard Posselt
2016-03-25try to use local composer if possibleBernhard Posselt
2016-03-25add distcleanBernhard Posselt
2016-03-25add makefile for building the projectBernhard Posselt
2016-02-27update makefile build for appstoreBernhard Posselt
2015-11-12add idea to ignore app store directoriesBernhard Posselt
2015-03-07simplify cachebuster rulesBernhard Posselt
2015-01-27dont use picofeed submoduleBernhard Posselt
2014-11-07move 3rdparty directory to vendor to be more consistent with composer ↵Bernhard Posselt
standard and because we also use js/vendor for third party libs
2014-11-07update makefile4.0.0Bernhard Posselt
2014-11-07update makefileBernhard Posselt
2014-10-22fix testsBernhard Posselt