Commit Graph

102 Commits (2bdc97741cd42843f85750421cba032942d860ed)

Author SHA1 Message Date
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 1 year ago
Ferdinand Thiessen f4ede27cdb
refactor: Remove deprecated `Util` function for filename validation to `FilenameValidator` 1 year ago
John Molakvoæ 0963336fb1
chore: fix missing semi-colon in refactor 2 years ago
John Molakvoæ 98666298c8
chore: fix duplicate php import 2 years ago
Andy Scherzinger dae7c159f7
chore: Add SPDX header 2 years ago
Côme Chilliet ec5133b739 fix: Apply new coding standard to all files 2 years ago
skjnldsv 2c8d410f67 fix: php-cs 2 years ago
Ferdinand Thiessen 1017f4f34a fix: Also expose forbidden filename character in the capabilities 2 years ago
Ferdinand Thiessen 27642d3e6d fix: Enforce forbidden filename characters on backend 2 years ago
Côme Chilliet 1332078be1 Use OCP\Util::getL10N instead of OC::$server->getL10N 2 years ago
John Molakvoæ ceb2d41503
fix(l10n): fix translations for init scripts 2 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 2 years ago
Côme Chilliet f68d4f7300
Remove deprecated methods Util::writeLog and DIContainer::log 2 years ago
Julius Härtl bd65f1ea28
feat: Add dedicated method to load init scripts 2 years ago
Andrew Summers 6b09a79227
Refactor `OC\Server::getShareManager` 2 years ago
Andrew Summers 7292a8d8fe
Refactor `OC\Server::getMailer` 2 years ago
Andrew Summers f80282a5ed
Refactor `OC\Server::getL10NFactory` 2 years ago
Andrew Summers 1470a7294b
Refactor `OC\Server::getCsrfTokenManager` 2 years ago
Robin Appelman 1df33256be add core fileclient script before others 2 years ago
Robin Appelman 37e3115cb4 don't always add core/common and core/main during "sorting" 2 years ago
Christoph Wurst 14719110b9 chore: Replace \OC::$server->query with \OCP\Server::get in /lib 3 years ago
Faraz Samapoor bf38c0a3d1 Refactors "strpos" calls in lib/public to improve code readability. 3 years ago
Daniel Kesselberg 3d3c49774f
chore: remove check for suhosin.executor.func.blacklist 3 years ago
Christoph Wurst f04ff2c6d7
chore(ocp)!: Drop \OCP\Util::linkToPublic 3 years ago
Simon L d55a7c619d Fix typos in lib/public subdirectory 3 years ago
Côme Chilliet c4d90f3e81
Removed catch of ValueError as we cannot know if it’s >2038 or <1970 3 years ago
Côme Chilliet 7a628c0361
Fix 32bits bigint support in Util/OC_Helper 3 years ago
Côme Chilliet 94ecae4ade
Add helper to cast to int|float, fix MemoryInfo on 32bits 3 years ago
J0WI fc97f6847d Replace getSystemValue with getSystemValueString 3 years ago
Côme Chilliet 5347fb02dc Remove some constants and functions which have been long deprecated 3 years ago
Côme Chilliet 4f3b323fba
Move dav utils functions to OCP\Files\DavUtil 3 years ago
Côme Chilliet d90b31401c
Fix OCP\Util documentation blocks 3 years ago
Côme Chilliet b3cd9b5573
Move Dav fileid and permissions logic into OCP\Util to be able to use it for BulkUpload 3 years ago
Carl Schwan 9b8ca9ad1f
Move findBinaryFinder and isFunctionEnabled away from OC_Helper 3 years ago
Carl Schwan 53169890d6 Fix psalm errors fron the end of the baseline file 4 years ago
Carl Schwan a29251e02d Allow to disable password policy enforcement for selected groups 4 years ago
John Molakvoæ 58d516b509
Make sure common and main core scripts are loaded first 4 years ago
Carl Schwan e3a12b3482
Fix psalm issues in theming app 4 years ago
Louis Chemineau 25ade6218a Streamline reseting of private static properties 4 years ago
Louis Chemineau 92e60caa86 Revert "Streamline reseting of private static properties" 4 years ago
Louis Chemineau e50121d4c0 Streamline reseting of private static properties 4 years ago
Louis Chemineau 447cd553b6
Reset $scriptDeps in tests 4 years ago
Jonas Meurer 491bd6260c
Sort app scripts topologically by its dependencies 4 years ago
Jonas Meurer 822daa3c64
Further improve addScript logic, migrate to uksort() 4 years ago
Jonas Meurer 7ec1317b1b
Sort app scripts by dependencies (Fixes: #30278) 4 years ago
John Molakvoæ (skjnldsv) 791d57051a
Adapt tests 4 years ago
John Molakvoæ (skjnldsv) 71a3528510
Allow scripts prioritization based on other apps 4 years ago
Arthur Schiwon d384edc9c6
add method to shorten a string to given byte size to Utils 4 years ago
John Molakvoæ (skjnldsv) 215aef3cbd
Update php licenses 5 years ago
Christoph Wurst 7f3051e5bf Drop \OCP\Util::isIe 5 years ago