| .. |
|
appframework
|
Merge pull request #8980 from owncloud/better-accept-header
|
12 years ago |
|
archive
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
backgroundjob
|
Fix check if class exists
|
12 years ago |
|
cache
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
connector/sabre
|
Fix permissions check when moving a file to a different directory over webdav
|
12 years ago |
|
db
|
Do not rename primary key index when renaming table
|
12 years ago |
|
fileproxy
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
13 years ago |
|
files
|
Merge pull request #9266 from owncloud/fix_objectstore_etag_update
|
12 years ago |
|
group
|
Update manager.php
|
12 years ago |
|
hooks
|
polish documentation based on scrutinizer patches
|
13 years ago |
|
l10n
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
legacy
|
fix namespace for legacy search classes
|
12 years ago |
|
log
|
Don't error out on console.
|
12 years ago |
|
memcache
|
Memcached hasKey should test for success, the get can fail for other reasons.
|
12 years ago |
|
migration
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
ocs
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
preview
|
Merge pull request #8978 from owncloud/movie_preview_improvements
|
12 years ago |
|
route
|
Prevent loadApps on upgrade
|
12 years ago |
|
search
|
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api
|
12 years ago |
|
session
|
redefine reopen() in class \OC\Session\Internal to avoid accidental calls in productive code
|
12 years ago |
|
setup
|
Merge pull request #6632 from eduardosan/master
|
13 years ago |
|
share
|
make sure that during share and unshare the etags get propagated correctly
|
12 years ago |
|
template
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
user
|
drop superflous statement in phpdoc
|
12 years ago |
|
vobject
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
13 years ago |
|
activitymanager.php
|
Some more PHPDoc fixes
|
12 years ago |
|
allconfig.php
|
$default of OC_Config::[gs]etValue can have more then string as type
|
13 years ago |
|
api.php
|
Some more PHPDoc fixes
|
12 years ago |
|
app.php
|
better validation for OC_App::getAppPath()
|
12 years ago |
|
appconfig.php
|
Use a map to prevent having to use search
|
12 years ago |
|
apphelper.php
|
moving file to the right location
|
13 years ago |
|
archive.php
|
Some more PHPDoc fixes
|
12 years ago |
|
arrayparser.php
|
Some more PHPDoc fixes
|
12 years ago |
|
avatar.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
avatarmanager.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
backgroundjob.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
cache.php
|
More PHPDoc fixes, using scrutinizer patches as hints
|
13 years ago |
|
config.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
contactsmanager.php
|
Merge branch 'master' into contactsmanager-register
|
12 years ago |
|
davclient.php
|
Upgrade SabreDAV to 1.8.10
|
12 years ago |
|
db.php
|
We obviously have to pass the hostname as is when there is no ':' in the hostname.
|
12 years ago |
|
defaults.php
|
more strings to translate in utils also some fixes in defaults
|
12 years ago |
|
eventsource.php
|
sanitize fallbackId
|
13 years ago |
|
filechunking.php
|
Fix PHPdoc in lib/private
|
12 years ago |
|
fileproxy.php
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
files.php
|
drop allowZIPdownload and maxZIPSize as options
|
12 years ago |
|
forbiddenexception.php
|
Cache folder is now configurable
|
12 years ago |
|
geo.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
group.php
|
Update group.php
|
12 years ago |
|
helper.php
|
update PHPDoc $fileInfo is a SplFileInfo
|
12 years ago |
|
hintexception.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
13 years ago |
|
hook.php
|
Dont connect hooks twice
|
12 years ago |
|
image.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
installer.php
|
Add explanation about the current implementation of updateApp
|
12 years ago |
|
json.php
|
Some more PHPDoc fixes
|
12 years ago |
|
l10n.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
largefilehelper.php
|
Document exceptions thrown by \OC\LargeFileHelper.
|
12 years ago |
|
log.php
|
fix missing spaces
|
12 years ago |
|
mail.php
|
upgraded phpmailer into v5.2.8 via composer
|
12 years ago |
|
migrate.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
mimetypes.list.php
|
add new keynote mimetype
|
12 years ago |
|
navigationmanager.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
notsquareexception.php
|
move the private namespace OC into lib/private - OCP will stay in lib/public
|
13 years ago |
|
ocs.php
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
ocsclient.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
preferences.php
|
allow to set pre-condition for setValue
|
12 years ago |
|
preview.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
previewmanager.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
repair.php
|
Merge pull request #9215 from owncloud/officemimetypesupdatefix
|
12 years ago |
|
repairstep.php
|
Added RepairStep interface and default repair step lists
|
12 years ago |
|
request.php
|
Upgrade SabreDAV to 1.8.10
|
12 years ago |
|
response.php
|
Merge branch 'master' into cleanup-list-code
|
12 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
|
12 years ago |
|
server.php
|
make search non-static, add ISearch to server container, make legacy a static wrapper for it, move provider and result to public api
|
12 years ago |
|
setup.php
|
trusted domains shall not be ignored on autosetup
|
12 years ago |
|
subadmin.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
tagmanager.php
|
reorganize file in lib
|
13 years ago |
|
tags.php
|
Fix all PHPDoc types and variable names, in /lib
|
12 years ago |
|
template.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
templatelayout.php
|
Now settings CSS class with appid in content DIV
|
12 years ago |
|
updater.php
|
Added RepairStep interface and default repair step lists
|
12 years ago |
|
urlgenerator.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |
|
user.php
|
Merge pull request #8443 from owncloud/csrf-on-login-and-logout
|
12 years ago |
|
util.php
|
more strings to translate in utils also some fixes in defaults
|
12 years ago |
|
vobject.php
|
Remove all occurences of @brief and @returns from PHPDoc
|
12 years ago |