nextcloud-server/lib/private
Roeland Jago Douma 6e377a9daf
Only parse the locales ones
Before we'd go over the entire list for each translation (so each app)
we'd use translation for. This means we'd also go over thise locale list
(currently containing 750 entries) * apps so often this added up to ~20k
calls.

now we just dump the locales in a set once and then check if the entry
is there.

Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
2020-10-31 15:25:19 +01:00
..
Accounts PSR logger for accounts 2020-10-20 17:41:47 +02:00
Activity Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
App Only retry fetching app store data once every 5 minutes in case it fails 2020-10-16 14:32:58 +02:00
AppFramework Fix type errors detected by Psalm 2020-10-14 15:40:12 +02:00
Archive Add more details if extract fails. 2020-10-22 10:15:46 +02:00
Authentication Type the authentication listeners 2020-10-15 16:43:21 +02:00
Avatar
BackgroundJob Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Broadcast/Events
Cache
Calendar Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Collaboration Bump @nextcloud/vue to 3.0.0 2020-10-20 18:02:45 +02:00
Command
Comments Fix PHP CS 2020-10-22 11:00:54 +02:00
Console
Contacts/ContactsMenu Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Dashboard Log an error if a dashboard widget loads longer than 1 second 2020-09-23 12:14:01 +02:00
DB Psalm fixes 2020-10-30 19:27:53 +01:00
Diagnostics
DirectEditing Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Encryption Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
EventDispatcher Use PSR Logger in event dispatcher 2020-10-08 16:52:56 +02:00
Federation Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Files The file cache entry is array accessible 2020-10-13 10:47:00 +02:00
FullTextSearch Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
GlobalScale
Group Add typed events for adding and removing a subadmin 2020-10-28 21:55:08 +01:00
Hooks Merge pull request #23766 from nextcloud/techdebt/noid/remove-unused-private-emitters 2020-10-29 10:03:36 +01:00
Http Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
IntegrityCheck
L10N Only parse the locales ones 2020-10-31 15:25:19 +01:00
legacy Use lib instead if core as l10n module in OC_Files 2020-10-27 15:37:57 +01:00
Lock Remove @suppress SqlInjectionChecker 2020-09-16 15:53:56 +02:00
Lockdown
Log Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Mail Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Memcache Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Migration Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Notification
OCS Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Preview Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Remote
Repair Add cleanup job for old brutefoce attempts 2020-10-08 19:51:13 +02:00
RichObjectStrings
Route Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Search Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Security Derive encryption key & MAC key from a single key. 2020-10-15 21:23:24 -08:00
Session Silence duplicate session warnings 2020-08-14 05:23:11 +02:00
Settings Remove ISection in favor of IIconSection 2020-10-28 23:05:00 +01:00
Setup Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Share Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Share20 use file name instead of path in 'not allowed to share' message 2020-10-29 16:43:21 +01:00
Support Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
SystemTag Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Tagging Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Template Merge pull request #23478 from nextcloud/fix/21059/fix-deadlock-in-scsscacher 2020-10-16 14:56:43 +02:00
Updater
User Type the \OCP\IUserManager::callForSeenUsers closure with Psalm 2020-10-28 19:21:00 +01:00
UserStatus Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
AllConfig.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
AppConfig.php Fix updates of NULL appconfig values 2020-10-21 10:04:06 +02:00
CapabilitiesManager.php
Color.php
Config.php
ContactsManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
DatabaseException.php
DatabaseSetupException.php
DateTimeFormatter.php
DateTimeZone.php
ForbiddenException.php
HintException.php
InitialStateService.php Move initial state provider to boostrap 2020-10-04 09:35:33 +02:00
Installer.php Add more details if extract fails. 2020-10-22 10:15:46 +02:00
LargeFileHelper.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
Log.php
MemoryInfo.php
NaturalSort_DefaultCollator.php
NaturalSort.php
NavigationManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
NeedsUpdateException.php
NotSquareException.php
PreviewManager.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00
PreviewNotAvailableException.php
RedisFactory.php
Repair.php Add cleanup job for old brutefoce attempts 2020-10-08 19:51:13 +02:00
RepairException.php
Search.php Fix "misplaced variables" warning of Psalm in PHPDoc statements 2020-08-17 17:46:57 +02:00
Server.php Use PSR logger in authentication 2020-10-12 22:07:04 +02:00
ServerContainer.php
ServerNotAvailableException.php
ServiceUnavailableException.php
Setup.php Add htaccess exception for richdocumentscode_arm64 2020-09-17 08:55:15 +02:00
Streamer.php Only disable zip64 if the size is known 2020-09-01 15:01:12 +02:00
SubAdmin.php Add typed events for adding and removing a subadmin 2020-10-28 21:55:08 +01:00
SystemConfig.php
TagManager.php Make sure getUsersFavoritingObject can be run without a user 2020-10-06 16:49:23 +02:00
Tags.php Merge pull request #23184 from nextcloud/bugfix/noid/make-sure-getUsersFavoritingObject-can-be-run-without-a-user 2020-10-07 13:08:02 +02:00
TemplateLayout.php Make sure that getConfig is still called for browsers that do not support CSPv3 2020-09-07 09:37:49 +02:00
TempManager.php Update the license headers for Nextcloud 20 2020-08-24 14:54:25 +02:00
Updater.php
URLGenerator.php Format code to a single space around binary operators 2020-10-05 20:25:24 +02:00