aboutsummaryrefslogtreecommitdiffstats
path: root/lib/private/legacy
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Fix UtilTest::testDefaultApps()Daniel Rudolf2021-07-011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | Oh wow... This definitly was no best practice... :unamused: Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | Remove \OC::$server->getURLGenerator() usageDaniel Rudolf2021-07-011-1/+2
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | Remove unused importsDaniel Rudolf2021-06-301-1/+0
| | | | | | | | | | | | | | | | Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
| * | | Add IUrlGenerator::linkToDefaultPageUrl()Daniel Rudolf2021-06-301-39/+1
| | | | | | | | | | | | | | | | | | | | | | | | Replaces the deprecated \OC_Util::getDefaultPageUrl() and makes this API public. Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
* | | | Merge pull request #28939 from nextcloud/bugfix/noid/dont-setup-disabled-usersLukas Reschke2021-10-041-0/+6
|\ \ \ \ | | | | | | | | | | Don't further setup disabled users when logging in with apache
| * | | | Don't further setup disabled users when logging in with apacheJoas Schilling2021-09-231-0/+6
| | |_|/ | |/| | | | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* / | | Add admin privilege delegation for admin settingsCarl Schwan2021-09-291-4/+5
|/ / / | | | | | | | | | | | | | | | | | | This makes it possible for selected groups to access some settings pages. Signed-off-by: Carl Schwan <carl@carlschwan.eu>
* | | Merge pull request #28473 from nextcloud/fix-file-get-contentsChristoph Wurst2021-08-251-1/+1
|\ \ \ | | | | | | | | Fix path of `file_get_contents`
| * | | Avoid usage of Nextcloud API, use PHP functionacsfer2021-08-181-1/+1
| | | |
| * | | Fix path of `file_get_contents`acsfer2021-08-171-1/+1
| | |/ | |/| | | | | | | | | | Try to fix #28370 and #27441 Avoid pre-pends the `$path` to the user's own storage.
* | | Remove unused methodDaniel Kesselberg2021-08-181-10/+0
| | | | | | | | | | | | Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
* | | Fix #20913: Check image resource before attempting to preserve alphaSimon Spannagel2021-08-181-6/+14
|/ / | | | | | | Signed-off-by: Simon Spannagel <simonspa@kth.se>
* | Merge pull request #26481 from ghost/fdroidJulius Härtl2021-07-131-0/+14
|\ \
| * | Add F-DroidHouraisanNEET2021-07-041-0/+14
| | | | | | | | | | | | Signed-off-by: HouraisanNEET <HouraisanNEET@users.noreply.github.com>
* | | Migrate HintException to OCPGary Kim2021-06-302-7/+9
| |/ |/| | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | Use proper methods for display name retrievalMorris Jobke2021-06-171-26/+0
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Fix default product name for old themesMorris Jobke2021-06-161-0/+9
| | | | | | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* | Update php licensesJohn Molakvoæ (skjnldsv)2021-06-0415-40/+5
| | | | | | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* | Merge pull request #27088 from nextcloud/fix/27074/removing-appsJohn Molakvoæ2021-06-021-4/+0
|\ \ | | | | | | Allow removing apps with app store disabled
| * | Allow removing apps with app store disabledGary Kim2021-05-241-4/+0
| | | | | | | | | | | | Signed-off-by: Gary Kim <gary@garykim.dev>
* | | l10n: Spelling unificationValdnet2021-06-021-1/+1
| | | | | | | | | | | | | | | | | | Spelling unification in Transifex. Signed-off-by: Valdnet <47037905+Valdnet@users.noreply.github.com>
* | | emit UserLoggedInEvent on apache authArthur Schiwon2021-06-011-0/+12
| | | | | | | | | | | | | | | | | | - post_login OC_Hook is barely used or listened to Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
* | | Merge pull request #27043 from nextcloud/storage-info-include-externalMorris Jobke2021-05-251-6/+15
|\ \ \ | |/ / |/| | fix return value of getStorageInfo when 'quota_include_external_storage' is enabled
| * | fix return value of getStorageInfo when 'quota_include_external_storage' is ↵Robin Appelman2021-05-201-6/+15
| | | | | | | | | | | | | | | | | | enabled Signed-off-by: Robin Appelman <robin@icewind.nl>
* | | Merge pull request #26727 from nextcloud/group-exclude-link-shareMorris Jobke2021-05-211-29/+11
|\ \ \ | | | | | | | | Add option to exclude groups from creating link shares
| * | | load share settings from the share manager in more placesRobin Appelman2021-05-121-29/+11
| |/ / | | | | | | | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* / / l10n: Unify spellingValdnet2021-05-201-2/+2
|/ / | | | | Spelling unification in Nextcloud applications.
* | Don't break OCC if an app is breaking in it's Application classJoas Schilling2021-05-051-1/+8
| | | | | | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* | Fix unit testsJoas Schilling2021-04-271-3/+3
|/ | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* Cleanup unneeded code around database.xmlMorris Jobke2021-03-241-50/+0
| | | | Signed-off-by: Morris Jobke <hey@morrisjobke.de>
* Bye bye database.xmlJoas Schilling2021-03-241-6/+7
| | | | Signed-off-by: Joas Schilling <coding@schilljs.com>
* log full expection during repair stepRobin Appelman2021-03-181-1/+2
| | | | Signed-off-by: Robin Appelman <robin@icewind.nl>
* Remove deprecated \OCP\APIRoeland Jago Douma2021-03-031-5/+5
| | | | | | | | Time to remove this forgood now. Remaining constant moved over The world is a tiny bit better Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump nextcloud/coding-standard from 0.3.0 to 0.5.0dependabot-preview[bot]2021-02-181-1/+1
| | | | | | | | | | Bumps [nextcloud/coding-standard](https://github.com/nextcloud/coding-standard) from 0.3.0 to 0.5.0. - [Release notes](https://github.com/nextcloud/coding-standard/releases) - [Changelog](https://github.com/nextcloud/coding-standard/blob/master/CHANGELOG.md) - [Commits](https://github.com/nextcloud/coding-standard/compare/v0.3.0...v0.5.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Fix remaining #25359Roeland Jago Douma2021-02-101-5/+5
| | | | | | | | | As a wise man once said: "I like PRs that pass tests before merging" C. Wurst, Feb 9th 2021 Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Type the service registrationChristoph Wurst2021-02-101-3/+3
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Skip template picker if none availableJohn Molakvoæ (skjnldsv)2021-01-281-3/+3
| | | | Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
* Add templatedirectory config value to let admins have their custom templates ↵Julius Härtl2021-01-281-5/+7
| | | | | | by default Signed-off-by: Julius Härtl <jus@bitgrid.net>
* files: Create files from template APIJulius Härtl2021-01-281-0/+3
| | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* Add support for webpRoeland Jago Douma2021-01-191-1/+8
| | | | | | | | | Including handling in OC_Image But also a preview provider Of course only works if your php actually supports webp Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
* Bump doctrine/dbal from 2.12.0 to 3.0.0Christoph Wurst2021-01-084-34/+30
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Replace patchwork/utf8 with symfony-polyfill-*Christoph Wurst2021-01-071-1/+7
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Update license headersChristoph Wurst2020-12-302-0/+2
| | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* Merge pull request #22916 from J0WI/unifiy-links-to-php.netRoeland Jago Douma2020-12-222-4/+4
|\ | | | | Unify links to php.net
| * Unify links to php.netJ0WI2020-09-172-4/+4
| | | | | | | | | | | | Update all links to https://www.php.net/ Signed-off-by: J0WI <J0WI@users.noreply.github.com>
* | Update all license headers for Nextcloud 21Christoph Wurst2020-12-1614-15/+13
| | | | | | | | Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
* | Do not include non-required scripts on the upgrade pageJulius Härtl2020-12-151-1/+1
| | | | | | | | Signed-off-by: Julius Härtl <jus@bitgrid.net>
* | Add sanitizers for JSON outputLukas Reschke2020-12-112-0/+3
| | | | | | | | | | | | | | Those functions set proper content-types that prevent rendering of data. Therefore it's safe to mark them as sanitizers. Signed-off-by: Lukas Reschke <lukas@statuscode.ch>
* | Merge pull request #24398 from nextcloud/fix/do-not-update-incompatible-appJoas Schilling2020-12-091-0/+9
|\ \ | | | | | | Do not update incompatible apps
| * | Do not update incompatible appsChristoph Wurst2020-12-041-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Previously there was no (platform) dependency check for an app that was installed before. So Nextcloud happily upgraded an app that now requires a php version newer than the current one. Which means in the lucky case you see a failing upgrade due to the language incompatibility, or in the unlucky case you see unexpected errors later in production. Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>