nextcloud/lib/public
Arthur Schiwon 2ce2de0ae5 add icommentsmanger and icomment implementation
register CommentsManager service, allow override, document in config.sample.php

don't insert autoincrement ids in tests, because of dislikes from oracle and pgsql

specify timezone in null date

only accepts strings for ID parameter that can be converted to int

replace forgotten hardcoded IDs in tests

react on deleted users

react on file deletion

Postgresql compatibility

lastInsertId needs *PREFIX* with the table name

do not listen for file deletion, because it is not reliable (trashbin, external storages)

add runtime cache for comments
2015-12-09 14:34:23 +01:00
..
activity update licence headers via script 2015-10-05 21:15:52 +02:00
app Don't show apps which are always enabled in the app manager 2015-10-26 09:53:04 +01:00
appframework Update license headers 2015-10-26 14:04:01 +01:00
authentication Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
backgroundjob Move files/ajax/scan.php to background job 2015-11-28 13:06:53 +01:00
capabilities Update license headers 2015-10-26 14:04:01 +01:00
command update license headers and authors 2015-06-25 14:13:49 +02:00
comments add icommentsmanger and icomment implementation 2015-12-09 14:34:23 +01:00
contacts Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
db/querybuilder Add a method to the get "to use" table and column name 2015-12-08 11:04:28 +01:00
diagnostics Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
encryption update licence headers via script 2015-10-05 21:15:52 +02:00
files Fix code from comments 2015-12-03 10:00:11 +01:00
http/client update licence headers via script 2015-10-05 21:15:52 +02:00
l10n Add since tag 2015-08-28 15:46:55 +02:00
lock update license headers and authors 2015-06-25 14:13:49 +02:00
mail update license headers and authors 2015-06-25 14:13:49 +02:00
preview update license headers and authors 2015-06-25 14:13:49 +02:00
route Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
search Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
security Use native CSPRNG if available 2015-11-09 15:04:22 +01:00
systemtag Fixed system tags DAV and API and docs 2015-12-04 17:30:50 +01:00
api.php update license headers and authors 2015-06-25 14:13:49 +02:00
app.php Remove unused setActiveNavigationEntry of OC_App - it's also in OCP\App 2015-12-04 17:23:51 +01:00
autoloadnotallowedexception.php deduplicate @xenopathic 2015-10-06 09:52:19 +02:00
backgroundjob.php Merge pull request #15734 from owncloud/add-deprecate-tags 2015-04-21 23:57:49 +02:00
config.php Add version to @deprecated tags 2015-04-19 01:04:59 +02:00
constants.php Add version to @deprecated tags 2015-04-19 01:04:59 +02:00
contacts.php Add @deprecated to all methods with a proper method in \OCP 2015-04-20 13:15:45 +02:00
db.php Merge pull request #15734 from owncloud/add-deprecate-tags 2015-04-21 23:57:49 +02:00
defaults.php Fix missing @since tags in OCP 2015-06-19 10:51:36 +02:00
files.php Remove last occurences of OC_Helper::getMimeType() 2015-11-26 10:18:32 +01:00
groupinterface.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
iaddressbook.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
iappconfig.php Add version to @deprecated tags 2015-04-19 01:04:59 +02:00
iavatar.php Fix visibility of interfaces in \OCP 2015-04-19 00:26:17 +02:00
iavatarmanager.php Fix visibility of interfaces in \OCP 2015-04-19 00:26:17 +02:00
icache.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
icachefactory.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
icertificate.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
icertificatemanager.php update license headers and authors 2015-06-25 14:13:49 +02:00
iconfig.php Move the filtering of sensitive data to the config class 2015-09-25 11:08:33 +02:00
icontainer.php update licence headers via script 2015-10-05 21:15:52 +02:00
idatetimeformatter.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
idatetimezone.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
idb.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
idbconnection.php Add escapeLikeParameter to IDBConnection 2015-11-05 16:41:30 +01:00
ieventsource.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
igroup.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
igroupmanager.php Adjust PHPDoc as suggested 2015-11-20 14:38:29 +01:00
ihelper.php update license headers and authors 2015-06-25 14:13:49 +02:00
iimage.php update license headers and authors 2015-06-25 14:13:49 +02:00
il10n.php Adding unit test for MailNotifications::sendInternalShareMail() 2015-12-02 21:42:14 +01:00
ilogger.php Remove passwords from logged exception stack traces 2015-09-24 20:01:30 +02:00
image.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
imemcache.php update license headers and authors 2015-06-25 14:13:49 +02:00
inavigationmanager.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
ipreview.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
irequest.php Add \OCP\IRequest::getHttpProtocol 2015-10-06 14:18:46 +02:00
isearch.php Add version to @deprecated tags 2015-04-19 01:04:59 +02:00
iservercontainer.php Added system tags data structure and PHP side managers 2015-11-27 17:54:29 +01:00
isession.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
itagmanager.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
itags.php update license headers and authors 2015-06-25 14:13:49 +02:00
itempmanager.php deduplicate @xenopathic 2015-10-06 09:52:19 +02:00
iurlgenerator.php IUrlGenerator - document linkTo properly 2015-04-18 16:03:37 +02:00
iuser.php Add the user's cloud id to the vCard 2015-12-02 09:14:41 +01:00
iuserbackend.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
iusermanager.php Proposal: add enumeration function to IUserManager which simply calls a callbask for each user in all backends 2015-12-02 09:14:41 +01:00
iusersession.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
json.php Add version to @deprecated tags 2015-04-19 01:04:59 +02:00
preconditionnotmetexception.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
response.php update license headers and authors 2015-06-25 14:13:49 +02:00
sabrepluginevent.php Add since-tag 2015-09-23 16:16:57 +02:00
sabrepluginexception.php Add since-tag 2015-09-23 16:16:57 +02:00
share.php adjust comment, this parameter was added for 9.0 2015-11-04 15:12:22 +01:00
share_backend.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
share_backend_collection.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
share_backend_file_dependent.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
template.php Add PHPDoc for classes and interfaces 2015-07-27 10:49:26 +02:00
user.php update license headers and authors 2015-06-25 14:13:49 +02:00
userinterface.php Add @since tags to all methods in public namespace 2015-04-16 17:00:08 +02:00
util.php Use \OCP\Util::sanitizeHTML instead of \OC_Util::sanitizeHTML 2015-12-08 08:56:47 +01:00