58 Commits (3e9bd97ce4eb779467ff659d760b55683a186690)

Autor SHA1 Nachricht Datum
  Christoph Wurst 5bf3d1bb38
Update license headers vor 4 Jahren
  Estelle Poulin b149c047b7 Add note for Docker users running console vor 5 Jahren
  Michael Weimann c164409ee7
Adds a memory limit warning for console commands if the limit is below the recommended value vor 5 Jahren
  Roeland Jago Douma b8af7ee9bc
Nextcloud 13 is not compatible with newer than php 7.2 vor 6 Jahren
  Morris Jobke 0eebff152a
Update license headers vor 6 Jahren
  Lukas Reschke e9ab7e4fc6
Brand it :see_no_evil: vor 6 Jahren
  Ko- 0024b67aaf Check that set_time_limit is not disabled before calling it vor 7 Jahren
  Robin Appelman 65ace7c5a7
handle errors in apps while registering commands vor 7 Jahren
  Morris Jobke 6df90909f0
Nextcloud runs only on PHP 5.6+ vor 7 Jahren
  RealRancor 14b1d946a8
Remove checks whether OC is running on Windows pt. 2 vor 7 Jahren
  Patrick Paysant 81d0c47244
console.log now returns 1 instead of 0 on all errors vor 7 Jahren
  Joas Schilling f3319f6294
Allow to call the files even when you are in another instance atm vor 7 Jahren
  Joas Schilling ba87db3fcc
Fix others vor 8 Jahren
  Morris Jobke c2d88a08b7
Remove unneeded checks if it runs on a Windows machine vor 8 Jahren
  Lukas Reschke aba539703c
Update license headers vor 8 Jahren
  Thomas Müller 6a6fc742dc Catch class Error on all root entrypoints vor 8 Jahren
  Thomas Müller c609abf075
In case of fatal php errors and other unhandled exceptions no html error page is expected to be displayed in the console vor 8 Jahren
  Lukas Reschke 933f60e314 Update author information vor 8 Jahren
  Morris Jobke 4f60ee90d6 Don't show PCNTL warning if --no-warnings is passed vor 8 Jahren
  Victor Dubiniuk 972e0c62b3 Add global --no-warning option to occ in order not to pollute output with warnings vor 8 Jahren
  Morris Jobke 244118580a Fix typo vor 8 Jahren
  Joas Schilling 97b907335a Dispatch an event when a console command is run vor 8 Jahren
  Thomas Müller 79d2f3186c Add startup warning that the PCNTL extensions are missing vor 8 Jahren
  Thomas Müller 682821c71e Happy new year! vor 8 Jahren
  Edward Crompton 6d7a5e002c Whitespace correction vor 8 Jahren
  Edward Crompton 6c096ec2b4 Removing the . from the end of the help response to match convention set by other messages vor 8 Jahren
  Edward Crompton 61a7728096 Adding a more helpful error message for when occ is run at the console as the wrong user vor 8 Jahren
  Morris Jobke b8ceae68d5 occ command can only be called from ownCloud root directory vor 8 Jahren
  Morris Jobke b945d71384 update licence headers via script vor 8 Jahren
  Philippe Le Brouster 12b751ddc9 Fix the config.php owner check for console.php vor 9 Jahren
  Morris Jobke f63915d0c8 update license headers and authors vor 9 Jahren
  Lukas Reschke 4c0a8d327d Add warning to OCC as well in case another PHP version is used there vor 9 Jahren
  Jost Baron 47ddd1794b Fix error message when wrong user on console vor 9 Jahren
  Thomas Müller 890a18e1a6 Introduce own console application class vor 9 Jahren
  Thomas Müller f099c9883e Adding check command to validate server environment - fixes #15429 vor 9 Jahren
  Jenkins for ownCloud b585d87d9d Update license headers vor 9 Jahren
  Christian Kampka bf01327cd0 Don't swallow errors in console.php vor 9 Jahren
  Morris Jobke 06aef4e8b1 Revert "Updating license headers" vor 9 Jahren
  Thomas Müller bcd10d3dc5 implement command maintenance:install vor 9 Jahren
  Jenkins for ownCloud 6a1a4880f0 Updating license headers vor 9 Jahren
  Thomas Müller 036a8e3c1f console commands shall not be limited with respect to execution time - fixes #14156 vor 9 Jahren
  Thomas Müller 1f01552325 Check for the posix extension - refs https://github.com/owncloud/core/pull/13282#issuecomment-69602645 vor 9 Jahren
  Thomas Müller 793e1e8d6e Check for current user to have the same id then the owner of the config file - fixes #12307 vor 9 Jahren
  Vincent Petry 2b1cd84fcc Do not load apps when an upgrade is due vor 10 Jahren
  Thomas Müller 6929549dad adding try/catch + switch to config object as provided by the server container vor 10 Jahren
  Thomas Müller 8b86b94d47 call OC_App::loadApps(); to load all commands of all apps and related functionality vor 10 Jahren
  Thomas Müller 0db5fead8e remove some more global variable $RUNTIME_NOAPPS vor 10 Jahren
  Bart Visscher a9ea99e93d Add copyright, remove starting blank line vor 10 Jahren
  Bart Visscher f58fefe5e2 Check all installed apps for console commands vor 10 Jahren
  Bart Visscher 666bbbe060 Use appinfo/register_command.php to add commands to the console command vor 10 Jahren