nextcloud/lib/private
Thomas Müller 2e8026a7b5 Merge pull request #10619 from owncloud/issue/6722
Add a test to break the slugifyPath() with folder and file afterwards
2014-08-26 10:33:18 +02:00
..
appframework Minor fixes 2014-08-05 16:53:28 +02:00
archive Add files as string to tar archives 2014-08-21 08:49:57 +02:00
backgroundjob Dont try to execute jobs that no longer exist 2014-07-25 18:02:02 +02:00
cache Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
connector/sabre Merge pull request #10518 from owncloud/fix_storage_const_autoload 2014-08-20 23:23:42 +02:00
contacts ownCloud users are exported as address book 2014-07-24 17:35:02 +02:00
db no statement caching for Oracle 2014-08-22 12:06:36 +02:00
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
files Merge pull request #10619 from owncloud/issue/6722 2014-08-26 10:33:18 +02:00
group Merge pull request #10144 from owncloud/issue/9972 2014-08-06 09:53:13 +02:00
hooks polish documentation based on scrutinizer patches 2014-02-06 17:02:21 +01:00
l10n Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
legacy add missing @deprecated annotation to legacy classes 2014-08-14 22:18:12 +02:00
log Don't error out on console. 2014-06-04 07:55:45 +02:00
memcache Memcache\Factory: Remove static, use globalPrefix. 2014-07-29 11:14:36 +02:00
migration Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
ocs Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
preview Merge pull request #9953 from owncloud/fix_text_preview_for_systems_without_ttf 2014-08-07 22:55:06 +02:00
repair Explicily close the statement cursors 2014-08-20 23:49:15 +02:00
route introduce and use getCurrentConnection() 2014-07-01 16:45:00 +02:00
search mkae getRelativePath of file search results overwriteable in subclasses 2014-07-14 19:27:10 +02:00
session redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code 2014-03-18 11:44:22 +01:00
setup Add repair step to set MySQL collation to utf8_bin 2014-07-08 15:12:07 +02:00
share we need the recipient as a additional parameter to know for which share the notification was send 2014-08-13 17:02:51 +02:00
template Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
user Fix unit test 2014-08-15 14:15:27 +02:00
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
activitymanager.php Adding new interface \OCP\Activity\IExtentsion 2014-07-08 09:04:37 +02:00
allconfig.php Expose setSystemValue 2014-08-22 15:53:23 +02:00
api.php introduce and use getCurrentConnection() 2014-07-01 16:45:00 +02:00
app.php Merge pull request #9866 from owncloud/app-upgrade 2014-08-19 13:33:38 +02:00
appconfig.php port of #9500 2014-07-08 16:32:01 +02:00
apphelper.php moving file to the right location 2013-10-07 00:32:39 +02:00
archive.php Previous commit was not based on master, retry. Removed broken tar cutter, double extensions are not possible in temp files. Added tar support. Fixed extension switch. 2014-08-04 14:10:09 +02:00
arrayparser.php Some more PHPDoc fixes 2014-04-21 15:44:54 +02:00
avatar.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
cache.php More PHPDoc fixes, using scrutinizer patches as hints 2014-02-28 13:53:41 +01:00
config.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
contactsmanager.php Merge branch 'master' into contactsmanager-register 2014-05-19 21:35:13 +02:00
davclient.php Upgrade SabreDAV to 1.8.10 2014-06-04 12:22:23 +02:00
db.php - Added test to trigger index id error 2014-07-14 16:20:09 +02:00
defaults.php remove escaping because it's unneeded 2014-08-05 13:18:38 +02:00
eventsource.php Prevent nginx from buffering event source events 2014-07-26 16:07:11 +02:00
filechunking.php Fix PHPdoc in lib/private 2014-04-15 22:55:20 +02:00
fileproxy.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
files.php drop allowZIPdownload and maxZIPSize as options 2014-06-02 16:29:03 +02:00
forbiddenexception.php Cache folder is now configurable 2014-03-24 12:57:11 +01:00
geo.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
group.php Add group management to the public api 2014-07-16 14:25:31 +02:00
helper.php Merge pull request #10023 from owncloud/tmp-file-created-status 2014-08-25 17:24:46 +02:00
hintexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
hook.php Dont connect hooks twice 2014-06-06 09:56:02 +02:00
image.php Close file handle if exception occurs in image class 2014-08-13 15:19:58 +02:00
installer.php in order to prevent false-positives on the code checker - exec and eval will not longer be grepped for 2014-08-14 10:48:42 +02:00
json.php Add machine readable error messages to OC\JSON 2014-07-04 16:20:27 +02:00
l10n.php Adding new interface \OCP\Activity\IExtentsion 2014-07-08 09:04:37 +02:00
largefilehelper.php file size on non-(Linux/BSD/Windows)-installations 2014-08-07 15:41:58 +02:00
log.php fix logger implementation and test 2014-07-15 10:10:16 +02:00
mail.php Remove X-Mailer header from mails 2014-08-17 18:55:13 +02:00
migrate.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
mimetypes.list.php Merge pull request #9275 from NormalRa/master 2014-08-15 14:41:53 +02:00
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 2014-08-04 13:41:04 +02:00
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 2013-09-30 16:36:59 +02:00
ocs.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
ocsclient.php fix return documentation 2014-08-01 13:42:35 +02:00
preferences.php port of #9500 2014-07-08 16:32:01 +02:00
preview.php Check return of fopen() before using it 2014-08-04 17:53:06 +02:00
previewmanager.php Use svg mimeicons for empty text files 2014-07-30 16:31:37 +02:00
repair.php Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
repairexception.php Added repair step for legacy storages 2014-08-20 23:14:05 +02:00
repairstep.php Added RepairStep interface and default repair step lists 2014-06-12 17:38:26 +02:00
request.php Only overwrite serverHost when in unit tests 2014-07-07 15:08:45 +02:00
response.php Merge branch 'master' into cleanup-list-code 2014-05-19 20:52:25 +02:00
search.php make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api 2014-06-06 01:17:02 +02:00
server.php Merge pull request #9904 from owncloud/loggedout-getuserfolder 2014-07-28 10:04:01 +02:00
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 2014-08-04 13:41:04 +02:00
setup.php trusted domains shall not be ignored on autosetup 2014-06-23 10:33:15 +02:00
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
tagmanager.php reorganize file in lib 2013-09-30 16:39:03 +02:00
tags.php Fix all PHPDoc types and variable names, in /lib 2014-05-13 19:08:14 +01:00
template.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
templatelayout.php Now settings CSS class with appid in content DIV 2014-05-15 17:51:04 +02:00
updater.php fix undefined variable 2014-08-18 15:30:46 +02:00
urlgenerator.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00
user.php update deprecation docs 2014-08-14 12:22:34 +02:00
util.php Throw exception if file cannot be accessed via http 2014-08-22 19:41:30 -04:00
vobject.php Remove all occurences of @brief and @returns from PHPDoc 2014-05-19 17:50:53 +02:00