nextcloud/lib/private
Julius Haertl caacb6c261
Expose getAppPath to public API
Signed-off-by: Julius Haertl <jus@bitgrid.net>
2016-11-17 19:24:24 +01:00
..
Activity Update the since version to 11.0.0 2016-11-16 09:29:27 +01:00
App Expose getAppPath to public API 2016-11-17 19:24:24 +01:00
AppFramework @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
Archive Move to non-static version 2016-10-31 18:42:19 +01:00
Authentication Add test for setting up fake fs 2016-11-16 15:24:32 +01:00
BackgroundJob Update with robin 2016-07-21 18:13:58 +02:00
Cache Cap the number of queries we save in the query logger 2016-11-03 16:00:28 +01:00
Command Update with robin 2016-07-21 18:13:58 +02:00
Comments @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
Console add upgrade command before repair, handle NeedsUpgradeExcaption better 2016-10-24 17:52:49 +02:00
DB @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
Diagnostics Cap the number of queries we save in the query logger 2016-11-03 16:00:28 +01:00
Encryption Fix shared storage namespace in DecryptAll class 2016-10-20 20:36:50 +02:00
Files only use one kind of hack for the storage wrappers of the sharing code 2016-11-16 19:04:47 +01:00
Group Update with robin 2016-07-21 18:13:58 +02:00
Hooks Update with robin 2016-07-21 18:13:58 +02:00
Http/Client Update with robin 2016-07-21 18:13:58 +02:00
IntegrityCheck Make sure memory limit is > post size and upload filesize 2016-09-13 16:50:36 +02:00
L10N Simplify isSubDirectory check 2016-10-07 21:56:43 +02:00
Lock Update with robin 2016-07-21 18:13:58 +02:00
Lockdown phpdoc 2016-11-16 15:24:28 +01:00
Log log version number in each log line 2016-10-06 12:42:46 +02:00
Mail Fix others 2016-07-21 18:13:57 +02:00
Memcache Activate APCu on PHP 7 2016-09-01 12:30:05 +02:00
Migration Fix others 2016-07-21 18:13:57 +02:00
Notification @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
OCS Move OC\OCS\Person to OCSController 2016-11-16 19:21:00 +01:00
Preview Added genertor helper & tests 2016-11-03 14:00:33 +01:00
Repair Use callForSeenUsers for avatar migration 2016-10-28 08:44:05 +02:00
RichObjectStrings @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +01:00
Route Allow OCS routes in Core and Settings 2016-08-09 20:56:31 +02:00
Search Fix others 2016-07-21 18:13:57 +02:00
Security Fix missing update of session, when it was already used. 2016-11-02 20:30:36 +01:00
Session Update with robin 2016-07-21 18:13:58 +02:00
Settings Move social buttons to bottom on admin page 2016-11-16 10:48:31 +01:00
Setup Added Exception catch in case of DB User exists 2016-10-31 16:32:22 +05:30
Share Remove adding sharedialogmailview 2016-11-04 07:41:35 +01:00
Share20 add activity if a file was shared by mail 2016-11-08 15:58:52 +01:00
SystemTag Fix others 2016-07-21 18:13:57 +02:00
Tagging Fix others 2016-07-21 18:13:57 +02:00
Template Missing returns + autoloader file 2016-10-25 22:13:09 +02:00
Updater Use the same URL everywhere 2016-09-27 14:52:22 +02:00
User fix warning with token login 2016-11-16 16:33:56 +01:00
legacy phpdoc 2016-11-16 15:24:28 +01:00
AllConfig.php Use getvalue to fetch the value 2016-11-16 18:52:49 +01:00
AppConfig.php Update with robin 2016-07-21 18:13:58 +02:00
AppHelper.php Fix others 2016-07-21 18:13:57 +02:00
Avatar.php Add message to NotSquareException thrown from Avatar 2016-10-24 11:27:27 +02:00
AvatarManager.php avatar to appdata 2016-10-05 11:00:16 +02:00
CapabilitiesManager.php Make the capabilities manager more error proof 2016-08-15 20:37:19 +02:00
Config.php Update with robin 2016-07-21 18:13:58 +02:00
ContactsManager.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseException.php Fix others 2016-07-21 18:13:57 +02:00
DatabaseSetupException.php Fix others 2016-07-21 18:13:57 +02:00
DateTimeFormatter.php Fix others 2016-07-21 18:13:57 +02: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 Fix others 2016-07-21 18:13:57 +02:00
Installer.php Prevent downgrade attacks for apps 2016-11-11 18:53:26 +01:00
LargeFileHelper.php Merge pull request #1890 from nextcloud/downstream-25428 2016-10-25 14:44:27 +02:00
Log.php Default to empty string 2016-10-07 16:23:05 +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 Fix others 2016-07-21 18:13:57 +02: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
Preview.php New preview generator 2016-11-03 14:00:32 +01:00
PreviewManager.php @since 9.2.0 to @since 11.0.0 2016-11-15 18:51:52 +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 with robin 2016-07-21 18:13:58 +02:00
Repair.php Ignore failures of collation change in the pre update step 2016-10-19 00:15:01 +02: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 basic lockdown logic 2016-11-16 15:24:23 +01:00
ServerContainer.php Save the container with the app's namespace so we can resolve it 2016-08-22 14:25:43 +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 Introduce an event for first time login based on the last login time stamp 2016-11-14 14:50:10 +01:00
Streamer.php Fix others 2016-07-21 18:13:57 +02:00
SubAdmin.php Fix others 2016-07-21 18:13:57 +02:00
SystemConfig.php Fix others 2016-07-21 18:13:57 +02:00
TagManager.php Fix others 2016-07-21 18:13:57 +02:00
Tags.php Update with robin 2016-07-21 18:13:58 +02:00
TempManager.php Update with robin 2016-07-21 18:13:58 +02:00
TemplateLayout.php Move away from OC_L10N 2016-10-28 21:46:28 +02:00
URLGenerator.php Make sure we try to autoload the class 2016-07-22 16:49:33 +02:00
Updater.php Use a better error message and point the users to the support channels 2016-11-09 09:10:32 +01:00