| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix small typo | Carl Schwan | 2022-06-01 | 1 | -1/+1 |
* | Improve warning about missing pnctl | Carl Schwan | 2022-05-24 | 1 | -1/+2 |
* | Update php licenses | John Molakvoæ (skjnldsv) | 2021-06-04 | 1 | -1/+0 |
* | Fix unit tests | Joas Schilling | 2021-04-27 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2020-12-30 | 1 | -0/+1 |
* | Merge pull request #22916 from J0WI/unifiy-links-to-php.net | Roeland Jago Douma | 2020-12-22 | 1 | -2/+2 |
|\ |
|
| * | Unify links to php.net | J0WI | 2020-09-17 | 1 | -2/+2 |
* | | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -2/+1 |
* | | Adjust sudo command to UID instead of username | hoellen | 2020-10-06 | 1 | -1/+1 |
* | | Remove posix_getpwuid and compare only userid | hoellen | 2020-10-06 | 1 | -7/+7 |
|/ |
|
* | Update license headers for 19 | Christoph Wurst | 2020-04-29 | 1 | -0/+1 |
* | Use elseif instead of else if | Christoph Wurst | 2020-04-10 | 1 | -1/+1 |
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -2/+4 |
* | Add note for Docker users running console | Estelle Poulin | 2019-01-03 | 1 | -0/+1 |
* | Adds a memory limit warning for console commands if the limit is below the re... | Michael Weimann | 2018-08-20 | 1 | -1/+7 |
* | Nextcloud 13 is not compatible with newer than php 7.2 | Roeland Jago Douma | 2017-12-12 | 1 | -8/+2 |
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+4 |
* | Brand it :see_no_evil: | Lukas Reschke | 2017-08-11 | 1 | -3/+3 |
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+3 |
* | handle errors in apps while registering commands | Robin Appelman | 2016-11-24 | 1 | -1/+1 |
* | Nextcloud runs only on PHP 5.6+ | Morris Jobke | 2016-10-25 | 1 | -4/+4 |
* | Remove checks whether OC is running on Windows pt. 2 | RealRancor | 2016-10-24 | 1 | -1/+1 |
* | console.log now returns 1 instead of 0 on all errors | Patrick Paysant | 2016-10-21 | 1 | -3/+3 |
* | Allow to call the files even when you are in another instance atm | Joas Schilling | 2016-10-06 | 1 | -1/+1 |
* | Fix others | Joas Schilling | 2016-07-21 | 1 | -5/+3 |
* | Remove unneeded checks if it runs on a Windows machine | Morris Jobke | 2016-07-08 | 1 | -14/+12 |
* | Update license headers | Lukas Reschke | 2016-05-26 | 1 | -2/+1 |
* | Catch class Error on all root entrypoints | Thomas Müller | 2016-04-20 | 1 | -0/+2 |
* | In case of fatal php errors and other unhandled exceptions no html error page... | Thomas Müller | 2016-04-18 | 1 | -3/+8 |
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -0/+2 |
* | Don't show PCNTL warning if --no-warnings is passed | Morris Jobke | 2016-02-25 | 1 | -1/+1 |
* | Add global --no-warning option to occ in order not to pollute output with war... | Victor Dubiniuk | 2016-02-19 | 1 | -1/+2 |
* | Fix typo | Morris Jobke | 2016-02-11 | 1 | -1/+1 |
* | Dispatch an event when a console command is run | Joas Schilling | 2016-02-05 | 1 | -1/+1 |
* | Add startup warning that the PCNTL extensions are missing | Thomas Müller | 2016-02-01 | 1 | -0/+4 |
* | Happy new year! | Thomas Müller | 2016-01-12 | 1 | -1/+2 |
* | Whitespace correction | Edward Crompton | 2016-01-04 | 1 | -1/+1 |
* | Removing the . from the end of the help response to match convention set by o... | Edward Crompton | 2016-01-04 | 1 | -1/+1 |
* | Adding a more helpful error message for when occ is run at the console as the... | Edward Crompton | 2016-01-04 | 1 | -1/+2 |
* | occ command can only be called from ownCloud root directory | Morris Jobke | 2015-12-17 | 1 | -0/+10 |
* | update licence headers via script | Morris Jobke | 2015-10-05 | 1 | -0/+1 |
* | Fix the config.php owner check for console.php | Philippe Le Brouster | 2015-07-09 | 1 | -1/+1 |
* | update license headers and authors | Morris Jobke | 2015-06-25 | 1 | -1/+2 |
* | Add warning to OCC as well in case another PHP version is used there | Lukas Reschke | 2015-05-08 | 1 | -0/+8 |
* | Fix error message when wrong user on console | Jost Baron | 2015-04-28 | 1 | -2/+2 |
* | Introduce own console application class | Thomas Müller | 2015-04-09 | 1 | -32/+4 |
* | Adding check command to validate server environment - fixes #15429 | Thomas Müller | 2015-04-08 | 1 | -0/+13 |
* | Update license headers | Jenkins for ownCloud | 2015-03-26 | 1 | -4/+21 |
* | Don't swallow errors in console.php | Christian Kampka | 2015-02-28 | 1 | -0/+1 |
* | Revert "Updating license headers" | Morris Jobke | 2015-02-26 | 1 | -19/+5 |