nextcloud/lib/private
Morris Jobke 3f457943b0
Remove unneeded Windows logic
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
2016-11-08 12:29:25 +01:00
..
Activity Run the license script 2016-07-22 11:40:41 +02:00
App Allow to validate the password_policy app 2016-09-08 09:56:48 +02:00
AppFramework Match only for actual session cookie 2016-09-08 21:07:05 +02:00
Archive Run the license script 2016-07-22 11:40:41 +02:00
Authentication Check if an app provide two-factor-auth providers before we try to use them 2016-08-06 10:30:36 +02:00
BackgroundJob Run the license script 2016-07-22 11:40:41 +02:00
Cache Run the license script 2016-07-22 11:40:41 +02:00
Command Run the license script 2016-07-22 11:40:41 +02:00
Comments Run the license script 2016-07-22 11:40:41 +02:00
Console Correct name in Console Application.php 2016-08-05 14:37:32 +02:00
DB Run the license script 2016-07-22 11:40:41 +02:00
Diagnostics Run the license script 2016-07-22 11:40:41 +02:00
Encryption skip shared files, if files get decrypted only for a specific user we shouldn't touch files owned by a different user. 2016-09-09 14:55:46 +02:00
Files make AvatarManager use LazyRootFolder, fixes #1251 2016-10-12 14:08:12 +02:00
Group Run the license script 2016-07-22 11:40:41 +02:00
Hooks Run the license script 2016-07-22 11:40:41 +02:00
Http/Client Run the license script 2016-07-22 11:40:41 +02:00
IntegrityCheck Run the license script 2016-07-22 11:40:41 +02:00
L10N Run the license script 2016-07-22 11:40:41 +02:00
Lock Run the license script 2016-07-22 11:40:41 +02:00
Log log version number in each log line 2016-10-07 10:09:37 +02:00
Mail Run the license script 2016-07-22 11:40:41 +02:00
Memcache Activate APCu on PHP 7 2016-11-08 12:29:25 +01:00
Migration Run the license script 2016-07-22 11:40:41 +02:00
Notification Make sure the primary action is always the first one 2016-08-18 09:27:14 +02:00
OCS Run the license script 2016-07-22 11:40:41 +02:00
Preview Run the license script 2016-07-22 11:40:41 +02:00
Repair Add repair step to remove .step file after update 2016-09-23 13:49:40 +02:00
Route Run the license script 2016-07-22 11:40:41 +02:00
Search Run the license script 2016-07-22 11:40:41 +02:00
Security Run the license script 2016-07-22 11:40:41 +02:00
Session Run the license script 2016-07-22 11:40:41 +02:00
Settings Correctly remove admin sections and settings 2016-09-07 14:37:48 +02:00
Setup revert to old setup connection logic 2016-07-29 00:41:12 +02:00
Share Fix MissingMandatoryParametersException for share notifications 2016-09-13 14:09:34 +02:00
Share20 Run the license script 2016-07-22 11:40:41 +02:00
SystemTag Run the license script 2016-07-22 11:40:41 +02:00
Tagging Run the license script 2016-07-22 11:40:41 +02:00
Template Run the license script 2016-07-22 11:40:41 +02:00
Updater Use the same URL everywhere 2016-09-27 15:00:16 +02:00
User Only trigger postDelete hooks when the user was deleted... 2016-10-11 10:45:39 +02:00
legacy Fallback from "de" to "de_DE" and the other way around 2016-10-11 09:52:28 +02:00
AllConfig.php Run the license script 2016-07-22 11:40:41 +02:00
AppConfig.php Run the license script 2016-07-22 11:40:41 +02:00
AppHelper.php Run the license script 2016-07-22 11:40:41 +02:00
Avatar.php Run the license script 2016-07-22 11:40:41 +02:00
AvatarManager.php Use proper casing of username in avatar filesystem setup 2016-10-07 09:57:41 +02:00
CapabilitiesManager.php Run the license script 2016-07-22 11:40:41 +02:00
Config.php Run the license script 2016-07-22 11:40:41 +02:00
ContactsManager.php Run the license script 2016-07-22 11:40:41 +02:00
DatabaseException.php Run the license script 2016-07-22 11:40:41 +02:00
DatabaseSetupException.php Run the license script 2016-07-22 11:40:41 +02:00
DateTimeFormatter.php Run the license script 2016-07-22 11:40:41 +02:00
DateTimeZone.php Run the license script 2016-07-22 11:40:41 +02:00
ForbiddenException.php Run the license script 2016-07-22 11:40:41 +02:00
HTTPHelper.php Run the license script 2016-07-22 11:40:41 +02:00
HintException.php Run the license script 2016-07-22 11:40:41 +02:00
Installer.php Add app name to the call 2016-10-11 09:43:04 +02:00
LargeFileHelper.php Remove unneeded Windows logic 2016-11-08 12:29:25 +01:00
Log.php [stable9.1] Change the minimum log level to fatal (#26213) 2016-09-27 18:40:13 +02:00
NaturalSort.php Run the license script 2016-07-22 11:40:41 +02:00
NaturalSort_DefaultCollator.php Run the license script 2016-07-22 11:40:41 +02:00
NavigationManager.php Run the license script 2016-07-22 11:40:41 +02:00
NeedsUpdateException.php Run the license script 2016-07-22 11:40:41 +02:00
NotSquareException.php Run the license script 2016-07-22 11:40:41 +02:00
OCSClient.php Run the license script 2016-07-22 11:40:41 +02:00
Preview.php Opening the trashbin causes errors in log for files without preview 2016-09-13 20:18:09 +02:00
PreviewManager.php Run the license script 2016-07-22 11:40:41 +02:00
PreviewNotAvailableException.php Opening the trashbin causes errors in log for files without preview 2016-09-13 20:18:09 +02:00
RedisFactory.php Run the license script 2016-07-22 11:40:41 +02:00
Repair.php Add repair step to remove .step file after update 2016-09-23 13:49:40 +02:00
RepairException.php Run the license script 2016-07-22 11:40:41 +02:00
Search.php Run the license script 2016-07-22 11:40:41 +02:00
Server.php make AvatarManager use LazyRootFolder, fixes #1251 2016-10-12 14:08:12 +02:00
ServerContainer.php Backport Workflow section + hidden empty sections #995 to stabble10 2016-08-22 16:37:48 +02:00
ServerNotAvailableException.php Run the license script 2016-07-22 11:40:41 +02:00
ServiceUnavailableException.php Run the license script 2016-07-22 11:40:41 +02:00
Setup.php Run the license script 2016-07-22 11:40:41 +02:00
Streamer.php Run the license script 2016-07-22 11:40:41 +02:00
SubAdmin.php Run the license script 2016-07-22 11:40:41 +02:00
SystemConfig.php Run the license script 2016-07-22 11:40:41 +02:00
TagManager.php Run the license script 2016-07-22 11:40:41 +02:00
Tags.php Run the license script 2016-07-22 11:40:41 +02:00
TempManager.php Run the license script 2016-07-22 11:40:41 +02:00
TemplateLayout.php Add cache buster to left menu bar 2016-08-18 12:45:52 +02:00
URLGenerator.php Make sure we try to autoload the class 2016-07-25 09:42:28 +02:00
Updater.php Allow downgrades of maintenance accross vendors 2016-08-30 10:19:40 +02:00