Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove unneeded casts that were found by Psalm | Morris Jobke | 2021-01-11 | 1 | -32/+31 |
| | | | | | | In preparation of the update of Psalm from 4.2.1 to 4.3.1+ (see https://github.com/nextcloud/server/pull/24521) Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update all license headers for Nextcloud 21 | Christoph Wurst | 2020-12-16 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Format code to a single space around binary operators | Christoph Wurst | 2020-10-05 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 20 | Christoph Wurst | 2020-08-24 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Adding "The" to the description | Valdnet | 2020-05-13 | 1 | -1/+1 |
| | |||||
* | Format control structures, classes, methods and function | Christoph Wurst | 2020-04-10 | 1 | -1/+0 |
| | | | | | | | | | | | | | | | To continue this formatting madness, here's a tiny patch that adds unified formatting for control structures like if and loops as well as classes, their methods and anonymous functions. This basically forces the constructs to start on the same line. This is not exactly what PSR2 wants, but I think we can have a few exceptions with "our" style. The starting of braces on the same line is pracrically standard for our code. This also removes and empty lines from method/function bodies at the beginning and end. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Unify function spacing to PSR2 recommendation | Christoph Wurst | 2020-04-09 | 1 | -8/+8 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update the license headers for Nextcloud 19 | Christoph Wurst | 2020-03-31 | 1 | -0/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Use the short array syntax, everywhere | Christoph Wurst | 2020-03-26 | 1 | -1/+1 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Update license headers | Christoph Wurst | 2019-12-05 | 1 | -1/+2 |
| | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at> | ||||
* | Some php-cs fixes | Roeland Jago Douma | 2019-11-22 | 1 | -1/+0 |
| | | | | | | | | | | | * Order the imports * No leading slash on imports * Empty line before namespace * One line per import * Empty after imports * Emmpty line at bottom of file Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Remove trailing spaces from localized strings | Morris Jobke | 2019-02-15 | 1 | -4/+4 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Show the repair steps and repair info output in the web for better feedback | Morris Jobke | 2019-01-09 | 1 | -0/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Revert "Wait for cron to finish before running upgrade command" | Morris Jobke | 2018-11-01 | 1 | -5/+1 |
| | | | | | | This reverts commit 18e9631810ad1d3d72c2b4bbee330169808108ad. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Use numeric placeholders if there are multiple, so that RTL languages can ↵ | Joas Schilling | 2018-10-09 | 1 | -1/+1 |
| | | | | | | operate better Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Use ellipsis instead of triple dot | Joas Schilling | 2018-06-22 | 1 | -1/+1 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Wait for cron to finish before running upgrade command | Morris Jobke | 2018-06-19 | 1 | -1/+5 |
| | | | | | | * fixes #9562 Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | move log constants to ILogger | Arthur Schiwon | 2018-04-26 | 1 | -1/+3 |
| | | | | Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de> | ||||
* | Merge pull request #7918 from nextcloud/properly-log-exceptions | Roeland Jago Douma | 2018-01-23 | 1 | -0/+4 |
|\ | | | | | Properly log the full exception instead of only the message | ||||
| * | Properly log the full exception instead of only the message | Morris Jobke | 2018-01-23 | 1 | -0/+4 |
| | | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Merge pull request #7354 from nextcloud/refacor-update-page-print | blizzz | 2018-01-22 | 1 | -1/+1 |
|\ \ | |/ |/| | Refactor method to check if update is needed | ||||
| * | Refactor method to check if update is needed | Morris Jobke | 2017-11-30 | 1 | -1/+1 |
| | | | | | | | | | | | | There was only one call, that actually needed the parameter to be set to true. So this change moved the print of the page to that location and replaces all other occurences with a direct call to the underlying OCP API. Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | | Remove not needed 3rdparty app disabling during upgrade for PHP 5.x | Morris Jobke | 2018-01-19 | 1 | -7/+0 |
|/ | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Get the Installer via DI | Morris Jobke | 2017-11-25 | 1 | -1/+2 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Update license headers | Morris Jobke | 2017-11-06 | 1 | -0/+1 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Stricter phan config fixes | Lukas Reschke | 2017-08-01 | 1 | -1/+5 |
| | | | | Signed-off-by: Lukas Reschke <lukas@statuscode.ch> | ||||
* | Proper logging for appstore updates | Morris Jobke | 2017-05-11 | 1 | -0/+9 |
| | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de> | ||||
* | Check that set_time_limit is not disabled before calling it | Ko- | 2017-03-11 | 1 | -1/+4 |
| | | | | Signed-off-by: Ko- <k.stoffelen@cs.ru.nl> | ||||
* | Move preview endpoint to controller | Roeland Jago Douma | 2016-11-03 | 2 | -115/+0 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Move to AppData | Roeland Jago Douma | 2016-11-03 | 1 | -2/+6 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | New preview generator | Roeland Jago Douma | 2016-11-03 | 2 | -10/+54 |
| | | | | Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl> | ||||
* | Make AppConfig part of the public API | Joas Schilling | 2016-10-21 | 1 | -70/+0 |
| | | | | Signed-off-by: Joas Schilling <coding@schilljs.com> | ||||
* | Check if the file isReadable() before sending a (cached) preview | Joas Schilling | 2016-08-29 | 1 | -0/+2 |
| | |||||
* | Kill ajax/share.php | Roeland Jago Douma | 2016-08-18 | 1 | -375/+0 |
| | | | | | Using this file will insert invalid shares. OCS has to be used exclusively! | ||||
* | Update with robin | Joas Schilling | 2016-07-21 | 4 | -4/+4 |
| | |||||
* | Fix others | Joas Schilling | 2016-07-21 | 4 | -8/+12 |
| | |||||
* | Update license headers | Lukas Reschke | 2016-05-26 | 4 | -7/+7 |
| | |||||
* | Adding progress to web upgrade | Thomas Müller | 2016-04-28 | 1 | -6/+58 |
| | |||||
* | Fix web updater - fixes #24115 | Thomas Müller | 2016-04-20 | 1 | -3/+3 |
| | |||||
* | Merge pull request #23911 from owncloud/split-upgrade-command | Christoph Wurst | 2016-04-18 | 1 | -1/+0 |
|\ | | | | | Move version check code out of class Updater | ||||
| * | Move version check code out of class Updater | Thomas Müller | 2016-04-18 | 1 | -1/+0 |
| | | |||||
* | | Suggest cli based updater in case the instance is bigger - #23913 | Thomas Müller | 2016-04-18 | 1 | -1/+9 |
|/ | |||||
* | Fix verbose output of upgrade command - not progressbar in this case and the ↵ | Thomas Müller | 2016-04-04 | 1 | -0/+5 |
| | | | | schema migration test has one progressbar now for all tables - before we had one progressbar for each table | ||||
* | Add detailed logs hidden and show them on request | Morris Jobke | 2016-04-04 | 1 | -3/+0 |
| | |||||
* | Show individual sql schema migration steps during upgrade - on web as well ↵ | Thomas Müller | 2016-04-04 | 1 | -0/+12 |
| | | | | as on the command line | ||||
* | Generate a valid URL for link notification | Roeland Jago Douma | 2016-03-15 | 1 | -2/+4 |
| | | | | | | fixes #23197 * Updated unit test | ||||
* | Update author information | Lukas Reschke | 2016-03-01 | 1 | -1/+1 |
| | | | | Probably nice for the people that contributed to 9.0 to see themselves in the AUTHORS file :) | ||||
* | Fix on shared groups assignment. | Leonardo Diez | 2016-02-18 | 1 | -1/+1 |
| | |||||
* | Remove modifying calls in ajax/share.php | Roeland Jago Douma | 2016-02-09 | 1 | -86/+0 |
| | | | | | Those calls used the old sharing endpoint that created incompatible shares. Which eventually would lead to some weird bugs. | ||||
* | Revert "setting to skip migration tests by default" | Morris Jobke | 2016-02-03 | 1 | -6/+0 |
| |