summaryrefslogtreecommitdiffstats
path: root/Makefile
AgeCommit message (Collapse)Author
2021-02-02.git dir not allowed by App StoreBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2021-02-02Composer: Remove unneeded files in releasesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-29Remove PHPunit integration testsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-12-08fix xDebugBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-26fix script fails if path doesn't existBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-25Add file_from_env.phpBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-24fix app_public_cert -> app_public_crt, use printfBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-21adjust appstore and build processBenjamin Brahmer
Signed-off-by: Benjamin Brahmer <info@b-brahmer.de>
2020-10-09Fix minor issues, prepare for foreign keys and check feedsSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-09-13Test GH actions flowSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-26Cleanup appinfo filesSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2020-08-25Add phpstan checksSean Molenaar
Signed-off-by: Sean Molenaar <sean@seanmolenaar.eu>
2019-03-29remove coverage from integration run, upload to codecovBenjamin Brahmer
2019-03-14Have dist also reinstall dependencies (#432)Sean Molenaar
2019-03-06Fix generation commands and make them available in ./occ (#402)Sean Molenaar
2019-01-30Parser: Switch to feedIO for parsing instead of picoFeedSean Molenaar
2018-12-14Define an official codestyle and adhere to it.Sean Molenaar
2018-10-04Do not ship .htaccess filesRoeland Jago Douma
They get stripped by the server anyways which makes the integrity check fail. Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
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