Commit Graph

126 Commits (e29038414dbf092ef2a8711c6962da660ed2ddf0)

Author SHA1 Message Date
Carl Schwan e21b7d1121 feat: Add generate session token to CsrfTokenManager 4 weeks ago
Carl Schwan c5c3525a6e fix: Allow sanitizeHTML to accept null 4 weeks ago
Carl Schwan 279bface8e refactor: Delete deprecated code from OC_Util 4 weeks ago
Carl Schwan 4caa444f90 refactor(utils): Mark share related methods as deprecated 4 weeks ago
Carl Schwan ab424e20e2 refactor: Deprecate url generator utils 4 weeks ago
Git'Fellow 3bbe0ee570
refactor: use strict operator 1 month ago
Côme Chilliet 78fd649e47
chore: Remove long deprecated methods from OCP 2 months ago
Ferdinand Thiessen 8beba76b75
fix(Util): `getScripts` also need to reorder core translations 2 months ago
Côme Chilliet 3fcb3a962d
fix: Remove useless static property in OCP\Util 3 months ago
Carl Schwan 7fa44717e0
refactor(share): Remove some deprecated method usages 3 months ago
Daniel Kesselberg 83a691709c
refactor: use IEmailValidator.isValid instead of IMailer.validateEmailAddress 8 months ago
Ferdinand Thiessen 660f3f6fd1
refactor: use logical `&&` `||` instead of weak `and` `or` operators 8 months ago
Carl Schwan 6154bfa823 chore(psalm): Fix most issues with the workflowengine 9 months ago
Ferdinand Thiessen 802def31f2
chore: move implementation to non-deprecated OCP\Util from OC_Helper 1 year ago
Ferdinand Thiessen 74bded74a3
refactor: migrate from OC to OCP in public interfaces 1 year ago
Ferdinand Thiessen 1ae3fa4003
chore: replace leagcy OC_Helper calls with OCP\Util 1 year ago
Côme Chilliet 59edcdc537
fix: Fix types for sharingDisabledForUser 1 year ago
Côme Chilliet b2100484c0 fix: Remove some call and references to deprecated OC_Util class 1 year ago
Côme Chilliet 1725d63820 fix: Fix signatures and types in template related classes 1 year ago
Côme Chilliet 2cd90f8281 fix: Replace all usage of OC_Template by the new API 1 year ago
Côme Chilliet f19ddd5525 fix: Add missing ITemplate interface and clean code in Template class 1 year ago
Julius Knorr 606241caeb
chore(legacy): Introduce public version ct plass and drop version methods from OC_Util 2 years ago
provokateurin 9836e9b164
chore(deps): Update nextcloud/coding-standard to v1.3.1 2 years ago
Daniel Kesselberg af6de04e9e
style: update codestyle for coding-standard 1.2.3 2 years ago
Ferdinand Thiessen f4ede27cdb
refactor: Remove deprecated `Util` function for filename validation to `FilenameValidator` 2 years 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 3 years ago
Joas Schilling aa5f037af7
chore: apply changes from Nextcloud coding standards 1.1.1 3 years ago
Côme Chilliet f68d4f7300
Remove deprecated methods Util::writeLog and DIContainer::log 3 years ago
Julius Härtl bd65f1ea28
feat: Add dedicated method to load init scripts 3 years ago
Andrew Summers 6b09a79227
Refactor `OC\Server::getShareManager` 3 years ago
Andrew Summers 7292a8d8fe
Refactor `OC\Server::getMailer` 3 years ago
Andrew Summers f80282a5ed
Refactor `OC\Server::getL10NFactory` 3 years ago
Andrew Summers 1470a7294b
Refactor `OC\Server::getCsrfTokenManager` 3 years ago
Robin Appelman 1df33256be add core fileclient script before others 3 years ago
Robin Appelman 37e3115cb4 don't always add core/common and core/main during "sorting" 3 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