You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nextcloud/lib/private
Thomas Müller e9f0b30023 Merge pull request #12609 from owncloud/remove-53-fixme
Remove workaround for 5.3
10 years ago
..
app no nested xml tags on dependencies 10 years ago
appframework Use server container 10 years ago
archive Update pear/archive_tar to 1.3.13 10 years ago
backgroundjob Dont try to execute jobs that no longer exist 10 years ago
cache Fix all PHPDoc types and variable names, in /lib 10 years ago
connector/sabre Fix type hinting for app manager 10 years ago
contacts Replace deprecated constant with new class constant 10 years ago
db adding new config parameter for sqlite to specify the journal mode 10 years ago
diagnostics Allow adding events that hapend before the event logger was loaded 10 years ago
fileproxy move the private namespace OC into lib/private - OCP will stay in lib/public 11 years ago
files also clear statcache in mapped local 10 years ago
group Merge pull request #12470 from owncloud/jenkins-12447 10 years ago
hooks polish documentation based on scrutinizer patches 10 years ago
l10n Use public api for getting l10n 10 years ago
legacy Revert "drop OC_Preferences::getUsers and getApps" 10 years ago
log Implement a logger to log to error_log 10 years ago
memcache Memcache\Factory: Remove static, use globalPrefix. 10 years ago
ocs Fix unexisting class and PHPDoc 10 years ago
preview Split bitmap providers into one per file 10 years ago
repair Explicily close the statement cursors 10 years ago
route drop unneeded var_dump - fixes #9997 10 years ago
search mkae getRelativePath of file search results overwriteable in subclasses 10 years ago
security Remove workaround for 5.3 10 years ago
session Refactor internal session to write directly to $_SESSION 10 years ago
setup Correctly namespace DatabaseSetupException 10 years ago
share Merge pull request #12350 from mprokop/link_expiration 10 years ago
tagging PHPDoc fixes as suggested by @MorrisJobke. 10 years ago
template Drop form_factor that is appended to JS, CSS and template filenames 10 years ago
user Move OC_USER_BACKEND_* constants to OC_User_Backend class 10 years ago
vobject move the private namespace OC into lib/private - OCP will stay in lib/public 11 years ago
activitymanager.php concatenate queries with 'or' 10 years ago
allconfig.php Expose getAppKeys trough \OCP\IConfig 10 years ago
api.php because OC_User::login will create a new session we shall only try to login if user and pass are set 10 years ago
app.php translate labels properly 10 years ago
appconfig.php port of #9500 10 years ago
apphelper.php moving file to the right location 11 years ago
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. 10 years ago
arrayparser.php Replace exception with standard exception 10 years ago
avatar.php Use public api for getting l10n 10 years ago
avatarmanager.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
backgroundjob.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
cache.php More PHPDoc fixes, using scrutinizer patches as hints 10 years ago
config.php Try to read the file only instead of trying to touch 10 years ago
contactsmanager.php Replace deprecated constant with new class constant 10 years ago
databaseexception.php Correctly namespace and autoload DatabaseException 10 years ago
databasesetupexception.php Correctly namespace DatabaseSetupException 10 years ago
db.php Correctly namespace and autoload DatabaseException 10 years ago
defaults.php Support HTML in logo claim 10 years ago
eventsource.php Explicitly cast id and validate type 10 years ago
filechunking.php Fix PHPdoc in lib/private 10 years ago
fileproxy.php Fix all PHPDoc types and variable names, in /lib 10 years ago
files.php Move constants from GET_TYPE to OC\Files so they can be autoloaded 10 years ago
forbiddenexception.php Cache folder is now configurable 10 years ago
geo.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
group.php Add group management to the public api 10 years ago
helper.php Merge pull request #12419 from owncloud/read-only-config 10 years ago
hintexception.php Do not show exception to the end-user 10 years ago
hook.php Dont connect hooks twice 10 years ago
httphelper.php Do only follow HTTP and HTTPS redirects 10 years ago
image.php Use \OCP\ILogger 10 years ago
installer.php Limit blacklist to php files 10 years ago
json.php Use public api for getting l10n 10 years ago
l10n.php Cache results of available languages 10 years ago
largefilehelper.php Merge pull request #11565 from owncloud/fix-behaviourOnOSX 10 years ago
log.php fix logger implementation and test 10 years ago
mail.php Remove X-Mailer header from mails 10 years ago
mimetypes.list.php New generic class for Imagemagick conversions 10 years ago
naturalsort.php Move NaturalSort_DefaultCollator to its own file 10 years ago
naturalsort_defaultcollator.php Move NaturalSort_DefaultCollator to its own file 10 years ago
navigationmanager.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
needsupdateexception.php Throw an exception when we try to load an app that needs to be upgraded 10 years ago
notsquareexception.php move the private namespace OC into lib/private - OCP will stay in lib/public 11 years ago
ocs.php Remove invalid PHPDoc 10 years ago
ocsclient.php Use function outside of loop 10 years ago
preferences.php Revert "drop OC_Preferences::getUsers and getApps" 10 years ago
preview.php Stop flooding the log, when previews are disabled 10 years ago
previewmanager.php Make files non executable 10 years ago
repair.php delete old previews 10 years ago
repairexception.php Added repair step for legacy storages 10 years ago
repairstep.php Added RepairStep interface and default repair step lists 10 years ago
request.php Ignore port for trusted domains 10 years ago
response.php Allow any outgoing XHR connections 10 years ago
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 10 years ago
server.php Merge pull request #12472 from owncloud/modifyCookies 10 years ago
serviceunavailableexception.php Throw an exception when we try to load an app that needs to be upgraded 10 years ago
setup.php Disable OCI as it is unsupported by most CE apps 10 years ago
subadmin.php Remove all occurences of @brief and @returns from PHPDoc 10 years ago
tagmanager.php Add option to include tags for shared items. 10 years ago
tags.php PHPDoc fixes as suggested by @MorrisJobke. 10 years ago
template.php Drop form_factor that is appended to JS, CSS and template filenames 10 years ago
templatelayout.php Drop form_factor that is appended to JS, CSS and template filenames 10 years ago
tempmanager.php Add \OC\TempManager to handle creating and cleaning temporary files 10 years ago
updater.php Run preupdate before an update 10 years ago
urlgenerator.php Introduce app info xml parser including basic unit test - necessary for #10777 10 years ago
user.php logging changes 10 years ago
util.php Replace deprecated constant with new class constant 10 years ago
vobject.php Use function outside of loop 10 years ago