nextcloud/lib/private
Robin Appelman 8aeafc63a1
Do scan the root storage in background scan
Signed-off-by: Robin Appelman <robin@icewind.nl>
2018-07-24 15:45:51 +02:00
..
Accounts Update license headers 2017-11-06 16:56:19 +01:00
Activity Update license headers 2017-11-06 16:56:19 +01:00
App Log exceptions that happen when writing the app store reply to storage 2018-03-06 11:29:05 +01:00
AppFramework Don't perform CSRF check on OCS routes with Bearer auth 2018-02-08 10:16:38 +01:00
Archive Update license headers 2017-11-06 16:56:19 +01:00
Authentication Make the token expiration also work for autocasting 0 2018-06-08 16:26:30 +02:00
BackgroundJob Update license headers 2017-11-06 16:56:19 +01:00
Cache Update license headers 2017-11-06 16:56:19 +01:00
Calendar implement CalendarManager 2017-11-09 15:14:50 +01:00
Collaboration the FN is optional, carrying the displayname if present 2018-03-20 14:35:46 +01:00
Command Update license headers 2017-11-06 16:56:19 +01:00
Comments Backport of format self-mentions, but don't offer them #7914 2018-01-18 12:08:08 +01:00
Console Fixup code 2017-12-22 13:08:00 +01:00
Contacts/ContactsMenu Fix syntax for php5.6 2018-06-04 15:12:57 +02:00
DB php 5.6 compatibility 2018-05-09 12:12:13 +02:00
Diagnostics Update license headers 2017-11-06 16:56:19 +01:00
Encryption Update license headers 2017-11-06 16:56:19 +01:00
Federation Update license headers 2017-11-06 16:56:19 +01:00
Files Do scan the root storage in background scan 2018-07-24 15:45:51 +02:00
GlobalScale Update license headers 2017-11-06 16:56:19 +01:00
Group Correctly return the group name 2018-03-12 12:01:19 +01:00
Hooks Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
Http/Client Rebrand to "Nextcloud" and add 100% coverage 2017-01-02 14:51:16 +01:00
IntegrityCheck Also replace all other occurences 2017-12-18 20:57:11 +01:00
L10N Always set the request language to the force language 2018-05-24 13:08:10 +02:00
Lock prevent lock values from going negative with memcache backend 2018-07-10 17:50:45 +02:00
Lockdown Update license headers 2017-11-06 16:56:19 +01:00
Log Change @georgehrke's email 2017-11-06 20:38:59 +01:00
Mail Provide an option to disable HTML emails 2018-04-18 16:59:34 +02:00
Memcache Update license headers 2017-11-06 16:56:19 +01:00
Migration Update license headers 2017-11-06 16:56:19 +01:00
Notification Update license headers 2017-11-06 16:56:19 +01:00
OCS Also replace all other occurences 2017-12-18 20:57:11 +01:00
Preview Make sure the file is readable before attempting to create a preview 2018-05-29 22:03:43 +02:00
Remote Add some more tests for ocs remote api 2017-12-08 16:37:14 +01:00
Repair Don't use double quotes in MySQL queries 2018-03-06 11:25:07 +01:00
RichObjectStrings Update license headers 2017-11-06 16:56:19 +01:00
Route Update license headers 2017-11-06 16:56:19 +01:00
Search Update license headers 2017-11-06 16:56:19 +01:00
Security Also replace all other occurences 2017-12-18 20:57:11 +01:00
Session Allow updating the token on session regeneration 2018-07-09 16:27:12 +02:00
Settings Show the displayname in the users group list 2018-03-12 12:00:54 +01:00
Setup Update license headers 2017-11-06 16:56:19 +01:00
Share Update license headers 2017-11-06 16:56:19 +01:00
Share20 Do not instantiate node when not needed 2018-01-09 19:51:50 +01:00
Support/CrashReport Fix PHP doc for API docs 2017-12-03 12:02:29 +01:00
SystemTag Update license headers 2017-11-06 16:56:19 +01:00
Tagging Fix others 2016-07-21 18:13:57 +02:00
Template Issue #9318: catch exceptions in SCSSCacher::resetCache() 2018-05-03 11:02:53 +02:00
Updater Show EOL warning in the update section 2018-04-18 13:46:25 +02:00
User Allow updating the token on session regeneration 2018-07-09 16:27:12 +02:00
legacy Get correct version of an app 2018-05-09 12:15:39 +02:00
AllConfig.php Update license headers 2017-11-06 16:56:19 +01:00
AppConfig.php Fix undefined index problem 2018-03-06 18:37:52 +01:00
AppHelper.php Fix others 2016-07-21 18:13:57 +02:00
Avatar.php Use mb_* string methods to extract first character for generated avatars 2018-02-21 12:40:16 +01:00
AvatarManager.php avatar to appdata 2016-10-05 11:00:16 +02:00
CapabilitiesManager.php Update license headers 2017-11-06 16:56:19 +01:00
Config.php Update license headers 2017-11-06 16:56:19 +01:00
ContactsManager.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseException.php Remove unneeded parameter in DatabaseException 2017-07-24 13:44:12 +02:00
DatabaseSetupException.php Fix others 2016-07-21 18:13:57 +02:00
DateTimeFormatter.php Update license headers 2017-11-06 16:56:19 +01:00
DateTimeZone.php Fix others 2016-07-21 18:13:57 +02:00
ForbiddenException.php Fix others 2016-07-21 18:13:57 +02:00
HTTPHelper.php Fix others 2016-07-21 18:13:57 +02:00
HintException.php Update license headers 2017-11-06 16:56:19 +01:00
Installer.php Remove a check for an unused variable 2018-05-29 15:13:57 +02:00
LargeFileHelper.php Make LargeFileHelper.php faster by avoiding execs as much as possible 2018-05-29 15:31:55 +02:00
Log.php Sanitize parameters in createSessionToken() while logging 2018-07-11 14:45:13 +02:00
NaturalSort.php Fix others 2016-07-21 18:13:57 +02:00
NaturalSort_DefaultCollator.php Fix others 2016-07-21 18:13:57 +02:00
NavigationManager.php Update license headers 2017-11-06 16:56:19 +01:00
NeedsUpdateException.php Update with robin 2016-07-21 18:13:58 +02:00
NotSquareException.php Fix others 2016-07-21 18:13:57 +02:00
PreviewManager.php Update license headers 2017-11-06 16:56:19 +01:00
PreviewNotAvailableException.php Opening the trashbin causes errors in log for files without preview 2016-09-09 13:53:06 +02:00
RedisFactory.php Update license headers 2017-11-06 16:56:19 +01:00
Repair.php Add repair step to clear frontend related caches 2018-02-06 12:32:48 +01:00
RepairException.php Fix others 2016-07-21 18:13:57 +02:00
Search.php Update with robin 2016-07-21 18:13:58 +02:00
Server.php Actually clear cache values for all base urls 2018-03-09 09:24:07 +01:00
ServerContainer.php Fix missing argument 2 for Settings classes 2017-05-19 22:32:50 +02:00
ServerNotAvailableException.php Fix others 2016-07-21 18:13:57 +02:00
ServiceUnavailableException.php Update with robin 2016-07-21 18:13:58 +02:00
Setup.php Handle SSL certificate verifications for others than Let's Encrypt 2018-02-05 15:37:23 +01:00
Streamer.php Revert "Always enable Zip64 extension for zipstreamer" 2017-06-09 10:21:26 +02:00
SubAdmin.php Change @georgehrke's email 2017-11-06 20:38:59 +01:00
SystemConfig.php Merge pull request #7020 from Fiech/master 2017-11-07 10:27:53 +01:00
TagManager.php Fix others 2016-07-21 18:13:57 +02:00
Tags.php Update license headers 2017-11-06 16:56:19 +01:00
TempManager.php Update license headers 2017-11-06 16:56:19 +01:00
TemplateLayout.php Use JSCombiner from server container when searching for JS files 2018-03-09 09:24:07 +01:00
URLGenerator.php Fix check if theming defaults instance is available 2018-03-06 13:24:18 +01:00
Updater.php Make isUpdateAvailable non-static 2017-11-25 12:01:02 +01:00