.. |
activity
|
1b18554aa7
Allow extensions to specify the list of special parameters
|
лет назад: 10 |
app
|
43eb375ace
Add \OC\App\Manager to handle enabling/disabling apps
|
лет назад: 10 |
appframework
|
6a5f12beca
Merge pull request #12988 from owncloud/logfile_download
|
лет назад: 10 |
authentication
|
4e0fa85307
page level doc blocks and class descriptions
|
лет назад: 11 |
backgroundjob
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
лет назад: 10 |
contacts
|
bb6fac1102
Merge branch 'master' into contactsmanager-register
|
лет назад: 10 |
diagnostics
|
beb1c6ad74
Allow adding events that hapend before the event logger was loaded
|
лет назад: 10 |
files
|
5b00bc1d6e
Adding basement for the direct download url
|
лет назад: 10 |
route
|
5a588333b2
introduce and use getCurrentConnection()
|
лет назад: 10 |
search
|
79e790c55d
add SIZE_ALL const
|
лет назад: 10 |
security
|
24ca2d858f
Add OCP\Security\IHasher
|
лет назад: 10 |
api.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
app.php
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
лет назад: 10 |
backgroundjob.php
|
87b548ed91
Fix all PHPDoc types and variable names, in /lib
|
лет назад: 10 |
config.php
|
0d4f0ab871
reduce OC_Preferences, OC_Config and \OCP\Config usage
|
лет назад: 10 |
constants.php
|
711912a7b3
Move namespaced constants to namespaced class
|
лет назад: 10 |
contacts.php
|
8749442fec
no return on register and unregister
|
лет назад: 10 |
db.php
|
9c1015b790
Add missing DB rollback functionality
|
лет назад: 10 |
defaults.php
|
5b3dbb4ef8
add missing public interface for iOS client app id
|
лет назад: 10 |
files.php
|
adaee6a5a1
Scrutinizer Auto-Fixes
|
лет назад: 10 |
groupinterface.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
iaddressbook.php
|
b5bc37d2e4
Fix @return array PHPDocs, in /lib
|
лет назад: 10 |
iappconfig.php
|
985b15f770
introduce proper interface for deleteAppValue
|
лет назад: 10 |
iavatar.php
|
2c39aec8cb
Replace deprecated constant with new class constant
|
лет назад: 10 |
iavatarmanager.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
лет назад: 10 |
icache.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
icachefactory.php
|
1ab7ca0a19
Fix some phpdoc errors and rename interface
|
лет назад: 10 |
icertificate.php
|
d07d5915c9
Remove unused and overflowing function
|
лет назад: 10 |
icertificatemanager.php
|
c1b11571ea
Move certificate management interface from files_external to core
|
лет назад: 10 |
iconfig.php
|
c61e9f3912
Add a method to set/unset multiple config values in one call
|
лет назад: 9 |
icontainer.php
|
bc8cc9142e
AppFramework(Controller|HTTP|HTTP-Responses|Middleware), IContainer API fixes
|
лет назад: 11 |
idatetimeformatter.php
|
67335ccddf
Require the interface and return a string instead of private classes
|
лет назад: 10 |
idatetimezone.php
|
26100a6dfb
Move timezone logic out of server.php
|
лет назад: 10 |
idb.php
|
4a7e0561ca
move db into iservercontainer
|
лет назад: 10 |
idbconnection.php
|
ec0f80fee9
Split mapping from Access and Helper classes into it's own. Fully test them, too.
|
лет назад: 10 |
ieventsource.php
|
fa3393674c
Better phpdoc and method naming
|
лет назад: 10 |
igroup.php
|
94fa21d146
Add group management to the public api
|
лет назад: 10 |
igroupmanager.php
|
6779bf113d
add isAdmin and isInGroup methods for the group manager
|
лет назад: 10 |
ihelper.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
il10n.php
|
dc36d30953
Remove all occurences of @brief and @returns from PHPDoc
|
лет назад: 10 |
ilogger.php
|
b4298c68ca
- make logger available in the container
|
лет назад: 10 |
image.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
inavigationmanager.php
|
2a6a9a8cef
polish documentation based on scrutinizer patches
|
лет назад: 10 |
ipreview.php
|
4a9b0d5465
Use svg mimeicons for empty text files
|
лет назад: 10 |
irequest.php
|
0da08bdb2c
Add PHPDoc for `urlParams`
|
лет назад: 10 |
isearch.php
|
606f802b7b
move search results below filelist, show hint when results are off screen, use js plugin mechanism
|
лет назад: 10 |
iservercontainer.php
|
d84a1f6f3a
Add IniGetWrapper to public interface
|
лет назад: 10 |
isession.php
|
73a1ece753
adding an explicit close method to class session - write operations (set and remove) being called after close() will throw an exception
|
лет назад: 10 |
itagmanager.php
|
745d8706b9
Add user parameter to tag manager
|
лет назад: 10 |
itags.php
|
cae600722e
Add getTagsForObjects in ITags
|
лет назад: 10 |
itempmanager.php
|
83c74b80ad
Add \OC\TempManager to handle creating and cleaning temporary files
|
лет назад: 10 |
iurlgenerator.php
|
c503ecd544
Introduce app info xml parser including basic unit test - necessary for #10777
|
лет назад: 10 |
iuser.php
|
4c13918bd8
Expose backend type via REST API
|
лет назад: 10 |
iuserbackend.php
|
6da33e1ea7
introduce names for user backends - IUserBackend
|
лет назад: 10 |
iusermanager.php
|
d0716d2c7d
Use public interface
|
лет назад: 10 |
iusersession.php
|
dbbf568192
Fix typo
|
лет назад: 10 |
json.php
|
2a6a9a8cef
polish documentation based on scrutinizer patches
|
лет назад: 10 |
preconditionnotmetexception.php
|
af91ee97c9
introduce preCondition for setUserValue to provide atomic check-and-update
|
лет назад: 10 |
response.php
|
409b510889
Moved content disposition code+workarounds to OCP\Response
|
лет назад: 11 |
share.php
|
698ecbf308
OCS API for server-to-server sharing
|
лет назад: 10 |
share_backend.php
|
24993280ed
Next step in server-to-server sharing next generation, see #12285
|
лет назад: 10 |
share_backend_collection.php
|
dfde04291e
Move share interfaces to own files so they can be autoloaded
|
лет назад: 10 |
share_backend_file_dependent.php
|
dfde04291e
Move share interfaces to own files so they can be autoloaded
|
лет назад: 10 |
template.php
|
4d232e536e
Deprecate Util::formatDate()
|
лет назад: 10 |
user.php
|
4302a78b27
Deprecate older API wrappers and calls
|
лет назад: 10 |
userinterface.php
|
ef592981ea
unify license headers for public API files
|
лет назад: 11 |
util.php
|
4d232e536e
Deprecate Util::formatDate()
|
лет назад: 10 |